.zhongHe {margin-bottom:60px;}
.zhongHeR{margin-top:60px;}


/*新闻中心*/
.newsBox {}
.newsBox li{position:relative;border-radius:10px;overflow:hidden;}
.newsBox li .newsImg{overflow:hidden;background:url(/zhhh/uiFramework/commonResource/image/2022121503001130984.png) no-repeat bottom;}
.newsBox li .newsImg img{width:100%;height:536px;object-fit:cover;transition:all .7s;}
.newsBox li .news_pos{position: absolute; bottom: 40px;left: 20px;width: 400px;z-index:1;}
.newsBox li .news_pos h4{font-size:20px;color:#fff;opacity:.6;margin-bottom:20px;}
.newsBox li .news_pos p a{font-size:30px;color:#fff;line-height:40px;font-weight:550;}
.newsBox li:hover img{transform:scale(1.1);}



/*集团新闻*/
.jtxwBox {line-height:30px;margin-bottom:30px;}
.jtxwBox h3{font-size:30px;font-weight:550;color:#000;float:left;}
.jtxwBox p a{font-size:18px;color:#000;float:right;}

.jtxwBoxs {}
.jtxwBoxs .jtxwImg {width:36%;margin-right:2%;border-radius:10px;overflow:hidden;transition:all .3s;}
.jtxwBoxs .jtxwImg img{width:100%;height:250px;object-fit:cover;}
.jtxwBoxs .jtxwImg:hover {box-shadow: 0 0 40px #afbbbc;}



.jtxwBoxs .jtxwList {width:62%;}
.jtxwBoxs .jtxwList li{width:29%;margin-left:4.333%;}
.jtxwBoxs .jtxwList li div{border-radius:10px;overflow:hidden;}
.jtxwBoxs .jtxwList li div img{width:100%;height:134px;object-fit:cover;transition:all .5s;}
.jtxwBoxs .jtxwList li p{margin-top:20px;}
.jtxwBoxs .jtxwList li p a{font-size:18px;color:#000;line-height:30px;}
.jtxwBoxs .jtxwList li:hover a{color:#004ea1;}
.jtxwBoxs .jtxwList li:hover img{transform:scale(1.1)}


/*手机端1200px*/
@media only screen and (min-width: 100px) and (max-width: 1200px) {

}


/*手机端960px*/
@media only screen and (min-width: 100px) and (max-width: 960px) {


}


/*手机端768px*/
@media only screen and (min-width: 100px) and (max-width: 768px) {
.zhongHe{margin-bottom:30px;}
.newsBox li .newsImg img{height:38vh;}
.zhongHeR{margin-top:20px;}

.newsBox li .news_pos{bottom: 20px;left: 0px;width: 100%;padding-left:12px;box-sizing:border-box;}
.newsBox li .news_pos h4{font-size:16px;opacity:.8;}
.newsBox li .news_pos p a{font-size:20px;line-height:30px;}


.jtxwBox h3{font-size:18px;}
.jtxwBox p a{font-size:15px;}

.jtxwBox{margin-bottom:20px;}
.jtxwBoxs .jtxwImg {width:100%;margin-right:0%;border-radius:4px;}
.jtxwBoxs .jtxwImg img{height:26vh;}
.jtxwBoxs .jtxwList {width:100%;margin-top:20px;}
.jtxwBoxs .jtxwList li{width:31.333%;margin:0 1%;}
.jtxwBoxs .jtxwList li div{border-radius:4px;}
.jtxwBoxs .jtxwList li div img{height:90px;}
.jtxwBoxs .jtxwList li p{margin-top:8px;}
.jtxwBoxs .jtxwList li p a{font-size:14px;line-height:26px;}


}