.bg-article{
    background: #f5f5f5;
}

.bg-article .information {
    display: flex;
}
.bg-article .information .nymenubox {
    width: 15%;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.bg-article .information .nymenubox a{
    margin-bottom: 20px;
}


/*没有数据*/
.no-data{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 20px 0;
    background: #fff;
    box-sizing: border-box;
}

.nymenubox{ margin: 0 auto; margin-top: 30px; margin-bottom: 30px; overflow: hidden;}
.nymenubox a{ display: block; float: left; margin-right: 20px;margin-bottom: 5px; padding: 12px 25px; background: #fff; font-size: 18px; color: #666666; border: #eaeaea solid 1px; border-radius: 3px;}
.nymenubox a:hover{ background: #225eb8; color: #fff;}
.nymenubox .nymenu-on{ color: #fff; font-weight: bold; background:#225eb8; }

.content-box{margin: 20px auto; width: 100%;margin-bottom: 35px;background: #fff;overflow: hidden;}
.nyarticlebox{ margin: 20px auto; margin-bottom: 35px; background: #fff; overflow: hidden;}
.nyarticlebox img{display:initial;}
.ny-zzjg-content{ padding: 30px; }
.ny-zzjg-content img{ max-width: 1140px;}
.ny-cyqy-content{ margin: 0 20px; margin-top: 20px; margin-bottom: 50px;  overflow: hidden; }
.ny-cyqy-content a{ display: block; border-bottom: #e9e9e9 dashed 1px; overflow: hidden;}
.ny-cyqy-content a h3{ padding-left: 15px;background: url("../images/zjbt4.png") 0 8px no-repeat; font-size: 18px;color: #333;font-weight: normal;}
.ny-cyqy-content a span{ float: right; line-height: 60px; font-size: 18px; color: #999;padding-right: 15px;}

/*分页*/
.pagebtn{ text-align: center; margin-bottom: 40px; }
.pagebtn a{ display:inline-block; padding: 10px 15px; margin: 0 5px;margin-bottom: 5px;border: #e1e1e1 solid 1px;}
.pagebtn a:hover{ background: #225eb8; color: #ffffff; }
.page-on{ background: #225eb8; color: #ffffff; }

/*文章*/
.mt-120{ margin-top: 120px; }
.ny-tpxw-content-xx{ margin: 0 30px 30px 30px;}
.ny-tpxw-content-xx>h3{ margin-top: 40px; font-size: 30px; color: #225eb8; font-weight: bold; text-align: center; }
.ny-tpxw-content-xx>span{ height: 30px; margin: 0 auto; margin-top: 30px; display: flex; justify-content: space-around;flex-wrap: wrap;}
.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;}

/*移动端*/

/*信息公开*/
.bg-article .information-mobile  .nymenubox {
    width: 30%;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.information-mobile .ny-cyqy-content a h3 {
    width: initial;
    font-size: 0.37rem;
}
.information-mobile .ny-cyqy-content a span {
    font-size: 0.32rem;
    padding-right: 0;
}


/*分页*/
.pagebtn-mobile {
    font-size: 0.37rem;
}
