.news-tab{
	width: 100%;
	text-align: center;
	margin-top: 80px;
}
.news-tab a{
	display: inline-block;
	padding-bottom: 10px;
	font-size: 14px;
	color: #333333;
	margin-left: 35px;
	margin-right: 35px;
}
.news-tab a:hover{
	color: #85bb2b;
}
.news-tab a.evl{
	color: #85bb2b;
	border-bottom: solid 2px #85bb2b;
}

.news-list{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 180px;
}
.news-list a{
	display: block;
	margin-top: 50px;
	width: 100%;
}
.news-list a .img{
	float: left;
	width: 340px;
	height: 204px;
	overflow: hidden;
}
.news-list a .img img{
	width: 100%;
	height: auto;
}
.news-list a .con{
	float: right;
	width: 935px;
}
.news-list a .con .bt{
	font-size: 24px;
	color: #333333;
	margin-top: 10px;
}
.news-list a .con .date{
	font-size: 20px;
	color: #36394e;
	margin-top: 12px;
}
.news-list a .con .date span{
	color: #c0c0c0;
}
.news-list a .con .line{
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	margin-top: 18px;
}
.news-list a .con .box{
	width: 33px;
	height: 5px;
	background: #85bb2b;
	margin-top: -3px;
}
.news-list a .con .text{
	width: 98%;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-top: 5px;
}
.news-list a .con .textli{
	width: 98%;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-top: 5px;
}

.news-detail{
	width: 1040px;
	margin: 0 auto;
}
.news-detail .title{
	font-size: 20px;
	color: #4b4b4b;
	width: 100%;
	text-align: center;
	margin-top: 35px;
}
.news-detail .date{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #909090;
	background: #f6f6f6;
	margin-top: 15px;
}
.news-detail .content{
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #4b4b4b;
	margin-top: 25px;
	padding-bottom: 50px;
	border-bottom: solid 1px #d0d0d0;
}
.news-detail .detail-page{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.news-detail .detail-page a{
	font-size: 14px;
	color: #999999;
}
.news-detail .detail-page a.prev{
	float: left;
}
.news-detail .detail-page a.next{
	float: right;
}
.news-detail .detail-page a:hover span{
	color: #333333;
}
.news-detail .detail-page a.prev span{
	margin-left: 10px;
}
.news-detail .detail-page a.next span{
	margin-right: 10px;
}