/*新闻列表*/
.news-list .banner img{
	width: 100%;
}
.news-list .sec1{
	padding: 80px 0 100px;
}
.news-list .sec1 .tab-control{
	text-align: center;
	font-size: 0;
	margin-bottom: 70px;
}
.news-list .sec1 .tab-control a{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #666;
	margin: 0 24px;
	padding-bottom: 12px;
	border-bottom: 2px solid #fff;
}
.news-list .sec1 .tab-control a:hover,.news-list .sec1 .tab-control a.active{
	color: #2fa1da;
}
.news-list .sec1 .tab-control a.active{
	border-color: #2fa1da;
}
.news-list .sec1 ul{
	margin-bottom: 10px;
	font-size: 0;
}
.news-list .sec1 ul li{
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-right: 5%;
	position: relative;
	margin-bottom: 60px;
}
.news-list .sec1 ul li:nth-child(3n){
	margin-right: 0;
}
.news-list .sec1 ul li .img{
	width: 100%;
}
.news-list .sec1 ul li .text{
	padding: 8.33%;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news-list .sec1 ul li:hover .text{
	z-index: 2;
	right: 8.33%;
}
.news-list .sec1 ul li .text h5{
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
	height: 1em;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news-list .sec1 ul li:hover .text h5{
	color: #fff;
}
.news-list .sec1 ul li .text p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	max-height: 48px;
	margin-bottom: 18px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news-list .sec1 ul li:hover .text p{
	color: #fff;
}
.news-list .sec1 ul li .text .time{
	font-size: 12px;
	color: #999;
	font-family: "itcbk";
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news-list .sec1 ul li:hover .text .time{
	color: #fff;
}
.news-list .sec1 ul li .cover{
	background-color: rgba(47,161,208,0.9);
	position: absolute;
	right: 8.33%;
	top: 6.85%;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news-list .sec1 ul li:hover .cover{
	z-index: 1;
	opacity: 1;
}
.news-list .sec1 ul li .cover img{
	margin-top: 27%;
}
.news-list .sec1 .more{
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 70px;
	line-height: 66px;
	text-align: center;
	border-radius: 35px;
	font-size: 20px;
	color: #a3c630;
	border: 2px solid #a3c630;
}
.news-list .sec1 .more:hover{
	background-color: #8dad1b;
	color: #fff;
}
/*新闻详细页*/
.news-detail #header{
	border-bottom: 1px solid #e5e5e5;
}
.news-detail .sec1{
	padding: 90px 0;
}
.news-detail .sec1 .inner{
	padding: 0 5.2%;
}
.news-detail .sec1 .title{
	text-align: center;
	margin-bottom: 58px;
}
.news-detail .sec1 .title h5{
	font-size: 32px;
	color: #333;
	font-weight: normal;
	line-height: 44px;
	margin-bottom: 30px;
}
.news-detail .sec1 .title p{
	font-size: 14px;
	color: #999;
}
.news-detail .sec1 .content img{
	width: 100%;
}
.news-detail .sec1 .content p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 32px;
}
.news-detail .sec2{
	background-color: #f4f7fa;
	height: 200px;
	line-height: 200px;
	font-size: 0;
}
.news-detail .sec2 .nav{
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	position: relative;
}
.news-detail .sec2 .nav.prev{
	text-align: left;
	padding-left: 100px;
	padding-right: 40px;
}
.news-detail .sec2 .nav.next{
	text-align: right;
	padding-left: 40px;
	padding-right: 100px;
}
.news-detail .sec2 .nav img{
	top: 50%;
	margin-top: -5px;
	position: absolute;
}
.news-detail .sec2 .nav.prev img{
	left: 40px;
}
.news-detail .sec2 .nav.next img{
	right: 40px;
}
.news-detail .sec2 .nav a{
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	vertical-align: middle;
}
.news-detail .sec2 .nav a:hover{
	color: #a3c630;
}
@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1024px){
}
@media only screen and (max-width:768px){
	/*新闻列表*/
	.news-list .sec1{
		padding: 2rem 0 3.125rem;
	}
	.news-list .sec1 .tab-control{
		margin-bottom: 1.6875rem;
	}
	.news-list .sec1 .tab-control a{
		font-size: 0.75rem;
		margin: 0 0.75rem;
		padding-bottom: 0.5rem;
		border-bottom: 0.0625rem solid #fff;
	}
	.news-list .sec1 ul{
		margin-bottom: 0.25rem;
	}
	.news-list .sec1 ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.5rem;
	}
	.news-list .sec1 ul li .text{
		padding: 1.125rem 0 0;
	}
	.news-list .sec1 ul li:hover .text{
		right: 0;
	}
	.news-list .sec1 ul li .text h5{
		font-size: 0.875rem;
		margin-bottom: 0.8125rem;
	}
	.news-list .sec1 ul li:hover .text h5{
		color: #333;
	}
	.news-list .sec1 ul li .text p{
		font-size: 0.5625rem;
		line-height: 0.9375rem;
		max-height: 1.875rem;
		margin-bottom: 0.75rem;
	}
	.news-list .sec1 ul li:hover .text p{
		color: #666;
	}
	.news-list .sec1 ul li .text .time{
		font-size: 0.5rem;
	}
	.news-list .sec1 ul li:hover .text .time{
		color: #999;
	}
	.news-list .sec1 ul li .cover{
		display: none;
	}
	.news-list .sec1 .more{
		width: 100%;
		height: 2.5rem;
		line-height: 2.375rem;
		border-radius: 1.25rem;
		font-size: 0.875rem;
		border: 0.0625rem solid #a3c630;
	}
	/*新闻详细页*/
	.news-detail .sec1{
		padding: 2.1875rem 0 2.5rem;
	}
	.news-detail .sec1 .inner{
		padding: 0;
	}
	.news-detail .sec1 .title{
		margin-bottom: 1.5rem;
	}
	.news-detail .sec1 .title h5{
		font-size: 1.125rem;
		line-height: 1.5rem;
		margin-bottom: 0.9375rem;
	}
	.news-detail .sec1 .title p{
		font-size: 0.5625rem;
	}
	.news-detail .sec1 .content p{
		font-size: 0.875rem;
		line-height: 1.75rem;
	}
	.news-detail .sec2{
		display: none;
	}
}
@media only screen and (max-width:414px){
}
@media only screen and (max-width:320px){
}