/*====================================================*/
.newsS{
	background: #f2f2f2;
}
.newsS:after{
	content: "";
	display: block;
	clear: both;
}
.newsS .img{
	width:48%;
	float: left;
}
.newsS .img .wrap{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.newsS .img .wrap img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.newsS .img:hover .wrap img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.newsS .caption {
	overflow: hidden;
	padding: 25px 30px;
}
.newsS .per{
	margin-bottom: 20px;
}
.newsS .per span {
	display: inline-block;
	line-height: 20px;
	background: #219d60;
	padding: 5px 9px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 13px;
	line-height: 21px;
}
.newsS .tend{
	margin-bottom: 15px;
}
.newsS .tend a{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
	text-transform: uppercase;
}
.newsS .tend a:hover{
	color: #FFEB3B;
}
.newsS .des{
	overflow: hidden;
	max-height: 66px;
	margin-bottom: 20px;
}
.newsS .date{
	color: #999999;
	padding-left: 30px;
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 10px;
}
.newsS .date:before{
	content: "\f133";
	font-family: fontAwesome;
	position: absolute;
	left: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slideNews .slick-dots{
	position: absolute;
	bottom: 40px;
	right: 40px;
	text-align: center;
	z-index: 1;
}
.slideNews .slick-dots li{
	margin-left: 10px;
	display: inline-block;
}
.slideNews .slick-dots li button{
	width:10px;
	height:10px;
	font-size: 0;
	padding: 0;
	border:none;
	border-radius: 100%;
	background: #bfbfbf;
}
.slideNews .slick-dots li.slick-active button{
	background: #ed1c24;
}
.slideNews{
	margin-bottom: 30px;
}
/*==================================================*/
.news{
	margin-bottom: 30px;
}
.news .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.news .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.news .caption{
	padding: 25px 30px;
	background: #f6f6f6;
}
.news .tend{
	margin-bottom: 5px;
}
.news .tend a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	height:48px;
	overflow: hidden;
}
.news .date{
	font-size: 13px;
	line-height: 21px;
	color:#999999;
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
}
.news .date:before{
	content: "\f073";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.news .des{
	color:#666666;
	height:66px;
	overflow: hidden;
}


/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
	.news .caption{
		padding: 15px;
	}
}

