﻿/* 有子概览 */
.zjhb .tit {
    background: #fff;
    height: 40px;
    line-height: 40px;
    display: block;
    padding-left: 15px;
    color: #333;
    overflow: hidden;
}

.zjhb img:hover {
    transform: scale(0.9);
    transition: 0.2s;
}

.slideTxtBox {
    margin-top: 20px;
}

.slideTxtBox .hd {
    width: 20%;
    float: left;
    display: block;
}

.slideTxtBox .hd span {
    width: 100%;
    height: 65px;
    background: #015293 url(../images/2021xxBtn.png) no-repeat left top;
    color: #fff;
    text-align: center;
    line-height: 65px;
    display: block;
    font-size: 22px;
    font-weight: bold;
}

.slideTxtBox .hd ul {
    float: left;
    top: 87px;
    width: 100%;
    z-index: 4;
}

.slideTxtBox .hd ul li a {
    display: block;
    height: 65px;
    background: #f7f8fd;
    color: #333;
    text-align: center;
    line-height: 65px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    margin-top: 3px;
}

.slideTxtBox .hd ul li.on a {
    height: 65px;
    background: #015293 url(../images/2021lh.jpg) no-repeat 24px 20px;
    color: #fff;
    cursor: pointer;
    transition: 0.2s;
}

.sanLine {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    width: 101%;
}

.slideTxtBox .bd ul {
    float: left;
    width: 78%;
    margin-left: 2%;
}

.lanMu_con ul {
    width: 100% !important;
}

.sanJlist {
    display: flow-root;
}

.pagination {
    float: right;
    margin-bottom: 20px;
}

/* 无子概览 */
.borderLine {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}

.zhongJianLine {
    clear: both;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* 细览 */

.xlPadding {
    padding: 0px 15px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.xlMain img {
    width: 100%;
    height: 100%;
    display: block;
}

.xiLanTitle {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    margin: 20px 0px;
}

.xlBtn {
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #efefef;
    height: 50px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.xlBtn .xlBtnLeft .xlBtnRight {
    font-size: 12px;
    color: #333;
}

.xlBtnLeft {
    float: left;
}

.xlBtnLeft a {
    text-decoration: none;
    color: #333;
}

.xlBtnLeft a:hover {
    text-decoration: none;
    color: #006ab9;
}

.xlBtnRight {
    float: right;
}

.xlBtnRight a {
    text-decoration: none;
    color: #333;
}

.icon-weibo1 {
    color: #ff763b;
}

.icon-weixin2 {
    color: #7bc549;
}

.icon-weibo:hover,
.icon-weixin1:hover {
    color: #006ab9;
}

.xlContent {
    font-family: '宋体';
    font-size: 18px;
    line-height: 44px;
    font-weight: 500;
}

.xlWenDang {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}

.xlWenDang div {
    clear: both;
    width: 100%;
    display: block;
}

.xlWenDang i {
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
}

.xlWenDang a {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    line-height: 26px;
}

.sxp {
    padding-top: 15px;
    border: 0px;
}

.sxp i {
    color: #006ab9;
}

/* 知识库 */
.zskLanMu_con ul li {
    border-bottom: 1px dashed #efefef;
    height: 50px;
    line-height: 50px;
}

.zskLanMu_con ul li a {
    background: url(../images/2021zskw.png) no-repeat 0px 15px;
    padding-left: 30px;
}

.ml0 {
    margin-left: 0px !important;
}

/* 政府文件全真版 */
.zfwj {
    position: relative;
}

.zfwjBtn1 a {
    position: absolute;
    bottom: 40px;
    left: 40px;
    background: #015293;
    height: 32px;
    width: 80px;
    font-size: 15px;
    color: #fff;
    padding: 0;
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
}

.zfwjBtn2 a {
    position: absolute;
    bottom: 40px;
    right: 40px;
    background: #015293;
    height: 32px;
    width: 80px;
    font-size: 15px;
    color: #fff;
    padding: 0;
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
    cursor: pointer;
}



@media only screen and (max-width: 768px) {
    .zjhb .tit {
        padding-left: 0px;
    }

    .xiLanTitle {
        font-size: 15px;
    }

    .slideTxtBox {
        margin-top: 20px;
    }

    .slideTxtBox .hd {
        width: 100%;
        float: left;
        display: block;

    }

    .slideTxtBox .hd span {
        width: 100%;
        height: 65px;
        background: #015293 url(../images/2021xxBtn.png) no-repeat left top;
        color: #fff;
        text-align: center;
        line-height: 65px;
        display: block;
        font-size: 22px;
        font-weight: bold;
    }

    .slideTxtBox .hd ul {
        float: left;
        position: inherit;
        left: 8px;
        top: 87px;
        width: 95.5%;
    }

    .slideTxtBox .hd ul li a {
        height: 40px;
        background: #f7f8fd;
        color: #333;
        text-align: center;
        line-height: 40px;
        display: block;
        font-size: 16px;
        font-weight: normal;
        width: 49%;
        margin-left: 1%;
        margin-top: 3px;
        float: left;
    }

    .slideTxtBox .hd ul li.on a {
        height: 40px;
        background: #015293 url(../images/2021lh.jpg) no-repeat 5px 8px;
        color: #fff;
        cursor: pointer;
        transition: 0.2s;
        font-size: 13px;
    }

    .sanLine {
        border-bottom: 1px solid #efefef;
        margin-bottom: 10px;
    }

    .slideTxtBox .bd ul {
        float: left;
        width: 98%;
        margin-left: 2%;
    }

    .lanMu_con ul {
        width: 98% !important;
    }

    .sanJlist {
        display: flow-root;
    }

    .xlVisible {
        display: none;
    }
	
	
    .xlBtn {
        font-size: 14px;
        color: #333;
        border-bottom: 0px solid #efefef;
        height: 20px;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .xlBtnRight {
        float: left;
    }
}

@media only screen and (min-width: 375px) {
    .zjhb .tit {
        padding-left: 0px;
    }

    .lanMu_con ul li a {
        color: #333;
        float: left;
        font-size: 16px;
        padding-left: 15px;
        background: url(../images/2021y.png) no-repeat 0px 15px;
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lanMu_con ul li span {
        color: #333;
        font-size: 14px;
        width: 27%;
        display: block;
        text-align: right;
        float: right;
    }
}