
/* listNews */
.news_item{width: 31%; margin-right: 3.5%; margin-bottom: 2.6%; position: relative;}
.news_item:nth-of-type(3n){margin-right: 0;}
.news_item .pic{padding-bottom: 65%;}

.news_info{padding: 30px 0 0;}
.news_info .date{color: #000;}
.news_info .title{font-family: 'AkzidenzGroteskBQ-Bold'; font-size: 24px; margin: 8px 0; line-height: 28px; height: 56px; overflow: hidden;}
.news_info .brief{color: #666; line-height: 26px; max-height: 78px; overflow: hidden;}
.news_item:hover .news_info .brief{color: #333;}

@media only screen and (max-width: 1200px) {
	.news_info .title{font-size: 22px;}
}
@media only screen and (max-width: 1050px) {
	.news_info .title{font-size: 20px; -webkit-line-clamp: 3; height: 84px;}
	.news_info .brief{-webkit-line-clamp: 2; max-height: 56px;}
}
@media only screen and (max-width: 950px) {
	.news_item{width: 100%; margin-right: 0; margin-bottom: 20px;}
	.news_item:last-child{margin-bottom: 5px;}
	.news_info{padding: 15px 0 0;}
	.news_info .title{font-size: 20px; max-height: unset; display: block; height: auto;}
	.news_info .brief{max-height: unset; display: block; height: auto;}
}


/* innerNews */
.back_btn{text-align: right; font-size: 18px;}
.back_btn .back_link:hover{text-decoration: underline;}
.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);
}
.sub_th{margin-top: 3%;}
.innerNews_img{overflow: hidden;}

@media only screen and (max-width: 950px) {
	.sub_th{margin-top: 24px;}
}