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: #02b782;
    cursor: pointer;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}

* html .clear {
    zoom: 1;
}

*+html .clear {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

body,
html {
    width: 100%;
}


/*分页 开始*/

.xll_pagebox {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
}

.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;
    outline: none;
    color: #666666;
    width: auto;
    height: auto;
    line-height: normal;
}

.xll_pagebox a:hover,
.xll_pagebox span.xll_current {
    background: #0d7bd8;
    color: #fff;
}

.xll_pagebox p {
    display: inline-block;
}


/*分页 结束*/

.slb_container {
    width: 1180px;
    margin: 0 auto;
}

.slb_top {
    height: 130px;
    background: #0d7bd8;
}

.slb_top .slb_container {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.slb_header_bg {
    height: 400px;
    background: url(slb_bg.png) no-repeat center;
}

.slb_logo {
    width: 305px;
    float: left;
    margin-left: 0;
    display: flex;
    align-items: center;
}

.function {
    margin-right: 0;
    display: flex;
    height: 100%;
}

.function>a {
    width: 130px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    height: 100%;
    box-sizing: border-box;
    padding-top: 83px;
    position: relative;
}

.function>a.on {
    background: url(slb_nav_bg.png) no-repeat center;
}

.function a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
}

.function a#toolbar_home::after {
    width: 41px;
    height: 33px;
    background: url(slb_nav1.png) no-repeat center;
}

.function a#toolbar_pageZoomIc::after {
    width: 34px;
    height: 33px;
    background: url(slb_nav2.png) no-repeat center;
}

.function a#toolbar_pageZoomDc::after {
    width: 34px;
    height: 33px;
    background: url(slb_nav3.png) no-repeat center;
}

.function a#toolbar_batchRead::after {
    width: 25px;
    height: 33px;
    background: url(slb_nav4.png) no-repeat center;
}

.function a.batchReadOn#toolbar_batchRead::after {
    width: 29px;
    height: 33px;
    background: url(slb_nav4_1.png) no-repeat center;
}

.function a#toolbar_Pointread::after {
    width: 34px;
    height: 33px;
    background: url(slb_nav5.png) no-repeat center;
}

.function a.PointreadOn#toolbar_Pointread::after {
    width: 38px;
    height: 33px;
    background: url(slb_nav5_1.png) no-repeat center;
}

.function a#toolbar_openOrClose::after {
    width: 24px;
    height: 33px;
    background: url(slb_nav6.png) no-repeat center;
}

.slb_mainCont {
    margin-top: -140px;
}

.slb_mainCont .slb_container {
    box-sizing: border-box;
    box-shadow: -0.5px 0.866px 8px 0px rgba(163, 161, 162, 0.38);
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 60px 30px 60px;
}

.slb_tong_tit {
    background: url(slb_tit_bg.png) no-repeat center;
}

.slb_tong_tit a {
    width: 193px;
    margin-left: 60px;
    font-size: 38px;
    color: #333333;
    font-weight: 700;
    display: inline-block;
    text-align: center;
}

.carouselMap {
    height: 355px;
    position: relative;
    margin-top: 50px;
    overflow: hidden;
}

.carouselMap .swiper-wrapper {
    height: 100%;
}

.carouselMap .swiper-wrapper .swiper-slide {
    width: 1120px;
    height: 100%;
}

.carouselMap .swiper-wrapper .swiper-slide>a,
.carouselMap .swiper-wrapper .swiper-slide>a img {
    float: left;
    width: 630px;
    height: 100%;
}

.carouselMap .swiper-wrapper .swiper-slide>p {
    float: right;
    width: 440px;
    padding-top: 70px;
}

.carouselMap .swiper-wrapper .swiper-slide>p a {
    display: inline-block;
    font-size: 32px;
    color: #333333;
    font-weight: 700;
    line-height: 56px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.carouselMap .swiper-wrapper .swiper-slide>p a:hover {
    color: #0d7bd8;
}

.carouselMap .switchBot .btn2 {
    position: absolute;
    right: 255px;
    bottom: 85px;
}

.carouselMap .switchBot .btn1 {
    position: absolute;
    right: 160px;
    bottom: 85px;
}

.slb_zjzw .towBlock {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.slb_zjzw .towBlock a {
    width: 545px;
    height: 200px;
    font-size: 34px;
    color: #0d7bd8;
    text-align: center;
    line-height: 200px;
    font-weight: 700;
    transition: transform .3s;
}

.slb_zjzw .towBlock a:nth-child(1) {
    background: url(./slb_icon1.png) no-repeat center;
}

.slb_zjzw .towBlock a:nth-child(2) {
    background: url(./slb_icon2.png) no-repeat center;
}

.slb_zjzw .towBlock a:hover {
    transform: translateY(-10px);
}

.slb_zwgk {
    margin-top: 60px;
}

.slb_zwgk .bd {
    padding-top: 20px;
}

.slb_zwgk .bd a {
    float: left;
    width: 353px;
    height: 150px;
    margin-right: 30px;
    line-height: 156px;
    box-sizing: border-box;
    position: relative;
    margin-top: 30px;
    padding-left: 145px;
    transition: transform .3s;
}

.slb_zwgk .bd a:nth-child(3n) {
    margin-right: 0;
}

.slb_zwgk .bd a img {
    position: absolute;
    left: -25px;
    top: -5px;
}

.slb_zwgk .bd a span {
    position: absolute;
    z-index: 10;
    font-size: 34px;
    color: #fefefe;
}

.slb_zwgk .bd a:hover {
    transform: translateY(-10px);
}

.slb_tong_list .list li {
    height: 263px;
    border-bottom: 1px dashed #e8e8e8;
    padding-left: 28px;
    position: relative;
    box-sizing: border-box;
    padding-top: 32px;
}

.slb_tong_list .list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 60px;
    width: 8px;
    height: 8px;
    background: #7ec4ff;
}

.slb_tong_list .list li a {
    display: inline-block;
    font-size: 32px;
    color: #333333;
    font-weight: 700;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 66px;
}

.slb_tong_list .list li a:hover {
    color: #0d7bd8;
}

.slb_tong_list .list li p {
    font-size: 30px;
    color: #333333;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 60px;
}

.slb_tong_list .list li p br {
    display: none;
}

.slb_tong_list .list li>div {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}

.slb_tong_list .list li>div span {
    font-size: 28px;
    color: #666666;
}

.slb_tong_list .list li>div em {
    width: 153px;
    height: 48px;
    background: url(./slb_tong_list.png) no-repeat center;
    font-size: 28px;
    color: #ffffff;
    line-height: 48px;
    box-sizing: border-box;
    padding-left: 70px;
    cursor: pointer;
    margin-right: 0;
}

.slb_tong_list .list li>div em.pause {
    background: url(./slb_tong_list_1.png) no-repeat center;
}

.slb_ld_list .list ul li {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 20px 35px 20px 20px;
    margin-top: 50px;
    position: relative;
}

.slb_ld_list .list ul li>a,
.slb_ld_list .list ul li>a img {
    float: left;
    width: 184px;
    height: 233px;
    border-radius: 5px;
}

.slb_ld_list .list ul li>div {
    float: right;
    width: 840px;
    padding-top: 25px;
}

.slb_ld_list .list ul li em {
    position: absolute;
    right: 0;
    top: 0;
    width: 153px;
    height: 48px;
    font-size: 28px;
    color: #ffffff;
    line-height: 48px;
    box-sizing: border-box;
    padding-left: 70px;
    cursor: pointer;
    background: url(./slb_ld_list2.png) no-repeat center;
}

.slb_ld_list .list ul li em.pause {
    background: url(./slb_ld_list2_1.png) no-repeat center;
}

.slb_ld_list .list ul li>div a {
    display: inline-block;
    font-size: 36px;
    color: #0d7bd8;
    font-weight: 700;
    line-height: 55px;
}

.slb_ld_list .list ul li>div span {
    font-size: 30px;
    color: #333333;
    margin-left: 23px;
    line-height: 55px;
}

.slb_ld_list .list ul li>div p {
    font-size: 30px;
    color: #333333;
    line-height: 64px;
    margin-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.slb_ld_xlBlock1 {
    position: relative;
    margin-top: 50px;
}

.slb_ld_xlBlock1>img {
    display: block;
    margin: 0 auto;
    width: 184px;
    height: 233px;
}

.slb_ld_xlBlock1>h3 {
    font-size: 36px;
    color: #0d7bd8;
    text-align: center;
    line-height: 55px;
    margin-top: 35px;
}

.slb_ld_xlBlock1>p {
    font-size: 30px;
    color: #333333;
    line-height: 55px;
    text-align: center;
    font-weight: 700;
}

.slb_ld_xlBlock1>em {
    position: absolute;
    right: 0;
    top: 0;
    width: 153px;
    height: 48px;
    font-size: 28px;
    color: #ffffff;
    line-height: 48px;
    box-sizing: border-box;
    padding-left: 70px;
    cursor: pointer;
    background: url(./slb_ld_list2.png) no-repeat center;
}

.slb_ld_xlBlock1>em.pause {
    background: url(./slb_ld_list2_1.png) no-repeat center;
}

.slb_ld_xlBlock {
    background: #f5f5f5;
    padding: 40px 50px;
    border-radius: 10px;
    margin-top: 50px;
}

.slb_ld_xlBlock>h3 {
    font-size: 30px;
    color: #333333;
    padding-left: 40px;
    line-height: 55px;
}

.slb_ld_xlBlock2>h3 {
    background: url(./slb_ld_xl1.png) no-repeat left center;
}

.slb_ld_xlBlock3>h3 {
    background: url(./slb_ld_xl2.png) no-repeat left center;
}

.slb_ld_xlBlock .cont {
    padding-top: 20px;
}

.slb_ld_xlBlock .cont * {
    font-size: 30px !important;
    color: #333333 !important;
    line-height: 60px !important;
    font-family: "微软雅黑" !important;
}

.slb_tong_xl .hd {
    padding-top: 35px;
    border-bottom: 1px dashed #e8e8e8;
    padding-bottom: 40px;
}

.slb_tong_xl .hd h1 {
    font-size: 32px;
    color: #0d7bd8;
    text-align: center;
    line-height: 56px;
}

.slb_tong_xl .hd>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.sourceTimeLeft span {
    font-size: 28px;
    color: #666666;
    margin-right: 60px;
    display: inline-block;
    line-height: 46px;
}

.sourceTimeRight em {
    display: block;
    width: 153px;
    height: 48px;
    background: url(./slb_tong_list.png) no-repeat center;
    font-size: 28px;
    color: #ffffff;
    line-height: 48px;
    box-sizing: border-box;
    padding-left: 70px;
    cursor: pointer;
}

.sourceTimeRight em.pause {
    background: url(./slb_tong_list_1.png) no-repeat center;
}

.slb_tong_xl .bd {
    padding-top: 35px;
    font-size: 30px !important;
    color: #333333 !important;
    line-height: 64px !important;
    font-family: "微软雅黑" !important;
    word-break: break-all;
}

.slb_tong_xl .bd * {
    font-size: 30px !important;
    color: #333333 !important;
    line-height: 64px !important;
    font-family: "微软雅黑" !important;
    word-break: break-all;
}

.slb_tong_xl .bd img {
    max-width: 100%;
}

.slb_tong_xl .hd>table {
    margin-top: 40px;
    border-spacing: inherit;
    border-left: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}

.slb_tong_xl .hd>table td {
    text-align: left;
    padding: 15px 30px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    font-size: 22px;
    color: #333333;
}

.slb_tong_xl .hd>table.titletable2 {
    display: none;
}

#pcFooter {
    display: block;
}

#mobileFooter {
    display: none;
}


/* 移动端适配 start */

@media (max-width: 750px) and (min-width: 320px) {
    .slb_container {
        width: 100%;
    }
    .slb_top {
        height: 1.5rem;
        padding: 0 0.2rem;
    }
    .slb_logo {
        width: 55%;
    }
    .slb_logo a,
    .slb_logo a img {
        display: block;
        width: 100%;
    }
    .function a#toolbar_pageZoomIc {
        display: none;
    }
    .function a#toolbar_pageZoomDc {
        display: none;
    }
    .function a#toolbar_Pointread {
        display: none;
    }
    .function a#toolbar_openOrClose {
        display: none;
    }
    .function a {
        padding: 0.9rem 0.2rem 0;
        font-size: .24rem;
        width: auto;
    }
    .function a::after {
        top: .3rem;
    }
    .function a#toolbar_home::after {
        width: .41rem;
        height: .33rem;
        background: url(slb_nav1.png) no-repeat center / .41rem .33rem;
    }
    .function a#toolbar_batchRead::after {
        width: .25rem;
        height: .33rem;
        background: url(slb_nav4.png) no-repeat center / .25rem .33rem;
    }
    .function a.batchReadOn#toolbar_batchRead::after {
        width: .29rem;
        height: .33rem;
        background: url(slb_nav4_1.png) no-repeat center / .29rem .33rem;
    }
    .function>a.on {
        background: url(slb_nav_bg.png) no-repeat center / 100% 100%;
    }
    .slb_mainCont .slb_container {
        padding: .6rem .3rem .6rem;
    }
    .slb_header_bg {
        height: 4.11rem;
        background: url(slb_bg_mb.png) no-repeat center / 100%;
    }
    .slb_mainCont {
        margin-top: -1.3rem;
    }
    .slb_tong_tit {
        background: url(slb_tit_bg_mb.png) no-repeat center / 100%;
    }
    .slb_tong_tit a {
        font-size: .38rem;
        margin-left: .6rem;
        width: 2rem;
        padding-top: .05rem;
    }
    .carouselMap {
        margin-top: .5rem;
        height: 6rem;
    }
    .carouselMap .swiper-wrapper .swiper-slide>a,
    .carouselMap .swiper-wrapper .swiper-slide>a img {
        width: 100%;
        height: 3.81rem;
    }
    .carouselMap .switchBot img {
        display: block;
        width: 0.56rem;
    }
    .carouselMap .switchBot .btn2 {
        left: 35%;
        bottom: 0;
    }
    .carouselMap .switchBot .btn1 {
        right: 35%;
        bottom: 0;
    }
    .carouselMap .swiper-wrapper .swiper-slide>p {
        width: 100%;
        padding-top: .3rem;
    }
    .carouselMap .swiper-wrapper .swiper-slide>p a {
        font-size: .32rem;
        line-height: .56rem;
    }
    .slb_zjzw .towBlock {
        margin-top: .5rem;
    }
    .slb_zjzw .towBlock a {
        width: 48%;
        font-size: .34rem;
        height: 1.2rem;
        line-height: 1.2rem;
    }
    .slb_zjzw .towBlock a:nth-child(1) {
        background-size: 100%;
    }
    .slb_zjzw .towBlock a:nth-child(2) {
        background-size: 100%;
    }
    .slb_zwgk {
        margin-top: .5rem;
    }
    .slb_zwgk .bd {
        padding-top: .2rem;
    }
    .slb_zwgk .bd a {
        width: 48%;
        padding-left: 0;
        height: 1.4rem;
        line-height: 1.4rem;
        padding-left: 1.4rem;
        margin-top: .2rem;
        margin-right: 0;
    }
    .slb_zwgk .bd a:nth-child(2n) {
        float: right;
    }
    .slb_zwgk .bd a img {
        width: 100%;
        left: 0;
        top: 0;
    }
    .slb_zwgk .bd a span {
        font-size: .34rem;
    }
    .slb_tong_list .list li {
        height: 2.63rem;
        padding-top: .3rem;
        padding-left: .25rem;
    }
    .slb_tong_list .list li a {
        font-size: .32rem;
        line-height: .66rem;
    }
    .slb_tong_list .list li::after {
        top: .6rem;
        width: 0.08rem;
        height: 0.08rem;
    }
    .slb_tong_list .list li p {
        font-size: .3rem;
        line-height: .6rem;
    }
    .slb_tong_list .list li>div {
        margin-top: .2rem;
    }
    .slb_tong_list .list li>div span {
        font-size: .28rem;
    }
    .slb_tong_list .list li>div em {
        width: 1.6rem;
        height: 0.5rem;
        line-height: .5rem;
        background: url(./slb_tong_list.png) no-repeat center / 100%;
        padding-left: .8rem;
        font-size: .28rem;
    }
    .slb_tong_list .list li>div em.pause {
        background: url(./slb_tong_list_1.png) no-repeat center / 100%;
    }
    .xll_pagebox {
        margin-top: .6rem;
        margin-bottom: .1rem;
    }
    .xll_pagebox span,
    .xll_pagebox a {
        font-size: .3rem;
        padding: .15rem .2rem;
        margin: 0 0.05rem;
    }
    .slb_tong_xl .hd {
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .slb_tong_xl .hd h1 {
        font-size: .32rem;
        line-height: .56rem;
    }
    .slb_tong_xl .hd>div {
        margin-top: .25rem;
    }
    .sourceTimeLeft span {
        font-size: .28rem;
        line-height: .6rem;
        display: block;
    }
    .sourceTimeRight em {
        width: 1.6rem;
        height: 0.5rem;
        line-height: .5rem;
        background: url(./slb_tong_list.png) no-repeat center / 100%;
        padding-left: 0.8rem;
        font-size: .28rem;
    }
    .sourceTimeRight em.pause {
        background: url(./slb_tong_list_1.png) no-repeat center / 100%;
    }
    .slb_tong_xl .bd {
        padding-top: .35rem;
    }
    .slb_tong_xl .bd * {
        font-size: .3rem !important;
        line-height: .64rem !important;
    }
    .slb_tong_xl .bd img {
        max-width: 100%;
        height: auto !important;
    }
    .slb_ld_list .list ul li {
        margin-top: .5rem;
        padding: .3rem;
    }
    .slb_ld_list .list ul li>a,
    .slb_ld_list .list ul li>a img {
        width: 1.84rem;
        height: 2.33rem;
    }
    .slb_ld_list .list ul li>div {
        width: 60%;
    }
    .slb_ld_list .list ul li>div a {
        font-size: .36rem;
        line-height: .55rem;
    }
    .slb_ld_list .list ul li>div span {
        font-size: .3rem;
        line-height: .55rem;
        margin-left: .2rem;
    }
    .slb_ld_list .list ul li>div p {
        font-size: .3rem;
        line-height: .5rem;
        margin-top: .1rem;
    }
    .slb_ld_list .list ul li em {
        width: 1.6rem;
        height: 0.5rem;
        line-height: .5rem;
        background: url(./slb_ld_list2.png) no-repeat center / 100%;
        padding-left: 0.8rem;
        font-size: .28rem;
    }
    .slb_ld_list .list ul li em.pause {
        background: url(./slb_ld_list2_1.png) no-repeat center / 100%;
    }
    .slb_ld_xlBlock1 {
        margin-top: .5rem;
    }
    .slb_ld_xlBlock1>img {
        width: 1.84rem;
        height: auto;
    }
    .slb_ld_xlBlock1>em {
        width: 1.6rem;
        height: 0.5rem;
        line-height: .5rem;
        background: url(./slb_ld_list2.png) no-repeat center / 100%;
        padding-left: 0.8rem;
        font-size: .28rem;
    }
    .slb_ld_xlBlock1>em.pause {
        background: url(./slb_ld_list2_1.png) no-repeat center / 100%;
    }
    .slb_ld_xlBlock1>h3 {
        font-size: .36rem;
        margin-top: .3rem;
        line-height: .55rem;
    }
    .slb_ld_xlBlock1>p {
        font-size: .3rem;
        line-height: .55rem;
    }
    .slb_ld_xlBlock {
        margin-top: .5rem;
        padding: .4rem .4rem;
    }
    .slb_ld_xlBlock>h3 {
        font-size: .3rem;
        line-height: .55rem;
        background-size: .26rem;
        padding-left: .4rem;
    }
    .slb_ld_xlBlock .cont {
        padding-top: .2rem;
    }
    .slb_ld_xlBlock .cont * {
        font-size: .3rem !important;
        line-height: .6rem !important;
    }
    .slb_tong_xl .hd>table.titletable1 {
        display: none;
    }
    .slb_tong_xl .hd>table.titletable2 {
        display: block;
    }
    .slb_tong_xl .hd>table.titletable2 tbody tr {
        display: block;
        width: 100%;
    }
    .slb_tong_xl .hd>table td {
        padding: 15px 13px;
        font-size: 16px;
    }
    .slb_tong_xl .hd>table.titletable2 tbody tr td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    #pcFooter {
        display: none;
    }
    #mobileFooter {
        display: block;
    }
    .footer {
        background-color: #2186db;
        padding-top: 0.01rem;
        height: auto;
    }
    .footer-hd {
        height: 0.6rem;
        width: 100%;
        background-color: #0d7bd8;
        margin-bottom: 0.01rem;
    }
    .footer-hd a {
        float: left;
        color: #fff;
        margin-top: 0.2rem;
        font-size: 0.24rem;
        height: 0.24rem;
    }
    .footer-hd a:first-child {
        margin-left: 50%;
        width: 1.01rem;
        border-right: 0.03rem solid #fff;
        transform: translateX(-1rem);
    }
    .footer-hd a:last-child {
        transform: translateX(-0.7rem);
    }
    .footer-bd {
        background-color: #0a69b9;
        text-align: center;
        padding-top: 0.27rem;
        padding-bottom: 0.07rem;
    }
    .footer-bd p {
        font-size: 0.22rem;
        color: #fff;
        margin-bottom: 0.17rem;
    }
    .footer-bd p:nth-child(4) {
        height: 0.01rem;
        width: 100%;
        border-top: 0.01rem solid #fff;
    }
    .footer-bd p a {
        font-size: 0.22rem;
        color: #fff;
    }
}


/* 移动端适配 end */