/*新闻列表*/
.news-list{

}
.news-list .news-title{
	font-size: 24px;
	color: #7cba3d;
	text-align: center;
	line-height: 83px;
	border-bottom: 2px solid #7cba3d;
	font-weight: normal;
}
.news-list .news-module li{
	padding: 24px 49px 27px 63px;
	position: relative;
	height: 100px;
	overflow: hidden;
}
.news-list .news-module li:after{
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: 788px;
	left: 63px;
	background: #cacccc;
	bottom: 0;
}
.news-list .news-module li:hover{
	background: #f0f0f0;
}
.news-list .news-module li .time{
	float: left;
	color: #fff;
	text-align: center;
	width: 150px;
	margin-right: 30px;
}
.news-list .news-module li .time p{
	background: #7cba3d;
}
.news-list .news-module li .time .day{
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	font-size: 32px;
}
.news-list .news-module li .time .month{
	line-height: 49px;
	font-size: 24px;
}
.news-list .news-module li .summary{
	float: left;
	width: 605px;
	height: 100px;
	overflow: hidden;
}
.news-list .news-module li .summary h3{
	font-size: 20px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 16px;
	margin-top: 7px;
}
.news-list .news-module li .summary h3 a{
	color: #333;
}
.news-list .news-module li .summary p{
	font-size: 16px;
	line-height: 27px;
	height: 54px;
	overflow: hidden;
}
.news-list .news-module li .summary p a{
	color: #666;
}
.news-list .news-zl-module li{
	width: 792px;
	height: 129px;
	overflow: hidden;
	margin: 24px auto 0;
	border: 5px solid transparent;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
	border-radius: 8px;	
}
.news-list .news-zl-module li:hover{
	border-color: #7cba3d;
}
.news-list .news-zl-module li img{
	width: 100%;
	height: 100%;
}
/*新闻详情*/
.news-detail .article-title{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 60%;
	margin: 29px auto 0;
}
.news-detail .news-time{
	text-align: center;
	color: #80817e;
	font-size: 14px;
	padding: 13px 0;
	border-bottom: 2px solid #7cba3d;
}
.news-detail .news-time .iconfont{
	margin-right: 5px;
}
.news-detail .news-article{
	padding: 28px 43px;
}
.news-detail .link{
	font-size: 14px;
	margin: 44px 43px 0;
	padding: 27px 0 36px;
	border-top: 1px solid #d9d4d4;
}
.news-detail .link a{
	color: #3c3c3c;
	display: block;
	max-width: 40%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-detail .link a.prev{
	float: left;
}
.news-detail .link a.next{
	float: right;
}
