/* 信息公开 */
.xxListInfo {
    float: left;
    width: 30%;
}

.xxListInfo2 {
    float: left;
    width: 70%;
    padding: 0px 20px;
}

.xxListInfo2 h1 a {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-top: 20px;
    text-decoration: none;
}

.xxListInfo2 h5 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    padding-top: 20px;
    text-indent: 2rem;
    line-height: 34px;
}

.leader img:hover {
    transform: scale(1.05);
    text-decoration: none;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    cursor: pointer;
}

/* 厅长 */
.xxTzxx {
    background: #d4ecfc;
    width: 100%;
    height: 88px;
    border-radius: 5px;
    margin-top: 20px;
    padding: 20px;
}

.xxTzxx_1 {
    width: 50%;
    float: left;
    border-radius: 0px;
}

.xxTzxx_2 {
    width: 50%;
    float: right;
    border-radius: 50px;
    background: #60a2be;
    padding: 10px 20px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    display: block;
}

.xxTzxx_2:hover {
    width: 50%;
    float: right;
    border-radius: 50px;
    background: #006ab9;
    padding: 10px 20px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    display: block;
}

/* 厅长 */
.xxFourBtn {}

.xxFourBtn a {
    text-decoration: none;
    font-size: 18px;
    padding: 15px 0px;
    margin-top: 10px;
    border: 1px solid #efefef;
    background: #f5f5f5;
    display: block
}

.icon30 {
    font-size: 24px !important;
    color: #0e6bb6;
}

.xxFourBtn p {
    padding-top: 10px;
}

.xxFourBtn a:hover {
    border: 1px solid #0e6bb6;
    padding: 15px 0px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 5px;
    background: #fff;
    color: #0e6bb6;
    display: block
}

.xxBtn a {
    width: 19%;
    color: #fff;
    background: #f5f5f5 url(../images/2021kong.png) no-repeat left top;
    text-align: center;
    font-size: 20px;
    float: left;
    height: 90px;
    line-height: 90px;
    margin-left: 1%;
    transform: translateX(-3%);
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.4s ease;
}

.xxBtn1 a {
    background: #38b3a0 url(../images/2021xxBtn.png) no-repeat left top;
}

.xxBtn2 a {
    background: #3fa3c9 url(../images/2021xxBtn.png) no-repeat left top;
}

.xxBtn3 a {
    background: #39c09d url(../images/2021xxBtn.png) no-repeat left top;
}

.xxBtn4 a {
    background: #7bb6de url(../images/2021xxBtn.png) no-repeat left top;
}

.xxBtn5 a {
    background: #57b1d4 url(../images/2021xxBtn.png) no-repeat left top;
}

.xxBtn a:hover {
    background: #006ab9 url(../images/2021xxBtn.png) no-repeat left top;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

/* 业务公示 */
.slideTxtBox {
    margin-top: 20px;
}

.slideTxtBox .hd {
    height: 50px;
    line-height: 50px;
    background: #f9f9f9;
    padding: 0px 15px;
    border-top: 2px solid #006ab9;
    position: relative;
    margin-bottom: 10px;
}

.hdTitle {
    font-size: 20px;
    font-weight: bold;
}

.hdMore {
    float: right;
    font-size: 14px;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 95px;
    top: 0px;
    height: 64px;
}

.slideTxtBox2 .hd ul {
    float: left;
    position: absolute;
    left: 110px;
    top: 0px;
    height: 64px;
}

.slideTxtBox .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    background: url(../images/2021lin.png) no-repeat 0px 18px;
    font-size: 16px;
}

.slideTxtBox .hd ul li:first-child {
    background: url(../images/2021kong.png) no-repeat 0px 18px;
}

.slideTxtBox .hd ul li.on {
    height: 64px;
    font-size: 16px;
    font-weight: bold;
    color: #006ab9;
}

.lanMu_con {
    padding: 20px;
}

.lanMu_con ul li a {
    width: 80%;
}

.lanMu_con ul li span {
    width: 20%;
}

.gmore {
    float: right;
    font-size: 14px;
}

.zfxxgkTit {
    background: #0e6bb6 url(../images/2021xxBtn.png) no-repeat left;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: 65px;
    line-height: 65px;
    margin-top: 21px;
}

.zfxxgkList a {
    background: #f2f2f2;
    border-radius: 5px;
    text-align: center;
    padding: 15px 0px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    transition: all 0.4s ease;
}

.zfxxgkList a p {
    margin-top: 10px;
}

.zfxxgkList a:hover {
    background: #0e6bb6;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.font40 {
    font-size: 26px !important;
}

.row2 {
    margin-right: -10px;
    margin-left: -10px;
}

/* 重点领域 */
.xxHdTitle {
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    background: #f9f9f9;
    padding: 0px 15px;
    border-top: 2px solid #006ab9;
    position: relative;
    margin-bottom: 10px;
}

.xxHdCon a {
    color: #333;
    text-align: center;
    display: block;
    line-height: 45px;
    height: 45px;
    margin-top: 15px;
    border: 1px solid #006ab9
}

.xxHdCon a:hover {
    background: #006ab9;
    color: #fff;
}

/* 重点领域 */

/* 新闻发布会 */
.slideTxtBox2 .hd {
    height: 50px;
    line-height: 50px;
    position: relative;
}

.slideTxtBox2 .hd ul {
    float: left;
    position: absolute;
    left: 50%;
    height: 32px;
    transform: translateX(-50%)
}

.slideTxtBox2 .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    font-size: 20px;
}

.slideTxtBox2 .hd ul li.on {
    height: 50px;
    font-weight: bold;
    text-align: center;
}

.slideTxtBox2 .bd ul {
    padding: 15px 0px;
    zoom: 1;
}

.slideTxtBox2 .bd li {
    width: 31%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.slideTxtBox2 .bd li:last-child {
    margin-right: 0%;
}

.slideTxtBox2 .bd li img {
    width: 100%;
    height: 200px;
}

.spTitle {
    text-align: center;
    line-height: 45px;
    background: #fff;
    display: block;
    height: 45px;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 2px solid #fff;
}

.spTitle:hover {
    text-align: center;
    line-height: 45px;
    background: #efefef;
    display: block;
    color: #333;
    border-bottom: 2px solid #006ab9;
}

.spnewsMore {
    clear: both;
    position: absolute;
    top: -20px;
}

@media only screen and (max-width: 768px) {
    .xxHdCon a {
        font-size: 13px;
    }

    .slideTxtBox2 .bd li {
        width: 48%;
        float: left;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .slideTxtBox2 .bd li img {
        width: 100%;
        height: 100px;
    }

    .leader {
        padding: 10px;
    }

    #leadImg {
        width: 108px !important;
        height: 90px !important;
        overflow: hidden;
    }

    .xxTzxx a {
        width: 133px;
    }

    .outBox .hd {
        width: 100%;
        height: 120px;
    }

    .outBox .hd ul li {
        float: left;
        padding: 0px 10px;
    }

    .inBox {
        background: #fff;
        float: left;
        width: 100%;
        border: 1px solid #fff
    }

    .lanMu_con ul li a {
        width: 100%;
    }

    .lanMu_con ul li span {
        width: 50%;
    }

    .xxBtnm {
        padding: 15px;
    }

    .xxBtn a {
        width: 45%;
        margin-top: 10px;
        margin-left: 15px;
    }

    .hi-mox {
        display: none;
    }

    .mb20 {
        margin-bottom: 20px;
    }



}
