
.c_banner_txt .banner_brief{display: none;}

/* listNews */
.listNews_ul li:nth-child(n+2){margin-top: 3.5%;}
.news_item .news_left{width: 45%; height: auto; order: 2;}
.news_item .news_left .pic{border-radius: 12px; padding-bottom: 68%;}
.news_item .news_info{width: 60%; position: relative; z-index: 1; margin-left: -5%; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15); background: #fff; padding: 3%; border-radius: 12px; order: 3;}

.news_item .title{font-family: 'Archivo Black-Regular'; font-size: 36px;}
.news_item .date{margin: 5px 0; color: #333; line-height: 24px;}
.news_item .brief{color: #666; line-height: 28px;}
.news_item .brief *{font-family: inherit !important; line-height: inherit !important; color: inherit !important; font-size: inherit !important;}

.news_item:hover .news_info{box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3)}
.news_item:hover .title{color: var(--commonColor);}

.news_item:nth-child(2n) .news_info{order: 1; margin-left: 0; margin-right: -5%;}


@media only screen and (max-width: 1450px) {
	.news_item .title{font-size: 32px;}
}
@media only screen and (max-width: 1300px) {
	.listNews_ul{zoom: 0.9;}
	.news_item .title{font-size: 28px;}
	.news_item .brief{-webkit-line-clamp: 5;}
}
@media only screen and (max-width: 980px) {
	.listNews_ul{zoom: 1;}
	.listNews_ul li{flex-direction: column;}
	.listNews_ul li:nth-child(n+2){margin-top: 20px;}
	.news_item .news_left{width: 100%;}
	.news_item .news_info{width: 100%; border-radius: 0 0 12px 12px; padding: 16px 16px 20px; margin: 0 !important; order: 3 !important;}
	.news_item .news_left .pic{border-radius: 12px 12px 0 0;}

	.news_item .title{font-size: 20px;}
	.news_item .brief{-webkit-line-clamp: 3;}
	.news_item .more_btn_bg .more{height: 46px; line-height: 46px; width: 160px;}
	.news_item .more_btn_bg .more{margin-top: 10px; background: var(--commonColor); color: #fff;}
	
}

/* innerNews */
.innerContent{font-family: 'Inter-Regular';}

/* 左图右文 */
.img_txt_div{display: flex; justify-content: space-between; align-items: center;}
.img_txt_div .pic{width: 51%; overflow: hidden; order: 1;}
.img_txt_div .pic img{display: block; width: 100%; height: auto; transition: all 0.5s ease;}
.img_txt_div .pic:hover img{transform: scale(1.08);}
.img_txt_div .txt_div{width: 46%; font-family: 'Inter-Regular'; color: #666; line-height: 28px; order: 2;}
.txt_img_div .pic{order: 3;}
.img_txt_div:nth-of-type(n+2){margin-top: 2.5%;}
@media only screen and (max-width: 980px) {
	.img_txt_div{flex-direction: column;}
	.img_txt_div:nth-of-type(n+2){margin-top: 20px;}
	.img_txt_div .pic{width: 100%; order: 1 !important;}
	.img_txt_div .txt_div{width: 100%; margin-top: 12px;}
}

/* 两图 */
.con_imgs_2{display: flex; justify-content: space-between;}
.con_imgs_2 .pic{width: 48.8%; overflow: hidden; height: 0; padding-bottom: 32.5%; position: relative; border-radius: 12px;}
.con_imgs_2 .pic img{display: block; width: 100%; height: 100%; transition: all 0.5s ease; object-fit: cover; position: absolute; left: 0; top: 0;}
.con_imgs_2 .pic:hover img{transform: scale(1.08);}
@media only screen and (max-width: 980px) {
	.con_imgs_2{flex-direction: column;}
	.con_imgs_2 .pic{width: 100%; padding-bottom: 65%;}
	.con_imgs_2 .pic:nth-child(n+2){margin-top: 16px;}
}
