@charset "UTF-8";
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .8rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #006151;
    color: #fff;
    border: 1px solid #006151;
}

.pagination a:hover {
    background: #006151;
    color: #fff;
    border: 1px solid #006151;
}

.n_banner .img img{
    display: block;
    width: 100%;
}
.inner_page{
    min-height: 6.08rem;
    padding-bottom: 1.2rem;
}
.leftNav{
    margin-top: -1.24rem;
    width: 18.125%;
    align-self: flex-start;
    position: relative;
    z-index: 2;
}
.leftNav .tit h2{
    font-size: .36rem;
    line-height: .52rem;
    color: #fff;
    font-weight: bold;、
font-size: .34rem;
}
.leftNav .tit {
    height: 1.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #006151 no-repeat top center/100% 100%;
}
.leftNav .block .box h3{
    position: relative;
    font-size: .24rem;
    line-height: .48rem;
    color: #2F2F2F;
    padding: 0 .35rem 0 .19rem;
    border-bottom: 1px dashed rgba(17, 64, 108, 0.2);
    transition: .5s;
font-size: .2rem;
padding: 0 .12rem 0 .12rem;
}
.leftNav .block .box a{
    display: block;
}
.leftNav .block .box i{
    position: absolute;
    right: .13rem;
    top: 50%;
    width: .09rem;
    height: .17rem;
    background: url("../images/n-img-2.png") no-repeat 50%/100% 100%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .5s;
}
.leftNav .block .s-link a{
    display: block;
    font-size: .16rem;
    line-height: .23rem;
    color: #424242;
    margin-top: .17rem;
    transition: .5s;
}
.leftNav .block .s-link a.active,
.leftNav .block .s-link a:hover{
    color: #006151;
}
.leftNav .block .s-link{
    display: none;
    padding: 0 .18rem .24rem;
    border-bottom: 1px dashed rgba(17, 64, 108, 0.2);
}
.leftNav .block .box.active h3,
.leftNav .block .box.on h3,
.leftNav .block .box:hover h3{
    color: #006151;
    font-weight: bold;

}
.leftNav .block .box.on h3{
    border-color: transparent;
}
.leftNav .block .box:last-child h3{
    border-color: transparent;
}
.leftNav .block{
    position: relative;
    z-index: 2;
    margin-left: .15rem;
    min-height: 4.2rem;
    padding: .05rem .25rem .2rem .22rem;
    background: #fff;
    box-shadow: 0 .04rem .1rem 0 rgba(0, 0, 0, 0.2);
}
.leftNav:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 1.24rem;
    bottom: .19rem;
    background: #006151;
}
.leftNav .block  .s-link2{
    padding-left:.2rem;
}
.leftNav .block .box.active .s-link{
    display:block;
}

.rightBox{
    width: 77.5%;
    padding-top: .5rem;
}
.n_tit h2{
    margin-right: .2rem;
    font-size: .24rem;
    line-height: .36rem;
    color: #414141;
    font-weight: bold;
    flex-shrink: 0;
}
.posi{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-shrink: 0;
    margin-left: .2rem;
width: 100%;
    max-width: 100%;
}
.posi img{
    display: block;
    width: .16rem;
    margin-right: .1rem;
}
.posi *{
    font-size: .16rem;
    line-height: .26rem;
    color: #414141;
}
.posi span:not(:nth-child(2)){
    margin: 0 .02rem;
}
.posi a:hover,
.posi a.active{
    color: #006151;
    transition: .5s;
}
.n_tit i:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 1px;
    height: .06rem;
    background: #006151;
    transform: translateY(-50%);
}
.n_tit i{
    display: block;
    flex: 1;
    height: 1px;
    background: #006151;
    position: relative;
}

.n_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*inner_s1*/

.inner_s1 li{
    position: relative;
    line-height: .8rem;
    border-bottom: 1px dashed #C4D1E5;
}
.inner_s1 li a{
    font-size: .2rem;
    color: #3D3D3D;
    padding: 0 1.2rem 0 .24rem;
    transition: .5s;
}
.inner_s1 li time{
    position: absolute;
    right: 0;
    top: 0;
    font-size: .16rem;
    color: #9E9E9E;
}
.inner_s1 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .05rem;
    height: .05rem;
    background: #006151;
    transform: translateY(-50%);
}
.inner_s1 li:after{
    position: absolute;
    content: '';
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #006151;
    transition: .5s;
}
.inner_s1 li:hover a{
    color: #006151;
    font-weight: bold;
}
.inner_s1 li:hover:after{
    left: 0;
    width: 100%;
}

.inner_s1 {
    margin-top: .29rem;
}

/*inner_s2*/

.inner_s2 li a{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_s2 li .pic{
    width: 2.8rem;
    height: 1.7rem;
}
.inner_s2 li .txt{
    width: calc(100% - 3.2rem);
    padding-right: .3rem;
}
.inner_s2 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-weight: bold;
    transition: .5s;
}
.inner_s2 li p{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    height: .48rem;
    margin-top: .15rem;
    transition: .5s;
}
.inner_s2 li time{
    margin-top: .16rem;
    display: block;
    font-size: .14rem;
    color: #9D9D9D;
    line-height: .3rem;
    transition: .5s;
}
.inner_s2 li:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    background: #006151;
    box-shadow: .04rem .04rem .1rem 0 rgba(0, 0, 0, 0.2);
    transition: .5s;
    z-index: 1;
}
.inner_s2 li:after{
    position: absolute;
    content: '';
    left: 3.2rem;
    bottom: 0;
    right: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.16);
}
.inner_s2 li:hover:before{
    left: 0;
    width: 100%;
}
.inner_s2 li:hover h3{
    color: #fff;
}
.inner_s2 li:hover p{
    color: #fff;
}
.inner_s2 li:hover time{
    color: #fff;
}
.inner_s2 li:first-child{
    margin-top: 0;
}
.inner_s2 li{
    position: relative;
    margin-top: .3rem;
}

.inner_s2{
    margin-top: .36rem;
}

/*inner_s3*/

.inner_s3 ul{
    display: flex;
    flex-wrap: wrap;

}
.inner_s3 ul li{
    width: 30.15%;
    margin: .5rem 0 0 4.775%;
    position: relative;
}
.inner_s3 ul li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s3 ul li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s3 ul li a{
    display: block;
}
.inner_s3 ul li .pic{
    padding-top: 2.4rem;
}
.inner_s3 ul li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    text-align: center;
    transition: .5s;
}
.inner_s3 ul li .txt{
    padding: .2rem .2rem .1rem;
    border-bottom: .02rem solid #006151;
}
.inner_s3 ul li:hover h3{
    color: #006151;
    font-weight: bold;
}

.inner_s3 {
    margin-top: .36rem;
}

/*inner_s7*/

.inner_s7 .dtl_tit h1{
    font-size: .2rem;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.inner_s7 .dtl_tit .cont p{
    font-size: .16rem;
    line-height: .32rem;
    color: #9E9E9E;
    margin: 0 .3rem;
}
.inner_s7 .dtl_tit .cont{
    margin-top: .3rem;
    padding: .05rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #F7F7F7;
}
.inner_s7 .dtl_txt p{
    font-size: .18rem;
    line-height: .34rem;
    color: #333;
    text-indent: 2em;
}
.inner_s7 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: .4rem auto .2rem;
}
.inner_s7 .dtl_txt{
    margin-top: .3rem;
}
.inner_s7 .dtl_page p{
    font-size: .16rem;
    line-height: .34rem;
    color: #333333;
    transition: .5s;
}
.inner_s7 .dtl_page p:hover{
    color: #006151;
}
.inner_s7 .dtl_page{
    margin-top: .4rem;
    padding-top: .35rem;
    border-top: 1px dashed #D8D8D8;
}

.inner_s7{
    margin-top: .36rem;
}



/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #006151;
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {
}

#m_n_nav h1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: flex;
    align-items: center;
}

#bnt_sub_nav svg {
    fill: rgb(255, 255, 255);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 20px;
}

#bnt_sub_nav.on img {
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    display: none;
}
#sub_nav_content ul li {
    display: block;
    line-height: 28px;

}

#sub_nav_content ul li a {
    display: block;

    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: #006151;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    /*float: left;*/
    line-height: 30px;
    padding: 0 20px;
}
#sub_nav_content dt i{
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
    font-size: .16rem;
}
#sub_nav_content dt a {

    display: inline-block;
    width: 88%;
    color: rgb(91, 83, 73);
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 0;
    display: none;
}

#sub_nav_content dt a {
}



#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px;
}

#sub_nav_content dd a {
    padding: 0px 25px;
    line-height: 30px;
    border-top: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    color: rgb(91, 83, 73);
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #006151;
}

@media (max-width: 1199px){
    .n_banner .img{
    }
    #m_n_nav{
        display: block;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
        padding-top: 0;
    }
    .n_tit h2,
    .n_tit i{
        display: none;
    }
    .posi{
        margin-left: 0;
    }
    .inner_page{
        padding: .3rem 0 .4rem;
    }
}
@media (max-width: 1025px){
    .inner_page{
        padding: .2rem 0 .4rem;
    }
    .inner_s1 li a{
        font-size: .19rem;
    }
    .inner_s1 li{
        line-height: .7rem;
    }
    .inner_s1{
        margin-top: .2rem;
    }
    .inner_s2 li .txt {
        width: calc(100% - 3rem);
        padding-right: .2rem;
    }
    .inner_s2 li:after{
        left: 3rem;
    }
    .inner_s2 li{
        margin-top: .26rem;
    }
    .inner_s2{
        margin-top: .3rem;
    }
    .pagination{
        padding-top: .4rem;
    }
    .inner_s3 ul li .pic{
        padding-top: 63.16%;
    }
    .inner_s3 ul li .txt{
        padding: .15rem;
    }
    .inner_s3 ul li{
        width: 32%;
        margin: 0;
    }
    .inner_s3 ul{
        gap: .26rem 2%;
    }
    .inner_s3{
        margin-top: .26rem;
    }

    .inner_s7 .dtl_tit .cont p{
        margin: 0;
    }
    .inner_s7 .dtl_tit .cont{
        margin-top: .15rem;
        gap: 0 .2rem;
    }
    .inner_s7 .dtl_txt{
        margin-top: .2rem;
    }
    .inner_s7 .dtl_txt p img{
        margin: .2rem auto;
    }
    .inner_s7 .dtl_page{
        margin-top: .3rem;
        padding-top: .2rem;
    }
    .inner_s7{
        margin-top: .26rem;
    }

}
@media (max-width: 769px){
    .inner_s1 li a{
        padding: 0 1.1rem 0 .15rem;
    }
    .inner_s1 li{
        line-height: .6rem;
    }
    .inner_s2 li .pic{
        width: 100%;
        height: auto;
        padding-top: 60.71%;
    }
    .inner_s2 li .txt{
        width: 100%;
        padding: .2rem .15rem;
    }
    .inner_s2 li time,
    .inner_s2 li p{
        margin-top: .1rem;
    }
    .inner_s2 li:after{
        left: 0;
    }
    .inner_s3 ul li{
        width: 49%;
    }


}
@media (max-width: 641px){

}
@media (max-width: 481px){
    .inner_s3 ul li .txt{
        padding: .1rem;
    }
    .inner_s4 ul li,
    .inner_s5 ul li{
        width: 100%;
    }

}

/*2025-08-05*/

.inner_s8 .item_tit h3{
    position: relative;
    padding-left: .14rem;
    font-size: .24rem;
    line-height: .34rem;
    color: #006151;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s8 .item_tit h3:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .04rem;
    height: .23rem;
    background: #006151;
    transform: translateY(-50%);
}
.inner_s8 .item_ul ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s8 .item_ul li{
    position: relative;
    width: 14.94%;
    margin: .2rem 0 0 2.072%;
    border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}
.inner_s8 .item_ul li:nth-child(-n+6){
    margin-top: 0;
}
.inner_s8 .item_ul li:nth-child(6n+1){
    margin-left: 0;
}
.inner_s8 .item_ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .18rem;
    color: #333333;
    height: .66rem;
    transition: .5s;
}
.inner_s8 .item_ul li a:after{
    content: '';
    display: block;
    width: .06rem;
    height: .11rem;
    margin-left: .1rem;
    background: url("../images/n-img-4.png") no-repeat 50%/100%;
    flex-shrink: 0;
}
.inner_s8 .item_ul li:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: .02rem;
    width: 0;
    background: #D0A669;
    transition: .5s;
}
.inner_s8 .item_ul li:hover a{
    color: #006151;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s8 .item_ul li:hover:after{
    left: 0;
    width: 100%;
}
.inner_s8 .item_ul{
    margin-top: .19rem;
}
.inner_s8 .item{
    padding: .35rem .29rem .29rem;
    background: rgba(0, 97, 81, 0.03);
    border: 1px solid #006151;
}
.inner_s8 .item + .item{
    margin-top: .4rem;
}
.inner_s8{
    margin-top: .3rem;
}

.inner_page{
    background: url(../images/index_page.png) no-repeat bottom center / 100% auto;
}

@media (max-width: 1025px){
    .inner_s8 .item_tit h3{
        font-size: .22rem;
        padding-left: .1rem;
        line-height: .3rem;
    }
    .inner_s8 .item_ul li a{
        height: .52rem;
    }
    .inner_s8 .item_ul li{
        width: 18.4%;
        margin: 0;
    }
    .inner_s8 .item_ul ul{
        gap: .2rem 2%;
    }
    .inner_s8 .item_ul{
        margin-top: .1rem;
    }
    .inner_s8 .item{
        padding: .2rem;
    }
    .inner_s8 .item + .item{
        margin-top: .3rem;
    }


}
@media (max-width: 769px){
    .inner_s8 .item_ul li{
        width: 32%;
    }
}
@media (max-width: 481px){
    .inner_s8 .item_ul li{
        width: 48%;
    }
    .inner_s8 .item_ul ul{
        gap: .1rem 4%;
    }
}

/*2025-08-07*/

.leftBox{
    width: 18.125%;
    align-self: flex-start;
}
.leftBox .leftNav{
    width: 100%;
}

.search_form .tit2{
    font-size: .24rem;
    color: #fff;
    line-height: .48rem;
    padding: 0 .2rem;
    background: #006151;
}

.search_form .li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.search_form .li + .li{
    margin-top: .2rem;
}
.search_form .li .left{
    width: .8rem;
    flex-shrink: 0;
}
.search_form .li .left span{
    display: block;
    font-size: .16rem;
    line-height: .34rem;
    color: #333;
}
.search_form .li .right{
    width: calc(100% - .9rem);

}

.search_form .li .selectInput{
    width: 100%;
    font-size: .14rem;
    color: rgba(51, 51, 51, 0.4);
    padding: 0 .1rem;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    border: 1px solid #848484;
    border-radius: .05rem;
}
.search_form .li .selectInput .defalutInput{
    height: .34rem;
}
.search_form .li .selectInput::after{
    right: .1rem;
    content: '';
    width: .1rem;
    height: .08rem;
    background: url("../images/s1-img-1.png") no-repeat 50%/100%;
}
.search_form .li input{
    display: block;
    width: 100%;
    height: .34rem;
    font-size: .14rem;
    color: rgba(51, 51, 51, 0.4);
    padding: 0 .1rem;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    border: 1px solid #848484;
    border-radius: .05rem;
}
.search_form .li input + input{
    margin-top: .1rem;
}
.search_form .li input::placeholder{
    color: rgba(51, 51, 51, 0.4);
}

.search_form .li button img{
    display: block;
    width: .15rem;
    margin-right: .05rem;
}
.search_form .li button{
    width: 1.2rem;
    height: .34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .14rem;
    color: #fff;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    background: #006151;
    border-radius: .08rem;
    cursor: pointer;
    margin: 0 auto;
}
.search_form .ul{
    margin-top: .2rem;
}

.search_form{
    margin-top: .4rem;
}

.inner_s9 .table{
    width: 100%;
    border: 1px solid #000000;
}
.inner_s9 .table span{
    font-size: .16rem;
    color: #000;
    min-height: .5rem;
    padding: .05rem .1rem;
    text-align: center;
    border: 1px solid #000000;
    display:flex;
    align-items:center;
}
.inner_s9 .table span.td1{
    width: 60%;
    text-align: left;
}
.inner_s9 .table span.td2{
    width: 20%;
}
.inner_s9 .table span.td3{
    width: 20%;
}
.inner_s9 .table .table-hd span{
    font-size: .18rem;
    color: #000;
    font-weight: bold;
    border-left: 1px solid #000000;
}
.inner_s9 .table .table-hd li{
    display:flex;
    justify-content:space-between;
}
.inner_s9 .table .table-bd span h3{
    font-size: inherit;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.inner_s9 .table .table-bd span a{
    display: block;
}
.inner_s9 .table .table-bd span p{
    font-size: inherit;
    color: #5A5A5A;
}
.inner_s9 .table .table_bd .li_one{
    display:flex;
    justify-content:space-between
}
.inner_s9 .table .table_bd dl dd{
     /* display:flex; */
     /* justify-content:space-between; */
}
.inner_s9{
    margin-top: .4rem;
}

@media (max-width: 1199px) {
    .leftBox{
        width: 100%;
        margin-top: 09px;
    }
    .search_form{
        margin-top: 0;
    }
    .search_form .ul{
        display: flex;
        flex-wrap: wrap;
        gap: .2rem 2%;
    }
    .search_form .li{
        margin: 0 !important;
        width: 49%;
    }
    .search_form .li .left span{
        font-size: .18rem;
        line-height: .42rem;
    }
    .search_form .li input,
    .search_form .li .selectInput .defalutInput {
        height: .42rem;
        font-size: .16rem;
    }
    .search_form .li.li3{
        width: 100%;
    }
    .search_form .li.li3 .right{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: .1rem .3rem;
    }
    .search_form .li.li3 input{
        flex: 1;
        margin: 0 !important;
    }
    .search_form .li.li5{
        width: 100%;
    }
    .search_form .li button{
        height: .4rem;
    }
    .search_form .tit2{
        font-size: .2rem;
    }
}

@media (max-width: 1025px) {
    .inner_s9 .table span{
        min-height: .46rem;
    }
}
@media (max-width: 769px) {
    .search_form .li{
        width: 100%;
    }
    .search_form .li.li3 .right{
        gap: .1rem ;
    }
    .inner_s9 .table{
        min-width: 640px;
    }
    .inner_s9{
        overflow-x: auto;
    }
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #006151 !important;
    color: #fff;
    background-color: #006151 !important;
}

div#vsb_content p:has(img) {
    margin: 0 auto;
    text-align: center;
    text-indent: 0;
}

/*2025-08-13*/
.n_zxul{
    display: flex;
    flex-wrap: wrap;
}
.n_zxul .li a{
    display: block;
    font-size: .18rem;
    line-height: .42rem;
    color: #000;
    padding: 0 .2rem;
    border-radius: .05rem;
    transition: .5s;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.n_zxul .li + .li{
    margin-left: .2rem;
}
.n_zxul .li.active a,
.n_zxul .li:hover a{
    color: #fff;
    background: #0d816e;
}
/*  */
.n_jstx {
    display: flex;
    flex-wrap: wrap;
    margin-top: .3rem;
}
.n_jstx .li{
    max-width: 32%;
    display: flex;
    align-items: center;
}
.n_jstx .li + .li{
    margin-left: .3rem;
}
.n_jstx .li label{
    display: block;
    font-size: .16rem;
    line-height: .34rem;
    color: #000;
    flex-shrink: 0;
    text-align: right;
    margin-right: .1rem;
}
.n_jstx .li input{
    width: 2.5rem;
    height: .34rem;
    font-size: .14rem;
    color: #555;
    padding: 0 .1rem;
    border: 1px solid #ccc;
    border-radius: .04rem;
    transition: .5s;
}
.n_jstx .li button{
    width: .8rem;
    height: .34rem;
    font-size: .14rem;
    color: #555;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: .04rem;
    cursor: pointer;
    transition: .5s;
}
.n_jstx .li input:focus{
    border-color: #0d816e;
}
.n_jstx .li button:hover{
    background: #0d816e;
    color: #fff;
    border-color: #0d816e;
}
/*  */
.kf_searchstyle{
    font-size: 0.16rem;
}
.kf_searchstyle *{
    font-size: 0.16rem !important;
}
.kf_searchstyle .kf_bddate{
    display: flex;
    align-items: center;
    margin-bottom: .1rem;
}
.kf_searchstyle .kf_bddate label{
    width: .7rem;
}
.kf_searchstyle .kf_bddatesel input{
    margin-bottom: 0 !important;
}
.kf_searchstyle .publicInfoRetrieval{
    /* width: 100%; */
}
.kf_searchstyle .publicInfoRetrieval .li{
    max-width: initial;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto .1rem auto;
    padding: 0;
} 
.kf_searchstyle .publicInfoRetrieval .li label{
    width: .6rem;
} 
.kf_searchstyle .publicInfoRetrieval .li input{
    /* flex: 1; */
    /* min-width: 0; */
    /* width: 5rem; */
} 
.kf_searchstyle .publicInfoRetrieval .li button{
    margin-left: .8rem;
} 
/*  */
.wp-message .inner .box {
    margin: 0 .1rem;
}

.wp-message .item {
    margin: .08rem 0;
    border: 1px solid #eee;
    line-height: .25rem;
    background: #fff;
    font-size: .16rem;
}
.wp-message .item .title {
    padding: .08rem .1rem;
    border-bottom: 1px solid #eee;
}
.wp-message .item .q_content {
    padding: .08rem .1rem;
    border-bottom: 1px solid #eee;
    display: none;
}

.wp-message .item .title.more {
    display: none;
}

.wp-message .item .text {
    padding: .08rem .1rem;
    border-bottom: 1px solid #eee;
}
.wp-message-content {
    display: inline-block;
    overflow: hidden;
    height: .2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 3rem
}

.wp-message-content-auto {
    display: inline;
    overflow: hidden;
    height: .2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 3rem
}
.wp-message .item .text.more {
    display: none;
}

.wp-message .item .meta .time {
    float: left;
    color: #666;
}

.wp-message .item .meta .more {
    float: right;
    cursor: pointer;
}
.wp-message .item .meta {
    padding: .08rem .1rem;
    color: #666;
    display: flex;
    justify-content: space-between;
}
.wp-message .item .title span {
    color: #fa5f10;
}

.wp-message  .item .q_content span {
    color: #fa5f10;
}

.wp-message .item .text span {
    color: #0d816e;
}
.wp-message{
    margin-top: .3rem;
}
.sui-form .form-box{
    width: 7rem;
    max-width: 100%;
    margin: 0 auto;
}
.sui-form .form-box .li{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.sui-form .form-box .li + .li{
    margin-top: .2rem;
}
.sui-form .form-box .li-name{
    width: 1rem;
    font-size: .16rem;
    line-height: .34rem;
    color: #555;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.sui-form .form-box .li-name i{
    color: red;
    display: inline-block;
    margin-right: .03rem;
}
.sui-form .form-box .li-input{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sui-form .form-box input{
    flex: 1;
    height: .34rem;
    font-size: .14rem;
    color: #666;
    padding: 0 .1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: .5s;
    font-family: 'SourceHanSansCN-Regular', sans-serif;
}
.sui-form .form-box textarea{
    flex: 1;
    height: .8rem;
    padding: .06rem .1rem;
    font-size: .14rem;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: .5s;
    resize: none;
    background: none;
    outline: none;
    font-family: 'SourceHanSansCN-Regular', sans-serif;
}
.sui-form .form-box input::placeholder{
    color: #999;
}
.sui-form .form-box textarea::placeholder{
    color: #999;
}
.sui-form .form-box input:focus,
.sui-form .form-box textarea:focus{
    border-color: #0d816e;
}
.sui-form .form-box .li-img .img{
    width: 1rem;
    height: .34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .2rem;
    flex-shrink: 0;
}
.sui-form .form-box .li-img .img img{
    display: block;
    max-height: 100%;
}
.sui-form .form-box .li1 label{
    display: block;
    height: .15rem;
}
.sui-form .form-box .li1 label input{
    display: block;
    outline: none;
    width: .15rem;
    height: .15rem;
    border: none;
    background: transparent;
}
.sui-form .form-box .li1 span{
    font-size: .14rem;
    line-height: .34rem;
    color: #555;
    margin-left: .05rem;
}
.sui-form .form-box .li1 {
    align-items: center;
    justify-content: center;
}
.sui-form .form-box .li1 button{
    width: .8rem;
    height: .34rem;
    color: #fff;
    font-size: .14rem;
    text-align: center;
    border-radius: .05rem;
    margin: 0 .1rem;
    cursor: pointer;
}
.sui-form .form-box .li1 button[type="submit"]{
    background: #3c8dbc;
}
.sui-form .form-box .li1 button[type="reset"]{
    background: #0d816e;
}
.sui-form{
    margin-top: .3rem;
    padding-top: .3rem;
    border-top: .03rem solid #0d816e;
}

/*依申请公开*/

.sqgkwz .desc p{
    font-size: .16rem;
    line-height: 2;
    color: #333;
}
.sqgkxz a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    height: .36rem;
    font-size: .14rem;
    color: #333;
    border: 1px solid #ccc;
    border-radius: .04rem;
    margin: 0 auto;
}
.sqgkxz a i{
    display: block;
    width: .12rem;
    height: .12rem;
    margin-right: .03rem;
    margin-top: -.04rem;
}
.sqgkxz a i svg{
    display: block;
    width: 100%;
}
.sqgkxz{
    margin-top: .2rem;
}
.sqgkwz {
    margin-top: .3rem;
}

/*zxsq*/
.zxsq .item1 .box{
    width: 48%;
}

.zxsq .item h2{
    font-size: .18rem;
    line-height: .3rem;
    color: #000;
    text-align: center;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.zxsq .item .ul .li{
    /* display: flex; */
    align-items: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.zxsq .item .ul .li + .li{
    margin-top: .2rem;
}
.zxsq .item .ul .li-name{
    /* width: 1.2rem; */
    font-size: .16rem;
    line-height: .34rem;
    color: #555;
    display: flex;
    /* justify-content: flex-end; */
    flex-shrink: 0;
    text-align: left;
    /* margin-right: .2rem; */
    /* min-width: 1.2rem; */
    /* max-width: 3rem; */
    font-weight: bold;
}
.zxsq .item .ul .li-name i{
    display: block;
    color: red;
    margin-right: .03rem;
}
.zxsq .item .ul .li-input{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zxsq .item .ul .li-input input[type='text']{
    flex: 1;
    height: .34rem;
    font-size: .14rem;
    color: #666;
    padding: 0 .1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: .5s;
    font-family: 'SourceHanSansCN-Regular', sans-serif;
    /* background: #fff; */
}
.zxsq .item .ul .li-input select{
    flex: 1;
    height: .34rem;
    font-size: .14rem;
    color: #666;
    padding: 0 .1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: .5s;
    font-family: 'SourceHanSansCN-Regular', sans-serif;
    background: transparent;
    outline: none;
}
.zxsq .item .ul .li-input input[type='text']:focus,
.zxsq .item .ul .li-input select:focus{
    border-color: #0d816e;
}
.zxsq .item .ul .li1 .preview-box{
    width: 1.34rem;
    height: 1.02rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .2rem;
    overflow: hidden;
}
.zxsq .item .ul .li1 .preview-box img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.zxsq .item .ul .li1 .img-btn{
    flex: 1;
    /* align-self: flex-end; */
    position: relative;
}
.zxsq .item .ul .li1 .img-btn span{
    display: block;
    font-size: .14rem;
    line-height: .32rem;
    width: .8rem;
    color: #fff;
    background: #0d816e;
    border-radius: .02rem;
    text-align: center;
    cursor: pointer;

}
.zxsq .item .ul .li1 .img-btn input[type='file']{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: .8rem;
    height: 100%;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
}

.zxsq .item1{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.zxsq .item .ul .li.w1{
    width: 48%;
}
.zxsq .item .ul .li-input textarea{
    flex: 1;
    height: .8rem;
    padding: .06rem .1rem;
    font-size: .14rem;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: .5s;
    resize: none;
    background: none;
    outline: none;
    font-family: 'SourceHanSansCN-Regular', sans-serif;
}
.zxsq .item .ul .li-input textarea:focus{
    border-color: #0d816e;
}
.zxsq .item .ul .li-input .check_box{
    display: flex;
    flex-wrap: wrap;
}
.zxsq .item .ul .li-input .check_box span{
    display: inline-flex;
    font-size: .16rem;
    line-height: .34rem;
    color: #555;
    margin-right: .1rem;
}
.zxsq .item .ul .li-input .check_box label{
    /* display: inline-flex; */
    font-size: .16rem;
    line-height: .34rem;
    color: #555;
    margin-right: .1rem;
    display: flex;
    align-items: center;
}
.zxsq .item .ul .li-input h3{
    flex: 1;
    font-size: .16rem;
    line-height: .34rem;
    color: #555;
}
.zxsq .item2 .ul .li-name{
    /* width: 1.5rem; */
}
.zxsq .item2 .ul .li-img .img{
    width: 1rem;
    height: .34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .2rem;
    flex-shrink: 0;
}
.zxsq .item2 .ul .li-img .img img{
    display: block;
    max-height: 100%;
}
.zxsq .item2 .ul .li .tips{
    flex: 1;
    font-size: .16rem;
    line-height: .34rem;
    color: #555;
}
.zxsq .item2 .ul .li .tips i{
    display: inline-flex;
    align-self: center;
    width: .16rem;
    height: .16rem;
    margin-right: .05rem;
}
.zxsq .item2 .ul .li .tips i svg{
    display: block;
    width: 100%;
    height: 100%;
}
.zxsq .item2 .ul button{
    min-width: .8rem;
    height: .34rem;
    color: #fff;
    font-size: .14rem;
    text-align: center;
    border-radius: .05rem;
    cursor: pointer;
    background: #0d816e;
    margin: 0 auto;
}
.zxsq .item2 .ul .li + .li{
    margin-top: 0;
}
.zxsq .item2 .ul .li{
    width: 100%;
    margin-bottom: .2rem;
}
.zxsq .item2 .ul .li:last-child{
    margin-bottom: 0;
}
.zxsq .item2 .ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zxsq .item .ul{
    margin-top: .3rem;
}
.zxsq .item2{
    margin-top: .3rem;
}
.zxsq{
    margin-top: .3rem;
    padding-top: .3rem;
    border-top: .03rem solid #0d816e;
}

.sqjgfk ul li .a{
    padding: 0 .2rem;
    height: .52rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sqjgfk ul li .a img{
    display: block;
    width: .26rem;
    margin-right: .1rem;
    flex-shrink: 0;
}
.sqjgfk ul li .a h3{
    flex: 1;
    font-size: .16rem;
    color: #848484;
}
.sqjgfk ul li{
    border-bottom: 1px solid #d5d5d5 ;
}
.sqjgfk{
    margin-top: .3rem;
}
.dtl_ero .top{
    margin-top: .3rem;
    padding-top: .3rem;
    border-top: 1px solid #CACCCE;
    display: flex;
    justify-content: flex-end;
}
.dtl_ero .top a{
    display: block;
}
.dtl_ero .top a img{
    display: block;
    height: .44rem;
}

@media (max-width: 1025px) {

.kf_searchstyle .publicInfoRetrieval{
    /* width: 100%; */
}
.kf_searchstyle .publicInfoRetrieval .li{
    max-width: initial;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto .1rem auto;
    padding: 0;
} 
.kf_searchstyle .publicInfoRetrieval .li label{
    width: .6rem;
} 
.kf_searchstyle .publicInfoRetrieval .li input{
    /* flex: 1; */
    /* min-width: 0; */
    /* width: 5rem; */
} 
.kf_searchstyle .publicInfoRetrieval .li button{
    margin-left: .8rem;
} 



    
    .n_zxul{
        gap: .1rem .2rem;
        justify-content: center;
    }
    .n_zxul .li + .li,
    .n_jstx .li + .li{
        margin-left: 0;
    }
    .n_jstx{
        flex-wrap: wrap;
        gap: .2rem;
        margin-top: .2rem;
        justify-content: center;
    }
    .wp-message{
        margin-top: .2rem;
    }
    .sui-form{
        margin-top: .2rem;
        padding-top: .2rem;
    }
    .sqgkwz{
        margin-top: .2rem;
    }
    .zxsq .item1 .box{
        width: 100%;
    }
    .zxsq .item1{
        gap: .2rem 0;
    }
    .zxsq .item .ul .li + .li{
        margin-top: .1rem;
    }
    .zxsq .item .ul .li.w1{
        width: 100%;
    }
    .zxsq .item2 .ul .li{
        margin: 0 !important;
    }
    .zxsq .item2 .ul{
        gap: .1rem 0;
    }
    .zxsq .item2{
        margin-top: .2rem;
    }
    .zxsq .item .ul{
        margin-top: .1rem;
    }
    .zxsq{
        margin-top: .2rem;
        padding-top: .2rem;
    }
    .sqjgfk{
        margin-top: .2rem;
    }
    .dtl_ero .top{
        margin-top: .2rem;
        padding-top: .2rem;
        justify-content: center;
    }
}
@media (max-width: 769px) {
    .kf_searchstyle{
    display: block;
}
.kf_searchstyle .li{
    display: block !important;
}
.kf_searchstyle .li label{
    width: 100% !important;
    text-align: left !important;
}
.kf_searchstyle  .li input{
    width: 100%;
    background: #fff !important;
}
.kf_searchstyle .li input{
    background: #fff;
}
.kf_searchstyle .kf_bddate .layui-input{display: block;min-width: auto;width: auto;flex: 0.5;margin: 0 0.1rem;}
    .kf_searchstyle .kf_bddate{
    display: block;
    align-items: center;
}
    .kf_bddatesel{
    display: flex;
    align-items: center;
    margin-bottom: .1rem;
}
.kf_searchstyle .kf_bddate label{
    display: block;
    line-height: .3rem;
    height: 0.3rem;
}
.kf_searchstyle .li button{
    display: block;
    margin: 0 auto !important;
}

    
    .n_jstx .li{
        width: 100%;
        max-width: none;
        justify-content: center;
        /* display: block; */
    }
    .n_jstx .li label{
        width: .7rem;
        text-align: right;
    }
    .n_jstx .li input{
        flex: 1;
        height: .4rem;
    }
    .sui-form .form-box input{
        height: .4rem;
    }
    .n_zxul .li a{
        padding: 0 .1rem;
    }
    .zxsq .item .ul .li-input input[type='text'],
    .zxsq .item .ul .li-input select{
        height: .4rem;
    }

}
@media (max-width: 481px){
    .sui-form .form-box .li-name{
        width: 100%;
    }
    .sui-form .form-box .li + .li{
        margin-top: .1rem;
    }
    .zxsq .item .ul .li-name{
        width: 100%;
        margin-right: 0;
        text-align: left;
        justify-content: flex-start;
    }
    .zxsq .item .ul .li-name br{
        display: none;
    }
    .sqjgfk ul li .a{
        padding: 0;
    }
}

.inner_s10 .tab-cont .child{
    display: none;
}
.inner_s10 .tab-cont .child.active{
    display: block;
}
div#vsb_content table p {
    text-indent: 0em;
}
.inner_s7 .dtl_txt p img.px50 {
    display: inline;
    vertical-align: middle;
   margin: 0;
}
.v_news_content table {
    border-collapse: collapse;
    border: 1px #a29e9e solid;
}

.v_news_content table td {
    border: 1px #a29e9e solid;
}

div#vsb_content table {
    margin: 0 auto;
}

