@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: 871px;
	height: auto;
	min-height: 300px;
	background: #fff;
	float: left;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
}

.news .news-main {
	width: 840px;
	height: auto;
	margin: 0 auto;
}

.news .news-main .title {
	width: 840px;
	height: 50px;
	border-bottom: 1px solid #1cb177;
}

.news .news-main .title ul {
	float: left;
	margin-left: 10px;
}

.news .news-main .title ul li {
	float: left;
	line-height: 50px;
	color: #7d7f85;
}

.news .news-main .title ul li.line {
	margin: 0 15px;
}

.news .news-main .title ul li a {
	font-size: 16px;
	color: #7d7f85;
	padding-bottom: 11px;
}

.news .news-main .title ul li a:hover {
	border-bottom: 4px solid #1cb177;
	color: #1cb177;
}

.news .news-main .title ul li a.active {
	border-bottom: 4px solid #1cb177;
	color: #1cb177;
}

.news .news-main .message {
	width: 100%;
	float: left;
	min-height: 350px;
}

.news .news-main .message .kong {
	width: 120px;
	height: auto;
	padding: 98px 0;
	margin: 0 auto;
}

.news .news-main .message .kong p {
	font-size: 16px;
	color: #333;
	width: 110px;
	text-align: center;
	line-height: 50px;
}

.news .news-main .message ul {
	width: 100%;
	float: left;
}

.news .news-main .message ul li {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px dashed #ccc;
}

.news .news-main .message ul li .details {
	width: 100%;
	height: auto;
	margin: 9px 0;
	float: left;
}

.news .news-main .message ul li .details img {
	width: 162px;
	height: 115px;
	float: left;
	margin: 10px 20px 10px 8px;
}

.news .news-main .message ul li .details h3 {
	width: 640px;
	font-size: 16px;
	color: #202020;
	font-weight: bold;
	padding-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news .news-main .message ul li .details h3 a {
	font-size: 16px;
	color: #202020;
	font-weight: bold;
}

.news .news-main .message ul li .details h3 a:hover {
	color: #1CB177;
	text-decoration: underline;
}

.news .news-main .message ul li .details span {
	width: 640px;
	height: 48px;
	padding-top: 3px;
}

.news .news-main .message ul li .details span {
	font-size: 14px;
	color: #858687;
	float: left;
}

.news .news-main .message ul li .details span i.left {
	float: left;
	font-style: normal;
}

.news .news-main .message ul li .details span i.time {
	padding-left: 20px;
	font-family: arial;
	line-height: 22px;
	font-style: normal;
}

.news .news-main .message ul li .details p {
	width: 640px;
	font-size: 14px;
	color: #5d5d5d;
	line-height: 24px;
	float: left;
}

.news .news-main .message ul li .details p a {
	font-size: 14px;
	color: #5d5d5d;
}

.news .news-main .message ul li .details p a:hover {
	color: #1CB177;
	text-decoration: underline;
}

.news .news-main .message ul li .details:hover {
	background: #efefef;
	cursor: pointer;
}

/*右侧*/
.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;
}