﻿/* 通用概览 start */

.tygl {
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    overflow: auto;
    margin-bottom: 50px;
}

.tygl_tit {
    width: 1120px;
    margin: 0 auto;
    padding-top: 60px;
    height: 70px;
    background: url(../images/tygl_tit.png) no-repeat bottom center;
}

.tygl_tit span {
    font-size: 40px;
    display: block;
    color: #000000;
    font-weight: bold;
    text-align: left;
    line-height: 36px;
}

.tygl_con {
    width: 1120px;
    margin: 0 auto;
    padding-top: 40px;
}

.tygl_con ul li {
    width: 100%;
    height: 280px;
    float: left;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #edf6ff;
}

.tygl_con ul li:last-child {
    margin-bottom: 0;
}

.tygl_con ul li a {
    width: 770px;
    margin-left: 40px;
    text-align: justify;
    margin-top: 36px;
    line-height: 62px;
    height: 114px;
    font-size: 40px;
    float: left;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tygl_con ul li span {
    width: 310px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    margin-top: 40px;
    border-radius: 50px;
    background-color: #d8e5f2;
    display: block;
    margin-left: 40px;
    font-size: 26px;
    color: #666666;
}

.tygl_con button {
    width: 190px;
    height: 90px;
    text-align: right;
    padding-right: 35px;
    font-size: 34px;
    line-height: 88px;
    color: #fff;
    display: block;
    background: url(../images/langdu.png) no-repeat center;
    background-size: 100%;
    float: right;
    cursor: pointer;
    margin-right: 40px;
    margin-top: -143px;
}

.tygl_con .pause {
    background: url(../images/langdu2.png) no-repeat center;
    background-size: 100%;
}


/* 通用概览 end */


/* 通用细览 start */

.tyxl {
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    overflow: auto;
    margin-bottom: 50px;
}

.tyxl_tit {
    width: 1120px;
    margin: 0 auto;
}

.tyxl_tit span {
    margin: 0 auto;
    width: 717px;
    display: block;
    font-size: 42px;
    color: #222222;
    font-weight: bold;
    line-height: 70px;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 50px;
}

.tyxl_con {
    width: 1120px;
    margin: 0 auto;
}

.tyxl_con .langdu {
    width: 100%;
    margin: 0 auto;
    height: 133px;
    background-color: #f3f3f3;
    border-radius: 10px;
}

.tyxl_con .langdu .langdu_le {
    float: left;
    height: 133px;
}

.tyxl_con .langdu .langdu_le span {
    font-size: 26px;
    display: block;
    margin-top: 18px;
    color: #666666;
    margin-left: 30px;
}

.tyxl_con .langdu .langdu_le span:nth-child(2) {
    float: left;
    line-height: 38px;
}

.tyxl_con .langdu .langdu_le span:first-child {
    margin-top: 22px;
    float: left;
}

.tyxl_con .langdu .langdu_rt button {
    width: 190px;
    height: 90px;
    text-align: right;
    padding-right: 35px;
    font-size: 34px;
    line-height: 88px;
    color: #fff;
    display: block;
    background: url(../images/langdu.png) no-repeat center;
    background-size: 100%;
    float: right;
    cursor: pointer;
    margin-top: 22px;
    margin-right: 30px;
}

.tyxl_con .langdu .langdu_rt .pause {
    background: url(../images/langdu2.png) no-repeat center;
    background-size: 100%;
}

.tyxl_con_nr {
    width: 96%;
    text-align: justify;
    margin: 0 auto;
    line-height: 60px;
    margin-top: 40px;
    color: #222222;
    font-size: 30px;
    padding-bottom: 50px;
}

.tyxl_con_nr * {
    font-size: 30px !important;
    font-family: '微软雅黑' !important;
    color: #222222;
    line-height: 60px;
    width: 100%;
}

.tyxl_con_nr img {
    width: 96% !important;
    height: auto !important;
}

.tyxl_con_nr video {
    width: 100% !important;
    height: auto !important;
}

.tyxl_con_nr table {
    width: 100% !important;
    height: auto !important;
    word-break: break-all;
    table-layout: fixed;
}

.tyxl_con .fjxz {
    color: #222222;
    font-size: 30px;
    width: 96%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.tyxl_con .fjxz a {
    color: #222222;
}


/* 通用细览 end */


/* 领导概览 start */

.ldgl {
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    overflow: auto;
    margin-bottom: 50px;
}

.ldgl_tit {
    width: 1120px;
    margin: 0 auto;
    padding-top: 60px;
    height: 70px;
    background: url(../images/tygl_tit.png) no-repeat bottom center;
}

.ldgl_tit span {
    font-size: 40px;
    display: block;
    color: #000000;
    font-weight: bold;
    text-align: left;
    line-height: 36px;
}

.ldgl_con {
    width: 1120px;
    margin: 0 auto;
    padding-top: 40px;
}

.ldgl_con ul li {
    width: 100%;
    height: 280px;
    float: left;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #edf6ff;
}

.ldgl_con ul li:last-child {
    margin-bottom: 0;
}

.ldgl_con img {
    float: left;
    width: 150px;
    height: 200px;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
}

.ldgl_con .i1 {
    font-size: 34px;
    display: block;
    color: #333333;
    float: left;
    margin-top: 59px;
    font-weight: bold;
}

.ldgl_con i {
    font-size: 30px;
    display: block;
    float: left;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 576px;
    height: 40px;
}

.ldgl_con a i:last-child {
    margin-top: 10px;
}

.ldgl_con a i:nth-child(3) {
    margin-top: -10px;
}

.ldgl_con button {
    width: 190px;
    height: 90px;
    text-align: right;
    padding-right: 35px;
    font-size: 34px;
    line-height: 88px;
    color: #fff;
    display: block;
    background: url(../images/langdu.png) no-repeat center;
    background-size: 100%;
    float: right;
    cursor: pointer;
    margin-right: 40px;
    margin-top: -80px;
}

.ldgl_con .pause {
    background: url(../images/langdu2.png) no-repeat center;
    background-size: 100%;
}


/* 领导概览 end */


/* 领导细览 start */

.ldxl {
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    overflow: auto;
    margin-bottom: 50px;
}

.ldxl_tit {
    width: 1120px;
    margin: 0 auto;
    padding-top: 60px;
    height: 70px;
    background: url(../images/tygl_tit.png) no-repeat bottom center;
}

.ldxl_tit span {
    font-size: 40px;
    display: block;
    color: #000000;
    font-weight: bold;
    text-align: left;
    line-height: 36px;
}

.ldxl_con {
    width: 1120px;
    margin: 0 auto;
    background: url(../images/ldxl_tb.png) no-repeat top right;
}

.ldxl_con_tit {
    text-align: center;
    margin-top: 40px;
}

.ldxl_con_tit img {
    width: 150px;
    height: 200px;
}

.ldxl_con_tit span {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    display: block;
}

.ldxl_con_tit i {
    font-size: 32px;
    color: #333333;
    margin-top: 20px;
    display: block;
    text-align: center;
}

.ldxl_con_tit button {
    margin: 0 auto;
    width: 190px;
    margin-top: 30px;
    height: 90px;
    text-align: right;
    padding-right: 35px;
    font-size: 34px;
    line-height: 88px;
    color: #fff;
    display: block;
    background: url(../images/langdu.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

.ldxl_con_tit .pause {
    background: url(../images/langdu2.png) no-repeat center;
    background-size: 100%;
}

.ldxl_con_nr {
    margin-top: 40px;
    padding-bottom: 40px;
}

.gzfg_tit {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #e4e4e4;
    background: url(../images/ldxl_tb2.png) no-repeat left top;
    background-size: 31px;
}

.gzfg_tit span {
    font-size: 36px;
    display: block;
    color: #5382c3;
    font-weight: bold;
    padding-left: 58px;
    line-height: 28px;
}

.gzfg_con {
    width: 1060px;
    min-height: 120px;
    font-size: 30px;
    padding: 18px 0;
    line-height: 54px;
    color: #222222;
    text-indent: 2em;
}

.gzfg_con * {
    font-size: 30px !important;
    font-family: '微软雅黑' !important;
    color: #222222;
}

.jj {
    margin-top: 20px;
}

.jj_tit {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #e4e4e4;
    background: url(../images/ldxl_tb3.png) no-repeat left top;
    background-size: 31px;
}

.jj_tit span {
    font-size: 36px;
    display: block;
    color: #5382c3;
    font-weight: bold;
    padding-left: 58px;
    line-height: 29px;
}

.jj_con {
    width: 1060px;
    min-height: 120px;
    font-size: 30px;
    padding: 18px 0;
    line-height: 54px;
    color: #222222;
}

.jj_con * {
    font-size: 30px !important;
    font-family: '微软雅黑' !important;
    color: #222222;
}


/* 领导细览 end */


/* 通用单页 start */

.tydy {
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    overflow: auto;
    margin-bottom: 50px;
}

.tydy_tit {
    width: 1120px;
    margin: 0 auto;
    padding-top: 60px;
    height: 70px;
    background: url(../images/tygl_tit.png) no-repeat bottom center;
}

.tydy_tit button {
    width: 155px;
    height: 65px;
    text-align: right;
    padding-right: 40px;
    font-size: 26px;
    line-height: 64px;
    color: #fff;
    display: block;
    background: url(../images/langdu.png) no-repeat center;
    background-size: 120px;
    float: right;
    cursor: pointer;
    margin-right: -18px;
    margin-top: -40px;
}

.tydy_tit .pause {
    background: url(../images/langdu2.png) no-repeat center;
    background-size: 120px;
}

.tydy_tit span {
    font-size: 40px;
    display: block;
    color: #000000;
    font-weight: bold;
    text-align: left;
    line-height: 36px;
}

.tydy_con {
    width: 1060px;
    margin: 0 auto;
    text-align: justify;
    font-size: 30px;
    color: #222222;
    line-height: 60px;
    margin-top: 30px;
    padding-bottom: 40px;
}

.tydy_con * {
    font-size: 30px !important;
    font-family: '微软雅黑' !important;
    color: #222222;
    width: 96%;
    line-height: 60px;
}


/* 通用单页 end */

@media (max-width: 750px) and (min-width: 320px) {
    /* 通用概览 start */
    .tygl {
        width: 6.9rem !important;
        margin-top: -2.22rem;
        height: auto;
        margin-bottom: 0.5rem;
    }
    .tygl_tit {
        width: 6.59rem;
        margin: 0 auto;
        padding-top: 0.4rem;
        height: 0.7rem;
        background: url(../images/tygl_tit.png) no-repeat bottom center;
        background-size: 100%;
    }
    .tygl_tit span {
        font-size: 0.4rem;
        display: block;
        color: #000000;
        font-weight: bold;
        text-align: left;
        line-height: 0.36rem;
    }
    .tygl_con {
        width: 6.9rem;
        margin: 0 auto;
        padding-top: 0.4rem;
    }
    .tygl_con ul li {
        width: 6.59rem;
        margin-left: 0.15rem;
        height: 2.8rem;
        float: left;
        margin-bottom: 0.4rem;
        border-radius: 0.1rem;
        background-color: #edf6ff;
    }
    .tygl_con ul li:last-child {
        margin-bottom: 0;
    }
    .tygl_con ul li a {
        width: 3.95rem;
        margin-left: 0.4rem;
        text-align: justify;
        margin-top: 0.36rem;
        line-height: 0.62rem;
        height: 1.14rem;
        font-size: 0.4rem;
        float: left;
        color: #333333;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .tygl_con ul li span {
        width: 3.1rem;
        text-align: center;
        height: 0.44rem;
        line-height: 0.44rem;
        margin-top: 0.4rem;
        border-radius: 0.5rem;
        background-color: #d8e5f2;
        display: block;
        margin-left: 0.4rem;
        font-size: 0.26rem;
        color: #666666;
    }
    .tygl_con button {
        width: 1.55rem;
        height: 0.9rem;
        text-align: right;
        padding-right: 0.3rem;
        font-size: 0.3rem;
        line-height: 0.92rem;
        color: #fff;
        display: block;
        background: url(../images/langdu.png) no-repeat center;
        background-size: 100%;
        float: right;
        cursor: pointer;
        margin-right: 0.4rem;
        margin-top: -1.43rem;
    }
    .tygl_con .pause {
        background: url(../images/langdu2.png) no-repeat center;
        background-size: 100%;
    }
    /* 通用概览 end */
    /* 通用细览 start */
    .tyxl {
        width: 6.9rem !important;
        margin-top: -1.22rem;
        height: auto;
        background-color: #fff;
        border-radius: 0.1rem;
        overflow: auto;
        margin-bottom: 0.5rem;
    }
    .tyxl_tit {
        width: 6.9rem !important;
        margin: 0 auto;
    }
    .tyxl_tit span {
        margin: 0 auto;
        width: 6.59rem;
        display: block;
        font-size: 0.4rem;
        color: #222222;
        font-weight: bold;
        line-height: 0.7rem;
        margin-top: 0.6rem;
        text-align: center;
        margin-bottom: 0.5rem;
    }
    .tyxl_con {
        width: 6.59rem;
        margin: 0 auto;
    }
    .tyxl_con .langdu {
        width: 100%;
        margin: 0 auto;
        height: 1.9rem;
        background-color: #f3f3f3;
        border-radius: 0.1rem;
    }
    .tyxl_con .langdu .langdu_le {
        float: left;
        height: 1.9rem;
    }
    .tyxl_con .langdu .langdu_le span {
        font-size: 0.26rem;
        display: block;
        margin-top: 0.18rem;
        color: #666666;
        margin-left: 0.3rem;
    }
    .tyxl_con .langdu .langdu_le span:nth-child(2) {
        float: none;
        line-height: 0.38rem;
    }
    .tyxl_con .langdu .langdu_le span:first-child {
        margin-top: 0.22rem;
        float: none;
    }
    .tyxl_con .langdu .langdu_rt button {
        width: 1.7rem;
        height: 0.9rem;
        text-align: right;
        padding-right: 0.35rem;
        font-size: 0.34rem;
        line-height: 0.88rem;
        color: #fff;
        display: block;
        background: url(../images/langdu.png) no-repeat center;
        background-size: 100%;
        float: right;
        cursor: pointer;
        margin-top: 0.5rem;
        margin-right: 0.3rem;
    }
    .tyxl_con .langdu .langdu_rt .pause {
        background: url(../images/langdu2.png) no-repeat center;
        background-size: 100%;
    }
    .tyxl_con_nr {
        width: 96%;
        text-align: justify;
        margin: 0 auto;
        line-height: 0.6rem;
        margin-top: 0.4rem;
        color: #222222;
        font-size: 0.3rem;
        padding-bottom: 0.5rem;
    }
    .tyxl_con_nr img {
        width: 96%;
    }
    .tyxl_con_nr * {
        font-size: 0.3rem !important;
        font-family: '微软雅黑' !important;
        color: #222222;
        line-height: 0.6rem;
        width: 100%;
    }
    .tyxl_con .fjxz {
        color: #222222;
        font-size: 0.3rem;
        width: 96%;
        margin: 0 auto;
        padding-bottom: 0.5rem;
    }
    /* 通用细览 end */
    /* 领导概览 start */
    .ldgl {
        width: 6.9rem !important;
        margin-top: -1.22rem;
        height: auto;
        background-color: #fff;
        border-radius: 0.1rem;
        overflow: auto;
        margin-bottom: 0.5rem;
    }
    .ldgl_tit {
        width: 6.59rem;
        margin: 0 auto;
        padding-top: 0.4rem;
        height: 0.7rem;
        background: url(../images/tygl_tit.png) no-repeat bottom center;
        background-size: 100%;
    }
    .ldgl_tit span {
        font-size: 0.4rem;
        display: block;
        color: #000000;
        font-weight: bold;
        text-align: left;
        line-height: 0.36rem;
    }
    .ldgl_con {
        width: 6.59rem;
        margin: 0 auto;
        padding-top: 0.4rem;
    }
    .ldgl_con ul li {
        width: 100%;
        height: 2.8rem;
        float: left;
        margin-bottom: 0.4rem;
        border-radius: 0.1rem;
        background-color: #edf6ff;
    }
    .ldgl_con ul li:last-child {
        margin-bottom: 0;
    }
    .ldgl_con img {
        float: left;
        width: 1.5rem;
        height: 2rem;
        margin-top: 0.4rem;
        margin-left: 0.2rem;
        margin-right: 0.3rem;
    }
    .ldgl_con .i1 {
        font-size: 0.34rem;
        display: block;
        color: #333333;
        float: left;
        width: 2rem;
        margin-top: 0.59rem;
        font-weight: bold;
        height: 0.5rem;
    }
    .ldgl_con i {
        font-size: 0.3rem;
        display: block;
        float: left;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 2.9rem;
        height: 0.4rem;
    }
    .ldgl_con a i {
        margin-top: 0.1rem;
    }
    .ldgl_con button {
        width: 1.4rem;
        height: 0.9rem;
        text-align: right;
        padding-right: 0.25rem;
        font-size: 0.3rem;
        line-height: 0.88rem;
        color: #fff;
        display: block;
        background: url(../images/langdu.png) no-repeat center;
        background-size: 100%;
        float: right;
        cursor: pointer;
        margin-right: 0.2rem;
        margin-top: -0.8rem;
    }
    .ldgl_con .pause {
        background: url(../images/langdu2.png) no-repeat center;
        background-size: 100%;
    }
    /* 领导概览 end */
    /* 领导细览 start */
    .ldxl {
        width: 6.9rem !important;
        margin-top: -1.22rem;
        height: auto;
        background-color: #fff;
        border-radius: 0.1rem;
        overflow: auto;
        margin-bottom: 0.5rem;
    }
    .ldxl_tit {
        width: 6.59rem;
        margin: 0 auto;
        padding-top: 0.4rem;
        height: 0.7rem;
        background: url(../images/tygl_tit.png) no-repeat bottom center;
        background-size: 100%;
    }
    .ldxl_tit span {
        font-size: 0.4rem;
        display: block;
        color: #000000;
        font-weight: bold;
        text-align: left;
        line-height: 0.36rem;
    }
    .ldxl_con {
        width: 6.59rem;
        margin: 0 auto;
        background: none;
    }
    .ldxl_con_tit {
        text-align: center;
        margin-top: 0.4rem;
    }
    .ldxl_con_tit img {
        width: 1.5rem;
        height: 2rem;
    }
    .ldxl_con_tit span {
        font-size: 0.36rem;
        color: #333333;
        font-weight: bold;
        text-align: center;
        display: block;
    }
    .ldxl_con_tit i {
        font-size: 0.32rem;
        color: #333333;
        margin-top: 0.2rem;
        display: block;
        text-align: center;
    }
    .ldxl_con_tit button {
        margin: 0 auto;
        width: 1.9rem;
        margin-top: 0.3rem;
        height: 0.9rem;
        text-align: right;
        padding-right: 0.35rem;
        font-size: 0.34rem;
        line-height: 0.88rem;
        color: #fff;
        display: block;
        background: url(../images/langdu.png) no-repeat center;
        background-size: 100%;
        cursor: pointer;
    }
    .ldxl_con_tit .pause {
        background: url(../images/langdu2.png) no-repeat center;
        background-size: 100%;
    }
    .ldxl_con_nr {
        margin-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
    .gzfg_tit {
        width: 100%;
        height: 0.65rem;
        border-bottom: 0.01rem solid #e4e4e4;
        background: url(../images/ldxl_tb2.png) no-repeat left top;
        background-size: 0.31rem;
    }
    .gzfg_tit span {
        font-size: 0.36rem;
        display: block;
        color: #5382c3;
        font-weight: bold;
        padding-left: 0.58rem;
        line-height: 0.28rem;
    }
    .gzfg_con {
        width: 5.99rem;
        min-height: 1.2rem;
        font-size: 0.3rem;
        padding: 0.18rem 0;
        line-height: 0.54rem;
        color: #222222;
        text-indent: 2em;
    }
    .jj {
        margin-top: 0.2rem;
    }
    .jj_tit {
        width: 100%;
        height: 0.65rem;
        border-bottom: 1px solid #e4e4e4;
        background: url(../images/ldxl_tb3.png) no-repeat left top;
        background-size: 0.31rem;
    }
    .jj_tit span {
        font-size: 0.36rem;
        display: block;
        color: #5382c3;
        font-weight: bold;
        padding-left: 0.58rem;
        line-height: 0.29rem;
    }
    .jj_con {
        width: 5.99rem;
        min-height: 1.2rem;
        font-size: 0.3rem;
        padding: 0.18rem 0;
        line-height: 0.54rem;
        color: #222222;
    }
    .jj_con * {
        font-size: 0.3rem !important;
        font-family: '微软雅黑' !important;
        color: #222222;
    }
    /* 领导细览 end */
    /* 通用单页 start */
    .tydy {
        width: 6.9rem !important;
        margin-top: -1.22rem;
        height: auto;
        background-color: #fff;
        border-radius: 0.1rem;
        overflow: auto;
        margin-bottom: 0.5rem;
    }
    .tydy_tit {
        width: 6.59rem;
        margin: 0 auto;
        padding-top: 0.4rem;
        height: 0.7rem;
        background: url(../images/tygl_tit.png) no-repeat bottom center;
        background-size: 100%;
    }
    .tydy_tit span {
        font-size: 0.4rem;
        display: block;
        color: #000000;
        font-weight: bold;
        text-align: left;
        line-height: 0.36rem;
    }
    .tydy_tit button {
        width: 1.55rem;
        height: 0.65rem;
        text-align: right;
        padding-right: 0.35rem;
        font-size: 0.26rem;
        line-height: 0.64rem;
        color: #fff;
        display: block;
        background: url(../images/langdu.png) no-repeat center;
        background-size: 1.2rem;
        float: right;
        cursor: pointer;
        margin-right: -0.18rem;
        margin-top: -0.4rem;
    }
    .tydy_tit .pause {
        background: url(../images/langdu2.png) no-repeat center;
        background-size: 1.2rem;
    }
    .tydy_con {
        width: 6.29rem;
        margin: 0 auto;
        text-align: justify;
        font-size: 0.3rem;
        color: #222222;
        line-height: 0.6rem;
        margin-top: 0.3rem;
        padding-bottom: 0.4rem;
    }
    .tydy_con * {
        font-size: 0.3rem !important;
        font-family: '微软雅黑' !important;
        color: #222222;
        line-height: 0.6rem;
        width: 96%;
    }
    /* 通用单页 end */
}