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;
}
.sxz_shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.sxz_padding {
    padding: 50px 60px !important;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #dd2525;
    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';
}
.Clear {
    clear: both;
}
.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.r {
    float: right;
}
.l {
    float: left;
}
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}
body {
    background: url(../images/public/bg-body.png) no-repeat center 85px ;
}
.header {
    height: 246px;
    box-sizing: border-box;
    padding-top: 85px;
}
.slb_top {
    height: 85px;
    background: #01589b;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}
.slb_top .container {
    height: 100%;
}
.weather {
    float: left;
    font-size: 18px;
    color: #e8f5fe;
    box-sizing: border-box;
    padding-top: 14px;
}
.weather span {
    display: inline-block;
    margin-bottom: 10px;
}
.weather span em {
    display: inline-block;
    height: 30px;
    line-height: 26px;
    vertical-align: top;
}
.function {
    float: right;
    height: 100%;
}
.function a {
    float: left;
    color: #e8f5fe;
    font-size: 18px;
    height: 100%;
    padding: 50px 25px 0;
    box-sizing: border-box;
    border-left: 1px solid #2069a3;
    border-right: 1px solid #014a85;
}
.function a:hover {
    opacity: .8;
}
.function a:first-child {
    border-left: none;
}
.function a:last-child {
    border-right: none;
}
.function a:nth-child(1) {
    background: url(../images/public/slb_top1.png) no-repeat center 13px;
}
.function a:nth-child(2) {
    background: url(../images/public/slb_top2.png) no-repeat center 13px;
    position: relative;
}
.function a:nth-child(3) {
    background: url(../images/public/slb_top3.png) no-repeat center 13px;
}
.function a:nth-child(4) {
    background: url(../images/public/slb_top4.png) no-repeat center 13px;
}
.function a:nth-child(4).active {
    background: url(../images/public/slb_top4_1.png) no-repeat center 13px;
}
.function a:nth-child(5) {
    background: url(../images/public/slb_top5.png) no-repeat center 13px;
}
.function a:nth-child(5).active {
    background: url(../images/public/slb_top5_1.png) no-repeat center 13px;
}
.function a:nth-child(6) {
    background: url(../images/public/slb_top6.png) no-repeat center 13px;
}
.function a:nth-child(2) em {
    position: absolute;
    width: 24px;
    height: 23px;
}
.function a:nth-child(2) em.em1 {
    left: 28px;
    top: 12px;
}
.function a:nth-child(2) em.em2 {
    left: 69px;
    top: 12px;
}
.startReading{
    display: block;
    text-align: center;
}
.slb_logo img {
    display: inline-block;
    margin-top: 54px;
}
.slb_logo span {
    font-size: 44px;
    color: #015293;
    display: block;
    background: url(../images/public/slb_img2.png) no-repeat center;
    text-align: center;
    margin-top: 78px;
}
.carouselMap {
    height: 406px;
    background: #f5f5f5;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 195px;
    position: relative;
}
.carouselMap .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.carouselMap .swiper-slide {
    width: 100%;
}
.carouselMap .swiper-slide>a {
    float: left;
    width: 720px;
    height: 100%;
}
.carouselMap .swiper-slide>a img {
    display: block;
    width: 100%;
    height: 100%;
}
.carouselMap .swiper-slide>span {
    float: right;
    box-sizing: border-box;
    padding-right: 28px;
    width: 432px;
    padding-top: 26px;
}
.carouselMap .swiper-slide>span a {
    display: inline-block;
    font-size: 34px;
    color: #333333;
    line-height: 70px;
}
.carouselMap .swiper-slide>span a:hover {
    color: #015293;
}
.carouselMap .switchBot a {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 666;
}
.carouselMap .switchBot a:nth-child(2) {
    left: 689px;
}
.idx_cont {
    margin-top: 38px;
}
.idx_cont li {
    float: left;
    width: 276px;
    height: 257px;
    margin-right: 37px;
    margin-bottom: 30px;
    /*border-radius: 18px;*/
}
.idx_cont li:nth-child(3n) {
    margin-right: 0;
}
.idx_cont li.li_long {
    width: 572px;
}
.idx_cont li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-top: 170px;
    font-size: 42px;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    font-weight: 700;
    /*border-radius: 18px;*/
}
.idx_cont li.li1 {
    background: url(../images/public/slb_cont1.png) no-repeat center / 100% 100%;
    /*background-color: #4a97e1;*/
}
.idx_cont li.li2 {
    background: url(../images/public/slb_cont2.png) no-repeat center / 100% 100%;
    /*background-color: #ffca2a;*/
}
.idx_cont li.li3 {
    background: url(../images/public/slb_cont3.png) no-repeat center / 100% 100%;
    /*background-color: #95a9cb;*/
}
.idx_cont li.li4 {
    background: url(../images/public/slb_cont4.png) no-repeat center / 100% 100%;
    /*background-color: #85d350;*/
}
.idx_cont li.li5 {
    background: url(../images/public/slb_cont5.png) no-repeat center / 100% 100%;
    /*background-color: #eb835a;*/
}
.idx_cont li.li6 {
    background: url(../images/public/slb_cont6.png) no-repeat center / 100% 100%;
    /*background-color: #2ac7b5;*/
}
.idx_cont li.li7 {
    background: url(../images/public/slb_cont7.png) no-repeat center / 100% 100%;
    /*background-color: #4ab8e1;*/
}
.idx_cont li.li8 {
    background: url(../images/public/slb_cont8.png) no-repeat center / 100% 100%;
    /*background-color: #c371ca;*/
}
.idx_cont li.li9 {
    background: url(../images/public/slb_cont9.png) no-repeat center / 100% 100%;
    /*background-color: #95cbc3;*/
}
.slb_footer {
    height: 167px;
    background-color: #015293;
    margin-top: 20px;
}
.slb_footer .container {
    height: 100%;
}
.slb_footer p, .slb_footer a {
    color: #fff;
    font-size: 17px;
    margin-bottom: 20px;
}
.slb_footer a:hover {
    opacity: .8;
}
.slb_footer p img {
    margin-right: 10px;
    vertical-align: middle;
}
.slb_footer .left {
    float: left;
    width: 243px;
    background: url(../images/public/slb_bottom1.png) no-repeat right center;
    padding-top: 36px;
    height: 100%;
    box-sizing: border-box;
}
.slb_footer .left>a {
    float: left;
    margin-left: 40px;
    margin-top: 10px;
}
.slb_footer .left .sanLink {
    float: right;
    margin-right: 39px;
    width: 68px;
}
.slb_footer .left .sanLink a {
    display: block;
}
.slb_footer .right {
    float: left;
    margin-left: 40px;
    padding-top: 36px;
    height: 100%;
    box-sizing: border-box;
}
.tong_titlt {
    height: 74px;
    box-sizing: border-box;
    border-bottom: 3px solid #d9d9d9;
}
.tong_titlt span {
    font-size: 40px;
    font-weight: 700;
    color: #015293;
    display: inline-block;
    height: 74px;
    box-sizing: border-box;
    border-bottom: 7px solid #015293;
}
.list_cont {
    margin-top: 195px;
    padding-top: 40px;
    background-color: #fff;
    box-shadow: 0 -2px 5px rgba(0,0,0,.1);
}
.list_cont .bd li {
    height: 171px;
    box-sizing: border-box;
    border: 1px solid #cbd8e1;
    background-color: #e8f5fe;
    margin-top: 49px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
}
.list_cont .bd .li_left {
    float: left;
    width: 962px;
    box-sizing: border-box;
    padding-left: 29px;
    position: relative;
}
.list_cont .bd .li_left a {
    display: inline-block;
    line-height: 70px;
    color: #015293;
    font-size: 34px;
    padding-left: 40px;
    background: url(../images/page/blue_spot.png) no-repeat left center;
    margin-top: 20px;
    max-width: 77%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_cont .bd .li_left a:hover {
    text-decoration: underline;
}
.list_cont .bd .li_left span {
    font-size: 25px;
    color: #666666;
    position: absolute;
    right: 0;
    top: 45px;
}
.list_cont .bd .li_left p {
    padding-left: 40px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;*/
    font-size: 28px;
    color: #333333;
    margin-top: 15px;
    line-height: 30px;
}
.list_cont .bd .li_left p br {
	display: none;
}
.list_cont .bd .li_right {
    float: right;
    margin-right: 25px;
    width: 175px;
    margin-top: 36px;
}
.list_cont .bd .li_right a {
    display: block;
    width: 100%;
    height: 58px;
    line-height: 58px;
    background: url(../images/page/broadcast_bg.png) no-repeat center;
    padding-left: 83px;
    box-sizing: border-box;
    font-size: 30px;
    color: #fff;
}

.list_cont .bd .li_right a.active {
    background: url(../images/page/broadcast_bg_1.png) no-repeat center;
}
.list_cont .bd .li_right em {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #015293;
    margin-top: 15px;
}
/*分页 开始*/

.xll_pagebox {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
}
.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: #015293;
    color: #fff;
}
.xll_pagebox p {
    display: inline-block;
}
/*分页 结束*/
.m-pagination li {
    border: none !important;
    height: 100% !important;
    background: none !important;
    box-shadow: none !important;
}

.cont_cont {
    margin-top: 195px;
    padding-top: 40px;
    background-color: #fff;
    box-shadow: 0 -2px 5px rgba(0,0,0,.1);
}
.cont_cont .cont_cont_top {
    padding-top: 40px;
}
.cont_cont .cont_cont_top h3 {
    font-size: 36px;
    color: #333333;
    line-height: 53px;
    text-align: center;
}
.cont_cont .container > table {
	border-spacing: inherit;
	border-left: 2px solid #ccc;
	border-top: 2px solid #ccc;
	margin-top: 50px;
	text-align: left;
}
.cont_cont .container > table th,.cont_cont .container > table td {
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	font-size: 24px;
	padding: 10px 20px;
}
.sourceDate {
    height: 123px;
    box-sizing: border-box;
    border: 1px solid #cbd8e1;
    background-color: #e8f5fe;
    margin-top: 37px;
    padding: 5px 35px;
}
.sourceDate .left {
    float: left;
}
.sourceDate .left span {
    display: block;
    font-size: 24px;
    color: #333333;
    margin-top: 22px;
}
.sourceDate .right {
    float: right;
    width: 166px;
    margin-top: 15px;
}
.sourceDate .right a {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: url(../images/page/broadcast_bg1.png) no-repeat center;
    padding-left: 78px;
    box-sizing: border-box;
    font-size: 28px;
    color: #fff;
}
.sourceDate .right a.pause {
    background: url(../images/page/broadcast_bg1_1.png) no-repeat center;
} 
.sourceDate .right em {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #015293;
    margin-top: 10px;
}
#pare {
    padding-top: 30px;
}
#pare * {
    font-size: 30px !important;
    color: #222222;
    font-family: "微软雅黑" !important;
    line-height: 64px !important;
}
#pare p {
    margin-bottom: 70px;
}
.shangXia {
    border-top: 2px solid #dfdfdf;
    padding-top: 55px;
    margin-bottom: 70px;
}
.shangXia p {
    margin-bottom: 32px;
}
.shangXia p * {
    font-size: 30px;
    color: #333333;
}
.shangXia p a {
    display: inline-block;
    max-width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shangXia p a:hover {
    color: #015293;
}
.lingDao_cont {
    margin-top: 195px;
    margin-bottom: 50px;
    padding-top: 40px;
    background: #fff;
}
.lingDao_cont .bd li {
    height: 352px;
    box-sizing: border-box;
    border: 1px solid #cbd8e1;
    background-color: #e8f5fe;
    margin-top: 48px;
    padding: 35px 28px 0 53px;
}
.lingDao_cont .bd li>a {
    float: left;
    width: 197px;
    height: 280px;
}
.lingDao_cont .bd li>a img {
    display: block;
    width: 100%;
    height: 100%;
}
.lingDao_cont .bd li .li_right {
    float: right;
    width: 880px;
    position: relative;
    box-sizing: border-box;
    padding-right: 210px;
    padding-top: 30px;
}
.lingDao_cont .bd li .li_right>a {
    display: inline-block;
    margin-bottom: 35px;
}
.lingDao_cont .bd li .li_right>a em {
    font-size: 44px;
    color: #015293;
    display: inline-block;
    margin-right: 35px;
    line-height: 46px;
    margin-bottom: 10px;
}
.lingDao_cont .bd li .li_right>a span {
    font-size: 36px;
    color: #333333;
}
.lingDao_cont .bd li .li_right>p {
    font-size: 28px;
    color: #333333;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.lingDao_cont .broadcast {
    position: absolute;
    right: 0;
    top: 40px;
    width: 175px;
}
.lingDao_cont .broadcast a {
    display: block;
    width: 100%;
    height: 58px;
    line-height: 58px;
    background: url(../images/public/broadcast_bg.png) no-repeat center;
    padding-left: 83px;
    box-sizing: border-box;
    font-size: 30px;
    color: #fff;
}

.lingDao_cont .broadcast a.pause {
    background: url(../images/public/broadcast_bg_1.png) no-repeat center;
}
.lingDao_cont .broadcast em {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #015293;
    margin-top: 15px;
}
.lingDaoXil_cont {
    margin-top: 195px;
    padding-top: 40px;
    background-color: #fff;
    box-shadow: 0 -2px 5px rgba(0,0,0,.1);
}
.lingDaoXil_cont .img {
    margin-top: 72px;
}
.lingDaoXil_cont .img img {
    display: block;
    width: 280px;
    height: 396px;
    margin: 0 auto;
}
.lingDaoXil_cont .img p {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 38px;
}
.lingDaoXil_cont .img p span {
    color: #333333;
}
.lingDaoXil_cont .img p em {
    display: inline-block;
    color: #015293;
    /* margin-right: 53px; */
    margin-right: 0;
    line-height: 56px;
    margin-bottom: 24px;
}
.lingDaoXil_cont .img .broadcast {
    width: 166px;
    margin: 0 auto;
    margin-top: 57px;
}
.lingDaoXil_cont .img .broadcast a {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: url(../images/page/broadcast_bg1.png) no-repeat center;
    padding-left: 78px;
    box-sizing: border-box;
    font-size: 28px;
    color: #fff;
}
.lingDaoXil_cont .img .broadcast a.pause {
    background: url(../images/page/broadcast_bg1_1.png) no-repeat center;
}
.lingDaoXil_cont .img .broadcast em {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #015293;
    margin-top: 10px;
}
#fenGong, #JianLi {
    padding: 30px 0;
}
#JianLi {
    padding-bottom: 70px;
}
#fenGong *, #JianLi * {
    font-size: 30px !important;
    line-height: 64px !important;
    color: #222222;
    font-family: '微软雅黑' !important;
}
#ul_mobile {
    display: none;
}
#footer_mobile {
    display: none;
}
.cont_cont .list_cont {
    box-shadow: none;
    margin-top: 40px;
}
.cont_cont .list_cont .bd .li_left {
	display: flex;
	align-items: center;
	height: 100%;
}	
.cont_cont .list_cont .bd .li_left a {
	max-width: 95%;
	margin-left: 0;
	margin-top: auto;
	white-space: normal;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#cont_mobile_table {
	display: none;
}
.cont_qzb {
	height: 134px;
	width: 100%;
	background: url(../images/public/slb_qzbImg.png) no-repeat center / 100% 134px;
    margin: 40px 0;
}
.cont_qzb a {
	float: right;
	width: 166px;
	height: 50px;
	border-radius: 30px;
	background-color: #015293;
	color: #fff;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
	margin-left: 27px;
	margin-top: 40px;
}
.cont_qzb a:first-child {
	margin-right: 70px;
}

#g-date{
    line-height: 32px;
}

/* 适配开始 */

/*苹果手机字体兼容设置开始  PS 不可以修改任何东西*/

@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: none;
    }
}
@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: none;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        -webkit-text-size-adjust: none;
    }
}
@media (min-width: 320px) and (max-width: 750px) {
    html, body {
        min-width: 320px;
        max-width: 750px;
        overflow-x: hidden;
    }
    body {
        background: url(../images/public/bg-body.png) no-repeat 72% .8rem;
        background-size: 1200px;
    }
    .container {
        width: 100%;
        padding: 0 0.3rem;
        box-sizing: border-box;
    }
    .slb_top {
        height: 0.9rem;
        position: fixed;
        width: 100%;
        z-index: 9999;
        top: 0;
    }
    .weather {
        display: none;
    }
    .function {
        width: 100%;
    }
    .function a {
        border: none;
        padding-left: 0;
        padding-right: 0;
        padding-top: .55rem;
        font-size: .22rem;
    }
    .function a:nth-child(1) {
        float: left;
        background: url(../images/public/slb_top1.png) no-repeat center .175rem / .28rem .24rem;
    }
    .function a:nth-child(2) {
        display: none;
    }
    .function a:nth-child(3) {
        display: none;
    }
    .function a:nth-child(5) {
        display: none;
    }
    .function a:nth-child(4) {
        float: right;
        background: url(../images/public/slb_top4.png) no-repeat center .175rem / .26rem .24rem;
    }
    .function a:nth-child(4).batchReadOn {
        background: url(../images/public/slb_top4_1.png) no-repeat center .175rem / .26rem .24rem;
    }
    .slb_logo img {
        width: 80%;
        margin: 0 auto;
        margin-top: 1.3rem;
    }
    .slb_logo span {
        margin-top: .45rem;
        font-size: .37rem;
        background: url(../images/public/slb_img2.png) no-repeat center / 100%;
    }
    .carouselMap {
        height: 2.43rem;
        border-radius: .2rem;
        width: 6.9rem;
        padding: 0;
        margin-top: 1.4rem;
    }
    .carouselMap .swiper-slide>a {
        width: 4.3rem;
        height: 2.43rem;
    }
    .carouselMap .swiper-slide>span {
        width: 2.37rem;
        padding-right: .2rem;
        padding-top: .4rem;
    }
    .carouselMap .swiper-slide>span a {
        font-size: .29rem;
        line-height: .45rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .carouselMap .switchBot a img {
        width: 0.31rem;
        height: 0.6rem;
    }
    .carouselMap .switchBot a:nth-child(2) {
        left: 3.99rem;
    }
    .idx_cont {
        margin-top: .3rem;
    }
    .idx_cont li {
        width: 2.15rem;
        height: 2rem;
        margin-right: .25rem;
        margin-bottom: .2rem;
    }
    .idx_cont li a {
        padding-top: 1.39rem;
        font-size: .375rem;
        text-shadow: 0.03rem 0.03rem 0.05rem rgba(0, 0, 0, .2);
    }
    .idx_cont li.li_long {
        width: 4.47rem;
    }
    #ul_pc {
        display: none;
    }
    #ul_mobile {
        display: block;
    }
    .idx_cont li:nth-child(2n) {
        margin-right: 0;
    }
    .idx_cont li.li4, .idx_cont li.li9 {
        margin-right: .24rem;
    }
    .idx_cont li.li5, .idx_cont li.li6 {
        margin-right: .2rem;
    }
    .idx_cont li.li7 {
        margin-right: 0;
    }
    #footer_pc {
        display: none;
    }
    #footer_mobile {
        display: block;
        margin-top: .2rem;
        height: 2.5rem;
    }
    #footer_mobile .left {
        width: 1.3rem;
        background: none;
        padding-top: .8rem;
    }
    #footer_mobile .left>a {
        margin-left: .3rem;
        margin-top: 0;
    }
    #footer_mobile .left>a img {
        width: 0.62rem;
        height: 0.76rem;
    }
    #footer_mobile p img {
        width: 0.18rem;
        height: 0.2rem;
        margin-right: .1rem;
    }
    #footer_mobile .right {
        margin-left: 0;
        width: 5.6rem;
        padding-top: .3rem;
        box-sizing: border-box;
        padding-left: .2rem;
    }
    #footer_mobile p, .slb_footer a {
        font-size: .19rem;
        margin-bottom: .15rem;
    }
    .list_cont {
        margin-top: 1.4rem;
        padding-top: .4rem;
        box-shadow: 0 -0.02rem 0.05rem rgba(0,0,0,.1);
    }
    .tong_titlt {
    	height: .76rem;
    	border-bottom: 0.03rem solid #d9d9d9;
    }
    .tong_titlt span {
    	height: .76rem;
    	border-bottom: 0.03rem solid #015293;
    	font-size: .4rem;
    }
    .list_cont .bd li {
    	margin-top: .49rem;
    	height: auto;
        padding-bottom: .3rem;
    }
    .list_cont .bd .li_left {
    	width: 100%;
    	padding-left: .3rem;
    	padding-right: .3rem;
    }
    .list_cont .bd .li_left a {
    	max-width: 100%;
    	box-sizing: border-box;
    	font-size: .32rem;
    	line-height: .7rem;
    	background: url(../images/page/blue_spot.png) no-repeat left center / .11rem .11rem;
    	padding-left: .4rem;
    	margin-top: .2rem;
    }
    .list_cont .bd .li_left p {
    	font-size: .29rem;
    	padding-left: .4rem;
    	box-sizing: border-box;
    	overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        line-height: .48rem;
        margin-top: .1rem;
    }
    .list_cont .bd .li_left span {
    	left: .7rem;
    	bottom: -.6rem;
    	right: auto;
    	top: auto;
    	font-size: .3rem;
    }
    .list_cont .bd .li_right {
    	margin-right: .2rem;
    	width: 100%;
        box-sizing: border-box;
        margin: 0;
        margin-top: .8rem;
        padding-left: .65rem;
    }
    .list_cont .bd .li_right a {
    	height: 0.58rem;
    	line-height: .58rem;
        width: 1.75rem;
    	background: url(../images/page/broadcast_bg.png) no-repeat center / 1.74rem .58rem;
    	padding-left: .8rem;
    	font-size: .3rem;
        display: inline-block;
    }
    .list_cont .bd .li_right a.pause {
        background: url(../images/page/broadcast_bg_1.png) no-repeat center / 1.74rem .58rem;
    }
    .list_cont .bd .li_right em {
    	font-size: .28rem;
    	margin-top: .15rem;
        display: inline-block;
    }
    .xll_pagebox {
    	margin-top: .6rem;
    	margin-bottom: .5rem;
    }
    .xll_pagebox span, .xll_pagebox a {
    	font-size: .3rem;
    	padding: .15rem .2rem;
    	margin: 0 0.05rem;
    }
    .cont_cont {
    	margin-top: 1.4rem;
        padding-top: .4rem;
        box-shadow: 0 -0.02rem 0.05rem rgba(0,0,0,.1);
    }
    .cont_cont .cont_cont_top {
    	padding-top: .4rem;
    }
    .cont_cont .cont_cont_top.paddingTop {
        /*padding-top: 5rem;*/
    }
    .cont_cont .cont_cont_top h3 {
    	font-size: .4rem;
    	line-height: .7rem;
    }
    .sourceDate {
    	margin-top: .3rem;
    	padding: .3rem;
    	height: auto;
    }
    .sourceDate .left span {
    	font-size: .3rem;
    	margin-top: .2rem;
    }
    .sourceDate .left span i {
        display: block;
        margin-top: .2rem;
    }
    .sourceDate .right {
    	width: 100%;
    	float: left;
    	margin-top: .3rem;
    }
    .sourceDate .right a {
    	display: inline-block;
    	height: 0.55rem;
    	width: 1.66rem;
    	line-height: .55rem;
    	font-size: .32rem;
    	padding-left: .78rem;
    	background: url(../images/public/broadcast_bg1.png) no-repeat center / 1.66rem .55rem;
    }
    .sourceDate .right a.pause {
        background: url(../images/public/broadcast_bg1_1.png) no-repeat center / 1.66rem .55rem;
    }
    .sourceDate .right em {
    	display: inline-block;
    	margin-top: 0;
    	font-size: .29rem;
    	margin-left: .2rem;
    }
    #pare * {
    	font-size: .34rem !important;
    	line-height: .78rem !important;
    }
    #pare p {
    	margin-bottom: .7rem;
    }
    .shangXia {
    	border-top: 0.02rem solid #dfdfdf;
    	padding-top: .55rem;
    	margin-bottom: .7rem;
    }
    .shangXia p {
    	margin-bottom: .3rem;
    }
    .shangXia p * {
    	display: inline-block;
    	font-size: .32rem;
    	height: 0.4rem;
    	line-height: .4rem;
    }
    .shangXia p a {
    	max-width: 75%;
    	vertical-align: bottom;
    }
    .lingDao_cont {
    	margin-bottom: .5rem;
        margin-top: 1.4rem;
        padding-top: .4rem;
        box-shadow: 0 -0.02rem 0.05rem rgba(0,0,0,.1);
    }
    .lingDao_cont .bd li {
    	margin-top: .5rem;
    	padding: .3rem;
    	height: 4.6rem;
    }
    .lingDao_cont .bd li>a {
    	width: 1.97rem;
    	height: 2.8rem;
    }
    .lingDao_cont .bd li .li_right {
    	width: 3.8rem;
    	padding-right: 0;
    	padding-top: .3rem;
        height: 100%;
    }
    .lingDao_cont .bd li .li_right>a {
    	margin-bottom: .2rem;
    }
    .lingDao_cont .bd li .li_right>a em {
    	font-size: .36rem;
    	margin-bottom: .2rem;
    	margin-right: .3rem;
      line-height: 0.5rem;
    }
    .lingDao_cont .bd li .li_right>a span {
    	font-size: .32rem;
    }
    .lingDao_cont .bd li .li_right>p {
    	font-size: .29rem;
    	line-height: .44rem;
    }
    .lingDao_cont .bd li .li_right>p:nth-child(2){
    	overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .lingDao_cont .bd li .li_right>p:nth-child(3){
    	overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .lingDao_cont .broadcast {
    	width: 150%;
    	top: auto;
    	bottom: .2rem;
    	right: auto;
    	left: -2.45rem;
    }
    .lingDao_cont .broadcast a {
    	width: 1.78rem;
    	display: inline-block;
    	height: 0.58rem;
    	line-height: .58rem;
    	background: url(../images/public/broadcast_bg.png) no-repeat center / 1.78rem .58rem;
    	padding-left: .8rem;
    	font-size: .3rem;
    }
    .lingDao_cont .broadcast a.pause{
        background: url(../images/public/broadcast_bg_1.png) no-repeat center / 1.78rem .58rem;
    }
    .lingDao_cont .broadcast em {
    	display: inline-block;
    	font-size: .28rem;
    	margin-top: .2rem;
    	margin-left: .2rem;
    }
    .lingDaoXil_cont {
    	margin-top: 1.4rem;
        padding-top: .4rem;
        box-shadow: 0 -0.02rem 0.05rem rgba(0,0,0,.1);
    }
    .lingDaoXil_cont .img {
    	margin-top: .7rem;
    }
    .lingDaoXil_cont .img p {
    	margin-bottom: .3rem;
    	font-size: .36rem;
    }
    .lingDaoXil_cont .img p em {
    	/* margin-right: .5rem; */
      line-height: 0.5rem;
      margin-bottom: 0.3rem;
    }
    .lingDaoXil_cont .img img {
    	width: 2.8rem;
    	height: 3.96rem;
    }
    .lingDaoXil_cont .img .broadcast {
    	margin-top: .55rem;
    	width: 100%;
    }
    .lingDaoXil_cont .img .broadcast a {
    	width: 1.66rem;
    	height: 0.55rem;
    	line-height: 0.55rem;
    	background: url(../images/public/broadcast_bg1.png) no-repeat center / 1.66rem 0.55rem;
    	padding-left: .78rem;
    	font-size: .32rem;
    }
    .lingDaoXil_cont .img .broadcast a.pause {
        background: url(../images/public/broadcast_bg1_1.png) no-repeat center / 1.66rem 0.55rem;
    }
    .lingDaoXil_cont .img .broadcast em {
    	font-size: .29rem;
    }
    #fenGong, #JianLi {
    	padding: .3rem 0;
    }
    #fenGong *, #JianLi * {
    	font-size: .34rem !important;
    	line-height: .78rem !important;
    }
    .lingDaoXil_cont .tong_titlt:nth-child(3) {
    	margin-top: .6rem !important;
    }
    .cont_cont .list_cont .bd li {
    	height: 2.2rem;
    }
    .cont_cont .list_cont .bd .li_left {
    	width: 70%;
    }
    .cont_cont .list_cont .bd .li_right {
    	margin-top: .6rem;
        width: 1.75rem;
        padding-left: 0;
        margin-right: .2rem;
    }
    #cont_pc_table {
    	display: none;
    }
    #cont_mobile_table {
    	display: block;
    }
    .cont_cont .container > table th, .cont_cont .container > table td {
    	font-size: .32rem;
    	padding: .1rem .2rem;
    }
    .cont_cont .container {
        position: relative;
    }
    .cont_qzb {
    	width: 100%;
    	height: 3.68rem;
    	background: url(../images/public/slb_qzbImg1.png) no-repeat center;
        position: absolute;
        top: 6rem;
        left: 50%;
        transform: translateX(-50%);
        display: none !important;
    }
    .cont_qzb a {
    	width: 1.66rem;
    	height: 0.5rem;
    	line-height: .5rem;
    	font-size: .3rem;
    	margin-top: 2.3rem;
    	margin-left: .5rem;
    }
    .cont_qzb a:first-child {
    	margin-right: 1.5rem;
    }
    .cont_qzb_mb {
        width: 100%;
        height: 2.59rem;
        background: url(../images/public/slb_qzbImg1_1.png) no-repeat center / 100%;
        display: none;
        margin-top: .4rem;
    }
    .cont_qzb_mb a {
        width: 1.66rem;
        height: 0.5rem;
        line-height: .5rem;
        font-size: .3rem;
        margin-top: 1.5rem;
        margin-left: 0rem;
        border-radius: 0.12rem;
        background-color: #015293;
        color: #fff;
        float: left;
        text-align: center;
    }
    .cont_qzb_mb a:first-child {
        margin-right: 1rem;
        margin-left: 1.3rem;
    }
    .cont_cont .list_cont {
        box-shadow: none;
    }
}
/* 适配结束 */




.Big_background {
	display: none !important;
}
.footer {
	display: none !important;
}
.footer_mobile {
	display: none !important;
}
#mobile_footer {
    display: none !important;
}
.right_bar {
	display: none !important;
}
.kuaiJie {
	display: none !important;
}
#slb_content {
	display: block !important;
}





.slb_GuidePage {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 99998;
    top: 0;
    left: 0;
    display: none;
}
.slb_GuidePage.show {
    display: block;
}
.slb_GuidePage .container {
    position: relative;
    z-index: 99999;
}
.slb_GuidePage_first {
    display: none;
}
.slb_GuidePage_first.on {
    display: block;
}
.slb_GuidePage_first .img1 {
    position: absolute;
    top: 0;
    right: 318px;
}
.slb_GuidePage_first .img2 {
    position: absolute;
    top: 104px;
    right: 425px;
}
.slb_GuidePage_first .img3 {
    display: none;
}
.slb_GuidePage_first .cont {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 230px;
    width: 714px;
    height: 442px;
    background: url(../images/public/slb_GuidePage5.png) no-repeat center;
    text-align: center;
    box-sizing: border-box;
    padding-top: 130px;
}
.slb_GuidePage_first .cont p {
    font-size: 30px;
    color: #333333;
    line-height: 50px;
}
.slb_GuidePage_first .cont p em {
    font-size: 32px;
    color: #01589b;
    font-weight: 700;
}
.slb_GuidePage_first .button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 730px;
    width: 503px;
}
.slb_GuidePage_first .button a {
    font-size: 26px;
    color: #333333;
    text-align: center;
    float: left;
    width: 178px;
    height: 61px;
    line-height: 54px;
}
.slb_GuidePage_first .button a.a1 {
    background: url(../images/public/slb_GuidePage7.png) no-repeat center;
}
.slb_GuidePage_first .button a.a2 {
    float: right;
    color: #fff;
    background: url(../images/public/slb_GuidePage8.png) no-repeat center;
}

.slb_GuidePage_second {
    display: none;
}
.slb_GuidePage_second.on {
    display: block;
}
.slb_GuidePage_second .img1 {
    position: absolute;
    top: 0;
    right: 100px;
}
.slb_GuidePage_second .img2 {
    position: absolute;
    top: 110px;
    right: 191px;
}
.slb_GuidePage_second .cont {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 230px;
    width: 714px;
    height: 442px;
    background: url(../images/public/slb_GuidePage6.png) no-repeat center;
    text-align: center;
    box-sizing: border-box;
    padding-top: 130px;
}
.slb_GuidePage_second .cont p {
    font-size: 30px;
    color: #333333;
    line-height: 50px;
}
.slb_GuidePage_second .cont p em {
    font-size: 32px;
    color: #01589b;
    font-weight: 700;
}
.slb_GuidePage_second .button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 730px;
    width: 178px;
}
.slb_GuidePage_second .button a {
    font-size: 26px;
    color: #333333;
    text-align: center;
    float: left;
    width: 178px;
    height: 61px;
    line-height: 54px;
    color: #fff;
    background: url(../images/public/slb_GuidePage8.png) no-repeat center;
}


.slb_GuidePage_lb {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 99998;
    top: 0;
    left: 0;
    display: none;
}
.slb_GuidePage_lb.show {
    display: block;
}
.slb_GuidePage_lb .container {
    position: relative;
    z-index: 99999;
}
.slb_GuidePage_lb_first {
    display: none;
}
.slb_GuidePage_lb_first.on {
    display: block;
}
.slb_GuidePage_lb_first .img1 {
    position: absolute;
    top: 630px;
    right: 23px;
}
.slb_GuidePage_lb_first .img2 {
    position: absolute;
    top: 460px;
    right: 130px;
}
.slb_GuidePage_lb_first .cont {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 209px;
    width: 714px;
    height: 442px;
    background: url(../images/public/slb_GuidePage6.png) no-repeat center;
    text-align: center;
    box-sizing: border-box;
    padding-top: 130px;
}
.slb_GuidePage_lb_first .cont p {
    font-size: 30px;
    color: #333333;
    line-height: 50px;
}
.slb_GuidePage_lb_first .cont p em {
    font-size: 32px;
    color: #01589b;
    font-weight: 700;
}
.slb_GuidePage_lb_first .button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 730px;
    width: 178px;
}
.slb_GuidePage_lb_first .button a {
    font-size: 26px;
    color: #333333;
    text-align: center;
    float: left;
    width: 178px;
    height: 61px;
    line-height: 54px;
}
.slb_GuidePage_lb_first .button a.a2 {
    color: #fff;
    background: url(../images/public/slb_GuidePage8.png) no-repeat center;
}

@media (min-width: 320px) and (max-width: 750px) {
    .slb_GuidePage .container {
        height: 100%;
    }
    .slb_GuidePage_first .img1 {
        display: none;
    }
    .slb_GuidePage_first .img2 {
        top: 9%;
        right: 8%;
    }
    .slb_GuidePage_first .cont {
        width: 100%;
        height: 5rem;
        background-size: 100%;
        padding-top: 1.3rem;
        top: 23%;
    }
    .slb_GuidePage_first .cont p {
        font-size: .3rem;
        line-height: .6rem;
    }
    .slb_GuidePage_first .cont p em {
        font-size: .32rem;
    }
    .slb_GuidePage_first .button {
        top: 62%;
        width: 2.5rem;
    }
    .slb_GuidePage_first .button a {
        width: 2.5rem;
        height: 1rem;
        line-height: .9rem;
        font-size: .34rem;
    }
    .slb_GuidePage_first .button a.a1 {
        background: url(../images/public/slb_GuidePage8.png) no-repeat center; 
        background-size: 100%;
        color: #fff;
    }
    .slb_GuidePage_first .button a.a2 {
        display: none;
    }
    .slb_GuidePage_first .img3 {
        display: block;
        width: 1.67rem;
        position: absolute;
        right: 0;
    }


    .slb_GuidePage_lb .container {
        height: 100%;
    }
    .slb_GuidePage_lb_first .img1 {
        top: 8.2rem;
        right: 4.7rem;
        width: 2rem;
    }
    .slb_GuidePage_lb .img2 {
        top: 38%;
        right: 22%;
        transform: rotateY(180deg);
    }
    .slb_GuidePage_lb .cont {
        width: 100%;
        height: 5rem;
        background-size: 100%;
        padding-top: 1.3rem;
        top: 11%;
    }
    .slb_GuidePage_lb .cont p {
        font-size: .3rem;
        line-height: .6rem;
    }
    .slb_GuidePage_lb .cont p em {
        font-size: .32rem;
    }
    .slb_GuidePage_lb .button {
        top: 54%;
        width: 2.5rem;
        transform: none;
    }
    .slb_GuidePage_lb .button a {
        width: 2.5rem;
        height: 1rem;
        line-height: .9rem;
        font-size: .34rem;
    }
    .slb_GuidePage_lb .button a.a2 {
        background-size: 100%;
    }
    .function a:nth-child(6) {
        display: none;
    }
    .header {
        height: auto;
        padding-top: 0;
    }

    .banner_index {margin-bottom: 0px;}
    .banner_index a {margin-top: 0.2rem;display: block;}
}

.weather{width: 290px;position: relative;}
.weather span{position: absolute;left: 85px;bottom: 3px;margin-bottom: 0;}
.zzzq-ts{font-size: 19px;font-weight: bold;color: #a3c9fc;display: inline-block;height: 85px;text-align: center;line-height: 25px;padding: 15px 20px 0 70px;}

.banner_index {margin-bottom: 50px;}
.banner_index a {margin-top: 20px;display: block;}
.banner_index a img {width: 100%;vertical-align: middle;}
