.lxxlfs{width:300px;height:80px;display:flex;justify-content:center;align-items:center;background-image:url('./../../lxxlfs.png');background-repeat:no-repeat;background-size:cover;}

.header h1 .title {
    max-width: 95%;
}

.header .setFont {
    height: 32px;
    line-height: 32px;
    background: url(../image/icon-font.png) 0 0 no-repeat;
    padding-left: 34px;
    display: inline-block;
}

.header .setFont span {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    cursor: pointer;
}


.header .setFont span.active {
    background: #2c64c3;
    color: #fff;
    border-radius: 100%;
}

.header .share {
    height: 30px;
    line-height: 30px;
    padding-left: 34px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 999;
}

.header .share * {
    vertical-align: middle;
}

.header .share a {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 5px;
    transition: all .1s;
}



.header .share .wx {
    background: url(../image/share.png) 0 0 no-repeat;
}

.header .share .wb {
    background: url(../image/share.png) -45px 0 no-repeat;
}

.header .share .xcx {
    background: url(../image/share.png) -133px 0 no-repeat;
}

.header .share .khd {
    background: url(../image/share.png) -90px 0 no-repeat;
}

.header .share .wx-ewm,
.header .share .xcx-ewm,
.header .share .khd-ewm {
    margin-bottom: 24px;
    width: 150px;
    height: 150px;
    background-color: #348CEC;
    color: #808080;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 50px;
    top: 40px;
    display: none;
    z-index: 99;
}

.header .share .xcx-ewm {
    left: 125px;
}

.header .share .khd-ewm {
    left: 170px;
}

.header .share .wx-ewm img,
.header .share .xcx-ewm img,
.header .share .khd-ewm img {
    display: block;
    width: 135px;
    height: 135px;
    margin: 8px auto;
}

.main .main-left {
    width: 860px;
}

.main .main-right {
    width: 300px;
    padding-top: 20px;
}

.main #detail {
    font-size: 18px;
    line-height: 2em;
    padding-top: 20px;
}

.main #detail p {
    margin-bottom: 20px;
}

.main #detail p img {
    max-width: 90%;
    height: auto !important;
    margin: 0 auto;
    display: block;
}

.columBox {
    margin-bottom: 20px;
}

.columBox .col-tit {
    position: relative;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
    overflow: hidden;
}

.columBox .col-tit span {
    position: relative;
    left: 0;
    top: 0;
    float: left;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px 0 30px;
    background: url(../image/icon-colum.png) 0 50% no-repeat;
    border-bottom: 3px solid #2a3d96;
    z-index: 3;
}

.book {
    margin: 20px 0;
    background: url(../image/bgBook.png);
    height: 201px;
    overflow: hidden;
    font-size: 12px;
}

.book li {
    float: left;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 21px;
}

.book li img {
    width: 110px;
    height: 110px;
}

.book .book-tit {
    margin: 5px 0;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
}

.bookList {
    background: #ddedf8;
}

.bookList li {
    float: left;
    width: 138px;
    text-align: center;
    margin: 4px 0 4px 4px;
    background: #fff;
}

.bookList li img {
    width: 110px;
    height: 110px;
}

.bookList li .pic {
    margin: 10px 0 5px;
}

.bookList li .title {
    height: 60px;
    margin-bottom: 5px;
    overflow: hidden;
}

.bookList li .title a {
    font-size: 14px;
}

.bookList li:first-child {
    margin: 4px 0 4px 6px;
}

.hotList li {
    position: relative;
    line-height: 1.6em;
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 30px;
}

.hotList li:before {
    content: "";
    text-align: center;
    color: #fff;
    width: 24px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/hotList.png) 0 -232px no-repeat;
}

.hotList .first:before {
    background: url(../image/hotList.png) 0 0 no-repeat;
}

.hotList .second:before {
    background: url(../image/hotList.png) 0 -76px no-repeat;
}

.hotList .third:before {
    background: url(../image/hotList.png) 0 -152px no-repeat;
}

.hotList li:nth-child(1):before {
    content: "1";
}

.hotList li:nth-child(2):before {
    content: "2";
}

.hotList li:nth-child(3):before {
    content: "3";
}

.hotList li:nth-child(4):before {
    content: "4";
}

.hotList li:nth-child(5):before {
    content: "5";
}

.hotList li:nth-child(6):before {
    content: "6";
}

.hotList li:nth-child(7):before {
    content: "7";
}

.hotList li:nth-child(8):before {
    content: "8";
}

.hotList li:nth-child(9):before {
    content: "9";
}

.hotList li:nth-child(10):before {
    content: "10";
}

.relatedNews li {
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
}

.relatedNews li a {
    display: block;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #404040;

}

.relatedNews li .info {
    font-size: 14px;
    color: #808080;
    line-height: 28px;
}

.relatedNews li .time {
    font-size: 14px;
    color: #808080;
    line-height: 28px;
}

.video li {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}

.video li .pic {
    height: 169px;
    width: 100%;
    position: relative;
    border-radius: 6px;
}

.video li .tit {
    line-height: 1.6em;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 5px 5px 50px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.video li .tit a {
    color: #fff;
}

.video li a:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    left: 5px;
    bottom: 5px;
    z-index: 2;
    background: url(../image/icon-video.png) 0 0 no-repeat;
}

.video li .col-source {
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
}

.fixVideo {
    position: fixed;
    top: 85px;
}

.main-left .nextpage {
    height: 70px;
    line-height: 70px;
    margin: 20px 0;
    background: #f5fbff;
    border-top: 1px solid #dde8f3;
    border-bottom: 1px solid #dde8f3;
    display: none;
}

.main-left .nextpage .nextpage-tit {
    margin-left: 3%;
    float: left;
    box-sizing: border-box;
    width: 15%;
    height: 100%;
    font-size: 16px;
    color: #008aff;
    padding-left: 30px;
    background: url(../image/icon-nextpage.png) 0 25px no-repeat;
}

.main-left .nextpage .nextpage-cont {
    float: left;
    width: 82%;
    height: 100%;
    text-align: left;
    overflow: hidden;
}

.main-left .nextpage .nextpage-cont a {
    display: flex;
    /*垂直排列*/
    flex-direction: column;
    /* align-items: center; */
    /*由于flex-direction: column，因此align-items代表的是水平方向*/
    justify-content: center;
    /*由于flex-direction: column，因此justify-content代表的是垂直方向*/
    height: 100%;
    font-size: 20px;
    line-height: 1.4em;
    padding: 0 10px;
    color: #008aff;
}

.fix-ewm {
    position: fixed;
    left: 50%;
    top: 280px;
    margin-left: 630px;
}

.fix-ewm .fxd {
    margin-top: 10px;
    height: 200px;
    background: url(../image/share1.png) 50% 0 no-repeat;
}

.fix-ewm .fxd-wx-ewm,
.fix-ewm .fxd-xcx-ewm,
.fix-ewm .fxd-khd-ewm {
    margin-bottom: 24px;
    width: 145px;
    height: 145px;
    background-color: #348CEC;
    color: #808080;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: -23px;
    top: 195px;
    display: none;
}

.fix-ewm .fxd-khd-ewm {
    top: 332px;
}

.fix-ewm .fxd-xcx-ewm {
    top: 285px;
}

.fix-ewm .fxd-xcx-ewm img,
.fix-ewm .fxd-wx-ewm img,
.fix-ewm .fxd-khd-ewm img {
    display: block;
    width: 135px;
    height: 135px;
    margin: 5px auto;
}

.fix-ewm .fxd-wx {
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 160px;
    width: 34px;
    height: 30px;
    cursor: pointer;
    background: url(../image/shar2.png) 50% 0 no-repeat;
}

.fix-ewm .fxd-wb {
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 205px;
    width: 34px;
    height: 30px;
    cursor: pointer;
    background: url(../image/shar2.png) 50% -101px no-repeat;
}

.fix-ewm .fxd-xcx {
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 250px;
    width: 34px;
    cursor: pointer;
    height: 30px;
    background: url(../image/shar2.png) 50% -150px no-repeat;
}

.fix-ewm .fxd-khd {
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 295px;
    width: 34px;
    cursor: pointer;
    height: 30px;
    background: url(../image/shar2.png) 50% -48px no-repeat;
}

.topFixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 65px;
    line-height: 1em !important;
    background: #fff;
    -webkit-box-shadow: 0 0px 15px 0 #b1b1b1;
    box-shadow: 0 5px 15px 0 #b1b1b1;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 65px;
    overflow: hidden;
	font-size:30px;
    z-index: 9999;
}
.topFixed .title {
	font-size:28px!important;
}

.btn-audio {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    vertical-align: middle;
    border: 2px solid #027bfb;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
}

.btn-audio:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 7px;
    top: 7px;
    background: url(../image/audio-play.gif) no-repeat;
}

.btn-audio-play:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 7px;
    top: 7px;
    background: url(../image/music.gif) no-repeat;
}

.pageVideo {
    display: none;
}

#detail .player-container {
    overflow: hidden;
    text-align: left;
    margin-bottom: 15px !important;
    text-indent: 0;
}

/*ie10以下*/
.simpleVideo {
    text-align: center;
}

.simpleVideo video {
    margin: 0 auto;
}

/*ie10以下*/
#div_currpage {
    margin-top: 20px;
}

#div_currpage span {
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    line-height: 26px;
    background-color: #348CEC;
}

#div_currpage a {
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    font-size: 12px;
    color: #818181;
    text-align: center;
    line-height: 26px;
    background-color: #F1F3F5;
    transition: all .4s;
    -moz-transition: all .4s;
    ;
    /* Firefox 4 */
    -webkit-transition: all .4s;
    /* Safari & Chrome */
    -o-transition: all .4s;
    ;
    /* Opera */
}

#div_currpage a:hover {
    color: #FFF;
    background-color: #348CEC;
}

#articleEdit {
    padding: 30px 0 10px;
    margin: 0 10px 20px 10px;
    text-align: right;
    font-size: 12px;
}

.tiyi1 {
    position: relative;
    z-index: 100;
    display: none;
}

.tiyi1 .tiyi01 {
    position: absolute;
    left: -445px;
    top: 25px;
    background-color: #FFF;
    height: 342px;
    width: 600px;
    visibility: visible;
}

.tiyi1 .tiyi03 {
    position: absolute;
    left: 570px;
    top: 2px;
    background: url("../image/space.gif") 0 -131px no-repeat;
    width: 24px;
    height: 24px;
}

.tiyi1 .advise,
.tiyi1 .advise2 {
    cursor: pointer;
    color: #8a0000
}

.ad2020 div {
    width: 100% !important;
    margin-bottom: 20px !important;
}

.ad2020 div img {
    width: 100% !important;
}

.player-container .dhy-video {
    position: relative !important;
}

#sdgc .list-item {
    margin-bottom: 17px;
    padding-bottom: 12px;
    /*height: 80px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dotted #999
}

#sdgc .list-item .img {

    height: 67px;
    float: left;
    margin-right: 10px;
    overflow: hidden
}

#sdgc .list-item .img img {
    width: 120px;
    height: 100%
}

#sdgc .list-item .tit a {
    display: block;
    font-size: 15px;
    line-height: 22px;
    /*height: 44px;*/
    margin-bottom: 2px;
    margin-top: -5px;
    color: #333
}

#sdgc .list-item .tit span {
    display: inline-block;
    padding: 0 5px;
    font-size: 13px;
    line-height: 17px;
    background: #e30000;
    color: #fff
}

#sdgc .list-item .tit span a {
    height: auto;
    font-size: 13px;
    line-height: 17px;
    display: inline-block;
    background: #e30000;
    color: #fff
}

.list.list-txt.dot{
	margin-top:10px;
}
.list.list-txt.dot li {
    position: relative;
    padding-left: 16px;
}

.list.list-txt.dot li:before {
    position: absolute;
    display: block;
    left: 0;
    top: 10px;
    content: "";
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0762cb
}

.list.list-txt li {
    font-size: 15px;
    line-height: 26px;
    color: #333
}

.list.list-txt li a {
    color: #333
}

.list.list-pic  {
	margin-top:10px;
}
.list.list-pic ul {
    font-size: 0
}

.list.list-pic li {
	display:inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width:49%;
    position: relative
}
.list.list-pic li:first-child {
	margin-right:2%;
}

.list.list-pic li .img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto
}

.list.list-pic li .img img {
    width: 100%;
    height: auto
}

.list.list-pic li .tit {
    font-size: 14px;
    line-height: 1.5;
    color: #333
}

.list.list-pic li .tit a {
    color: #333
}

.list.list-mix li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list.list-mix li .img {
    position: relative;
    width: 147px;
    margin-right: 16px;
    overflow: hidden
}

.list.list-mix li .img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}

.list.list-mix li .tit {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333
}

.list.list-mix li .tit a {
    color: #333
}

/* .player-container .play-layer-leftBottom{
	 display:none!important;
} */

@media screen and (max-width: 767px) {

    .domPC {
        display: none;
    }

    .domMobile {
        display: block;
    }

    .pageVideo {
        width: 100%;
    }

    .mob-top .mob-top-nav {
        border-bottom: 10px solid #f5f5f5;
    }

    .mheader {
        text-align: center;
        padding-top: 15px;
    }

    .mheader .title {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    .mheader h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .mheader .info {
        font-size: 14px;
        color: #646d81;
    }

    .main {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 16px;
        overflow: hidden;
    }

    .main .main-left {
        width: 100%;
    }

    .main #detail img {
        max-width: 100%;
        height: auto;
    }

    .main #detail {
        font-size: 18px;
    }

    .main-left .nextpage {
        height: auto;
        line-height: 2em;
        margin: 20px 0 20px;
        background: #f5fbff;
        border-top: 1px solid #dde8f3;
        border-bottom: 1px solid #dde8f3;
    }

    .main-left .nextpage .nextpage-tit {
        margin-left: 5%;
        margin-top: 15px;
        width: 95%;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        overflow: hidden;
        background: url(../image/icon-nextpage.png) 0 5px no-repeat;
    }

    .main-left .nextpage .nextpage-cont {
        width: 100%;
        height: auto;
        margin: 10px 0;
        text-align: center;
    }

    .main .main-right {
        width: 100%;
        padding-top: 0;
    }

    .main-left .nextpage .nextpage-cont a {
        font-size: 20px;
    }

    .hotList li a {
        font-size: 16px;
    }

    .book {
        margin: 20px 0;
        position: relative;
        background: none;
        background-size: 100% 100%;
        height: auto;
        overflow: hidden;
        font-size: 18px;
        border-right: 3px solid #ddedf7;
        display: none;
    }

    .book::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 80px;
        height: 12px;
        background: url(../image/bgMobileBook.jpg) 0 0 no-repeat;
        background-size: 100% auto;
        overflow: hidden;
    }

    .book::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 80px;
        height: 12px;
        background: url(../image/bgMobileBook.jpg) 0 0 no-repeat;
        background-size: 100% auto;
        overflow: hidden;
    }

    .book li {
        padding: 20px 10px;
        min-height: 200px;
        border: 3px solid #ddedf7;
        border-right: 0;
    }

    .book li .book-tit {
        font-size: 16px;
        line-height: 1.6em;
        height: 45px;
        overflow: hidden;
    }
	.main #detail video{ width:100%!important; height:auto!important;}

    .video li {
        height: auto;
        position: relative;
    }

    .video li img {
        width: 100%;
        height: auto;
    }

    .video li .pic {
        height: auto;
    }

    #articleEdit {
        padding: 10px 0 10px;
        margin: 0 10px 0 10px;
        text-align: right;
        font-size: 12px;
    }
	.mob-top .mob-top-upper .wza{
		font-size:14px!important;
		}
	
	

.list.list-mix li .img {
    position: relative;
    width: 49%;
    margin-right: 16px;
    overflow: hidden
}

}