@charset "utf-8";
.list {
    padding: 50px 40px;
    margin: 50px auto;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.list .list_tit {
    height: 50px;
    background: url(../images/list_tt_bj.png) 213px center no-repeat;
}

.list .list_tit h2 {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    font-size: 46px;
}

.list .list_tit h2 em {
    color: #333333;
}

.list .list_tit h2 i {
    color: #f5ae43;
}

.list .list_con {
    margin-top: 40px;
}

.list .list_con ul li {
    padding: 40px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #f2f2f2;
    margin-bottom: 40px;
}

.list .list_con ul li .list_l {
    width: 770px;
    float: left;
    overflow: hidden;
}

.list .list_con ul li .list_l a {
    display: inline-block;
    width: 100%;
    font-size: 34px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 25px;
    box-sizing: border-box;
    background: url(../images/list_tt.png) left center no-repeat;
}

.list .list_con ul li .list_l span {
    font-size: 34px;
    display: inline-block;
    color: #999999;
    margin-top: 8px;
}

.list .list_con ul li .cktb {
    float: right;
}

.cktb {
    width: 200px;
    height: 86px;
    padding-left: 99px;
    line-height: 86px;
    box-sizing: border-box;
    background: url(../images/cktb.png) center center no-repeat;
}

.cktb a {
    color: #fff;
    font-size: 32px;
}

.ldjj ul li {
    padding: 40px;
    box-sizing: border-box;
    overflow: hidden;
    background: #f2f2f2;
    position: relative;
    border-radius: 8px;
    margin-top: 40px;
}

.ldjj ul li .img {
    width: 169px;
    height: 239px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
}

.ldjj ul li .img img {
    display: block;
    width: 100%;
}

.ldjj ul li .ld_jj {
    width: 834px;
    height: 170px;
    overflow: hidden;
    float: right;
    margin-top: 40px;
}

.ldjj ul li .ld_jj a {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    font-size: 38px;
    font-weight: bold;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 25px;
    background: url(../images/list_tt.png) left center no-repeat;
}

.ldjj ul li .ld_jj span {
    display: block;
    font-size: 30px;
    margin-top: 20px;
    color: #333333;
}

.ldjj ul li .ld_jj p {
    width: 100%;
    display: block;
    font-size: 30px;
    margin-top: 10px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ldjj ul li .cktb {
    position: absolute;
    right: 40px;
    top: 40px;
}

.jgjj .jgjj_tt {
    padding: 40px;
    border-radius: 8px;
    margin-top: 40px;
    background: #f2f2f2;
    position: relative;
}

.jgjj .jgjj_tt em {
    display: block;
    width: 4px;
    height: 66px;
    border-radius: 2px;
    background: #005c99;
    overflow: hidden;
    margin-left: -42px;
    position: absolute;
    top: 60px;
}

.jgjj .jgjj_tt h2 {
    font-size: 28px;
    color: #666666;
}

.jgjj .jgjj_tt p {
    color: #666666;
    font-size: 28px;
    margin-top: 20px;
}

.jgjj .jgjj_con {
    margin-top: 40px;
}

.jgjj .jgjj_con h3 {
    text-align: center;
    font-size: 34px;
    color: #005c99;
}

.jgjj .jgjj_con span {
    display: block;
    text-align: center;
    font-size: 28px;
    margin-top: 10px;
    color: #999999;
}

.article_content * {
    color: blue !important;
}

.jgjj .jgjj_con .con {
    font-size: 30px;
    color: #333333;
    line-height: 56px;
    font-family: '微软雅黑';
}

.jgjj .jgjj_con .con * {
    font-size: 30px;
    line-height: 56px;
    font-family: '微软雅黑'!important;
}

.jgjj .more {
    height: 90px;
    border: 1px solid #c2c2c2;
    background: #f2f2f2;
    border-radius: 8px;
    margin-top: 40px;
    text-align: center;
    line-height: 90px;
    box-sizing: border-box;
}

.jgjj .more a {
    display: block;
    font-size: 30px;
    color: #005c99;
}

.jgjj .more a img {
    vertical-align: text-bottom;
    margin-left: 5px;
}


/* 领导细览 */

.ldxl {
    overflow: hidden;
}

.ldxl .ldxl_t {
    text-align: center;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.ldxl .ldxl_t img {
    width: 169px;
    height: 239px;
    border-radius: 10px;
}

.ldxl .ldxl_t h1 {
    font-size: 38px;
    color: #333333;
    margin-top: 28px;
}

.ldxl .ldxl_t p {
    margin-top: 17px;
    font-size: 30px;
    color: #333333;
}

.ldxl .ldxl_t .ldbtutton {
    position: absolute;
    left: 0;
    top: 0px;
}

.ldxl .ldxl_x .box {
    background: #f2f2f2;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 40px;
}

.ldxl .ldxl_x .box h4 {
    display: inline-block;
    font-size: 38px;
    padding-left: 25px;
    color: #005c99;
    background: url(../images/list_tt.png) left center no-repeat;
}

.ldxl .ldxl_x .box .cont {
    font-size: 30px;
    line-height: 56px;
    margin-top: 20px;
    color: #333333;
}

.ldxl .ldxl_x .box .cont * {
    font-size: 30px !important;
    line-height: 56px !important;
    font-family: '微软雅黑';
    color: #333333 !important;
}


/* 通用细览 */

.tyxl {
    margin-top: 26px;
}

.tyxl h1 {
    font-size: 34px;
    color: #005c99;
    line-height: 56px;
    text-align: center;
    padding: 0 30px;
    overflow: hidden;
    box-sizing: border-box;
}

.tyxl .sourceBox {
    padding: 40px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #f2f2f2;
    margin-top: 24px;
}

.tyxl .sourceBox .l {
    width: 610px;
    overflow: hidden;
}

.tyxl .sourceBox .l * {
    font-size: 28px;
    color: #666666;
}

.tyxl .sourceBox .l i {
    margin-left: 20px
}

.tyxl .sourceBox .l span {
    display: inline-block;
    margin-top: 10px;
}

.LangDuButton {
    width: 200px;
    height: 86px;
    line-height: 82px;
    border: 0;
    outline: none;
    font-size: 32px;
    color: #fff;
    text-indent: 60px;
    background: url(../images/ldbj.png) center center no-repeat;
}

.LangDuButton.pause {
    background: url(../images/ldbj1.png) center center no-repeat;
}

.tyxl .tyxl_con {
    padding-top: 40px;
    font-size: 30px;
    line-height: 56px;
    color: #333333;
    font-family: '微软雅黑';
    box-sizing: border-box;
}

.tyxl .tyxl_con * {
    font-size: 30px !important;
    line-height: 56px !important;
    color: #333333;
    font-family: '微软雅黑' !important;
}

.tyxl .tyxl_con img {
    max-width: 95% !important;
    height: auto !important;
}


/* 政策细览 */

.tyxl .more {
    height: 90px;
    border: 1px solid #c2c2c2;
    background: #f2f2f2;
    border-radius: 8px;
    margin-top: 40px;
    text-align: center;
    line-height: 90px;
    box-sizing: border-box;
}

.tyxl .more a {
    display: block;
    font-size: 30px;
    color: #005c99;
}

.tyxl .more a img {
    vertical-align: text-bottom;
    margin-left: 5px;
}

.tyxl table.titletable1,
th,
td {
    border: 1px solid #e1e1e1;
}

.tyxl table.titletable1 {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin: 40px auto;
}

.tyxl table.titletable1,
th,
td {
    padding: 15px;
    line-height: 30px;
    font-size: 26px;
    color: #666666;
    font-family: "微软雅黑";
}

.tyxl table.titletable1 th {
    font-weight: normal;
    color: #333333;
    text-align: center;
    padding: 0;
}

.tyxl table.titletable2 {
    display: none;
}

#zcjd {
    display: none;
}

#zcjd .list_con ul li {
    margin-bottom: 0;
}

@media (max-width: 750px) and (min-width: 320px) {
    /* 通用列表 */
    .list {
        padding: .5rem .4rem;
        margin: .5rem auto;
        border-radius: 0.08rem;
        overflow: hidden;
    }
    .list .list_tit {
        height: .5rem;
        background: url(../images/mob_list_tt_bj.png)2.13rem center no-repeat;
        background-size: 100%;
    }
    .list .list_tit h2 {
        display: inline-block;
        line-height: .5rem;
        height: .5rem;
        font-size: .46rem;
    }
    .list .list_con {
        margin-top: .4rem;
    }
    .list .list_con ul li {
        padding: .4rem;
        box-sizing: border-box;
        border-radius: 0.08rem;
        background: #f2f2f2;
        margin-bottom: .4rem;
        position: relative;
    }
    .list .list_con ul li .list_l {
        width: 100%;
        height: 2rem;
        position: relative;
    }
    .list .list_con ul li .list_l a {
        white-space: normal;
        font-size: .34rem;
        line-height: 0.56rem;
        text-overflow: unset;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-left: .25rem;
        background: url(../images/list_tt.png) left 0.15rem no-repeat;
        background-size: 0.09rem;
    }
    .list .list_con ul li .list_l span {
        font-size: .34rem;
        margin-top: 0.35rem;
    }
    .cktb {
        width: 1.46rem;
        height: 0.63rem;
        padding-left: .66rem;
        line-height: 0.63rem;
        box-sizing: border-box;
        background: url(../images/cktb.png) center center no-repeat;
        background-size: 100%;
    }
    .cktb a {
        display: block;
        color: #fff;
        font-size: .32rem;
    }
    .list .list_con ul li .cktb {
        float: unset;
        position: absolute;
        right: 0.4rem;
        bottom: 0.4rem;
    }
    /* 机关简介 */
    .ldjj ul li {
        padding: .4rem;
        border-radius: 0.08rem;
        margin-top: .4rem;
    }
    .ldjj ul li .img {
        width: 1.69rem;
        height: 2.39rem;
        border-radius: 0.1rem;
    }
    .ldjj ul li .ld_jj {
        width: 62%;
        height: 1.7rem;
        overflow: hidden;
        float: right;
        margin-top: .4rem;
    }
    .ldjj ul li .ld_jj a {
        font-size: .38rem;
        padding-left: .25rem;
        background: url(../images/list_tt.png) left center no-repeat;
        background-size: 0.09rem;
    }
    .ldjj ul li .ld_jj span {
        font-size: .3rem;
        margin-top: .2rem;
    }
    .ldjj ul li .ld_jj p {
        font-size: .3rem;
        margin-top: .1rem;
    }
    .ldjj ul li .cktb {
        position: absolute;
        right: 0.4rem;
        top: .7rem;
    }
    .jgjj .jgjj_tt {
        padding: .4rem;
        border-radius: .08rem;
        margin-top: .4rem;
        background: #f2f2f2;
        position: relative;
    }
    .jgjj .jgjj_tt h2 {
        font-size: .28rem;
        color: #666666;
    }
    .jgjj .jgjj_tt p {
        color: #666666;
        font-size: .28rem;
        margin-top: .2rem;
    }
    .jgjj .jgjj_tt em {
        display: block;
        width: 0.04rem;
        height: 0.66rem;
        border-radius: 2px;
        background: #005c99;
        overflow: hidden;
        margin-left: -0.42rem;
        position: absolute;
        top: .6rem;
    }
    .jgjj .jgjj_con {
        margin-top: .4rem;
    }
    .jgjj .jgjj_con h3 {
        font-size: .34rem;
    }
    .jgjj .jgjj_con span {
        font-size: .28rem;
        margin-top: 0.1rem;
    }
    .jgjj .jgjj_con .con {
        font-size: .3rem;
        line-height: .56rem;
    }
    .jgjj .jgjj_con .con * {
        font-size: .3rem;
        line-height: .56rem;
        font-family: '微软雅黑'!important;
    }
    .jgjj .more {
        height: .9rem;
        border: 0.01rem solid #c2c2c2;
        background: #f2f2f2;
        border-radius: 0.08rem;
        margin-top: .4rem;
        text-align: center;
        line-height: .9rem;
        box-sizing: border-box;
    }
    .jgjj .more a {
        font-size: .3rem;
    }
    .jgjj .more a img {
        width: 0.32rem;
        margin-left: .05rem;
    }
    /* 领导细览 */
    .ldxl .ldxl_t {
        margin-top: .4rem;
    }
    .ldxl .ldxl_t img {
        width: 1.69rem;
        height: 2.39rem;
        border-radius: 0.1rem;
    }
    .ldxl .ldxl_t h1 {
        font-size: .38rem;
        color: #333333;
        margin-top: .28rem;
    }
    .ldxl .ldxl_t p {
        margin-top: .17rem;
        font-size: .3rem;
        color: #333333;
    }
    .ldxl .ldxl_x .box {
        padding: .4rem;
        border-radius: .08rem;
        margin-top: .4rem;
    }
    .ldxl .ldxl_x .box h4 {
        font-size: .38rem;
        padding-left: .25rem;
        background: url(../images/list_tt.png) left center no-repeat;
        background-size: 0.09rem;
    }
    .ldxl .ldxl_x .box .cont {
        font-size: .3rem;
        line-height: .56rem;
        margin-top: .2rem;
    }
    .ldxl .ldxl_x .box .cont * {
        font-size: .3rem !important;
        line-height: .56rem !important;
        font-family: '微软雅黑'!important;
        color: #333333 !important;
    }
    /* 通用细览 */
    .tyxl {
        margin-top: 0.26rem;
    }
    .tyxl h1 {
        font-size: .34rem;
        line-height: .56rem;
        padding: 0 .3rem;
    }
    .tyxl .sourceBox {
        padding: .4rem;
        border-radius: 0.08rem;
        margin-top: 0.24rem;
        position: relative;
    }
    .tyxl .sourceBox .l {
        float: unset;
        width: 100%;
        overflow: hidden;
    }
    .tyxl .sourceBox .l * {
        font-size: 0.28rem;
    }
    .tyxl .sourceBox .l i {
        display: block;
        margin-left: 0;
    }
    .tyxl .sourceBox .l span {
        display: inline-block;
        margin-top: 0.1rem;
    }
    .tyxl .sourceBox .r {
        float: unset;
        margin-top: 0.2rem;
    }
    .LangDuButton {
        width: 1.46rem;
        height: 0.63rem;
        line-height: 0.63rem;
        border: 0;
        outline: none;
        font-size: .26rem;
        color: #fff;
        padding-left: 0.5rem;
        text-indent: 0.166rem;
        box-sizing: border-box;
        background: url(../images/mob_ldbj.png) center center no-repeat;
        background-size: 1.46rem;
    }
    .LangDuButton.pause {
        background: url(../images/mob_ldbj1.png) center center no-repeat;
        background-size: 100%;
    }
    .tyxl .tyxl_con {
        padding-top: .4rem;
        font-size: .3rem;
        line-height: .56rem;
    }
    .tyxl .tyxl_con iframe {
        width: 100% !important;
    }
    .tyxl .tyxl_con iframe:parent {
        text-indent: 0;
    }
    .tyxl .tyxl_con * {
        font-size: .3rem !important;
        line-height: .56rem !important;
    }
    /* 政策细览 */
    .tyxl .more {
        height: .9rem;
        border: 0.01rem solid #c2c2c2;
        background: #f2f2f2;
        border-radius: 0.08rem;
        margin-top: .4rem;
        text-align: center;
        line-height: .9rem;
        box-sizing: border-box;
    }
    .tyxl .more a {
        font-size: .3rem;
    }
    .tyxl .more a img {
        width: 0.42rem;
        margin-left: .05rem;
    }
    .tyxl table.titletable1,
    th,
    td {
        border: 0;
    }
    .tyxl table.titletable1 {
        display: none;
    }
    .tyxl table.titletable2 {
        display: block;
    }
    .tyxl table.titletable2 {
        margin-top: 0.4rem;
        margin-bottom: .4rem;
    }
    .tyxl table.titletable2 tr,
    th,
    td {
        width: 53%;
        padding: 0.15rem;
        line-height: .3rem;
        font-size: .26rem;
        color: #666666;
        font-family: "微软雅黑";
    }
    .tyxl table.titletable2 th {
        width: 1.3rem;
        font-weight: normal;
        border: 1px solid #e1e1e1;
        border-bottom: 0px;
    }
    .tyxl table.titletable2 th.sx {
        border-bottom: 1px solid #e1e1e1;
    }
    .tyxl table.titletable2 td {
        border-top: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
    }
    .tyxl table.titletable2 td.gwsxCon {
        border-bottom: 1px solid #e1e1e1;
    }
    .tyxl .tyxl_con table * {
        width: 100% !important;
        max-width: 100%;
    }
}