/*新闻中心*/
.w5 {width: 50%;box-sizing: border-box;padding-right: 20px;}
.w5:nth-child(2n) {padding-right: 0}
.flex-wrap{display: flex;flex-wrap: wrap;}
.box-ny{margin: 0 0 20px 0}
.box-ny-xwzz-headnews{ margin-bottom: 20px; height: 170px;width: 100%; background: url(../images/news/xwzx1.png) no-repeat;background-size: 100% 100%; overflow: hidden;}
.box-ny-xwzz-headnews a{ display: block; margin-top: 25px; overflow: hidden;}
.box-ny-xwzz-headnews a h1{ margin-left: 125px; font-size: 38px; text-align: center; color: #225eb8; font-weight: bold;}
.box-ny-xwzz-headnews a p{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2; /* 设置最大显示行数 */-webkit-box-orient: vertical;text-overflow: ellipsis;margin-left: 125px; margin-top: 15px;color: #666; line-height: 24px; text-indent: 32px;width: calc(100% - 200px);}
.box-ny-gsxw{ margin-top: -15px;}
.box-ny-gsxw a{ display: block; overflow: hidden; border-bottom: #e9e9e9 dashed 1px; }
.box-ny-gsxw a:hover h3,.box-ny-gsxw a:hover span{ color: #225eb8;}
.box-ny-gsxw a h3{ width:500px; padding-left: 15px;font-weight: 500;font-size: 18px;margin: 0; background: url(../images/zjbt4.png) 0px 23px no-repeat; line-height: 50px;}
.box-ny-gsxw a span{ float: right; line-height: 50px; color: #999;}

.box-ny-ysbt{ width: 590px; overflow: hidden;max-height: 291px;}
.box-ny-ysbt-big{ width: 440px; float: left;height:100% }
.box-ny-ysbt-big a{ display: block; position: relative;height:100%}
.box-ny-ysbt-big a img{ width: 440px; height: 276px;}
.box-ny-ysbt-big a h3{width: 420px; padding: 0 10px; position: absolute; margin-top: 255px; color: #fff; height: 35px; line-height: 35px; background-color: rgba(0,0,0,.8);}
.box-ny-ysbt-small{ width: 140px; float: right; overflow: hidden;}
.box-ny-ysbt-small-on{ border: #225eb8 solid 3px; }
.box-ny-ysbt-small img{ width: 140px; height: 89px; margin-bottom: 12px; box-sizing: border-box; cursor: pointer;}
.box-ny-ysbt-small img:last-child{margin-bottom: 0px;}

.ny-tpxw-content{ margin-left: -15px; margin-top: 30px; overflow: hidden;}
.ny-tpxw-content a{ display: block; width: 350px; float: left; margin: 0 0 20px 45px; overflow: hidden; }
.ny-tpxw-content a h3{ line-height: 40px; font-size: 18px;}
.ny-tpxw-content a p{ color: #999; font-size: 14px; min-height: 57px;}
.ny-tpxw-content a span{ color: #999; font-size: 14px; line-height: 40px; }
.ny-tpxw-content a img{ width: 350px; height: 218px; }
.ny-tpxw-content a:hover h3{ color: #225eb8; }
.pagebtn{ text-align: center; margin-bottom: 40px; }
.pagebtn a{ display:inline-block; padding: 10px 15px; margin: 0 5px; border: #e1e1e1 solid 1px;}
.pagebtn a:hover{ background: #225eb8; color: #ffffff; }
.page-on{ background: #225eb8; color: #ffffff; }

.ny-tpxw-content-xx{ width: 1140px; margin: 0 auto;}
.ny-tpxw-content-xx>h3{ margin-top: 40px; font-size: 30px; color: #225eb8; font-weight: bold; text-align: center; }
.ny-tpxw-content-xx>span{ width: 750px; height: 30px; margin: 0 auto; margin-top: 30px; display: flex; justify-content: space-between;}
.ny-tpxw-content-xx>span>i{ font-size: 14px; color: #666;}
.ny-tpxw-content-xx article{ padding-top: 30px; border-top: #e5e5e5 dashed 1px;}
.ny-tpxw-content-xx article img{ max-width: 1140px;}

@media (max-width: 900px) {
    .box-ny-xwzz-headnews{
        background: transparent;
        height: auto;
    }
}

/*移动端*/
.news-mobile .box-ny-xwzz-headnews a h1 {
    margin-left: 0;
    font-size: 0.48rem;
}
.news-mobile  .box-ny-xwzz-headnews a p {
    font-size: 0.42rem;
    text-align: center;
    overflow: initial;display: flex;-webkit-line-clamp: initial; /* 设置最大显示行数 */-webkit-box-orient: initial;text-overflow: initial;margin-left: 0; margin-top: 10px;color: #666; line-height: initial; text-indent: initial;width: 100%;
}

.news-mobile .box-ny-title h3 {
    padding: 0.26rem 0.53rem;
    font-size: 0.48rem;
}
.news-mobile .box-ny-gsxw a h3 {
    width: 5.6rem;
    font-size: 0.37rem;

}
.news-mobile .box-ny-gsxw a span {
    font-size: 0.32rem;
}
