
/* listNews */
.listNews_ul li{padding: 2.3% 2.6%;}
.news_item{margin-bottom: 3%; box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.28);}
.news_item .news_left{width: 26%; height: auto;}
.news_item .news_info{width: 71%;}

.news_item .news_pic{padding-bottom: 66.5%; overflow: hidden; box-sizing: border-box; padding-bottom: 0; height: 100%;}
.news_item .title{font-weight: bold; max-height: 3em; overflow: hidden;}
.news_item .title, .news_item .title a{font-weight: bold; line-height: 1.5; font-size: 24px; text-transform: capitalize;}
.news_item .more_btn_bg .more{height: 56px; width: 180px; text-align: center; line-height: 56px; display: block; background: #fff; border: 1px solid #0D44A8; color: #438EDB; font-size: 18px;}
.news_item:hover{box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.38);}
.news_item:hover .pro_pic img{transform: scale(1.05);}
.news_item:hover .title a{color: #0D44A8;}
.news_item:hover .more_btn_bg .more{background: #0D44A8; color: #fff;}
.news_item .date{line-height: 24px; margin-top: 6px;}
.news_item .brief{margin: 8px 0 14px; line-height: 1.75; height: 5.25em; overflow: hidden;}

.listNews_ul .news_item:first-child{padding: 0; box-shadow: none;}
.news_item:first-child .news_left{width: 51.5%;}
.news_item:first-child .news_info{width: 48.5%; padding: 4% 3% 3%; background: #F2F4F6;}
.news_item:first-child .title{height: 3em; margin-bottom: 20px;}
.news_item:first-child .brief{height: 7em; overflow: hidden; margin: 30px 0 30px;}
.news_item:first-child .more_btn_bg .more{background: #0D44A8; color: #fff;}

@media only screen and (max-width: 1350px) {
	.news_item .title, .news_item .title a{font-size: 22px;}
}
@media only screen and (max-width: 1200px) {
	.news_item .title, .news_item .title a{font-size: 20px;}
	.news_item .more_btn_bg .more{height: 50px; line-height: 50px; width: 160px;}
}
@media only screen and (max-width: 950px) {
	.listNews_ul li{width: 100%; flex-wrap: wrap; margin-bottom: 20px; padding: 15px 15px 18px; box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.38);}
	.listNews_ul li:last-child{margin-bottom: 0;}
	.news_item .news_left{width: 100%;}
	.news_item .news_info{width: 100%;}
	.news_item .news_pic{padding-bottom: 65.5%; height: 0;}
	.news_item .title{margin-top: 15px; height: auto; display: block;}
	.news_item .title, .news_item .title a{font-size: 18px; line-height: 1.5;}
	.news_item .brief{display: none;}
	.news_item .more_btn_bg .more{height: 46px; line-height: 46px; width: 160px;}
	.news_item .more_btn_bg .more{margin-top: 10px; background: #0D44A8; color: #fff;}
	
	.listNews_ul .news_item:first-child{padding: 15px 15px 18px; box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.38);}
	.news_item:first-child .news_left{width: 100%;}
	.news_item:first-child .news_info{width: 100%; padding: 0; background: none;}
	.news_item:first-child .title{margin-bottom: 0; height: auto;}
}

/* innerNews */
.innerNews_left{width: 68%;}
.innerNews_right{width: 28.5%;}
.innerNews_weight{position: sticky; top: 100px; margin: 0;}
.rec_th{background: #F2F2F2; line-height: 1.25; padding: 12px 20px 14px; border-top: 3px solid #0D44A8; color: #000; font-size: 24px; font-weight: bold;}

.recommend_pro{box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.15); position: relative;}
.recommend_pro:nth-child(n+2){margin-top: 10%;}

.side_rec_pro{background: #fff; border-top: 0; padding: 0 30px 20px;}
.side_rec_pro li{margin-top: 20px;}
.side_rec_pro li .rec_pro_info{padding: 14px 0 10px;}
.side_rec_pro li .pro_pic{padding-bottom: 61.5%; border-radius: 12px; overflow: hidden;}
.side_rec_pro li .title{line-height: 1.25; font-size: 18px;}
.side_rec_pro li .title a{line-height: 1.25;}

.side_rec_pro li:hover .title{color: #0D44A8;}
.side_rec_pro li:hover .title a{color: #0D44A8;}

@media only screen and (max-width: 1350px) {
	.rec_th{font-size: 20px;}
}
@media only screen and (max-width: 1200px) {
	.rec_th{font-size: 18px;}
	.side_rec_pro{padding: 0 20px 15px;}
}
@media only screen and (max-width: 1100px) {
	.rec_th{font-size: 16px;}

}
@media only screen and (max-width: 950px) {
	.rec_th{font-size: 20px; padding: 12px 15px 14px;}
	.side_rec_pro{padding: 0 15px 12px;}
	
	.innerNews_box .layout{flex-wrap: wrap;}
	.innerNews_left, .innerNews_right{width: 100%;}
	.innerNews_right{margin-top: 30px;}
	.recommend_pro:nth-child(n+2){margin-top: 20px;}
	.rec_pro_list li{padding-bottom: 20px;}
	.rec_pro_list li .title{margin-top: 0;}
	
	.side-news li, .rec_pro_list li{box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.05);}
}