html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    padding: 0;
    margin: 0;
    zoom: 100%;
    font-size: 16px;
    line-height: 1;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

table {
    width: 100%;
    text-align: center;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
    font: 500 14px Arial;
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #4177d8;
    cursor: pointer;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}

* html .clear {
    zoom: 1;
}

*+html .clear {
    zoom: 1;
}

* {
    margin: auto;
    padding: auto;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.container {
    width: 1180px;
    margin: 0 auto;
}

html {
    width: 100%;
    /* height: 100%; */
}

body {
    width: 100%;
    height: 100%;
}

.header {
    height: 130px;
    background: #fff;
    border-bottom: 4px solid #4177d8;
    box-sizing: border-box;
}

.header .container {
    height: 100%;
}

.logo {
    float: left;
}

.logo img {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.function {
    float: right;
    height: 100%;
}

.function ul li {
    float: left;
    height: 130px;
    cursor: pointer;
}

.function a {
    float: left;
    color: #4177d8;
    font-size: 18px;
    height: 100%;
    padding: 80px 30px 0;
    box-sizing: border-box;
    position: relative;
}

.function ul li:nth-child(1) a {
    background: url(xy_slb_Img2.png) no-repeat center 31px;
}

.function ul li:nth-child(2) a {
    background: url(xy_slb_Img3.png) no-repeat center 31px;
}

.function ul li:nth-child(3) a {
    background: url(xy_slb_Img4.png) no-repeat center 31px;
}

.function ul li:nth-child(4) a {
    background: url(xy_slb_Img5.png) no-repeat center 31px;
}

.function ul li:nth-child(4).batchReadOn a {
    background: url(xy_slb_Img5_1.png) no-repeat center 31px;
}

.function ul li:nth-child(5) a {
    background: url(xy_slb_Img6.png) no-repeat center 31px;
}

.function ul li:nth-child(5).PointreadOn a {
    background: url(xy_slb_Img6_1.png) no-repeat center 31px;
}

.function ul li:nth-child(6) a {
    background: url(xy_slb_Img7.png) no-repeat center 31px;
}

.function ul li:hover {
    background: url(hover.png) center center no-repeat;
}


/* 尾部开始 */

.side {
    display: none;
}

.footer {
    height: 230px;
}

.footer-top {
    height: 55px;
    width: 100%;
    background-color: #2c5299;
}

.footer-bottom {
    height: 175px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 40px;
    background-color: #355fab;
}

.footer-top-con {
    height: 55px;
    position: relative;
}

.footer-top-con li {
    float: left;
}

.footer-top-con>li>a {
    font-size: 15px;
    color: #ffffff;
    line-height: 55px;
    padding: 0 53px;
    display: block;
    height: 55px;
}

.footer-top-con>li>a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.footer-top-con li a:nth-of-type(3n) {
    margin-right: 0;
}

.footer-top-con li a img {
    margin-left: 4px;
}

.footer-top-con li:first-of-type a {
    padding-left: 0;
}

.footer-top-con li:last-of-type a {
    padding-right: 0;
}

.footer-top-con>li.on>a>img {
    transform: rotate(180deg);
}

.sxz_footer_list {
    position: absolute;
    bottom: 55px;
    left: 0;
    background-color: #355fab;
    width: 1180px;
    max-height: 350px;
    padding: 30px;
    display: none;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 999;
    padding-right: 20px;
}

.sxz_footer_list>a {
    font-size: 16px;
    color: #fff;
    width: 226px;
    float: left;
    line-height: 46px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sxz_footer_list>a:nth-child(5n+1) {
    margin-right: 0;
}

.footer-top-con>li.on .sxz_footer_list {
    display: block;
}

.footer-bottom ul:nth-of-type(1) {
    position: relative;
    float: left;
    width: 100px;
}

.footer-bottom ul:nth-of-type(1)::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 70px;
    background: #5479ba;
    top: 10px;
    right: 0;
}

.footer-bottom ul:nth-of-type(1) li a {
    font-size: 15px;
    color: #a9c7e0;
    line-height: 30px;
}

.footer-bottom ul:nth-of-type(2) {
    float: left;
    width: 630px;
    margin-left: 40px;
    position: relative;
}

.footer-bottom ul:nth-of-type(2) li {
    font-size: 15px;
    color: #acbddb;
    line-height: 30px;
}

.footer-bottom ul:nth-of-type(2) li a {
    font-size: 15px;
    color: #acbddb;
    line-height: 30px;
}

.footer-bottom ul:nth-of-type(2) li a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.footer-bottom ul:nth-of-type(2) li img {
    vertical-align: text-bottom;
}

.footer-bottom ul:nth-of-type(2)::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 70px;
    background: #5479ba;
    top: 10px;
    right: 0px;
}

.gzjg {
    display: inline-block;
    margin-right: 40px;
    margin-top: 5px;
}

.zfwzbc {
    height: 55px;
    width: 110px;
    margin-left: 40px;
    margin-top: 12px;
    display: inline-block;
    vertical-align: top;
}

.wzaqbs {
    height: 50px;
    width: 135px;
    margin-left: 10px;
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
}


/* 尾部结束 */

.wzbj {
    min-height: 500px;
    background: url(../images_slb/slhbj.png) top center no-repeat;
    overflow: hidden;
}

.pc_content {
    padding-top: 395px;
    margin-bottom: 30px;
}

.pc_content_left {
    width: 1180px;
    background: #ffffff;
    overflow: hidden;
}

.carouselMap {
    width: 1166px;
    height: 345px;
    margin-top: 7px !important;
    background: #f8f8f8;
}

.carouselMap .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.carouselMap .swiper-slide {
    width: 100%;
    height: 100%;
}

.carouselMap .swiper-slide .img {
    float: left;
}

.carouselMap .swiper-slide .img img {
    width: 628px;
    display: block;
    height: 345px;
}

.carouselMap .swiper-slide .imgcon {
    width: 450px;
    float: left;
    margin-left: 45px;
    margin-top: 70px;
}

.carouselMap .swiper-slide .imgcon a {
    line-height: 50px;
    font-size: 32px;
}

.zt10 {
    display: none;
}

.carouselMap .switchBot {
    width: 150px;
    height: 50px;
    position: absolute;
    left: 70%;
    bottom: 25%;
}

.carouselMap .switchBot a {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 666;
}

.carouselMap .switchBot a:nth-child(2) {
    left: auto;
    right: 0;
}

.pc_content_right {
    margin-top: 30px;
}

.pc_content_right .pc_ul li {
    float: left;
    margin-top: 30px;
    margin-left: 20px;
    width: 273px;
    height: 273px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.pc_content_right .pc_ul li a {
    display: block;
}

.pc_content_right .pc_ul li span {
    display: block;
    width: 87px;
    height: 74px;
    margin: 0 auto;
    margin-top: 70px;
}

.pc_content_right .pc_ul li img {
    display: inline-block;
}

.pc_content_right .pc_ul li h3 {
    margin-top: 20px;
    line-height: 50px;
    font-size: 36px;
    color: #fff;
    margin-top: 170px;
}

.pc_content_right .pc_ul li:nth-of-type(1) {
    background: url(../images_slb/nav_bj.png) center center no-repeat;
}

.pc_content_right .pc_ul li:nth-of-type(2) {
    background: url(../images_slb/nav_bj1.png) center center no-repeat;
}

.pc_content_right .pc_ul li:nth-of-type(3) {
    background: url(../images_slb/nav_bj2.png) center center no-repeat;
}

.pc_content_right .pc_ul li:nth-of-type(4) {
    background: url(../images_slb/nav_bj3.png) center center no-repeat;
}

.pc_content_right .pc_ul li:nth-of-type(5) {
    background: url(../images_slb/nav_bj4.png) center center no-repeat;
}

.pc_content_right .pc_ul li:nth-of-type(6) {
    background: url(../images_slb/nav_bj5.png) center center no-repeat;
}

.pc_content_right .pc_ul li:nth-of-type(7) {
    background: url(../images_slb/nav_bj6.png) center center no-repeat;
}

.pc_content_right .pc_ul li:nth-of-type(8) {
    background: url(../images_slb/nav_bj7.png) center center no-repeat;
}

.pc_czsj {
    height: 305px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.pc_czsj .pc_czsj_title {
    height: 40px;
    background: url(../images_slb/czsjbtbj.png) center center no-repeat;
    text-align: center;
    line-height: 40px;
}

.pc_czsj .pc_czsj_title h3 {
    font-size: 40px;
    color: #000000;
}

.pc_czsj ul li {
    width: 373px;
    height: 208px;
    margin-top: 57px;
    float: left;
    margin-right: 30px;
    background: url(../images_slb/czbj.png) center center no-repeat;
}

.pc_czsj ul li a {
    display: block;
    line-height: 208px;
    text-align: center;
    font-size: 40px;
    color: #394353;
    font-weight: bold;
}

.pc_czsj ul li a:hover {
    color: #4177d8;
}

.pc_czsj ul li:nth-child(3) {
    margin-right: 0;
}


/* 列表开始 */

.backgroundList {
    width: 1180px;
    height: auto !important;
    min-height: 200px;
    box-sizing: border-box;
    border: 6px solid #dbe4fd;
    margin-top: 398px;
    background-color: #fff;
    padding: 50px;
    border-bottom: 0px;
}

.content {
    width: 1065px;
    height: auto;
    margin: 0 auto;
}

.TongTitle {
    height: 100px;
    line-height: 100px;
    border-bottom: 5px solid #dbe4fd;
}

.TongTitle span {
    font-size: 40px;
    font-weight: 700;
    color: #4177d8;
    display: inline-block;
}

.TongList_content li {
    height: 300px;
    box-sizing: border-box;
    padding-left: 50px;
    position: relative;
    border-bottom: 1px dashed #e8e8e8;
}

.TongList_content li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 44px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #dae3fd;
}

.TongList_content li a {
    float: left;
    line-height: 98px;
    font-size: 34px;
    color: #333333;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    max-width: 710px;
    font-weight: bold;
}

.TongList_content li:hover a {
    color: #4177d8;
}

.TongList_content li:hover::after {
    background: #4177d8;
}

.TongList_content li span {
    float: right;
    line-height: 100px;
    font-size: 28px;
    color: #999999;
}

.TongList_content li em {
    float: right;
    margin-top: 0px;
}

.LangDuButton {
    display: inline-block;
    color: #fff;
    width: 136px;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    padding-left: 63px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 28px;
    font-weight: 400;
    background: url(xy_slb_Img23.png) no-repeat 20px center;
    background-color: #4177d8;
}

.pause {
    background: url(xy_slb_Img23_1.png) no-repeat 20px center;
    background-color: #4177d8;
}

.TongList_content li p {
    font-size: 28px;
    color: #666666;
    line-height: 40px;
    text-indent: 2em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/*分页 开始*/

.xll_pagebox {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
}

.xll_pagebox span,
.xll_pagebox a {
    display: inline-block;
    padding: 18px 25px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin: 0 5px;
    font-size: 30px;
    color: #666;
    outline: none;
    color: #9e9e9e;
}

.xll_pagebox a:hover,
.xll_pagebox span.xll_current {
    background: #4177d8;
    color: #fff;
}

.xll_pagebox p {
    display: inline-block;
}


/*分页 结束*/


/* 领导列表 */

.LingDaoList_content ul li {
    height: 253px;
    background: #f0f0f0;
    overflow: hidden;
    margin-top: 30px;
}

.LingDaoList_content ul li .li_left {
    float: left;
    width: 199px;
    height: 253px;
}

.LingDaoList_content ul li .li_left a,
.LingDaoList_content ul li .li_left a img {
    display: block;
    width: 100%;
    height: 100%;
}

.LingDaoList_content ul li .li_right {
    float: right;
    width: 790px;
    margin-right: 30px;
    position: relative;
}

.LingDaoList_content ul li .li_right a {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    color: #4177d8;
    line-height: 55px;
    margin-top: 20px;
    max-width: 640px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.LingDaoList_content ul li .li_right span {
    font-size: 30px;
    font-weight: 700;
    color: #666666;
    line-height: 55px;
}

.LingDaoList_content ul li .li_right .tstext {
    font-size: 30px;
    color: #666666;
    line-height: 55px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    text-indent: 2em;
}

.LingDaoList_content ul li .li_right em {
    position: absolute;
    right: 0;
    top: 24px;
}

.TongYongXiLan .sourceBox {
    height: 123px;
    background: #dbe4fd;
    width: 100%;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 20px 30px;
    position: relative;
}

.TongYongXiLan .sourceBox em {
    position: absolute;
    right: 30px;
    top: 38px;
}

.TongYongXiLan .sourceBox p {
    font-size: 24px;
    color: #333333;
    line-height: 44px;
    font-weight: 700;
}

.TongYongXiLan h1 {
    font-size: 34px;
    color: #333333;
    line-height: 55px;
    text-align: center;
    margin-top: 30px;
}

.TongYongXiLan .cont {
    padding-top: 30px;
}

.TongYongXiLan .cont * {
    font-size: 30px !important;
    color: #333333 !important;
    line-height: 55px !important;
    font-family: "微软雅黑" !important;
    text-align: justify;
}

.TongYongXiLan #cont br {
    display: none;
}

.TongYongXiLan .ShangXia {
    padding-top: 30px;
    border-top: 1px dashed #e8e8e8;
    margin-top: 40px;
}

.TongYongXiLan .ShangXia p {
    line-height: 60px;
}

.TongYongXiLan .ShangXia p span {
    display: inline-block;
    font-size: 30px;
    color: #333333;
    vertical-align: top;
}

.TongYongXiLan .ShangXia p a {
    display: inline-block;
    font-size: 30px;
    color: #333333;
    max-width: 920px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.TongYongXiLan .ShangXia p a:hover {
    color: #4177d8;
}

.slb_version {
    display: block !important;
}


/* 领导细览 */

.LingDaoList_content .tit {
    height: 100px;
    line-height: 100px;
    border-bottom: 2px solid #e8e8e8;
}

.LingDaoList_content .tit span {
    font-size: 40px;
    color: #4177d8;
    display: inline-block;
    font-weight: 700;
}

.LingDaoList_content .ldxx {
    padding-top: 40px;
}

.LingDaoList_content .ldxx img {
    display: block;
    margin: 0 auto;
    width: 199px;
    height: 253px;
}

.LingDaoList_content .ldxx span {
    display: block;
    text-align: center;
    font-size: 36px;
    color: #4177d8;
    font-weight: 700;
    line-height: 55px;
    margin-top: 35px;
}

.LingDaoList_content .cont * {
    font-size: .3rem !important;
    line-height: .58rem !important;
}

.LingDaoList_content .cont {
    padding-top: .2rem;
    margin-bottom: .2rem;
}

.LingDaoList_content .ldxx {
    padding-top: .4rem;
}

.LingDaoList_content .ldxx img {
    width: 1.99rem;
    height: 2.53rem;
}

.LingDaoList_content .ldxx span {
    font-size: .36rem;
    line-height: .56rem;
    margin-top: .35rem;
}

.LingDaoList_content .ldxx p {
    font-size: .3rem;
    line-height: .48rem;
}

.LingDaoList_content .fg {
    margin-top: .3rem;
}

.footer_mb {
    display: none;
}


/* 移动端适配 start */

@media (max-width: 750px) and (min-width: 320px) {
    .wzbj {
        width: 100%;
        background: url(../images_slb/xy_slb_Img30.png) top center no-repeat;
        background-size: 100%;
        overflow: hidden;
        margin-top: 1.5rem;
    }
    .container {
        width: 6.9rem;
        box-sizing: border-box;
    }
    .header {
        height: 1.5rem;
        position: fixed;
        width: 100%;
        z-index: 9999;
        padding: 0 0.2rem;
        top: 0;
        border-bottom: 0px;
        box-shadow: 0px 7px 16px 0px rgb(137 180 201 / 35%);
    }
    .logo {
        width: 50%;
        float: left;
    }
    .logo a img {
        width: 100%;
        height: 100%;
        margin-top: 0.3rem;
    }
    .function ul li {
        float: left;
        height: 1.3rem;
        margin-top: 0.15rem;
    }
    #toolbar_pageZoomIc {
        display: none;
    }
    #toolbar_pageZoomDc {
        display: none;
    }
    #toolbar_Pointread {
        display: none;
    }
    #toolbar_openOrClose {
        display: none;
    }
    #toolbar_batchRead::after {
        display: none;
    }
    .function a {
        padding: .75rem .2rem 0;
        font-size: .22rem;
    }
    .function ul li:nth-child(1) a {
        background: url(xy_slb_Img2.png) no-repeat center .25rem / .41rem .33rem;
    }
    .function ul li:nth-child(4) a {
        background: url(xy_slb_Img5.png) no-repeat .55rem .25rem / .25rem .33rem;
        padding-right: 0;
    }
    .function ul li:nth-child(4).batchReadOn a {
        background: url(xy_slb_Img5_1.png) no-repeat .52rem .25rem / .29rem .33rem;
    }
    .function a::after {
        height: 100%;
    }
    .function ul li:hover {
        background: none;
    }
    .pc_content {
        padding-top: 0;
        margin-top: 2.4rem;
        margin-bottom: 0.2rem;
    }
    .pc_content_left {
        width: 100%;
        background: #ffffff;
        overflow: hidden;
        margin-top: 0.6rem;
    }
    .carouselMap {
        width: 98%;
        height: 2.44rem;
        margin-top: 0.07rem;
        background: #f8f8f8;
    }
    .carouselMap .swiper-slide .img {
        float: left;
    }
    .carouselMap .swiper-slide .img img {
        width: 4.05rem;
        display: block;
        height: 2.44rem;
    }
    .carouselMap .swiper-slide .imgcon {
        width: 2.15rem;
        margin-left: 0.34rem;
        margin-top: 0.34rem;
    }
    .carouselMap .swiper-slide .imgcon a {
        line-height: 0.4rem;
        font-size: 0.26rem;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .carouselMap .switchBot {
        width: 1.3rem;
        height: 0.47rem;
        position: absolute;
        right: 0;
        margin-bottom: -0.3rem;
    }
    .carouselMap .switchBot a {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 666;
    }
    .carouselMap .switchBot a:nth-child(2) {
        left: auto;
        right: 0;
    }
    .carouselMap .switchBot a img {
        width: 0.46rem;
        height: 0.47rem;
    }
    .pc_content_right {
        width: 100%;
        margin-top: 0.3rem;
    }
    .pc_content_right .pc_ul li {
        float: left;
        margin-top: 0.2rem;
        margin-left: 0.1rem;
        width: 1.6rem;
        height: 1.6rem;
        text-align: center;
        overflow: hidden;
        background-size: 100%;
    }
    .pc_content_right .pc_ul li a {
        display: block;
    }
    .pc_content_right .pc_ul li span {
        display: block;
        width: 0.87rem;
        height: 0.74;
        margin: 0 auto;
        margin-top: 70px;
    }
    .pc_content_right .pc_ul li img {
        display: inline-block;
    }
    .pc_content_right .pc_ul li h3 {
        margin-top: 0.2rem;
        line-height: 0.5rem;
        font-size: 0.3rem;
        text-align: center;
        padding: 0 0.1rem;
        color: #fff;
        margin-top: 0.9rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .pc_content_right .pc_ul li:nth-of-type(1) {
        background: url(../images_slb/mobile_navbj.png) center center no-repeat;
        background-size: 100%;
    }
    .pc_content_right .pc_ul li:nth-of-type(2) {
        background: url(../images_slb/mobile_navbj1.png) center center no-repeat;
        background-size: 100%;
    }
    .pc_content_right .pc_ul li:nth-of-type(3) {
        background: url(../images_slb/mobile_navbj2.png) center center no-repeat;
        background-size: 100%;
    }
    .pc_content_right .pc_ul li:nth-of-type(4) {
        background: url(../images_slb/mobile_navbj3.png) center center no-repeat;
        background-size: 100%;
    }
    .pc_content_right .pc_ul li:nth-of-type(5) {
        background: url(../images_slb/mobile_navbj4.png) center center no-repeat;
        background-size: 100%;
    }
    .pc_content_right .pc_ul li:nth-of-type(6) {
        background: url(../images_slb/mobile_navbj5.png) center center no-repeat;
        background-size: 100%;
    }
    .pc_content_right .pc_ul li:nth-of-type(7) {
        background: url(../images_slb/mobile_navbj6.png) center center no-repeat;
        background-size: 100%;
    }
    .pc_content_right .pc_ul li:nth-of-type(8) {
        background: url(../images_slb/mobile_navbj7.png) center center no-repeat;
        background-size: 100%;
    }
    .pc_czsj {
        height: 2rem;
        margin-top: 0.5rem;
        margin-bottom: 0.3rem;
    }
    .pc_czsj .pc_czsj_title {
        height: 0.34rem;
        background: url(../images_slb/mobile_czsj.png) center center no-repeat;
        text-align: center;
        line-height: 0.34rem;
        background-size: 100%;
    }
    .pc_czsj .pc_czsj_title h3 {
        font-size: 0.4rem;
        color: #000000;
    }
    .pc_czsj ul li {
        width: 2.19rem;
        height: 1.21rem;
        margin-top: 0.45rem;
        float: left;
        margin-right: 0.16rem;
        background: url(../images_slb/mobile_czsjbi.png) center center no-repeat;
        background-size: 100%;
    }
    .pc_czsj ul li a {
        display: block;
        line-height: 1.21rem;
        text-align: center;
        font-size: 0.4rem;
        color: #394353;
        font-weight: bold;
    }
    .pc_czsj ul li:nth-child(3) {
        margin-right: 0;
    }
    .footer_pc {
        display: none;
    }
    .footer_mb {
        display: block;
    }
    .backgroundList {
        width: 96%;
        height: auto !important;
        min-height: 2rem;
        box-sizing: border-box;
        border: 0.06rem solid #dbe4fd;
        margin-top: 2.4rem;
        background-color: #fff;
        padding: 0.2rem;
        border-bottom: 0px;
    }
    .content {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .TongTitle {
        height: 1rem;
        line-height: 1rem;
        border-bottom: 0.05rem solid #dbe4fd;
    }
    .TongTitle span {
        font-size: .4rem;
        position: relative;
    }
    .TongTitle span em {
        position: absolute;
        top: 0.25rem;
    }
    .TongList_content ul {
        padding-top: .2rem;
    }
    .TongList_content li {
        height: 2.3rem;
        position: relative;
        padding-left: .3rem;
        padding-top: .1rem;
        padding-bottom: 0.2rem;
        margin-top: 0.2rem;
    }
    .TongList_content li::after {
        width: 0.08rem;
        height: 0.08rem;
        left: 0;
        top: .32rem;
    }
    .TongList_content li a {
        max-width: 100%;
        line-height: .5rem;
        height: 0.5rem;
        font-size: .34rem;
        float: none;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        color: #4177d8;
    }
    .TongList_content li em {
        position: absolute;
        right: .15rem;
        bottom: .25rem;
    }
    .LangDuButton {
        width: 1.36rem;
        font-size: .28rem;
        height: 0.5rem;
        line-height: .5rem;
        padding-left: .6rem;
        background: url(xy_slb_Img23.png) no-repeat .2rem center / .28rem .27rem;
        background-color: #4177d8;
    }
    .pause {
        background: url(xy_slb_Img23_1.png) no-repeat .2rem center / .15rem .23rem;
        background-color: #4177d8;
    }
    .TongList_content li p {
        font-size: .3rem;
        line-height: .48rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 10px;
		text-indent: 0;
        display: block;
		    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    }
    .TongList_content li span {
        font-size: .28rem;
        line-height: 0.5rem;
        float: none;
        display: block;
        position: absolute;
        bottom: .25rem;
    }
    .TongYongXiLan .ShangXia {
        margin-top: .3rem;
        padding-top: .4rem;
    }
    .TongYongXiLan .ShangXia p {
        line-height: .6rem;
    }
    .TongYongXiLan .ShangXia p span {
        font-size: .3rem;
    }
    .TongYongXiLan .ShangXia p a {
        max-width: 80%;
        font-size: .3rem;
    }
    .TongYongXiLan .cont {
        padding-top: .3rem;
    }
    .TongYongXiLan .cont * {
        font-size: .3rem !important;
        line-height: .66rem !important;
    }
    .TongYongXiLan h1 {
        font-size: .34rem;
        line-height: .68rem;
        margin-top: .4rem;
    }
    .TongYongXiLan .sourceBox {
        padding: .2rem .3rem;
        height: auto;
        margin-top: .4rem;
    }
    .TongYongXiLan .sourceBox p {
        font-size: .24rem;
        line-height: .44rem;
    }
    .TongYongXiLan .sourceBox em {
        right: .3rem;
        top: auto;
        bottom: .2rem;
    }
    .LingDaoList_content ul li {
        margin-top: .3rem;
        border-radius: .15rem;
        height: 2.8rem;
    }
    .LingDaoList_content ul li .li_left {
        width: 1.99rem;
        height: 2.8rem;
    }
    .LingDaoList_content ul li .li_right {
        width: 4rem;
        margin-right: .3rem;
    }
    .LingDaoList_content ul li .li_right a {
        font-size: .36rem;
        line-height: .58rem;
        margin-top: .2rem;
        max-width: 99%;
    }
    .LingDaoList_content ul li .li_right span {
        font-size: .3rem;
        line-height: .5rem;
    }
    .LingDaoList_content ul li .li_right .tstext {
        font-size: .3rem;
        line-height: .48rem;
        margin-top: 0.2rem;
    }
    .LingDaoList_content ul li .li_right em {
        bottom: -2rem;
        right: -0.15rem;
    }
    .LingDaoList_content .tit {
        height: 1rem;
        line-height: 1rem;
        border-bottom: 0.02rem solid #e8e8e8;
    }
    .LingDaoList_content .tit span {
        font-size: .4rem;
    }
    .LingDaoList_content .cont * {
        font-size: .3rem !important;
        line-height: .58rem !important;
    }
    .LingDaoList_content .cont {
        padding-top: .2rem;
        margin-bottom: .2rem;
    }
    .LingDaoList_content .ldxx {
        padding-top: .4rem;
    }
    .LingDaoList_content .ldxx img {
        width: 1.99rem;
        height: 2.53rem;
    }
    .LingDaoList_content .ldxx span {
        font-size: .36rem;
        line-height: .56rem;
        margin-top: .35rem;
    }
    .LingDaoList_content .ldxx p {
        font-size: .3rem;
        line-height: .48rem;
    }
    .LingDaoList_content .fg {
        margin-top: .3rem;
    }
    .TongYongXiLan .cont img {
        display: inline-block;
        max-width: 98%;
        height: auto;
        margin: 0 auto;
    }
    .mobile_footer {
        width: 100%;
        height: auto !important;
        background-color: #4177d8;
        box-sizing: border-box;
        padding-top: 0.6rem;
        padding-bottom: 0.2rem;
    }
    .mobile_footer_qh {
        height: 0.65rem;
        background-color: #2a64cc;
        display: flex;
        justify-content: center;
    }
    .mobile_footer_qh a {
        font-size: 0.28rem;
        color: #fff;
        line-height: 0.6rem;
        width: 1.85rem;
        height: 0.6rem;
        display: block;
        text-align: center;
        position: relative;
    }
    .mobile_footer_qh a::after {
        height: 0.23rem;
        width: 0.02rem;
        background-color: #c0d3fa;
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
    }
    .mobile_footer_qh a:last-child:after {
        display: none;
    }
    .mobile_footer_content {
        box-sizing: border-box;
        margin-top: 0.3rem;
    }
    .mobile_footer_content p {
        font-size: 0.24rem;
        line-height: 0.5rem;
        color: #ffffff;
        text-align: center;
    }
    .mobile_footer_content p a {
        color: #ffffff;
    }
    .mobile_footer_content .beian a img {
        width: 0.24rem;
        height: 0.24rem;
        vertical-align: middle;
        margin-left: 0.1rem;
    }
    .mobile_footer_zfjg {
        margin-top: 0.1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile_footer_zfjg a {
        width: auto!important;
        margin: 0;
    }
    .mobile_footer_zfjg a img {
        width: 0.62rem;
        height: auto;
        margin: 0;
        margin-right: 0.2rem;
    }
    .mobile_footer_content .wzaq img {
        width: 1.35rem !important;
        height: 0.51rem !important;
        margin-left: 0.2rem;
    }
    .mobile_footer_content .jiucuo img {
        width: 1.1rem;
        height: 0.55rem;
    }
    /* 分页 */
    .xll_pagebox {
        margin-top: .6rem;
        margin-bottom: .5rem;
    }
    .xll_pagebox span,
    .xll_pagebox a {
        font-size: .3rem;
        padding: .15rem .15rem;
        margin: 0 0.05rem;
    }
    /* .page_hide {
        margin-right: 0;
        padding-right: 0;
        margin-left: -0.3rem;
    } */
}


/* 移动端适配 end */