@charset "utf-8";

/* css document */

/*动态详情页面样式*/

.wrap {
	width: 100%;
	min-width: 1280px;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

.wrap .main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.news-nav {
	width: 100%;
	height: auto;
	float: left;
}

.news-nav .news-nav-main {
	width: 1200px;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
	color: #7d7f85;
	font-family: "宋体";
}

.news-nav .news-nav-main a {
	font-size: 12px;
	color: #7d7f85;
	font-family: "宋体";
}

.news-nav .news-nav-main a:hover {
	color: #1CB177;
	text-decoration: underline;
}


/*新闻动态*/

.news {
	width: 1200px;
	height: auto;
	float: left;
}

.news .news-left {
	width: 871px;
	height: auto;
	float: left;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	background: #fff;
}

.news .news-left h1 {
	line-height: 50px;
	font-size: 18px;
	color: #202020;
	border-bottom: 1px solid #ccded7;
}

.news .news-left h1 b {
	width: 6px;
	height: 20px;
	background: #1cb177;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}


/*动态详情*/

.news-left .news-left-zw {
	width: 830px;
	height: auto;
	margin-left: 20px;
}

.news-left .news-left-zw .news-left-zw-1 {
	height: 100px;
	border-bottom: 1px solid #ccded7;
}

.news-left .news-left-zw .news-left-zw-1 h3 {
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: 60px;
}

.news-left .news-left-zw .news-left-zw-1 p {
	width: 774px;
	font-size: 12px;
	color: #838383;
	text-align: center;
}

.news-left .news-left-zw .news-left-zw-2 {
	margin-top: 35px;
	margin-bottom: 35px;
	min-height: 200px;
}

.news-left .news-left-zw .news-left-zw-2 p {
	font-size: 14px;
	color: #202020;
}

/*右侧*/

.news-right {
	width: 309px;
	height: auto;
	float: right;
}


/*最新动态*/

.latest {
	width: 309px;
	height: auto;
	float: left;
	border: 1px solid #e3e3e3;
	background: #fff;
	border-radius: 2px;
}

.latest .latest-main {
	width: 283px;
	height: auto;
	margin: 0 auto;
}

.latest .latest-main .latest-title {
	width: 283px;
	height: 50px;
	margin: 0 auto;
	border-bottom: 1px solid #1cb177;
}

.latest .latest-main .latest-title h3 {
	width: 240px;
	font-size: 18px;
	color: #202020;
	line-height: 50px;
	float: left;
}

.latest .latest-main .latest-title h3 i {
	width: 6px;
	height: 18px;
	float: left;
	background: #1CB177;
	margin-top: 17px;
	margin-right: 10px;
}

.latest .latest-main ul {
	width: 100%;
	float: left;
	margin: 10px 0 20px 0;
}

.latest .latest-main ul li {
	width: 100%;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.latest .latest-main ul li i {
	width: 4px;
	height: 4px;
	float: left;
	background: #5d5d5d;
	margin-top: 14px;
	margin-right: 7px;
}

.latest .latest-main ul li a {
	font-size: 14px;
	color: #5d5d5d;
}

.latest .latest-main ul li a:hover {
	color: #1CB177;
	text-decoration: underline;
}

.news-right .right-pic {
	width: 309px;
	height: 150px;
	float: left;
	border: 1px solid #e3e3e3;
	background: #fff;
	border-radius: 2px;
	margin-top: 20px;
}

.news-right .right-pic img {
	width: 309px;
	height: 150px;
}


/*教研动态异常情况*/

.news .abnormal {
	width: 230px;
	height: 105px;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 300px;
}

.news .abnormal img {
	width: 45px;
	height: 51px;
	margin: 0 auto;
	display: block;
}

.news .abnormal p {
	font-size: 20px;
	color: #838996;
	padding-top: 30px;
}

/*附件下载*/
.main-lf {
	float: left;
	width: 871px;
	height: auto;
}

.enclosure {
	float: left;
	width: 871px;
	height: auto;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	background: #fff;
	margin-top: 20px;
}

.enclosure .enclosure-main {
	width: 831px;
	height: auto;
	margin: 0 auto;
}

.enclosure .enclosure-main .enclosure-title {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	border-bottom: 1px solid #1cb177;
}

.enclosure .enclosure-main .enclosure-title h3 {
	width: 240px;
	font-size: 18px;
	color: #202020;
	line-height: 50px;
	float: left;
}

.enclosure .enclosure-main .enclosure-title h3 i {
	width: 6px;
	height: 18px;
	float: left;
	background: #1CB177;
	margin-top: 17px;
	margin-right: 10px;
}

.enclosure .enclosure-main dl {
	float: left;
	width: 100%;
	height: auto;
	margin: 20px 0 10px;
}

.enclosure .enclosure-main dl dd {
	width: 400px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #222;
	padding-right: 10px;
	margin-bottom: 10px;
}

.enclosure .enclosure-main dl dd a {
	font-size: 14px;
	color: #222;
}

.enclosure .enclosure-main dl dd a i {
	width: 23px;
	height: 23px;
	float: left;
	margin-right: 5px;
}

.enclosure .enclosure-main dl dd a:hover {
	color: #1CB177;
	text-decoration: underline;
}