@charset "UTF-8";

* {
    font-family: "微软雅黑";
}
html{border: none !important;}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

a {
    color: #333333;
}

.inner_box {
    width: 1200px;
    margin: 0 auto;
}

/* 当前位置 */
.dqwz {margin-top: 30px !important;}
.dqwz a {
    font-size: 32px;
}

.dqwz span {
    font-size: 32px;
}

.zt tbody>tr>td>table>tbody>tr>td:first-child span {
    display: none;
}

.bb {
    font-size: 32px !important;
}

/* 当前位置结束 */
.tit {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #C8D1D5;
}

.tit a {
    font-size: 48px;
    display: block;
    float: left;
    height: 96px;
    margin-right: 30px;
    font-weight: bold;
    line-height: 96px;
}

.tit a:hover {
    color: #0151a8;
}

/* 当前栏目选中状态样式：：：换成当前站点的主题色 */
.tit .active {
    color: #0151a8;
}

/* 栏目list */

.con {
    margin-top: 30px;
}

.con ul li {
    font-size: 36px;
    line-height: 72px;
    border-bottom: 1px solid #C8D1D5;
    margin-top: 30px;
    padding-bottom: 10px;
}

.con ul li a {
    display: inline-block;
    width: 100%;
    text-align: justify;
}

.con ul li span {
    display: block;
    float: right;
    /* color: #9e9e9e; */
}

/* 分页条 */
.simple_pgToolbar {
    border-top: none !important;
    margin: 30px 0 !important;
}

.simple_pgPanel {
    margin: 0 auto;
}

.simple_pgBtn {
    width: 120px !important;
    height: 60px !important;
    display: block;
    cursor: pointer;
    margin: 1px;
}


.simple_pgFirst {
    background: url(http://www.zj.gov.cn/module/jpage/theme/xc/images/first.gif) no-repeat center !important;
    background-size: contain !important;
}

.simple_pgFirstDisabled {
    background: url(http://www.zj.gov.cn/module/jpage/theme/xc/images/first_disabled.gif) no-repeat center !important;
    cursor: auto !important;
    background-size: contain !important;
}

.simple_pgPrev {
    background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3096/site/picture/1455/2103311728452201563.png) no-repeat center !important;
    background-size: contain !important;
}

.simple_pgPrevDisabled {
    background: url(http://www.zj.gov.cn/module/jpage/theme/xc/images/prev_disabled.gif) no-repeat center !important;
    cursor: auto !important;
    background-size: contain !important;
}

.simple_pgNext {
    background: url(http://www.zj.gov.cn/module/jpage/theme/xc/images/next.gif) no-repeat center !important;
    background-size: contain !important;
}

.simple_pgNextDisabled {
    background: url(http://www.zj.gov.cn/module/jpage/theme/xc/images/next_disabled.gif) no-repeat center !important;
    cursor: auto;
    background-size: contain !important;
}


.simple_pgLast {
    background: url(http://www.zj.gov.cn/module/jpage/theme/xc/images/last.gif) no-repeat center !important;
    background-size: contain !important;
}

.simple_pgLastDisabled {
    background: url(http://www.zj.gov.cn/module/jpage/theme/xc/images/last_disabled.gif) no-repeat center !important;
    cursor: auto;
    background-size: 85px 60px !important;
}

.simple_pgRefresh {
    background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3096/site/picture/1431/2101271727178927538.gif) no-repeat center !important;
    /* width: 60px !important; */
    background-size: 50px !important;
}

.simple_pgLoad {
    background: url(http://www.zj.gov.cn/module/jpage/theme/xc/images/loading.gif) no-repeat center !important;
    background-size: 50px !important;
}

.simple_pgSearchInfo {
    padding-left: 30px;
}

.simple_mask {
    width: 100%;
    height: 100%;
    background: url(http://www.zj.gov.cn/module/jpage/theme/xc/images/loading.gif) no-repeat center !important;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: .70;
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
    .inner_box {
        width: 96vw;
        margin: 0 auto;
    }

    /* 当前位置 */
    .dqwz {margin-top: 4vw !important;}
	.bb{font-size:4vw !important;}
    .dqwz a {
        font-size: 4vw;
    }

    .dqwz span {
        font-size: 4vw;
    }

    .zt tbody>tr>td>table>tbody>tr>td:first-child span {
        display: none;
    }

    /* 当前位置结束 */
    .tit {
        margin-top: 3vw;
        padding-bottom: 3vw;
        border-bottom: 2px solid #C8D1D5;
    }

    .tit a {
        display: block;
        float: left;
        height: 6vw;
        margin-right: 2vw;
        font-weight: bold;
        line-height: 6vw;
        font-size: 4vw;
    }

    /* 当前栏目选中状态样式：：：换成当前站点的主题色 */
    .tit .active {
        color: #0151a8;
    }

    /* 栏目list */

    .con {
        margin-top: 3vw;
    }

    .con ul li {
        font-size: 4vw;
        line-height: 6vw;
        /* padding-left: 4vw; */
        border-bottom: 1px solid #C8D1D5;
        margin-top: 2vw;
        padding-bottom: 2vw;
    }

    .con ul li a {
        display: inline-block;
        width: 100%;
        text-align: justify;
    }

    .con ul li span {
        display: block;
        float: right;
        /* color: #9e9e9e; */
    }
    /* 分页条 */
    .simple_pgToolbar {
        border-top: none !important;
        margin: 3vw 0 3vw 0 !important;
    }
    .simple_pgPanel{
        margin: 0 auto;
    }
    .simple_pgBtn {
        width: 16vw !important;
        height: 7vw !important;
        display: block;
        cursor: pointer;
        margin: 1px;
    }


    .simple_pgFirst {
        background: url(http://www.zj.gov.cn/module/jpage/theme/xc/images/first.gif) no-repeat center !important;
        background-size: contain !important;
    }

    .simple_pgFirstDisabled {
        background: url(http://www.zj.gov.cn/module/jpage/theme/xc/images/first_disabled.gif) no-repeat center !important;
        cursor: auto !important;
        background-size: contain !important;
    }

    .simple_pgPrev {
        background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3096/site/picture/1455/2103311728452201563.png) no-repeat center !important;
        background-size: contain !important;
    }

    .simple_pgPrevDisabled {
        background: url(http://www.zj.gov.cn/module/jpage/theme/xc/images/prev_disabled.gif) no-repeat center !important;
        cursor: auto !important;
        background-size: contain !important;
    }

    .simple_pgNext {
        background: url(http://www.zj.gov.cn/module/jpage/theme/xc/images/next.gif) no-repeat center !important;
        background-size: contain !important;
    }

    .simple_pgNextDisabled {
        background: url(http://www.zj.gov.cn/module/jpage/theme/xc/images/next_disabled.gif) no-repeat center !important;
        cursor: auto;
        background-size: contain !important;
    }


    .simple_pgLast {
        background: url(http://www.zj.gov.cn/module/jpage/theme/xc/images/last.gif) no-repeat center !important;
        background-size: contain !important;
    }

    .simple_pgLastDisabled {
        background: url(http://www.zj.gov.cn/module/jpage/theme/xc/images/last_disabled.gif) no-repeat center !important;
        cursor: auto;
        background-size: contain;
    }

    .simple_pgRefresh {
        background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3096/site/picture/1431/2101271727178927538.gif) no-repeat center !important;
        width: 3vw;
        background-size: 7vw 7vw !important;
    }

    .simple_pgLoad {
        background: url(http://www.zj.gov.cn/module/jpage/theme/xc/images/loading.gif) no-repeat center !important;
        background-size: 7vw 7vw !important;
    }

    .simple_pgSearchInfo {
        padding-left: 3vw;
    }

    .simple_mask {
        width: 100%;
        height: 100%;
        background: url(http://www.zj.gov.cn/module/jpage/theme/xc/images/loading.gif) no-repeat center !important;
        background-color: #FFFFFF;
        position: absolute;
        z-index: 999;
        top: 0;
        left: 0;
        filter: alpha(opacity=70);
        -moz-opacity: 0.70;
        opacity: .70;
    }
}