/* listNews */
.listNews_box{padding-top: 4%;}
.listNews_ul li{padding: 3% 3%;  align-items: center;}
.news_item{margin-bottom: 3%;}
.news_item .news_left{width: 26%;}
.news_item .news_info{width: 71%;}

.news_item .news_pic{padding-bottom: 71.75%; overflow: hidden; box-sizing: border-box;}
.news_item .title{font-family: 'CHAPARRALPRO-BOLD'; font-weight: bold;}
.news_item .title, .news_item .title a{font-weight: bold; line-height: 1.5; font-size: 24px; text-transform: uppercase;}
.news_item .more_btn_bg .more{padding: 1.2% 2.8%; display: inline-block; background: #f16b03; color: #fff; font-weight: 600; font-size: 18px;}
.news_item:hover{box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.08);}
.news_item:hover .pro_pic img{transform: scale(1.05);}
.news_item:hover .title a{color: #f16b03;}
.news_item:hover .more_btn_bg .more{background: #c75a06;}
.news_item .date{color: #666; line-height: 24px; margin-top: 6px;}
.news_item .brief{margin: 8px 0 8px; color: #666; line-height: 1.75;}

@media only screen and (max-width: 1350px) {
	.listNews_box{padding-top: 3.2%;}
	.news_item .title, .news_item .title a{font-size: 22px;}
}
@media only screen and (max-width: 1200px) {
	.listNews_box{padding-top: 2.8%;}
	.news_item .title, .news_item .title a{font-size: 20px;}
}
@media only screen and (max-width: 950px) {
	.listNews_box{padding-top: 30px;}
	.listNews_ul li{width: 100%; flex-wrap: wrap; margin-bottom: 20px; padding: 15px 15px 18px; box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.08);}
	.listNews_ul li:last-child{margin-bottom: 0;}
	.news_item .news_left{width: 100%;}
	.news_item .news_info{width: 100%;}
	.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{margin-top: 10px;}
}

/* innerNews */
.innerNews_left{width: 70%;}
.innerNews_right{width: 26.5%;}
.rec_th{background: #f2f2f2; line-height: 1.25; padding: 10px 15px; border-top: 3px solid #006634; color: #000; font-size: 24px; font-weight: bold;}

.recommend_pro{box-shadow: 0 3px 9px 4px rgba(0, 0, 0, 0.11); position: relative; margin-bottom: 22%;}
.innerNews_right .recommend_pro:first-child{margin-top: 10%;}
.innerNews_right .recommend_pro:last-child{margin-bottom: 10%;}
.recommend_pro::after{position: absolute; bottom: -6.5%; height: 3px; left: 0; right: 0; background: #006634; content: '';}
.rec_pro_list{padding: 6% 8% 1%; }
.rec_pro_list li{padding-bottom: 6%;}
.rec_pro_list li .title{margin-top: 10px; line-height: 1.5;}
.rec_pro_list .rec_pic{padding-bottom: 62%; border-radius: 8px; overflow: hidden;}
.rec_pro_list li:hover .title a{color: #006634;}

@media only screen and (max-width: 1350px) {
	.rec_th{font-size: 22px;}
}
@media only screen and (max-width: 1200px) {
	.rec_th{font-size: 21px;}
}
@media only screen and (max-width: 950px) {
	.rec_th{font-size: 20px;}
	
	.innerNews_box .layout{flex-wrap: wrap;}
	.innerNews_left, .innerNews_right{width: 100%;}
	
	.innerNews_right .recommend_pro:first-child{margin-top: 30px;}
	.rec_pro_list{padding: 20px 15px 5px;}
	.rec_pro_list li{padding-bottom: 20px;}
	.recommend_pro{margin-bottom: 58px;}
	.recommend_pro::after{bottom: -28px;}
	.innerNews_right .recommend_pro:last-child{margin-bottom: 28px;}
}