//tabar相关
.newsListBox{
    padding:0 315px 0 0;
    position:relative;
    min-height:1500px;

}
.newsListBox .leftSideBar{
    position: absolute;
    right:0;
    left:inherit;
    top:0;
    width:300px;
    margin-top: 10px;
}
.newsListBox .leftSideBar .linkFocus{
    width:100%;
    height:130px;
    background:url(../images/linkFocus-1024.jpg) 0 0 /cover no-repeat;
    margin-bottom: 20px;
}
.newsListBox .leftSideBar .linkFocus a{
    display: block;
    width:100%;
    height:100%;
}
.newsListBox .rightSideBar{
    position: absolute;
    right:0;
    top:455px;
    width:300px;
}
.newsListBox .hotSearch {
    border: 1px solid #efefef;
    margin: 20px 0;
}

.newsListBox .hotSearch h1 {
    padding: 12px 0;
    background: #f8f8f8;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.newsListBox .hotSearch .searchForm {
    padding: 10px 20px;
    position: relative;
}

.newsListBox .hotSearch .searchForm input {
    border: 1px solid #dcdddd;
    border-radius: 5px;
    padding: 8px 40px 8px 20px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    position: relative;
    z-index: 1
}

.newsListBox .hotSearch .searchForm .searchBtn {
    background: url(../images/article-icon-detail.png) 0 -13px no-repeat;
    width: 18px;
    height: 18px;
    font-size: 0;
    position: absolute;
    right: 30px;
    top: 18px;
    cursor: pointer;
    z-index: 5;
}

.newsListBox .hotSearch ul {
    margin: 0 20px 10px 20px;
}
.newsListBox .hotSearch li {
    font-size: 14px;
    color: #595757;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left:8px;
}
.newsListBox .onlineSh{
    position:relative;
    display: none;
}
.newsListBox .onlineSh>.line{
    width: 1px;
    height:100%;
    position: absolute;
    left: 4px;
    top: 78px;
    background: #dcdddd;
}

.newsListBox .onlineSh h1{
    padding: 12px 0;
    background: #f8f8f8;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #efefef;
}
.newsListBox .onlineSh>.content{
    height:950px;
    overflow: auto;
    margin-top:15px;
}
.newsListBox .onlineSh>.content::-webkit-scrollbar{
    /*滚动条整体样式*/
    width:5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height:1px;
}

.newsListBox .onlineSh>.content::-webkit-scrollbar-thumb{
    /*滚动条中的滚动块*/
    border-radius:10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background:#ddd;
}

.newsListBox .onlineSh>.content::-webkit-scrollbar-track{
    /*滚动条里面的轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius:10px;
    background:#f9f9f9;
}
.newsListBox .onlineSh>.content .date{width:100%;height:25px;padding-left:25px;background:url(../images/onlineSH-date-bg.png) no-repeat;font-size:14px;line-height:1.5;color:#595757;font-weight:bold}.newsListBox .onlineSh>.content .date a{font-size:14px;line-height:1.5;color:#595757;font-weight:bold}
.newsListBox .onlineSh>.content .title{width:215px;padding-left:25px;margin:15px 0;font-size:14px;line-height:1.8;color:#595757;font-weight:bold;}
.zbsh.newsListBox .onlineSh>.content .title a{font-size:14px;line-height:1.5;color:#595757;font-weight:bold}
.newsListBox .onlineSh>.content .img{width:215px;height:auto;padding-left:25px;margin-bottom:15px;}
.newsListBox .onlineSh>.content .img img{width:100%;height:100%;}
.newsListBox .onlineSh>.content .zy{width:215px;padding-left:25px;font-size:14px;line-height:1.5;color:#595757;}
.newsListBox .onlineSh>.content .zy a{font-size:14px;line-height:1.5;color:#595757;}
.newsListBox .onlineSh>.content .line{width:200px;height:1px;background:#eee;margin:15px 0 15px 40px;}
.newsListBox .onlineSh>.content .dzly{width:215px;padding-left:25px;margin-bottom:20px;text-align:right}
.newsListBox .onlineSh>.content .dzly .z1{display:inline-block;background:url(xin.gif) 0 center no-repeat;font-size:14px;line-height:1.5;color:#595757;font-weight:bold;padding-left:20px;cursor:pointer}
.newsListBox .onlineSh>.content  .dzly .z1 span{padding:0 5px;font-size:14px;line-height:1.5;color:#595757;font-weight: normal}
.newsListBox .onlineSh>.content .dzly .z2{display:inline-block;padding-left:10px;font-size:14px;line-height:1.5;color:#595757;font-weight:bold;}
.newsListBox .onlineSh>.content .dzly .z2 a{font-size:14px;line-height:1.5;;color:#595757;font-weight:bold;}
.newsListBox .onlineSh>.content .gdbb .img img{cursor:pointer}

.newsListBox .focusNewsBox {
    margin-bottom: 40px;
}

.newsListBox .focusNewsBox h1 {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    letter-spacing: 10px;
    font-weight: normal;
    margin-bottom:20px;
}

.newsListBox .focusNewsBox h1 span {
    display: inline-block;
    vertical-align: middle;
}

.newsListBox .focusNewsBox h1:before {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/article-icon-detail.png) 0 0 no-repeat;
    margin-right: 15px;
}

.newsListBox .focusNewsBox h1:after {
    content: "";
    height: 11px;
    width: 71px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/article-icon-detail.png) 0 -165px no-repeat;
    margin-left: 15px;
}

.newsListBox .focusNews {
    position: relative;
    margin-bottom:25px;
    display: block;
}

.newsListBox .focusNews img {
    position: relative;
    z-index: 1;
    width: 100%;
}

.newsListBox .focusNews .title {
    width: 100%;
    text-align: center;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 5;
    font-size: 14px;
}
.newsListBox .tabBar{
    position:relative;
    padding-right:30px;
}
.newsListBox .tabBar.noMoreTab{
    padding-right:0;
}
.newsListBox .tabBar ul{
    font-size:0;
    border-bottom:2px solid #efefef;
    white-space: nowrap;
    overflow: hidden;

}
.newsListBox .tabBar ul li{
    display: inline-block;
    vertical-align: top;
    /*width:16.66%;*/
    height:60px;
    color:#595757;
    font-size:18px;
    line-height: 60px;
    text-align: center;
    position:relative;
    cursor: pointer;
    white-space: nowrap;
    padding:0 5px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}
.newsListBox .tabBar ul li.on{
    font-weight: bold;
}
.newsListBox .tabBar ul li.on:after{
    content:"";
    position:absolute;
    font-size:0;
    display: block;
    height:4px;
    background:#0085d0;
    bottom:-2px;
    left:0;
    width:100%;
}
.newsListBox .tabBar .more{
    position:absolute;
    right:0;
    top:25px;
    width:15px;
    height:15px;
    cursor: pointer;
}
.newsListBox .tabBar .more.next{
    background:url(../images/tab-more-next-btn.png) 0 0  /contain no-repeat;
}
.newsListBox .tabBar .more.prev{
    right:15px;
    background:url(../images/tab-more-prev-btn.png) 0 0  /contain no-repeat;
}


.newsListBox .tabBar .more.mobile,.newsListBox .tabBar ul#tabBarAll{
    display: none;
}
.newsListBox .newslist ul li.video .video-snap{
    position:relative;
    display: block;
}
.newsListBox .newslist ul li.video .video-snap .playBtn{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:5;
    background: url("../images/video-play-btn.png") center center /50px 50px no-repeat;
}
.newsListBox .newslist ul li.video .video-snap img{
    position:relative;
    z-index:1;
    width:100%;
    display: block;
}
.newsListBox .newslist ul li.video .video-snap .video-time{
    position:absolute;
    right:15px;
    bottom:15px;
    padding:15px;
    background:rgba(0,0,0,0.6);
    color:#fff;
    font-size:14px;
    z-index:5;
}
.newsListBox .newslist ul li.video .title{
    font-size: 20px;line-height:1.5;
    color: #595757;
    margin: 20px auto 20px auto;
}
.newsListBox .newslist ul li.video .other-info .source{
    font-size:14px;line-height:1.5;
    color: #c9caca;
    float: left;
}
.newsListBox .newslist ul li.video .other-info .date{
    font-size:14px;line-height:1.5;
    color: #c9caca;
    float: right;
}

.newsListBox .newslist ul li.video:after {
    content: '';
    display: block;
    clear: both;
    height: 15px;
}

/*more*/
.newsListBox .newslist #more, #rightSideBar #moreVideo{width:100%;height:40px;background:#efefef;text-align:center;font-size:16px;line-height:1.5;color:#b5b5b6;cursor:pointer;overflow:hidden;}

@media screen and (min-width: 1420px) {
    .newsListBox{
        position:relative;
    }
    .newsListBox .focusNews {
        margin-bottom: 0px;
    }
}


/* @media screen and (max-width: 768px) {
    .banner{
        margin:0 -0.3125rem 0 -0.3125rem;
        height:15vw;
        width:auto;
    }
    .banner .title{
        color:#fff;
        font-size:0.747rem;
        line-height: 3.09375rem;
        letter-spacing:0;
    }
    .introduction{
        margin-bottom:0.40625rem;
        height: auto;
        font-size:0.347rem;
        line-height: 0.533rem;
        padding-top:0.40625rem;
        text-indent:2em;
        background:transparent;
        color:#43484d;
    }
    .newsListBox{
        border-top:0;
        padding: 0 0 0 0;
        margin:0 -0.3125rem;
        min-height: inherit;
    }
    .newsListBox .tabBar{
        border-top:1px solid #d9d9d9;
        padding-right: 1.3rem;
        width: 100%;
        position:relative;
    }

    .newsListBox .tabBar .more.mobile{
        display: block;
        position:absolute;
        right: 0;
        top: 0;
        width: 1.3rem;
        height: 100%;
        background: url(../images/arrow-down.png) center center /0.5rem no-repeat;
        z-index:10;
        transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
    }
    .newsListBox .tabBar .more.mobile:before{
        content: "";
        position: absolute;
        width: 0.3rem;
        left: -0.3rem;
        top: 0;
        height: 100%;
        
    }
    .newsListBox .tabBar .more.mobile.showTab{
        transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
    }
    .newsListBox .tabBar .more.mobile.showTab:before{
        content:"";
        background-image:none;
        left:0;
    }
    .newsListBox .tabBar::-webkit-scrollbar, .newsListBox .tabBar ul::-webkit-scrollbar {
        display: none;
    }
    .newsListBox .tabBar ul {
        width: 100% !important;
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        height:1.467rem  ;
        border-right: 0;
        position: relative;
        padding:0.333rem 0;
        box-sizing: border-box;
        border-bottom:0;
    }

    .newsListBox .tabBar ul li{
        overflow: hidden;
        font-size: 0.373rem;
        height: 0.8rem;
        line-height: 0.8rem;
        white-space: nowrap;
        background:transparent;
        color:#221815;
        min-width:2.213rem;
        box-sizing: border-box;
        padding:0 0.373rem;
        text-align: center;
        margin-right:0.05rem;
        margin-left:0;
        width:auto!important;
    }
    .newsListBox .tabBar ul li:first-child{
        margin-left:0.5rem;
    }
    .newsListBox  .tabBar ul li.on{
        background:#e5f6fc;
        color:#00a0e9;
        border-radius: 0.373rem;
        font-weight: normal;
    }
    .newsListBox .tabBar ul li.on:after{
        height: 0;
        background: transparent;
        bottom: 0;
    }
    .newsListBox .tabBar ul#tabBarAll{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        white-space: normal;
        background: #fff;
        z-index: 10;
        padding-right: 1.3rem;
        box-sizing: border-box;
        display: none;
        height: auto;
        border-right: 0
    }
    .newsListBox .tabBar ul#tabBarAll li{
        border-bottom:0;
    }
} */

@media screen and (max-width: 768px) {
    .banner{
        margin:0 -0.3125rem 0 -0.3125rem;
        height:15vw;
        width:auto;
    }
    .banner .title{
        color:#fff;
        font-size:0.498rem;
        line-height: 2.0625rem;
        letter-spacing:0;
    }
    .introduction{
        margin-bottom:0.271rem;
        height: auto;
        font-size:0.231rem;
        line-height: 0.355rem;
        padding-top:0.271rem;
        text-indent:2em;
        background:transparent;
        color:#43484d;
    }
    .newsListBox{
        border-top:0;
        padding: 0 0 0 0;
        margin:0 -0.3125rem;
        min-height: inherit;
    }
    .newsListBox .tabBar{
        border-top:1px solid #d9d9d9;
        padding-right: 0.867rem;
        /* width: 100%; */
        position:relative;
    }

    .newsListBox .tabBar .more.mobile{
        display: block;
        position:absolute;
        right: 0;
        top: 0;
        width: 0.867rem;
        height: 100%;
        background: url(../images/arrow-down.png) center center /0.333rem no-repeat;
        z-index:10;
        transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
    }
    .newsListBox .tabBar .more.mobile:before{
        content: "";
        position: absolute;
        width: 0.2rem;
        left: -0.2rem;
        top: 0;
        height: 100%;
        
    }
    .newsListBox .tabBar .more.mobile.showTab{
        transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
    }
    .newsListBox .tabBar .more.mobile.showTab:before{
        content:"";
        background-image:none;
        left:0;
    }
    .newsListBox .tabBar::-webkit-scrollbar, .newsListBox .tabBar ul::-webkit-scrollbar {
        display: none;
    }
    .newsListBox .tabBar ul {
        width: 100% !important;
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        height:0.978rem;
        border-right: 0;
        position: relative;
        padding:0.222rem 0;
        box-sizing: border-box;
        border-bottom:0;
    }

    .newsListBox .tabBar ul li{
        overflow: hidden;
        font-size: 0.249rem;
        height: 0.533rem;
        line-height: 0.533rem;
        white-space: nowrap;
        background:transparent;
        color:#221815;
        min-width:1.475rem;
        box-sizing: border-box;
        padding:0 0.249rem;
        text-align: center;
        margin-right:0.033rem;
        margin-left:0;
        width:auto!important;
    }
    .newsListBox .tabBar ul li:first-child{
        margin-left:0.333rem;
    }
    .newsListBox  .tabBar ul li.on{
        background:#e5f6fc;
        color:#00a0e9;
        border-radius: 0.249rem;
        font-weight: normal;
    }
    .newsListBox .tabBar ul li.on:after{
        height: 0;
        background: transparent;
        bottom: 0;
    }
    .newsListBox .tabBar ul#tabBarAll{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        white-space: normal;
        background: #fff;
        z-index: 10;
        padding-right: 0.867rem;
        box-sizing: border-box;
        display: none;
        height: auto;
        border-right: 0
    }
    .newsListBox .tabBar ul#tabBarAll li{
        border-bottom:0;
    }
}
    