/* listNews */
.listNews_ul{flex-wrap: wrap;}
.listNews_ul li{width: calc((100% - 0.36rem) / 2);}
.news_item{padding-bottom: 0.35rem;}
.news_item .pro_pic{padding-bottom: 59.8%; overflow: hidden; box-sizing: border-box;}
.news_item .pro_pic img{transition: all 0.3s ease;}
.news_item .title{margin: 6px 0 0; text-align: left; height: 52px;}
.news_item .title, .news_item .title a{font-weight: bold; line-height: 26px; font-size: 20px; font-size: max(20px, 0.22rem); font-family: 'OPENSANS-BOLD';}
.news_item .c_more_btn{width: 1.6rem; min-width: 130px; height: 22px;}
.news_item .c_more_btn a{width: 1.5rem; font-size: 16px; min-width: 120px; height: 38px; line-height: 38px;}
.news_item:hover .pro_pic img{transform: scale(1.05);}
.news_item:hover .title a{color: #3965DA;}
.news_item:hover .c_more_btn a{background: #3965DA;}
.news_item:hover .c_more_btn{border-color: #3965DA;}
.news_item .date{color: #666; line-height: 24px; margin-top: 0.2rem;}
.news_item .brief{margin: 6px 0 0.26rem; color: #333; line-height: 24px;}
.news_item .news_info{flex: 1; padding-bottom: 10px;}


@media only screen and (max-width: 950px) {
	.listNews_ul li{width: 100%;}
	.listNews_ul li:last-child{padding-bottom: 10px;}
	.news_left{width: 100%;}
	.news_right{display: none; width: 100%;}
	.news_item{padding-bottom: 20px;}
	.news_left .news_item:last-child{margin-top: 0;}
	.news_item .title{margin-top: 2px; height: auto; display: block;}
	.news_item .brief{display: block;}
	.news_item .title, .news_item .title a{font-size: 18px;}
}

/* innerNews */

@media only screen and (max-width: 950px) {
	
}