.a-banner{
	/*background: url(../images/about/news.png) no-repeat center;
	background-size: cover;*/
}
.news-top{
	background: #e6e6e6
}
.news-top .row{
	height: 462px;
	padding: 66px 0;
}
.swiper-container,.swiper-wrapper{
	width: 100%;
	height: 100%;
}
.news-top .news-swiper{
	position: relative;
	height: 330px;
}
.news-top .news-swiper .swiper-slide{
	position: relative;
	width: 100%;
	height: 100%;
}
.news-top .news-swiper .swiper-slide .p-text {
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding:0 20px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 18px;
	color: #fff;
	left: 0;
	bottom: 0px;
}
.swiper-pagination{
	text-align: right;
	padding-right: 30px;
}
.swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #26afb4
}
.news-top .row .img-box{
	position: relative;
	max-width: 100%;
	height: 330px;
	overflow: hidden;
}
.news-top .row .img-box img{
	height: 100%;
}
.news-top .row .n-info{
	position: relative;
	height: 100%;
	padding-left: 30px;
}
.news-top .row .n-info h3{
	line-height: 30px;
	margin-bottom: 25px;
	font-size: 20px;
	color: #333;
}
.news-top .row .n-info p{
	height: 180px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #777;
}
.news-top .row .n-info a.btn{
	position: absolute;
	width: 146px;
	bottom: 0;
}

.news-content .row{
	padding: 38px 0;
	border-bottom: 1px solid #e5e5e5; 
}
.news-content .row:last-child{
	border: none;
}
.news-content .img-box{
	position: relative;
	width: 355px;
	height: 186px;
	overflow: hidden;
}
.news-content .img-box img{
	position: absolute;
	width: 100%;
}
.news-content .c-img{
	position: relative;
	width: 100%;
	height: 90px;
}
.news-content .c-img img{
	position: absolute;
	max-width: 204px;
	max-height: 55px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news-content h4{
	line-height: 48px;
	margin-bottom:15px;
	font-size: 20px;
	color: #333;
}
.news-content .c-des{
	height: 90px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #777;
}
.news-content .c-time{
	margin-top: 18px;
	font-size: 14px;
	color: #cbcaca;
}
.news-content .c-time img{
	position: relative;
	top: -2px;
	margin-right: 10px;
}

@media (max-width: 1200px){
	.news-top .row{
		height: auto;
	}
	.news-top .row .img-box{
		height: 250px;
	}
	.news-top .news-swiper .swiper-slide .p-text{
		font-size: 15px;
	}
	.news-top .row .n-info{
		padding-left: 0px;
	}
	.news-top .row .n-info p{
		height: 90px;
	}
	.news-top .row .n-info a.btn{
		position: relative;
		margin-top: 60px;
	}

	.news-content .img-box{
		width: 100%;
	}
	.news-content .img-box img{
		min-width: 100%;
		height:100%;
	}
}
@media (max-width: 768px){
	.news-top .row .img-box{
		height: 176px;
	}
	.news-top .news-swiper .swiper-slide .p-text{
		font-size: 14px;
	}
	.news-top .row .n-info{
		margin-top: 50px;
		padding: 0px 20px;
	}
	.news-top .row .n-info h3{
		margin-bottom: 10px;
	}
	.news-top .row .n-info p{
		line-height: 20px;
		height: 60px;
	}
	.news-top .row .n-info a.btn{
		position: relative;
		margin-top: 30px;
	}
	.news-content .col-xs-5 {
		padding-right: 0px;	
	}
	.news-content .img-box{
		height: 116px;
	}
	.news-content h4{
		line-height: 25px;
		margin-bottom: 5px;
	}
	.news-content .c-des{
		height: 48px;
		line-height: 24px;
	}
}