﻿@charset "utf-8";
.domPC {
    display: block;
}

.domMobile {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.w1200 {
    width: 1200px;
    margin: 0px auto 0;
}

.w1200 .line {
    margin: 20px 0 20px;
}

/* pc导航 */
.video_nav {
    width: 1200px;
    margin: 20px auto 0;
    border-bottom: 3px solid #185ba9;
    /* border-bottom: 3px solid #d9d9d9; */
    padding-bottom: 20px;
}

.video_nav a {
    display: block;
    float: left;
    padding-left: 22px;
    margin-top: 33px;
    margin-left: 31px;
    position: relative;
    font-size: 18px;
    color: #185ba9;
}

.video_nav .logo {
    padding: 0;
    margin: 0;
}

.video_nav .xhjz::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("http://www.news.cn/videopro/images/video_icon01_v1.png") 0 0 no-repeat;
    left: 0;
    top: 2px;
}

.video_nav .xhyzb {
    padding-left: 24px;
}

.video_nav .xhyzb::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 20px;
    background: url("http://www.news.cn/videopro/images/video_icon02_v1.png") 0 0 no-repeat;
    left: 0;
    top: 2px;
}

.video_nav .xhh::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("http://www.news.cn/videopro/images/video_icon03_v1.png") 0 0 no-repeat;
    left: 0;
    top: 3px;
}

.video_nav .mtcygc {
    padding-left: 42px;
}

.video_nav .mtcygc::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 20px;
    background: url("http://www.news.cn/videopro/images/video_icon04_v1.png") 0 0 no-repeat;
    left: 0;
    top: 2px;
}

.video_nav .jmk::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("http://www.news.cn/videopro/images/video_icon05_v1.png") 0 0 no-repeat;
    left: 0;
    top: 2px;
}

.video_nav .jlp::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("http://www.news.cn/videopro/images/video_icon06_v1.png") 0 0 no-repeat;
    left: 0;
    top: 2px;
}

.video_nav .xhykt {
    padding-left: 24px;
}

.video_nav .xhykt::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 20px;
    background: url("http://www.news.cn/videopro/images/video_icon07_v1.png") 0 0 no-repeat;
    left: 0;
    top: 2px;
}

.video_nav .fyzg {
    padding-left: 24px;
}

.video_nav .fyzg::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 20px;
    background: url("http://www.news.cn/videopro/images/video_icon08_v1.png") 0 0 no-repeat;
    left: -6px;
    top: 4px;
}

.videoFixNav {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 99;
}

.videoFixNav ul {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    font-size: 0;
    padding-bottom: 0.4rem;
    -webkit-overflow-scrolling: touch;
}

.videoFixNav ul::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
    display: none;
}

.videoFixNav li {
    position: relative;
    display: inline-block;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: 2.5rem;
    color: #7b7b7b;
}

.videoFixNav li+li {
    margin-left: 0;
}

.videoFixNav li.triangle::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.2rem 0.2rem 0.2rem;
    border-color: transparent transparent #080404 transparent;
    position: absolute;
    left: 50%;
    top: -0.01rem;
    margin-left: -0.2rem;
    /* background: red; */
    z-index: 2;
}

.videoFixNav li.triangle .tbs {
    color: #080404;
    font-weight: bolder;
}

.videoFixNav .tbs.active {
    color: #080404;
    font-weight: bolder;
}

.videoFixNav dl {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    position: absolute;
    bottom: 1.2rem;
    left: 0;
    background: #fff;
    width: 100%;
    height: 0rem;
    font-size: 0;
    -webkit-overflow-scrolling: touch;
}

.videoFixNav dl::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
    display: none;
}

.videoFixNav dl dt {
    position: relative;
    display: inline-block;
    margin-left: 0.44444rem;
    margin-right: .444444rem;
    font-size: .426667rem;
    line-height: .977778rem;
    color: #7b7b7b;
}

.videoFixNav dl.showList {
    height: 1rem;
    transition: all 1s;
}

/* 细览内容区 */
.content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
}

.b_title {
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.ly_time {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
}

.video_box {
    /* width: 874px;
    height: 658px; */
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}

.video_box p {
    display: none !important;
}
#DH-PLAYERID span{
    display: none !important;
}
/* .video_box .player-container {
    width: 874px !important;
    height: 658px !important;
  } */

/* .video_box iframe {
    width: 874px;
    height: 658px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  } */

/* .player-container .play-layer-leftBottom{ left:1rem!important; bottom:1rem!important;} */
.more_vd {
    width: 326px;
    height: 658px;
    background: #26262a;
    margin-top: 10px;
}

.lm_mz {
    font-size: 20px;
    color: #fff;
    margin: 25px;
}

.pic_list {
    width: 304px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.pic_list li {
    overflow: hidden;
    padding-right: 5px;
}

.pic_list li:hover {
    background: #444444;
}

.pic_list li+li {
    margin-top: 25px;
}

.pic_list li img {
    float: left;
    width: 160px;
    height: 93px;
    border-radius: 5px;
    margin-right: 10px;
    /* padding-right: 10px; */
}

.pic_list li .tit {
    height: 75px;
    overflow: hidden;
    font-size: 14px;
    color: #c1c1c0;
    line-height: 18px;
}

.pic_list li .tit a {
    color: #c1c1c0;
}

.pic_list li .time {
    font-size: 12px;
    color: #c1c1c0;
}

.scll_box {
    width: 304px;
    height: 570px;
    overflow: hidden;
    margin: 0 auto;
}

.line {
    width: 100%;
    height: 8px;
    background: url(http://www.xinhuanet.com/video/video20190117xl/images/border_line.png) repeat-x;
    margin: 35px 0;
}

.left_box {
    width: 863px;
    height: 515px;
}

.right_box {
    width: 300px;
    height: 515px;
}

.tj_list {
    list-style: none;
    width: 100%;
    height: 184px;
}

.tj_list li {
    float: left;
    width: 210px;
    height: 184px;
    border-radius: 5px;
    overflow: hidden;
}

.tj_list li+li {
    margin-left: 7px;
}

.tj_list li p {
    font-size: 14px;
    color: #000;
    width: 184px;
    height: 46px;
    background: #f2f2f2;
    padding: 10px 13px;
    line-height: 24px;
    overflow: hidden;
}

.sj_list {
    overflow: hidden;
    list-style: none;
    margin-top: 30px;
}

.sj_list li {
    float: left;
    width: 210px;
    height: 300px;
    overflow: hidden;
    border-radius: 5px;
}

.sj_list li+li {
    margin-left: 7px;
}

.ad01 {
    width: 300px;
    height: 183px;
    border-radius: 5px;
    overflow: hidden;
}

.ad02 {
    width: 300px;
    height: 300px;
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {

    .domPC {
        display: none;
    }

    .domMobile {
        display: block;
    }

    .content {
        width: auto;
        height: auto;
        padding: 0 2%;
        margin: 0 auto;
        margin-top: 2%;
    }

    .b_title {
        font-size: 24px;
        color: #000;
        font-weight: normal;
        text-align: center;
        font-weight: bold;
    }

    .ly_time {
        font-size: 14px;
        color: #acacac;
        margin-top: 15px;
        text-align: center;
    }

    .video_box {
        width: 100%;
        /* height: 5.5rem; */

        overflow: hidden;
        margin-top: 20px;
    }

    /* .video_box .player-container {
      width: 100% !important;
      height: 5.5rem !important;

    } */

    /* .video_box iframe {
      width: 100%;
      height: 200px;
    } */

    .more_vd {
        width: 326px;
        height: 658px;
        background: #26262a;
        margin-top: 20px;
    }

    .lm_mz {
        font-size: 20px;
        color: #fff;
        margin: 25px;
    }

    .line {
        margin: 15px 0;
    }

    .left_box {
        width: 100%;
        height: auto;
    }

    .tj_list {
        list-style: none;
        width: 100%;
        height: auto;
    }

    .tj_list li {
        float: left;
        width: 46%;
        height: auto;
        overflow: hidden;
        margin: 0 2% 2% 2%;
    }

    .tj_list li+li {
        margin-left: 2%;
    }

    .tj_list li img {
        width: 100%;
        height: 105px;
    }

    .tj_list li p {
        font-size: 14px;
        color: #000;
        width: auto;
        height: auto;
        background: #f2f2f2;
        padding: 8px 8px;
        line-height: 20px;
        height: 50px;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .tj_list li p a {
        color: #000;
        display: block;
        /* height: 48px; */
        overflow: hidden;
    }

    .sj_list {
        overflow: inherit;
        width: 96%;
        margin: 0 auto;
    }

    .sj_list li {
        width: 48%;
        height: auto;
        overflow: hidden;
        margin-top: 15px;
    }

    .sj_list li+li {
        margin-left: 4%;
    }

    .sj_list li img {
        width: 100%;
        height: auto;
    }

    .video_box p {
        font-size: 20px;
        line-height: 36px;
        text-align: left;
    }

    .foot .lib-foot {
        padding: 20px 0 60px;
    }
}