
.news_item .more_btn{
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}


/* listNews_box */
.listNews_box{padding-top: 3.5%;}
.listNews_ul{width: 100%;}
.listNews_ul li{width: calc((100% - 64px) / 3); margin-right: 32px;}
.listNews_ul li:nth-child(3n){margin-right: 0;}
.news_item{margin-bottom: 35px;}
.news_item .news_info{padding: 25px 0 0; text-align: center;}

.news_item .news_pic{padding-bottom: 100%;}
.news_item .date{line-height: 28px; position: absolute; bottom: 0; right: 0; z-index: 1; background: #333; color: #fff; text-align: center; padding: 20px; font-size: 20px; font-weight: bold;}
.news_item .date span{display: block;}

.news_info .title{font-family: 'Chaparral Pro-Bold'; text-transform: uppercase; height: 2.5em; overflow: hidden; font-size: 26px; line-height: 1.25;}

.news_item .brief{line-height: 28px; color: #666; text-align: left; margin: 8px 0 14px; height: 56px;}
.news_item .brief *{font-size: inherit !important; font-family: inherit !important; color: inherit !important;}
.news_item .more_btn{margin: 10px 0 0;}
.news_item .more_btn:hover{margin-left: 5px;}
.news_item .more_btn .txt{color: var(--commonColor); font-weight: 800;}
.news_item .more_btn .icon{display: inline-block; content: ''; width: 24px; height: 24px; background: url(../img/icon_right_h.png) no-repeat center / 12px auto; margin-left: 2px;}

.news_item:hover .title{color: var(--commonColor);}

@media only screen and (max-width: 1300px) {
	.news_info .title{font-size: 24px; height: 3.75em; -webkit-line-clamp: 3;}
}
@media only screen and (max-width: 950px) {
	.listNews_box{padding-top: 30px;}
	.listNews_ul li{width: 100%; flex-wrap: wrap; margin-bottom: 20px; margin-right: 0;}
	.listNews_ul li:last-child{margin-bottom: 0;}
	.news_item .title{font-size: 18px; line-height: 1.5; display: block; height: auto;}
	.news_item .brief{display: block; height: auto; margin: 10px 0 12px;}
}

/* innerNews */
.innerNews_left{width: 68%;}
.innerNews_right{width: 28%;}
.innerNews_weight{position: sticky; top: 100px; margin: 0;}

.news_th{font-size: 60px; line-height: 1.25; font-family: 'Chaparral Pro-Bold'; text-transform: uppercase;}

.innerNews_share{margin-top: 2%;}
.innerNews_share .date{margin-right: 30px; color: #666;line-height: 28px;}
.innerNews_share span {color: #666;line-height: 28px; margin-right: 10px;}
.innerNews_share a{display: inline-block; width: 28px; height: 28px; padding: 2px; margin-right: 8px;}
.innerNews_share a:last-child{margin-right: 0;}
.innerNews_share a img{display: block; width: 100%; height: 100%;}
.innerNews_share a:hover img{animation: swing 0.5s;}


.rec_th{line-height: 1.25; color: #000; font-size: 24px; font-family: 'Humanist777BT-BlackCondensedB'; border-bottom: 3px solid #EEEEEE; position: relative; padding: 0 0 10px;}
.rec_th::before{position: absolute; left: 0; bottom: -3px; height: 3px; width: 50px; background: var(--commonColor); content: '';}

.recommend_news{/* box-shadow: 0 3px 9px 4px rgba(0, 0, 0, 0.11); */ position: relative; background: #F4F5F8; border-radius: 5px; padding: 8% 8%;}
.recommend_news:nth-child(n+2){margin-top: 10%;}

.rec_news_list{padding: 6px 0 0; }
.rec_news_list li{margin-top: 10px; padding: 8px 0; align-items: center;}
.rec_news_list li .title{line-height: 1.25; font-family: 'Poppins-Medium';}
.rec_news_list li .date{color: #999;margin-top: 4px; }
.rec_news_pic{width: 24%; margin-right: 10px;}
.rec_news_info{flex: 1;}
.rec_news_pic .rec_pic{padding-bottom: 100%; border-radius: 50%;}
.rec_news_list li:hover .title a{color: #2C6DF5;}

.rec_pro_list{padding: 10px 0 0;}
.rec_pro_list li{margin: 10px 0 0;}
.rec_pro_list li a{line-height: 24px; padding: 8px 0; color: #000; font-size: 18px;}
.rec_pro_list li a:hover{color: var(--commonColor);}

@media only screen and (max-width: 1550px) {
	.news_th{font-size: 54px;}
}
@media only screen and (max-width: 1450px) {
	.news_th{font-size: 46px;}
}
@media only screen and (max-width: 1350px) {
	.news_th{font-size: 40px;}
}
@media only screen and (max-width: 1200px) {
	.news_th{font-size: 34px;}
}
@media only screen and (max-width: 950px) {
	.news_th{line-height: 1.3; font-size: 26px;}
	.innerNews_box .layout{flex-wrap: wrap;}
	.innerNews_left, .innerNews_right{width: 100%;}
	.innerNews_right{margin-top: 30px;}
	.recommend_news:nth-child(n+2){margin-top: 20px;}
	.rec_news_list li{}
	.rec_news_list li .title{display: block; height: auto;}
	.recommend_news{padding: 20px 20px;}
	.rec_news_pic{width: 68px;}
	.rec_news_info{width: calc(100% - 78px);}
}