@charset 'utf-8';

.opacity90 {
    background-color: #fff;
    background-color: rgb(255, 255, 255, 0.9);
    opacity: 0.9 \0;
    filter: alpha(opacity=90);
}

.opacity60 {
    background-color: #fff;
    background-color: rgb(255, 255, 255, 0.6);
    opacity: 0.6 \0;
    filter: alpha(opacity=60);
}

.h100p {
    height: 100px;
}

.w28 {
    width: 28%;
}

.w70 {
    width: 70%;
}

.wzlogo {
    width: 100%;
    text-align: center;
}

/* 自定义滚动条样式 */
.gknb-l::-webkit-scrollbar {
    width: 5px;
}

.gknb-l::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #2789ee;
}

.gknb-l::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #eaeff3;
}

.pagination .first-page,
.pagination .last-page {
    width: 78px;
}

.leftnav {
    width: 240px;
    float: left;
}

.leftnav > ul {
    padding: 0;
    margin: 0;
}

.leftnav > ul > li {
    width: 100%;
    list-style: none;
    background-color: white;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.leftnav > ul > li:hover {
    background-color: #2776cd;
}

.leftnav > ul > li:hover span {
    color: white;
}

.leftnav > ul > li:nth-child(n+2):nth-child(-n+4) {
    margin-top: 15px;
}

.leftnav > ul > li:nth-child(5) {
    margin-top: 15px;
}

.leftnav > ul > li:first-child {
    margin-top: 0;
}

.leftnav > ul > li > a > span {
    display: block;
    float: left;
    font-size: 23px;
    width: 100px;
    color: #2776cd;
    margin-left: 20px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}

.zfxxlist {
    width: 98%;
    padding: 0 1%;
}

.box img {
    float: left;
    margin-left: 17px;
    margin-right: 2px;
    margin-top: 8px;
}

.box:after {
    content: "";
    display: block;
    clear: both;
}

.box {
    *zoom: 1;
}

.box {
    margin-top: 15px;
}

.tabUnselect {
    width: 100%;
    list-style: none;
    background-color: white;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.tabUnselect img:first-child {
    display: none;
}

.tabSelect img:first-child {
    display: inline-block;
}

.tabSelect img:first-child + img,
.lbzk {
    display: none;
}

.sq {
    margin-left: 20px !important;
    /*margin-top: 35px !important;*/
}

.lbzk {
    margin-left: 20px !important;
    /*margin-top: 27px !important;*/
}

.tabSelect {
    background-color: #2776cd !important;
}

.tabSelect span {
    color: white !important;
}

.lev1 {
    /* background-color: #d4e9ff; */
}

.lev1 a {
    color: #2776cd;
}

.box > a {
    display: inline-block;
}

.box:hover.box > a > img:first-child {
    display: block;
}

.box:hover.box > a > img:first-child + img {
    display: none;
}

.smalllist {
    background-color: white;
    padding: 10px 0;
}

.smalllist > li {
    list-style: none;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    cursor: pointer;
    font-weight: 500;
    color: rgb(51, 51, 51);
    text-align: left;
}

.smalllist > li a:before {
    content: '鈥�';
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 11px;
    margin-top: -5px;
}

.smalllist > li:first-child {
    margin-top: 0;
}

.smalllist > li:hover {
    color: #2776cd;
    background-color: #d4e9ff;
}

.smalllist > li:hover .smalllist > li > a:before {
    background-color: #2776cd;
}

.fc {
    clear: both;
}


body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    background: url(zsj-bj.jpg) no-repeat center top;
}

.zsj-logotitle {
    width: 1100px;
    height: 365px;
    margin: 0 auto;
    padding-top: 54px;
    overflow: hidden;
    box-sizing: border-box;
}

.zsj-logotitle a {
    display: block;
    text-align: left;
    margin-top: 10px;
    width: auto;
    height: 70px;
    background: url(ll-wz-logo.png) no-repeat left top;
    /*background-size: 100% 100%;*/
}

.zsj-logotitle h1 {
    font-size: 100px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: 35px auto;
    width: 793px;
    height: 128px;
    background: url(zsj-wz.png) no-repeat center top;
    background-size: 100% 100%;
}

.zsj-conx {
    width: 1100px;
    margin: 0 auto;
    background: rgba(242, 242, 242, 1);
    padding: 0 36px;
    padding-bottom: 32px;
    min-height: 900px;
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.zsj-inputser {
    position: relative;
    width: 100%;
    height: 218px;
    overflow: hidden;
}

.zsj-inputser::after,
.zsj-inputser::before {
    content: '';
    width: 240px;
    height: 2px;
    background: rgba(224, 224, 224, 1);
    position: absolute;
    top: 50%;
}

.zsj-inputser::after {
    right: 0;
}

.zsj-serch {
    width: 510px;
    border: 2px solid rgba(45, 102, 165, 1);
    height: 50px;
    border-radius: 9px;
    background-color: white;
    margin: 0 auto;
    margin-top: 86px;
    box-sizing: border-box;
    position: relative;
}

.zsj-serch > input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    margin-top: 1px;
    border-radius: 10px;
    text-indent: 10px;
    box-sizing: border-box;
}

.zsj-serch > img {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

.zsj-leftnav {
    width: 240px;
    height: 500px;
    float: left;
}

.zsj-rightcon {
    height: auto;
    padding-bottom: 20px;
    width: 770px;
    background-color: white;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    float: right;
}


.zsj-colum_title {
    border-bottom: 1px solid #E0E0E0;
    overflow: hidden;
    margin-bottom: 30px;
}

.zsj-name {
    float: left;
    min-width: 110px;
    padding: 0 10px;
    height: 35px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    background-color: #2875cd;
    line-height: 36px;
    text-align: center;
}

.zsj-name a {
    color: #fff;
}

.zsj-fr-main {
    padding: 0 0 0 15px;
    margin-top: 20px;
}

.zsj-fr-main li {
    overflow: hidden;
    padding-left: 0 !important;
    background: none !important;
    line-height: 24px;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    padding-right: 1rem;
}

.zsj-fr-main li a {
    font-size: 16px;
    color: #4D4D4D;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zsj-fr-main li span {
    font-size: 16px;
    color: #999;
    margin-left: 20px;
}

.zsj-an {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 30px;
}

.zsj-an .button {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #4D4D4D;
    background: #eee;
}


.gkml-title a.a-zd {
    width: 105px;
    border: 1px solid #eb8116;
    font-size: 15px;
    color: #eb8116;
    text-align: center;
    line-height: 35px;
    background: unset;
}

.zsj-an .button {
    font-size: 16px;
}


.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}


.gkml-title a {
    display: inline-block;
    font-size: 20px;
    color: #2775cc;
    font-weight: bold;
    padding-left: 20px;
    background: url(m3-icon88.png) no-repeat left center;
}

.gknb-box {
    margin-bottom: 20px;
}

.gknb-t {
    line-height: 30px;
    height: 30px;
    margin: 28px 0;
}

.gknb-t img {
    height: 18px;
    width: 4px;
    margin-right: 10px;
    vertical-align: middle;
}

.gknb-t .tit {
    display: inline-block;
    color: #2775cc;
    font-size: 18px;
    font-weight: bold;
}

.gknb-l {
    padding-left: 16px;
/ / max-height: 230 px;
    max-height: none;
    overflow: auto;
}

.gknb-l li {
    width: 33%;
}

.gknb-l li a {
    display: inline-block;
    padding-left: 16px;
    background: url(m2-icon1.png) left center no-repeat;
    color: #333333;
    font-size: 16px;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*宸︿晶css*/
.root > .tree {
    /*background: #fff url(m3-icon85.png) no-repeat 91% center;*/
    border-bottom: solid 1px #f5f5f5;
    /*margin-top: 5px;*/
}

.root .tree:hover .sp1,
.root .tree:hover .sp2,
.root .cur .sp1,
.root .cur .sp2 {
    color: #333;
}

.gkml-nav {
    width: 240px;
}

.gkm-c {
    width: 100%;
    list-style: none;
    background-color: white;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    /*align-items:center;*/
    margin-bottom: 15px;
}

.gkm-c a i {
    font-style: normal;
    display: block;
    float: left;
    font-size: 23px;
    width: 100px;
    color: #2776cd;
    margin-left: 20px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gkm-clbula img {
    float: left;
    margin-left: 17px;
    margin-right: 2px;
    /*margin-top: 8px;*/
}

.gkm-clbula img:first-child {
    display: none;
}

.gkm-clbula.cur {
    background-color: #2776cd !important;
    /*display: inline-block;*/
    /* color: #fff; */
    /*width: 100%;*/
    /*padding-right: 1rem;*/
}

.cur i {
    color: #fff !important;
}

.root li {
    list-style: none;
    cursor: pointer;
    font-weight: 500;
    color: rgb(51, 51, 51);
}

.lev1:hover {
    background-color: #d4e9ff;
}

.lev1 .sp1 {
    color: #333 !important;
}

.lev1 .sp2 {
    color: #333 !important;
}

.gkm-clbula {
    display: flex;
    align-items: center;
}


body {

    background: url(zsj-bj.jpg) no-repeat center top !important;

}

.gkm-c:hover.gkm-c > a {
    background-color: #2776cd !important;
    /*width: 100%;*/
}

.gkm-c:hover.gkm-c > a > i {
    color: #fff;
}

.gkm-c:hover.gkm-c > a > img:first-child {
    display: block;
}

.gkm-c:hover.gkm-c > a > img:first-child + img {
    display: none;
}

/*浜岀骇鑿滃崟鏍峰紡*/
.root > ul {
    background: #f4f7fb;
    padding-top: 15px;
    padding-bottom: 12px;
    /*overflow-x: hidden;*/
    display: none;
}

.root > .tree > a {
    height: 46px;
    line-height: 46px;
    position: relative;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    /*background: url(m3-icon84.png) no-repeat center left;*/
    padding-left: 30px;
}

.root > ul .tree.Page {
}

/* 娌℃湁瀛愰泦鐩綍鐨� */

.root > .tree.Folder {
    background: #fff url(m3-icon85.png) 95% center no-repeat;
}

/* 鏈夊瓙鐩綍 鏈睍寮€鐨勬椂鍊� */
/*.root>.tree.Folder:hover {
    background: #d4e9ff url(m3-icon85.png) 210px center no-repeat;
}*/

.root > .tree.FolderOpened {
    background: #d4e9ff url(m3-icon85o.png) 95% center no-repeat;
}

/* 灞曞紑鏁堟灉  */
.root > .tree.FolderOpened.Page {
    background: #d4e9ff !important;
}

.root > .tree.linkpage {
    background: #fff;
}

.root .tree.cur2,
.other .cur1 {
    font-weight: 600 !important;
    color: #2775cc !important;
}

.root .sp1 {
    color: #555;
}

.root .sp2 {
    color: #555;
}

.root > ul .tree {
    font-size: 14px;
    /*display: inline-block;*/
    /*width: 228px;*/
    height: auto;
    line-height: 32px;
    margin: 0 10px;
}

.root > ul .tree a {
    padding-left: 36px;
    /*background: url(m3-icon86.png) no-repeat 17px center;*/
}

/*涓夌骇鑿滃崟鏍峰紡*/
.root {
    padding: 5px 0;
}

.root > ul > ul > .tree {
    width: auto;
    position: relative;
    padding-left: 20px;
    /*background: #f4f7fb url(m3-icon87.png) no-repeat 40px center;*/
}

.root > ul > .tree.Folder {
    background: #f4f7fb url(m3-icon85.png) 85% center no-repeat;
}

.root > ul > .tree.FolderOpened {
    background: #f4f7fb url(m3-icon85o.png) 85% center no-repeat;
}

.root > ul > ul .tree.Page {
}

/* 娌℃湁瀛愰泦鐩��鐨� */
.root > ul {
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
    margin-top: -1px;
    padding: 10px 0 0 0;
}

.root > ul ul {
    border: none !important
}

.root > li a:before {
    content: '•';
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 11px;
    margin-top: -5px;
}

.cur .sp1 {
    color: #2875cd !important;
}

.cur .sp2 {
    color: #2875cd !important;
}

/*鍏紑鍒跺害*/


.gkml-title a.a-zd {
    width: 105px;
    border: 1px solid #eb8116;
    font-size: 15px;
    color: #eb8116;
    text-align: center;
    line-height: 35px;
    background: unset;
}

.gl-list {
    padding-top: 24px;
}

.gl-list li {
    height: 44px;
    list-style: none;
}

.gl-list li a {
    display: inline-block;
    padding-left: 20px;
    color: #333333;
    font-size: 16px;
    background: url(m3-icon11.png) 2px center no-repeat;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gl-list li span {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    float: right;
    line-height: 22px;
}

.rt {
    float: right;
}

a {
    text-decoration: none;
}

/*鍏紑骞存姤*/
.zsj-l_con {
    padding: 2%;
}

.gknb-l li {
    float: left;
    width: 33%;
    height: 46px;
}


.gkml-title {
    border-bottom: 1px solid #c9dbf0;
    line-height: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}


/*鍏紑鎸囧崡*/
.bmzjgz-text {
    max-height: 750px;
    font-size: 16px;
    line-height: 20px;
    overflow-y: auto;
}

.bmzjgz-t-title {
    margin: 20px 0 15px;
}

.bmzjgz-t-title p {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
    color: #2776cd;
    border-bottom: 2px solid #f5f5f5;
}

.bmzjgz-text::-webkit-scrollbar {
    width: 5px;
}

.bmzjgz-text::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #2789ee;
}

.bmzjgz-text::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #eaeff3;
}

/*娉曞畾*/
.zsj-an .button {
    font-size: 16px;
}


.root a.cur {
    color: #2776cd !important;
}

.root > ul > ul > .tree {
    width: auto;
}

.root > ul {
    background: #f7f7f7;
}

.root > ul .tree a {
    display: inline-block;
    padding-left: 45px;
    line-height: 24px;
}

.root > ul > ul .tree a {
    padding-left: 42px;
}

.root > ul > ul > ul .tree a {
    padding-left: 91px;
}

.root > ul > ul {
    display: none;
}

#left-menu-btn{
    display: none;
}
#left-menu-close{
   display: none;
}

/* 添加媒体查询适配移动端 */
@media screen and (max-width: 768px) {

    #left-menu-close {
        display:block;

        position: fixed;
        right:1.5rem;
        top: 1rem;
        border-radius: 50%;
        /*color: #2d66a5;*/
        color: #fff;
        background: rgba(45,102,165,.7);
        padding: .7rem;
        border: 2px solid #fff;
    }

    #left-menu-btn {
        display: flex;
        align-items: center;
        padding: 0 0.5rem;
        border: 2px solid rgba(45, 102, 165, 1);
        border-radius: 0.375rem;
        height: 46px;
    }

    #left-menu-btn i {
        font-size: calc(1.375rem + 1.5vw);
        color: #2d66a5;
    }

    .zsj-fr-main li a {
        width: 65%;
    }


    .gl-list li a {
        max-width: 70%;
    }

    .gl-list li span {
        margin-top: 3px;
    }


    .gkml-nav {
        width: 100%;
        float: none;
        background: #fff;

    }


    .gkm-c a i {
        width: auto;
        font-size: 1rem;
        flex: 1;
    }

    .gkm-clbula {
        padding: .5rem 1rem .5rem 0;
    }

    .gkm-clbula img:not([class="sq"]):not([class="lbzk"]) {
        height: 1.5rem;
    }

    .drop-groups {
        display: none;
    }

    .zsj-conx {
        width: 100%;
        padding: 0 1rem 1rem;
        overflow: initial;
    }

    .zsj-logotitle {
        width: 100%;
        height: auto;
        padding-top: 30px;
    }

    .zsj-logotitle h1 {
        width: 100%;
        height: 3rem;
        font-size: 36px;
        background-size: contain;
    }

    .zsj-inputser {
        display: flex;
        gap: 1rem;
        height: auto;
        padding: 2rem 0;
    }

    .zsj-inputser::after, .zsj-inputser::before {
        display: none;
    }

    .zsj-serch {
        flex: 1;
        margin-top: auto;
    }

    .zsj-leftnav {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .zsj-rightcon {
        width: 100%;
        float: none;
        /*margin-top: 1rem;*/
    }

    .gknb-l li {
        width: 50%;
    }

    .footer {
        width: auto;
    }

    .f-info {
        padding: 0 .5rem;
    }

    .f-info-left {
        width: auto;
    }

    .f-info-right {
        margin-top: 10px !important;
        display: flex;
    }
}

/* 平板设备适配 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .zsj-conx {
        width: 95%;
    }

    .zsj-leftnav {
        width: 200px;
    }

    .zsj-rightcon {
        width: calc(100% - 260px);
    }
}
