
.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% - 44px) / 3); margin-right: 22px; box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.09); background: #FAFAFC;}
.listNews_ul li:nth-child(3n){margin-right: 0;}
.news_item{margin-bottom: 34px;}
.news_item .news_info{padding: 20px 18px 18px;}

.news_item .news_pic{padding-bottom: 66%;}

.news_info .title{font-family: 'Humanist777BT-BlackCondensedB'; height: 56px; overflow: hidden; font-size: 20px; line-height: 28px; margin: 8px 0;}

.news_item .date{line-height: 24px; color: #666; opacity: 0.53;}
.news_item .brief{line-height: 24px; color: #666; opacity: 0.53;}
.news_item .more_btn{margin: 10px 0 0; font-family: 'HPSimplified-Regular';}
.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{box-shadow: 0px 4px 4px 0px rgba(var(--comColorRgb), 0.4);;}
.news_item:hover .title a{color: var(--commonColor);}

@media only screen and (max-width: 1200px) {
	.news_item .news_info{padding: 15px 14px;}
}
@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; margin: 8px 0; display: block; height: auto;}
	.news_item .brief{display: block; height: auto;}
}

/* innerNews */
.innerNews_left{width: 68%;}
.innerNews_right{width: 28%;}
.innerNews_weight{position: sticky; top: 100px; margin: 0;}

.news_th{font-family: 'Humanist777BT-BlackCondensedB'; font-size: 24px; line-height: 1.5; color: #000;}
.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: 950px) {
	.news_th{line-height: 1.3;}
	.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);}
}


.innerPro_type_list{margin-top: 3%;}
.type_item{margin-bottom: 2.5%; overflow: hidden;}
.innerPro_type_list .type_item:last-child{margin-bottom: 0;}

.type_pic_item{width: 50%; order: 3;}
.type_pic_item .type_pic{padding-bottom: 66%;}
.type_info{width: 46%; order: 2; height: auto;}
.type_info .title .txt{font-family: 'Humanist777BT-BlackCondensedB'; font-size: 45px; line-height: 1.25; position: relative; display: inline-block; padding-bottom: 10px;}
.type_info .title .txt::before{position: absolute; left: 0; bottom: 0; height: 3px; background: var(--commonColor); width: 0; content: '';}
.type_info .brief{color: #666; line-height: 1.5; margin-top: 2%;/* height: 21em; overflow-y: auto; */}

.type_item:nth-child(even) .type_pic_item{order: 1;}
.type_item:hover .title .txt{color: var(--commonColor);}
.type_item:hover .title .txt::before{width: 120px;}

.type_brief{line-height: 1.5; color: #666; margin-top: 20px;}

@media only screen and (max-width: 1450px) {
	.type_info .title .txt{font-size: 40px;}
}
@media only screen and (max-width: 1350px) {
	.type_info .title .txt{font-size: 36px;}
}
@media only screen and (max-width: 1200px) {
	.type_info .title .txt{font-size: 32px;}
}
@media only screen and (max-width: 950px) {
	.type_info .title .txt{font-size: 26px;}
	.innerPro_type .web_th{flex-direction: column;}
	.innerPro_type .web_th .title{width: 100%;}
	.innerPro_type .web_th .brief{width: 100%; margin-top: 12px;}
	.type_item{flex-direction: column; border-radius: 8px 8px 0 0; margin-bottom: 20px;}
	.type_item:nth-child(even){border-radius: 8px 8px 0 0;}
	.innerPro_type_list{margin-top: 20px;}
	.type_pic_item{width: 100%; order: 1;}
	.type_info{width: 100%; padding: 10px 0 0;}
	.type_pic_item .type_pic{height: 0; padding-bottom: 75%;}
	.type_info .brief{height: auto; overflow: hidden;}

	.innerContent img{display: block; margin: 12px auto 0;}
}