
/* listNews */
.news_item{width: 32%; margin-right: 2%; position: relative;}
.news_item:nth-of-type(3n){margin-right: 0;}
.news_item:nth-child(n+4){margin-top: 3%;}
.news_item>a{height: 100%;}
.news_item .pic{padding-bottom: 65%;}

.news_info{padding: 30px 0 0; flex: 1; padding-bottom: 78px; position: relative; margin-bottom: 24px;}
.news_info .date{color: #666; font-family: 'Lato-light';}
.news_info .title{font-family: 'Lato-Bold'; font-size: 24px; margin: 8px 0 12px; line-height: 28px; overflow: hidden;}
.news_info .brief{color: #666; line-height: 26px; height: 78px; overflow: hidden; font-family: 'Lato-light'; position: absolute; left: 0; bottom: 0; width: 100%;}

.news_item .pubMore{font-family: 'Lato-Light';}

.news_item:hover .news_info .brief{color: #333;}

@media only screen and (max-width: 1400px) {
	.news_info .title{font-size: 22px;}
}
@media only screen and (max-width: 1200px) {
	.news_info{padding-top: 25px;}
	.news_info .title{font-size: 20px;}
}
@media only screen and (max-width: 950px) {
	.news_item{width: 100%; margin-right: 0;}
	.news_item:nth-child(n+2){margin-top: 24px;}
	.news_info{padding-top: 15px; margin-bottom: 15px;}
	.news_info .title{font-size: 20px; max-height: unset; display: block; height: auto; margin: 8px 0;}
}


/* innerNews */
.innerNews_img{margin-bottom: 3%;}
.innerNews_img img{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.innerNews_img:hover img{
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}
.innerNews_img{overflow: hidden;}

@media only screen and (max-width: 950px) {
	.innerNews_img{margin-bottom: 24px;}
}