body{
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Microsoft YaHei";
    color: #333;
}
a,a:hover{
    text-decoration: none;
    color: #333;
}
h1,h2,h3,h4,div,span,p{
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    border: 0;
}

@font-face {
    font-family: 'pfdintextcondpro';
    src: url('pfdintextcondpro-regular-webfont.eot');
    src: url('pfdintextcondpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('pfdintextcondpro-regular-webfont.woff') format('woff'),
    url('pfdintextcondpro-regular-webfont.ttf') format('truetype'),
    url('pfdintextcondpro-regular-webfont.svg#voltaireregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
.flex{
    display: flex;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    padding: 0;
}
.row{
    margin: 0;
}
/*************************************************************/
#outold{
    display: none;
}
#inold{
    display: block;
}
.hidden-old{
    display: block;
}
.hidden-pc{
    display: none;
}
.box{
    width: 100%;
    height: 100%;
    background-image: url(bg2.png);
    margin: auto;
    min-width: 1200px;
    max-width: 1920px;
    background-repeat: no-repeat;
}
/* .logo{
    width: 1100px;
    height: 356px;
    overflow: hidden;
    padding: 140px 36px 20px 36px; 
    box-sizing: border-box;
    margin:auto;
} */
.logo{
    width: 1100px;
    height: 318px;
    overflow: hidden;
    padding: 90px 36px 20px 36px;
    box-sizing: border-box;
    margin: auto;
}
.logo img{
    margin:auto;
    display: block;
}
.container{
    width: 1100px;
    margin: auto;
    padding:0;
    background-color: rgb(242,242,242);
    
}
.search-box{
    background-image: url(zwxxgk_img05.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 51px;
    margin:84px 0;
}
.search-box .flex{
    width: 510px;
    margin: auto;
}
.search-box .flex input{
    outline: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    border: none;
    flex: 1;
    padding-left:20px;
    height: 51px;
    line-height: 51px;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0);
}
.button{
    padding: 4px 15px;
}
.left{
    margin-left: 36px;
}
.right{
    margin-right: 36px; 
}
.left-nav{
    width: 238px;
    height: 74px;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    align-items: center;
    cursor: pointer;
    float: left;
}
.left-nav .flex{
    align-items: center;
    height: 74px;
}
.left-nav h1{
    font-size:23px;
    color: rgb(45,102,165);
    line-height: 25px;
}

.nav-img{
    width: 44px;
    height: 48px;
    background-repeat: no-repeat;
    margin: 0 20px;
    float: left;
}
.nav-img-1{
    background-image: url(zwxxgk_bnt01.png);
}
.nav-img-2{
    background-image: url(zwxxgk_bnt02.png);
}
.nav-img-3{
    background-image: url(zwxxgk_bnt03.png);
}
.nav-img-4{
    background-image: url(zwxxgk_bnt04.png);
}
.nav-img-5{
    background-image: url(zwxxgk_bnt05.png);
}
.nav-img-6{
    background-image: url(zwxxgk_bnt06.png);
}
.left-nav:hover{
    background-color:rgb(45,102,165); 

}
.left-nav:hover h1{
    color: rgb(255,255,255);
}
.left-nav:hover .nav-img{
    background-position: bottom;
}
.left-fd{
    height: auto;
}
.left-fd-box{
    background-color: rgb(255,255,255);
    padding-top: 10px;
}
.left-fd-box a h2{
    color: #4a4a4a;
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px 0 30px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left-fd-box a h2::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 50%;
    left: 15px;
    top:50%;
    margin-top: -2px;
}
.left-fd-box .active h2{
    background-color: rgb(230,245,255);
    color: #2d66a5;
    font-weight: bold;
}
.left-fd-box .active h2::before{
    background-color: #2d66a5;
}
.left-fd{
    /* background-color: #2d66a5; */
}
.left-fd h1{
    color: #fff;
}
.left-fd .nav-img{ 
    background-position: bottom;
}
.left-fd-box a:hover h2 {
    background-color: rgb(230,245,255);
    color: #2d66a5;
    font-weight: bold;
}
.left-fd-box a:hover h2::before{
    background-color: #2d66a5;
}
.right{
    background: #fff;
    border: 1px solid #ddd;
    margin-left: 20px;
    padding-right: 5px;
}
.tittle-box{
    border-bottom: 2px solid #ccc;
    height: 33px;
}
.tittle{
    height: 33px;
    line-height: 31px;
    background-color: #2d66a3;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 20px;
    min-width: 70px;
}
/* .column a{
    clear: both;

} */
.column a h1{
    font-size: 16px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    float: left;
    width: 80%;
}
.column a:hover h1{
    color:#1492ff
}
.column a p{
    color: #b2b2b2;
    font-size: 16px;
    margin-left: 20px;
    font-weight: normal;
    line-height: 40px;
    padding-right: 20px;
    float: right;
}
.more{
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
    background: #e7e7e7;
    margin-top: 10px;
    margin: auto;
    margin-bottom: 22px;
}
.more a{
    clear: none;
}
/************************************************************************************/
.xinxi-tittle{
    border-bottom: 2px solid #f2f2f2;
    padding: 26px 0;
    margin:0 16px;
}
.xinxi-tittle h1{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #2d66a5;
}
.xinxi-tittle h2{
    text-align: center;
    font-size: 15px;
    color: #4d4d4d;
    margin-top: 16px;
}
.previous-years{
    text-align: right;
    display: block;
    text-indent: 32px;
    font-family: sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight:bold;
    margin-top: 20px;
    margin-right: 20px;
}
.previous-years:hover{
    color: #1492ff;
}
.nn{
    padding: 20px;
}
.nn{
    text-indent: 2em;
    line-height: 20px;
}
.download{
    cursor: pointer;
}
.download:hover{
    color: #1492ff;
}
.small-tittle{
    font-weight: bold;
    line-height: 22px;
}
.list-box-another{
    clear: both;   
    overflow: hidden;
}
.list-box-another .tittle-box {
    border-bottom: none;
    margin-bottom: 16px;
}

.column-3 .grey-bg{
    background-color: #f7f7f7;
}
.column-3 .flex{
    align-items: center;
    display: block;
    overflow: hidden;
    border-left: 1px solid #dbdbdb;
}
.column-3 .flex a{
    width: 100%;
    font-size: 16px;
    color: #333;
    padding:0 10px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.column-3 .flex:first-child{
    border-left: none;
  
}

.column-3 .flex a:hover{
    color: #0f54b5;
}
.right-3{
    padding-right: 0;
    padding-bottom:20px;
}

/**********media.css*********/


@media only screen and (max-width: 767px) and (min-width: 100px){
    .box{
        min-width: auto; 
        background-image: none;
    }
    .logo{
        /* width: 100vw; */
        width: 100%;
        height:36vw ;
        padding: 0;
        background-position: 59% 1%;
        background-size: 194%;
        background-image: url(bg.png);
    }
    .container{
        width: 100%;
        overflow: hidden;
    }

    .search{
        width: 75vw;
        height: 11vw;
        background-color: #ffffff;
        box-shadow: 0vw 0vw 1vw 0vw rgba(225, 225, 225, 0.75);
        border-radius: 1vw;
        margin: 4vw auto;
    }
    .search .flex input{
        outline: none;
        letter-spacing: normal;
        word-spacing: normal;
        text-transform: none;
        text-indent: 0px;
        text-shadow: none;
        border: none;
        flex: 1;
        padding-left:3vw;
        height: 11vw;
        line-height: 11vw;
        font-size: 4vw;
        background-color: rgba(0, 0, 0, 0);
    }
    .button{
        padding: 0;
        height: 11vw;
    }
    .button img{
        height: 100%;
    }
    .left {
        margin-left: 0;
    }
    .nav-img{
        width: 0;
        height: 0;
        background-image: none;
        margin: 0;
    }
    .left{
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .left-nav {
        width: 33.3333%;
        /* height:15vw; */
        height: auto;
        padding-top:0;
        background: #fff;
        border: none;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        margin-bottom: 0;
        align-items: center;
        cursor: pointer;
        float: left;
        padding: 2vw;
    }
    .left-nav .flex{
        /* height:15vw ; */
        height: auto;
    }
    .left-nav:hover{
        background-color:#1492ff; 
    
    }
    .left-nav h1{
        font-size: 4vw;
        color: #000000;
        line-height: 5vw;
        text-align: center;
        margin: auto;
    }
    .left-fd-a{
        background-color: #1492ff;
    }
    .left-fd-a h1{
        color: #fff;
    }
    .right {
        background: #fff;
        border: none;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
    }
    .column .flex{
        /* display: block; */
        /* display: flex; */
    }

    .tittle-box {
        border-bottom:2px solid #f5f5f5;
        height: auto;
        overflow: hidden;
    }
    .tittle {
        text-align: left;
        width: 90vw;
        height: 5vw;
        margin-left: 2vw;
        font-size: 4vw;
        font-weight: bold;
        font-stretch: normal;
        line-height: 5vw;
        letter-spacing: 0vw;
        color: #1492ff;
        padding-left: 3vw;
        margin-bottom: 4vw;
        margin-top: 4vw;
        background-color: #fff;
        position: relative;
    }
    .tittle::before{
        content: "";
        width: 1vw;
        height: 4vw;
        background-color:#1492ff; 
        position: absolute;
        left: 1vw;
        top:50%;
        margin-top: -2vw;
    }
    .column a{
        border-bottom: .2vw solid #dbdbdb;
        margin: 0 2.5vw;
        padding: 1vw 0;
    }
    .column a h1 {
        font-size: 4vw;
        line-height: 8vw;
        padding:0;
        width: 68vw;
        float: left;
    }
    .column a p {
        font-size: 4vw;
        line-height: 6vw;
       margin: 0 1.5vw;
       text-align: right;
       padding-right: 0;
  
    }
    .more {
        width: 15vw;
        height: 6vw;
        line-height: 6vw;
        margin: 4vw auto;
        background: #f6f6f6;
        color: #1492ff;
        font-size: 1.5rem;
        margin-top: 4vw;
        margin-bottom: 3vw;
 
    }
    .column{
        padding-bottom: 1vw;
    }
    .xinxi-tittle {
        border-bottom: 1vw solid #1492ff;
        padding: 6vw 0 4vw;
        margin: 0 4vw;
    }
    .xinxi-tittle h1 {
        width: 60vw;
        text-align: center;
        font-size: 5.5vw;
        font-weight: bold;
        color: #1492ff;
        margin: 0 auto;
        margin-bottom: 4vw;
    }
    .xinxi-tittle h2 {
        text-align: left;
        font-size: 4vw;
        margin-top:1vw;

    }
    .previous-years{
        font-size: 4.3vw;
        margin-right: 4vw;
    }
    .nn{
        text-indent: 8vw;
        padding: 4vw;
    }
    .nn p{
        font-size: 4vw; 
        line-height: 8vw;
    }
    .column-3 .flex a{
        width: 50%;
        display: inline-block;
        font-size: 4vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 8.5vw;
        letter-spacing: 0vw;
        color: #000000;
        border: none;
        padding:0 3vw;

    }
    .column-3 .grey-bg{
        background-color: #fff;
    }
    .list-box-another-app .tittle-box {
        border-bottom: 0.2vw solid #f5f5f5;
        height: auto;
        overflow: hidden;
    }
}

/************media.css end*********************/
/* 头部 begin */
.mh-logo{
    width: 1100px;
    height: 130px;
    overflow: hidden;
    padding-top: 26px;
    /* padding: 140px 36px 20px 36px; */
    box-sizing: border-box;
    margin: auto;
}
@media only screen and (max-width: 767px) and (min-width: 100px){
    .mh-logo{
        width: 100%;
        height: 32vw;
        overflow: hidden;
        padding-top: 5vw;
        box-sizing: border-box;
        margin: auto;
        background-color: #51acff;
    }
    .mh-logo img{
        width: 100vw;
    }
}
.laonianban {
    position: absolute!important;
    top: 46px!important;
}
.old_boount {
    float: left;
    width: 200px;
    height: 50px;
    right: 0px;
    margin-top: 29px;
    display: none;
}
.new_boount {
    width: 160px;
    height: 40px;
    background-color: #ec940a;
    border-radius: 8px;
    float: left;
    right: 10%;
    top: 0%;
}
.new_boount span {
    margin-top: 20px;
    text-align: center;
    display: block;
    line-height: 0px;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
}
.new_boount {
    width: 138px!important;
    height: 35px!important;
    background-color: transparent!important;
    margin-left: 12px;
    float: right!important;
    right: 0!important;
}
.new_boount span {
    width: 138px!important;
    height: 35px!important;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2110201638082384557.png) no-repeat!important;
    background-size: contain;
    margin-top: 0px!important;
}
@media screen and (max-width: 2560px){
    .laonianban {
        right: 24.5%;
    }
}
@media screen and (max-width: 1920px){
    .laonianban {
        right: 18.5%;
    }
}
@media screen and (max-width: 1366px){
    .laonianban {
        right: 5.5%;
    }
}
/* 头部 end */
/* 底部 begin */
.foot-bg{
    background-image: url("foot-bg.png");
    margin-top: 20px;
    min-width: 1200px;
}
.foot-bg .container{
    background: transparent;
}
.foot-pc{
    justify-content: center;
    align-items: center; 
    height: 110px;
}
.foot-font-box{
    flex: 1;
    margin:0 20px;
}
.foot-icon{
    margin-left: 30px;
    float: left;
    margin-right: 50px;
}

.foot-font-box a{
    font-size: 13px;
    line-height: 20px; 
    color: #fff;
    margin:0 5px;
}
.foot-font-box h1{
    font-size: 13px;
    line-height: 20px; 
    margin:0 5px;
    color: #fff;
    float: left;
}
.foot-link{
    padding-top: 6px;
    padding-bottom: 4px;
    justify-content: center;
}
.foot-font{
    margin-top: 5px;
    justify-content: center;
}

.foot-font img{
    margin-right: 3px;
}

.foot-app{
    padding: 4vw;
    position: relative;
}
.foot-app p{
    color: #fff;
    text-align: center;
    font-size: 3.2vw;
}
.black{
    padding-top: 2vw;
}
.dang{
    width:11vw;
    position: absolute;
    left: 4vw;
    top: 50%;
    margin-top: -7vw; 

}
.jiucuo{
    width:20vw;
    position: absolute;
    right: 3vw;
    top: 40%;
    margin-top: -6vw; 
}
.wza-img{
    width:20vw;
    position: absolute;
    right: 3vw;
    top: 70%;
    margin-top: -6vw; 
}
.dang img ,.jiucuo img,.wza-img img{
    width: 100%;
}
.foot-link span{
    color: #fff;
    font-size: 12px;
}
.itop {
    position: fixed;
    right: 10px;
    bottom: 30vh;
    display: none;
    margin-bottom: 5px;
    width: 60px;
    height: 51px;
    border-radius: 2px;
    cursor: pointer;
    z-index: 999;
}
@media only screen and (max-width: 767px) and (min-width: 100px){
    .foot-bg {
        min-width: auto;
        margin-top: 1vw;
    }
    .itop {
        display: none;
    }
}
.itop{
    display: none !important;
}
/* 底部 end */
/* 左侧法定主动公开展开begin */
.sideMenu .on div{
    color: #fff;
}
.left-nav h3.on{
    background-color: #2d66a5;
}
.sideMenu h3.on span.zwxxgk_bnt5 {
    background: url(zwxxgk_img02b1.png) no-repeat;
}
.sideMenu h3 span.zwxxgk_bnt5 {
    background: url(zwxxgk_img02b.png) no-repeat;
}
.left-fd-a h3 span.zwxxgk_bnt5{
    width: 20px;
    height: 70px;
    margin-left: 20px;
}
.sideMenu ul{
    padding: 0px;
    margin: 0px;
}
.sideMenu ul li{
    list-style: none;
}
.sideMenu11 ul li{
    list-style: none;
}
.sideMenu h3 div{
    color: rgb(45,102,165);
}
.sideMenu h3 .nav-img{
    background-position: inherit;
}
.sideMenu h3.on .nav-img{
    background-position: bottom;
}
.left-nav:hover h3 div{
    color: rgb(255,255,255);
}
.pc-gkml:hover h3 span.zwxxgk_bnt5{
    background: url(zwxxgk_img02b1.png) no-repeat;
}
.pc-zcwj h3 .zcwj-img{
    float: left;
    width: 40px;
    background: url(gklm_ico1.png) center 0 no-repeat;
    line-height: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    margin: 5px 20px 0px 20px;
    background-position: center -112px;
}
.pc-zcwj h3.on .zcwj-img{
    background-image: url(gklm_ico2.png) !important;
    background-position: center -112px;
}
.pc-zcwj:hover h3 .zcwj-img{
    background-image: url(gklm_ico2.png) !important;
    background-position: center -112px;
}
.pc-zcwj:hover h3 span.zwxxgk_bnt5{
    background: url(zwxxgk_img02b1.png) no-repeat;
}
.nav-img-6 {
    background: url(zwxxgk_bnt08.png) no-repeat;
}
.nav-img-7 {
    background: url(zwxxgk_bnt09.png) no-repeat;
}
.left-nav:hover .nav-img-6{
    background: url(zwxxgk_bnt08b.png) no-repeat;
}
.left-nav:hover .nav-img-7{
    background: url(zwxxgk_bnt09b.png) no-repeat;
}
@media only screen and (max-width: 767px) and (min-width: 100px){
    
    .app-gkml h3, .app-gkml h3.on{
        background-color: #1492ff;
    }
    .app-gkml h3 span.zwxxgk_bnt5{
        background: url(more_ico.png) no-repeat;
        width: 7vw;
        height: 5vw;
        margin-left: 0px;
    }
    .app-gkml h3.on span.zwxxgk_bnt5{
        background: url(zwxxgk_img02b1.png) no-repeat;
        width: 7vw;
        height: 9vw;
        margin-left: 0px;
        background-position: center;
    }
    .app-gkml h3 div{
        font-size: 4vw;
        color:#fff ;
        line-height: 5vw;
        text-align: center;
        margin: auto;
        
    }
    .app_nav2-list {
        width: auto;
        height: auto;
        background-color: #d0e2f9;
        position: absolute;
        /* left: -9.5vw; */
        left: 0px;
        /* top: 14.8vw; */
        z-index: 11;
        display: none;
        padding-top: 0px;
    }
    .app_nav2-list li {
        width: 30vw;
        height: 8vw;
        color: #000;
        /* background-color: #1492ff; */
        cursor: pointer;
        float: left;
        margin-left: 3vw;
        margin-top: 2vw;
        list-style: none;
    }
    .app_nav2-list li a {
        width: 30vw;
        height: 8vw;
        display: inline-block;
        font-size: 4vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 8vw;
        letter-spacing: 0vw;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .app_nav2-list li a h2 {
        color: #000;
        font-size: 4vw;
        line-height: 8vw;
        padding: 0px;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .app_nav2-list li a h2::before{
        content: none;
    }
}

/* 左侧法定主动公开展开end */
/* 左侧公开指南等定位样式begin */
.curSub{
    background-color:rgb(45,102,165); 

}
.curSub h1{
    color: rgb(255,255,255);
}
.curSub .nav-img{
    background-position: bottom;
}
@media only screen and (max-width: 767px) and (min-width: 100px){
    .curSub{
        background-color:#fff; 
    
    }
    .curSub h1{
        color: #000000;
    }

}
/* 左侧公开指南等定位样式end */
/***************分页begin*******************/
.list-right .default_pgToolbar {
    height: 30px;
    /* valign: middle; */
    font-size: 12px;
    margin: 15px 0 10px 0;
    background: none;
    border: none;
    max-width: 100%;
    empty-cells: show;
}
.list-right .default_pgBtn{
    width: 60px;
    height: 29px;
}
.list-right .default_pgFirst {        
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2109071510090666541.gif) no-repeat center;        
    background-size: contain;
}        
.list-right .default_pgFirstDisabled {        
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2109071510086309373.gif) no-repeat center;        
    cursor: auto;        
    background-size: contain;    
} 
.list-right .default_pgPanel a{
    border: none;
}
.list-right .default_pgPanel {
    padding: 0 10px 0 10px;
    margin: 0 auto;
    float: none;
}
.list-right .default_pgPrev {        
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2109071510089855680.png) no-repeat center;        background-size: contain;    
}        
.list-right .default_pgPrevDisabled {        
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2109071510090262491.gif) no-repeat center;        
    cursor: auto;        
    background-size: contain;    
}        
.list-right .default_pgNext {        
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2109071510088916106.gif) no-repeat center;        
    background-size: contain;    
}        
.list-right .default_pgNextDisabled {        
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2109071510089317501.gif) no-repeat center;        
    cursor: auto;        
    background-size: contain;    
}           
.list-right .default_pgLast {        
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2109071510087326921.gif) no-repeat center;        
    background-size: contain;    
}        
.list-right .default_pgLastDisabled {        
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2109071510087845902.gif) no-repeat center;        
    cursor: auto;        
    background-size: contain;    
}        
.list-right .default_pgRefresh {        
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2109071510086665488.gif) no-repeat center;        
    width: 20px;        
    background-size: contain;    
}        
.list-right .default_pgLoad {        
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3462/site/picture/1530/2109071510088382580.gif) no-repeat center;        
    background-size: contain;    
}
.list-right .default_separator{
    display: none;
}
    
/*******************分页end***********************/
/* 搜索begin */
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #807c7c;
    transition: background-color 5000s ease-out 0.5s;
}
.search-box .flex .search-form{
    width: 100%;
}
.search-box .flex .button input{
    outline: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    border: none;
    flex: 1;
    padding-left: 20px;
    height: 51px;
    line-height: 51px;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0);
}
.search-box .flex .search-form .inp{
    float: left;
}
.search-box .flex .search-form .inp1{
    float: right;
    width: 40px;
}
@media only screen and (max-width: 767px) and (min-width: 100px){
    .gkzn-info{
        margin-top: 3vw;
    }
    .search .flex .search-form{
        width: 100%;
    }
    .search .flex .search-form .inp{
        float: left;
    }
    .search .flex .search-form .inp1{
        float: right;
        width: 13vw;
        background-repeat: no-repeat;
        background-size: 13vw;
    }
    .list-right{
        margin-top: 3vw;
    }
    /* .gkzn-info iframe{
        min-height: 1000px;
    } */
}
/* 搜索end */
/* 外链用栏目begin */
.slideTxtBox .bd ul{
    min-height: 450px;
}
.slideTxtBox .bd ul li{
    background: #1658a0;
    width: 40%;
    margin-top: 40px;
    margin-left: 40px;
    /* height: 65px; */
    border-radius: 4px;
    /* line-height: 65px; */
    text-align: center; 
    float: left;
    list-style: none;
    height: auto;
    line-height: 32px;
    padding: 20px 0;
}
.slideTxtBox .bd ul li a{
    display: block;
    color: #fff;
    font-size: 18px;
}
@media only screen and (max-width: 767px) and (min-width: 100px){
    .slideTxtBox .bd ul{
        min-height: 60vw;
        /* margin: 0 auto; */
        padding: 0px;
    }
    .slideTxtBox .bd ul li{
        background: #1658a0;
        width: 44vw;
        margin-top: 10vw;
        margin-left: 4vw;
        height: 17vw;
        border-radius: 2vw;
        line-height: 15vw;
        text-align: center;
        float: left;
        list-style: none;
    }
    .slideTxtBox .bd ul li a{
        display: block;
        color: #fff;
        font-size: 4vw;
        border-bottom: none;
    }
}
/* 外链用栏目end */
/* 公开指南总 begin */
.gkml-list {
    width: 100%;
    height: 100%;
    /* background: #f9f9f9; */
    /* padding-top: 10px; */
    padding-bottom: 10px;
    vertical-align: top;
}

.gkzn-tb td {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
.gkml-list ul {
    margin: 20px;
    overflow: hidden;
}

.gkml-list ul li {
    height: 40px;
    line-height: 40px;
    float: left;
    padding-left: 10px;
    font-size: 15px;
    width: 33%;
    list-style: none;
}

.gkml-list ul li.active {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    background: #f0f0f0;
    border-left: 2px solid #355e92;
}
.gkml-list ul li a{
    width: 100%;
}
.tb-list .active {
    width: 93%;
    font-weight: bold;
    font-size: 25px;
    border-bottom: 2px solid #355e92;
    height: 55px;
    line-height: 55px;
    padding-left: 10px;
    color: #2d66a5;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) and (min-width: 100px){
    .gkml-list ul li {
        height: 8vw;
        line-height: 8vw;
        float: left;
        padding-left: 2vw;
        font-size: 3.9vw;
        width: 50%;
        list-style: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .gkml-list ul {
        margin: 0px;
        padding: 0px;
        overflow: hidden;
    }
    .gkml-list ul li a{
        border-bottom: none;
    }
}
/* 公开指南总 end */

/*********无障碍浏览************/
.xxgk-wza{
    position: absolute;
    top: 90px !important;
}
.xxgk-wza .wza-title{
    background-color: #e41a1a;
    width: 115px;
    height: 36px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 8px;
    text-align: center;
}
.xxgk-wza .wza-title a{
    color: #fff;
}
@media only screen and (max-width: 767px) and (min-width: 100px){
    .xxgk-wza{
        position: absolute;
        top: 0 !important;
        right: 1%;
    }
    .xxgk-wza .ghb-title{
        background-color: #e41a1a;
        width: 15vw;
        height: auto;
        font-size: 3.5vw;
        line-height: 6vw;
        text-align: center;
    }
    .xxgk-wza .ghb-title a{
        color: #fff;
    }
    .tittle{
        width: 100%;
    }
    .tb-list .active{
        width: 100%;
        padding-left: 0px;
    }
    body.UseInMobile .xxgk-wza .ghb-title{
        width: fit-content;
        line-height: 10px !important;
    }
    body.UseInMobile .xxgk-wza .ghb-title a.ariafonttitle,
    body.UseInMobile .xxgk-wza .ghb-title a.ariafonttitle:link{
        font-size: 18px !important;
    }
    body.UseInMobile .search{
        width: 100%;
    }
    body.UseInMobile .left-nav{
        width: 50%;
    }
    body.UseInMobile .left-nav h1{
        line-height: 36px !important;
        font-size: 22px !important;
    }
    body.UseInMobile .app-gkml h3 div{
        line-height: 36px !important;
        font-size: 22px !important;
    }
    body.UseInMobile .app-gkml h3 span.zwxxgk_bnt5{
        height: 7vw;
    }
    body.UseInMobile .gkml-list ul{
        width: 100%;
        margin: 0px 2vw;
    }
    body.UseInMobile .gkml-list ul li{
        height: auto;
        width: 46%;
    }
    body.UseInMobile .app_nav2-list{
        padding-left: 0px;
    }
    body.UseInMobile .app_nav2-list li{
        width: 46%;
        height: auto;
    }
    body.UseInMobile .app_nav2-list li a.ariafontcontent,
    body.UseInMobile .app_nav2-list li a.ariafontcontent:link{
        width: 100%;
        height: auto;
    }
    body.UseInMobile .tittle{
        height: auto;
    }
    body.UseInMobile .foot-app p.ariafontcontent{
        font-size: 18px !important;
    }
    body.UseInMobile .foot-bg{
        height: 86vw;
    }
}
@media only screen and (max-width: 325px) and (min-width: 100px){
    body.UseInMobile .foot-bg{
        height: 118vw;
    }
    body.UseInMobile .dang{
        position: inherit;
        left: 22vw;
    }
    body.UseInMobile .dang img{
        width: 15vw;
    }
    body.UseInMobile .jiucuo img{
        width: 23vw;
    }
    body.UseInMobile  .jiucuo{
        position: inherit;
        left: 33vw;
    }
}