/*version:2019-12-10 1128*/
body, div, p, ul, li, ol, dl, dd, dt, h1, h2, h3, h4, h5, h6, span, i, input, img, a, button, select, table, tr, th, td, label, textarea {
    padding                     : 0;
    margin                      : 0;
    -webkit-appearance          : none;
    -webkit-tap-highlight-color : rgba(0, 0, 0, 0);
    outline                     : none;
    -webkit-overflow-scrolling  : touch;
}
h1, h2, h3, h4, h5, h6 {
    font-size   : 100%;
    font-weight : normal;
}
li {
    list-style : none;
}
i {
    font-style : normal;
}
a {
    text-decoration : none;
}
img {
    border         : 0 none;
    vertical-align : top;
}
.clearfix {
    *zoom : 1;
}
.clearfix:after {
    content    : ".";
    height     : 0;
    visibility : hidden;
    display    : block;
    clear      : both;
}
* {
    margin                     : 0;
    padding                    : 0;
    -webkit-overflow-scrolling : touch;
}
@font-face {
    font-family : 'hei';
    src         : url('/fonts/hei.TTF'); /* IE9 Compat Modes */
    src         : url('/fonts/hei.TTF') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/hei.TTF') format('woff'), /* 所有现代浏览器 */ url('/fonts/hei.TTF') format('truetype'), /* Safari, Android, iOS */ url('/fonts/hei.TTF') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family : 'xihei';
    src         : url('/fonts/xihei.TTF'); /* IE9 Compat Modes */
    src         : url('/fonts/xihei.TTF') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/xihei.TTF') format('woff'), /* 所有现代浏览器 */ url('/fonts/xihei.TTF') format('truetype'), /* Safari, Android, iOS */ url('/fonts/xihei.TTF') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family : 'zhonghei';
    src         : url('/fonts/zhonghei.TTF'); /* IE9 Compat Modes */
    src         : url('/fonts/zhonghei.TTF') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/zhonghei.TTF') format('woff'), /* 所有现代浏览器 */ url('/fonts/zhonghei.TTF') format('truetype'), /* Safari, Android, iOS */ url('/fonts/zhonghei.TTF') format('svg'); /* Legacy iOS */
}
body {
    position    : relative;
    /*overflow: hidden;*/
    background  : #ffffff;
    font-family : 'hei', "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif;
    color       : #000000;
    margin      : 0;
    padding     : 0;
    font-size   : 0.24rem;
}

/* iOS禁止微信调整字体大小 */
body {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

.logotop {
    display: block;
    position: fixed;
    left:0;
    top: 0;
    width: 7.50rem;
    height: 1.16rem;
    /* background: url(../images/logotop.jpg) no-repeat; */
    background: #FFF url(../images/logo.png) no-repeat;
    background-size: 2.28rem 0.64rem;
    background-position: 0.3rem 0.2rem;
    z-index: 1000;
}
.logoshow {
    animation         : logoshow 0.5s forwards ease;
    -webkit-animation : logoshow 0.5s forwards ease;
}
.logohide {
    animation         : logohide 0.5s forwards ease;
    -webkit-animation : logohide 0.5s forwards ease;
}
@keyframes logoshow {
    from {
        transform         : translateX(0) translateY(-0.98rem);
        -webkit-transform : translateX(0) translateY(-0.98rem);
    }
    to {
        transform         : translateX(0) translateY(0);
        -webkit-transform : translateX(0) translateY(0);
    }
}
@-webkit-keyframes logoshow {
    from {
        transform         : translateX(0) translateY(-0.98rem);
        -webkit-transform : translateX(0) translateY(-0.98rem);
    }
    to {
        transform         : translateX(0) translateY(0);
        -webkit-transform : translateX(0) translateY(0);
    }
}
@keyframes logohide {
    from {
        transform         : translateX(0) translateY(0);
        -webkit-transform : translateX(0) translateY(0);
    }
    to {
        transform         : translateX(0) translateY(-0.98rem);
        -webkit-transform : translateX(0) translateY(-0.98rem);
    }
}
@-webkit-keyframes logohide {
    from {
        transform         : translateX(0) translateY(0);
        -webkit-transform : translateX(0) translateY(0);
    }
    to {
        transform         : translateX(0) translateY(-0.98rem);
        -webkit-transform : translateX(0) translateY(-0.98rem);
    }
}

.shuiyin{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.open {
    background: url(../images/open.png) center no-repeat;
    background-size: contain;
    width: 1.62rem;
    height: 0.87rem;
    line-height: 0.45rem;
    position: absolute;
    left: 5.5rem;
    top: 0.06rem;
}

.imageUrl {
    display    : block;
    width      : 100%;
    margin     : 0 auto;
    margin-top : 0.98rem;
}
.newsIntro {
    padding                 : 0.24rem 0.36rem;
    box-sizing              : border-box;
    color                   : #191F25;
    font-size               : 0.28rem;
    line-height             : 0.50rem;
    background              : white;
    border-top-left-radius  : 0.20rem;
    border-top-right-radius : 0.20rem;
    margin-top              : -0.20rem;
    position                : relative;
    z-index                 : 100;
}
.line {
    width      : 100%;
    height     : 0.10rem;
    display    : block;
    background : #F2F3F5;
}
.tabs {
    width         : 100%;
    height        : 0.86rem;
    background    : white;
    overflow      : hidden;
    /*overflow-x: scroll;*/
    /*background: rgba(106, 255, 240, 0.22);*/
    border-bottom : 0.02rem solid #F1F5F9;
    /*margin-top    : 0.10rem;*/
}
.navul {
    width           : auto;
    /*height          : 200%;*/
    height          : 100%;
    position        : relative;
    display         : flex;
    /*display: table-cell;*/
    flex-flow       : row nowrap;
    justify-content : flex-start;
    /*align-items: center;*/
    overflow        : scroll;
    box-sizing      : border-box;
}
.nav {
    margin-top  : 0.32rem;
    /*display: inline-block;*/
    height      : 0.40rem;
    font-size   : 0.3rem;
    line-height : 0.40rem;
    padding     : 0 0.42rem;
    flex-shrink : 0; /*默认是1 (经测试iniline-flex的flex-item应该默认是0)*/
}
.navspan {
    /*background: rgba(255, 0, 0, 0.4);*/
    position  : relative;
    /*font-family: '微软雅黑';*/
    word-wrap : break-word; /*英文的时候需要加上这句，自动换行*/
}
.tabactive {
    /*color : #007aff;*/
    font-family     : 'zhonghei', "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.tabactive::after {
    content: "";
    width: 0.11rem;
    height: 0.11rem;
    /* border-top: 0.04rem solid #007aff; */
    /* border-right: 0.04rem solid #007aff; */
    /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAFxJREFUKBVj9Oz/4/mf4f+s////yzDgAYyMjE8YGRjTWIhRDDIHbCAjwywmPIZiSIE0MYGsAVmHIYtDgBGHOFzYve/XfzgHyCDJSSCNI0IDcpCD2AQ9DYsnWNIAAKjrHj1dOULEAAAAAElFTkSuQmCC) no-repeat top right; */
    background-size: 0.12rem 0.12rem;
    position: absolute;
    right: -0.2rem;
    top: -0.15rem;
    border-radius: 50%;
    background: #fff;
    border: 0.03rem solid red;

}
.navul::-webkit-scrollbar {
    /*display: none;*/
}


.tabcontent {
    width          : 100%;
    display        : block;
    padding        : 0 0.32rem;
    box-sizing     : border-box;
    overflow       : hidden;
    padding-bottom : 0.32rem;
    background     : white;

    position: relative;
    margin-bottom: 0.1rem;
}
.tabcontent:last-child .bottomline {
    display : none;
}
.subject {
    /*display: none;*/
    background : #F2F3F5;
}
.tabNode {
    margin-top    : 0.20rem;
    color         : #3B434E;
    font-size     : 0.34rem;
    line-height   : .40rem;
    display       : block;
    margin-bottom : 0.20rem;
    font-weight: bold;
}
.card {
    width         : 100%;
    height        : 2.20rem;
    /*background: rgba(43, 84, 144, 0.05);*/
    border-bottom : 0.02rem solid #F2F3F5;
    position      : relative;
    overflow      : hidden;
}
.tabcontent .card:last-child {
    border : none;
}
.card:last-of-type {
    border : none;
}
.cardTitle {
    width       : 4.3rem;
    height      : 1rem;
    font-size   : 0.33rem;
    line-height : 0.50rem;
    color       : #191F25;
    position    : absolute;
    left        : 0;
    top         : 0.30rem;
    font-family     : 'hei', "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.btmspan {
    display     : block;
    font-size   : 0.24rem;
    color       : #ABB3BA;
    line-height : 0.32rem;
    /*position: absolute;*/
    /*bottom: 0.22rem;*/
    margin-top  : 1.56rem;
}
.btmspan span {
    margin-right : 0.12rem;
}
.imgbox {
    width         : 2.24rem;
    height        : 1.48rem;
    position      : absolute;
    right         : 0;
    top           : 0.30rem;
    /*background: black;*/
    border-radius : 0.05rem;
    overflow      : hidden;
}
.newsimg {
    width  : 100%;
    height : 100%;
}
.seemore {
    display     : block;
    font-size   : 0.28rem;
    color       : #BA9E83;
    line-height : 0.40rem;
    margin-top  : 0.20rem;
    /* margin-left: 4.1rem; */
    width       : 100%;
    text-align  : right;
}
.seeicon {
    width    : 0.24rem;
    /* vertical-align: middle; */
    position : relative;
    top      : 0.07rem;
}
.bottomline {
    display       : block;
    margin-top    : 0.38rem;
    width         : 100%;
    height        : 0.06rem;
    border-top    : 1px solid #F2F3F5;
    border-bottom : 1px solid #F2F3F5;
    box-sizing    : border-box;
}

.tabcontent2{
    height: 4.75rem;
    padding: 0 0 0 0.32rem;
    position: relative;
    overflow-x: auto;
}
.tabcontent1{
    height: 2.95rem;
}
.tb2con{
    position: relative;
    width: 100%;
    overflow-x: auto;
}
.tb2wrap{
    overflow-x: auto;
}
.tabcontent2 .card{
    width: 3.4rem;
    height: 3.75rem;
    border: 0.02rem solid #F2F3F5;
    float: left;
    margin-right: 0.05rem;
}
.tabcontent1 .card{border: 0;}
.tabcontent2 .card:last-child {
    border: 0.02rem solid #F2F3F5;
}

.tabcontent2 .newsimg {height: 1.9rem;}
.tabcontent2 .cardTitle {
    width: 96%;
    position: relative;
    top: 0;
    margin: 0.25rem 0 0.3rem;
    padding: 0 2%;
    height: auto;
    max-height: 0.8rem;
    line-height: 0.4rem;
    display: block;
    font-family: FZBIAOYSJW--GB1-0;
    color: #191F25;
    overflow: hidden;
}
.tabcontent2 .btmspan {
    margin: 0;
    font-family: PingFangSC-Regular;
    font-size: 0.2rem;
    color: #ABB3BA;
    text-align: left;
    line-height: 0.32rem;
    position: absolute;
    bottom: 0.25rem;
    padding: 0 0.05rem;
}

.seemore {
    position: absolute;
    color: #131415;
    top: 0.02rem;
    right: 0.35rem;
}
.seeicon {
    margin-left: 0.05rem;
}


.tabcontent3,.tabcontent4,.tabcontent42,.tabcontent5,.tabcontent6,.tabcontent7{padding: 0;}
.tabcontent3 .tabNode,.tabcontent4 .tabNode,.tabcontent42 .tabNode,.tabcontent5 .tabNode,.tabcontent6 .tabNode,.tabcontent7 .tabNode{ padding: 0 0.32rem;}
.tb6con{
    width: 100%;
    height: 4.23rem;
}
.tb7con{
    width: 100%;
    height: 2.115rem;
}

video {
    width: 100%;
    height:4.23rem;
    left: 0;
    top: 0;
    z-index: 9999;
    object-fit: fill;
    position: absolute;
}.video3 {
     position: relative;
     left: 0;
     top: 0;
     width: 100%;
     height: 4.23rem;
 }
.videobg {
    width: 100%;
    height: 100%;
}
.vbg {
    width: 100%;
    height: 100%;
}

.tb3con img {
    width: 100%;
    float: left;
}
.tb3con .playbtn2 {
    width: 0.99rem;
    height: 0.96rem;
    position: absolute;
    top: 1.58rem;
    left: 3.22rem;
}


.fix2 {
    width: 100%;
    height: 1.5rem;
    position: relative;
    left: 0.08rem;
    top: 0;
    /* background: #f9781f; */
    z-index: 1;
    margin-top: 0.1rem;
}

.swiper5 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 1.5rem;
}
.swiper5 .swiper-slide {
    width: 2.28rem;
    height: 100%;
    /*margin-right: 0.1rem;*/
}
.playactive img {
    border: 1px solid #E9B20A;
}
.zzhao {
    width: 2.4rem;
    height: 1.32rem;
    background: rgb(0,0,0,0.3);
    /* opacity: 0.5; */
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(255,255,255,0);
}
.liveicon {
    background: url(../images/live.png) center no-repeat;
    background-size: contain;
    width: 0.76rem;
    height: 0.33rem;
    /* opacity: 0.5; */
    position: absolute;
    bottom: 0.2rem;
    right: 0.1rem;
}
.playactive .zzhao {
    display: none;
}

.tabcontent4 .cardTitle,
.tabcontent42 .cardTitle {
    width: 7.1rem;
    position: initial;
    margin: 0.15rem 0;
    left: 0;
    top: 0;
    padding: 0 0.2rem;
    display: block;
    height: auto;
}
.pticon {
    background: url(../images/nplay.png) center no-repeat;
    background-size: contain;
    width: 0.37rem;
    height: 0.37rem;
    /* opacity: 0.5; */
    position: absolute;
    bottom: 0.02rem;
    right: 0;
}
.tb4con{    position: relative;}

.tabcontent42 .card,
.tabcontent5 .card{
    width: 3.68rem;
    height: 3.75rem;
    float: left;
    margin-right: 0.05rem;
    border-bottom: none;
    margin-bottom: 0.15rem;
}
.tabcontent42 .card:nth-child(even),
.tabcontent5 .card:nth-child(even){
    margin: 0 0 0.15rem;
}
.tabcontent42 .tb5con .cardTitle,
.tabcontent5 .cardTitle{
    width: 3.5rem;
    position: initial;
    top: 0;
    padding: 0 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0.1rem 0;
}
.tabcontent42 .newsimg,
.tabcontent5 .newsimg {
    height: 2.1rem;
}
.tabcontent42 .btmspan,
.tabcontent5 .btmspan {
    margin-top: 0;
    position: absolute;
    bottom: 0.1rem;
    left: 0.1rem;
}

title{
    text-align: center !important;
}
