.gov_currbox { height: 30px; width: 100%; overflow: hidden; margin-top: 20px; margin-left: 20px;}
.gov_currbox span, .gov_currbox a { font-size: 14px; color: #666; }

.gov_gxtitle { font-family: "Microsoft YaHei UI","微软雅黑",\5FAE\8F6F\96C5\9ED1;}
.gov_gxtitle span a{ color:#fff;}

/*Page*/
.easysite-page-wrap a{min-width: 28px;height: 100%;border: 1px solid #dae0ee;padding: 3px 8px;box-sizing: border-box;/* display: block; */font-size: 14px;color: #666666;text-align: center;border-radius: 3px;margin: 0px 3px;cursor:pointer;/* margin-right: 12px; */}
.easysite-page-wrap a:hover{border: 1px solid transparent;color: #fff;background-color: #349ed8;}

.easysite-total-page span{font-size: 14px;line-height: 19px;margin: 0px 9px;}
.pagespan span{ display:none!important;}
.pagespan a{margin-right: 8px;font-weight: normal;}
.NormalRed {
    /* color: #FF0000; */
    /* font-size: 12px; */
    min-width: 28px;
    height: 100%;
    border: 1px solid #dae0ee;
    padding: 4px 7px;
    box-sizing: border-box;
    /* display: block; */
    font-size: 14px;
    color: #666666;
    text-align: center;
    border-radius: 3px;
    margin: 0px 3px;
    cursor: pointer;
    margin-right: 12px;
    font-weight: normal;
}

.gov_gllist span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #acacac;
    font-family: "Microsoft YaHei UI","微软雅黑",\5FAE\8F6F\96C5\9ED1;
}


/*END Page*/
/*END Gl*/


/* 网站地图 */
#web-map{
    padding: 40px;
}
.web-mapli{
    display: block;
    overflow: hidden;
    background: #f3f3f3;
    padding: 20px 30px;
    margin: 20px 0;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.web-mapli:nth-child(1){ display:none;}

#web-map li .fl{
    width: 700px;
}
.map_01{
    width: 140px;
    height: 32px;
    color: #fff;
    font-size: 18px;
    background: url(/uiFramework/commonResource/image/2021103111113386352.png) no-repeat;
    text-align: center;
    font-weight: normal;
    padding-top: 8px;
    float:  left;
    margin: 0 15px 0 0;
    font-family: "Microsoft YaHei UI","微软雅黑",\5FAE\8F6F\96C5\9ED1;
}
.map_02{width: 490px;float: left;}
.map_02 a{line-height:40px;margin-left: 10px;margin-right: 10px;}
#web-map a{
    color: #333333;
    font-size: 16px;
    float:  left;
    line-height: 40px;
    margin: 0 15px;
}
#web-map a:hover{
    color: #225eb0;
}
/* 网站地图 end */

@media only screen and (max-width: 768px){
    .gov_gxtitle {
    width: 96%!important;
    margin: 0 auto;
    text-align: center;
    padding-left: 0px!important; 
    margin-left:auto!important;

}



}






/* 遮层 */
 .tbsm-mask {
        width: 100%;
        height: 100%;
        background-color: rgb(0, 0, 0);
        opacity: 0.3;
        position: absolute;
    }

    .tbsm-box {
        width: 100%;
        height: 268vh;
        position: absolute;
        z-index:9999;
    }

    .tbsm-content {
        background-color: #fff;
        width: 60%;
        position: absolute;
        top: 15%;
        left: 20%;
        padding-bottom: 20px;
        border-radius: 4px;
    }

    .tbsm-title {
        width: 100%;
        text-align: center;
        font-size: 26px;
        color: #013687;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .tbsm-text{
        width: 90%;
        margin: 0 auto;
    }
    .tbsm-btn{
        background-color:#013687;
        color: #fff;
        width: 60px;
        padding: 0 10px;
        margin:0 auto;
        border-radius: 4px;
        display: block;
        text-align: center;
        font-size: 20px;
        cursor: pointer;
        border: 1px solid #013687;
    }
    .tbsm-btn:hover{
        background-color: #fff;
        color:#013687 !important;
        width: 60px;
        padding: 0 10px;
        margin:0 auto;
        border-radius: 4px;
        display: block;
        text-align: center;
        font-size: 20px;
        cursor: pointer;
        border: 1px solid #013687;

    }