/*
    * @time Wed Mar 22 2023 11:02:57 GMT+0800 (中国标准时间)
    */
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.domPc {
    display: block
}

.domMob,
.domMobile {
    display: none
}

body {
    background: #f9f9f9
}

body .top .part {
    width: 1200px;
    margin: 0 auto
}

body .video_nav {
    width: 1200px;
    margin: 15px auto 0
}

body .video_nav a {
    display: block;
    float: left;
    padding-left: 22px;
    margin-left: 6px;
    position: relative;
    font-size: 18px;
    line-height: 36px;
    color: #373737
}

body .video_nav .tbstop {
    float: right
}

body .video_nav .logo {
    padding: 0;
    margin: 0
}

body .video_nav .logo img {
    width: 110px;
    height: auto
}

body .video_nav .xhjz::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(//www.news.cn/videopro/images/video_icon01_v1.png) 0 0 no-repeat;
    left: 0;
    top: 2px
}

body .video_nav .xhyzb {
    padding-left: 24px
}

body .video_nav .xhyzb::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 20px;
    background: url(//www.news.cn/videopro/images/video_icon02_v1.png) 0 0 no-repeat;
    left: 0;
    top: 2px
}

body .video_nav .xhh::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(//www.news.cn/videopro/images/video_icon03_v1.png) 0 0 no-repeat;
    left: 0;
    top: 3px
}

body .video_nav .mtcygc {
    padding-left: 42px
}

body .video_nav .mtcygc::before {
    content: '';
    position: absolute;
    width: 38px;
    height: 20px;
    background: url(//www.news.cn/videopro/images/video_icon04_v1.png) 0 0 no-repeat;
    left: 0;
    top: 2px
}

body .video_nav .jmk::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(//www.news.cn/videopro/images/video_icon05_v1.png) 0 0 no-repeat;
    left: 0;
    top: 2px
}

body .video_nav .jlp::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(//www.news.cn/videopro/images/video_icon06_v1.png) 0 0 no-repeat;
    left: 0;
    top: 2px
}

body .video_nav .xhykt {
    padding-left: 24px
}

body .video_nav .xhykt::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 20px;
    background: url(//www.news.cn/videopro/images/video_icon07_v1.png) 0 0 no-repeat;
    left: 0;
    top: 2px
}

body .video_nav .fyzg {
    padding-left: 24px
}

body .video_nav .fyzg::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 20px;
    background: url(//www.news.cn/videopro/images/video_icon08_v1.png) 0 0 no-repeat;
    left: -6px;
    top: 4px
}

body .video_banner {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px auto 40px;
    position: relative
}

body .video_banner .user_name {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: 50%;
    width: 300px;
    bottom: 100px;
    margin-left: -150px;
    color: #fff;
    text-shadow: 2px 2px 10px #f1f1f1
}

body .video_banner .user_text {
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 50%;
    width: 300px;
    bottom: 60px;
    margin-left: -150px;
    color: #fff;
    text-shadow: 2px 2px 10px #f1f1f1
}

body .video_banner .user_pic {
    width: 100%;
    height: auto
}

body .video_list {
    width: 1260px;
    margin: 0 auto
}

body .video_list ul {
    margin: 0 auto
}

body .video_list ul li {
    float: left;
    width: 285px;
    margin: 0 15px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px #ccc;
    -moz-box-shadow: 0 2px 10px #ccc;
    box-shadow: 0 2px 10px #ccc;
    overflow: hidden
}

body .video_list ul li .list-pic {
    position: relative
}

body .video_list ul li .list-pic img {
    width: 100%;
    /* height: auto; */
    height: 160px;
}

body .video_list ul li .list-pic .bg {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    height: 40px;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10
}

body .video_list ul li .list-pic .time {
    position: absolute;
    bottom: 6px;
    right: 10px;
    color: #fff;
    z-index: 99
}

body .video_list ul li .list-tit {
    margin: 10px 15px;
    line-height: 1.8em;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

body .video_list .btn_more {
    text-align: center;
    margin: 40px 0;
    overflow: hidden
}

body .video_list .btn_more span {
    margin: 0 auto;
    background: #fff;
    border: 1px #158bcb solid;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    width: 120px;
    color: #158bcb;
    cursor: pointer
}

body .video_list .btn_more span:hover {
    background: #158bcb;
    color: #fff
}

body .videoDetail .player-container {
    width: 100% !important;
    height: 530px !important
}

body .videoDetail #detailContent p {
    line-height: 2em;
    margin-bottom: 25px
}

body .videoDetail #detailContent p img {
    max-width: 100%;
    height: auto
}

body .videoDetail .part_video {
    margin: 0 auto;
    height: 650px;
    margin: 10px auto 0;
    background: url(../images/detail-bg.jpg) 50% 0 no-repeat
}

body .videoDetail .video_player {
    width: 1200px;
    margin: 0 auto
}

body .videoDetail .video_player .vide_player_content {
    background: #0a2564;
    overflow: hidden
}

body .videoDetail .video_player .vide_player_content .video_player_left {
    float: left;
    width: 940px;
    height: 529px;
    margin: 4px
}

body .videoDetail .video_player .vide_player_content .video_player_left iframe {
    width: 940px;
    height: 529px
}

body .videoDetail .video_player .vide_player_content .video_player_right {
    float: right;
    width: 245px
}

body .videoDetail .video_player .vide_player_content .video_player_right h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
    border-bottom: 1px dashed #2b52ac;
    color: #fff
}

body .videoDetail .video_player .vide_player_content .video_player_right h3 a {
    color: #fff
}

body .videoDetail .video_player .vide_player_content .video_player_right h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 46px;
    color: #3270ff
}

body .videoDetail .video_player .vide_player_content .video_player_right .vidoe_right_list {
    height: 425px;
    color: #fff;
    overflow: auto
}

body .videoDetail .video_player .vide_player_content .video_player_right .vidoe_right_list::-webkit-scrollbar {
    width: 10px;
    height: 1px
}

body .videoDetail .video_player .vide_player_content .video_player_right .vidoe_right_list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    background: #1848b6
}

body .videoDetail .video_player .vide_player_content .video_player_right .vidoe_right_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ededed
}

body .videoDetail .video_player .vide_player_content .video_player_right .vidoe_right_list li {
    height: 67px;
    overflow: hidden;
    margin-bottom: 10px;
    clear: both
}

body .videoDetail .video_player .vide_player_content .video_player_right .vidoe_right_list li .pic {
    float: left;
    margin-right: 5px
}

body .videoDetail .video_player .vide_player_content .video_player_right .vidoe_right_list li .title a {
    font-size: 14px;
    color: #fff
}

body .videoDetail .video_player .vide_player_content .video_player_right .vidoe_right_list li img {
    width: 120px;
    height: 67px
}

body .videoDetail .video_player .video_player_title h1 {
    font-size: 24px;
    color: #fff;
    line-height: 2em;
    margin: 15px 0 5px 0;
    padding: 0 10px
}

body .videoDetail .video_player .video_player_title .info {
    color: #a9b8dc
}

body .videoDetail .video_player .video_player_title .info .source {
    display: inline-block;
    margin-right: 50px
}

body .videoDetail .video_player .video_player_title .info .time {
    display: inline-block;
    background: url(../images/detail-time.png) 0 50% no-repeat;
    padding-left: 20px
}

body .videoDetail .video_detail {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    background: #fff
}

body .videoDetail .video_detail .content {
    line-height: 1.8em;
    padding: 15px 30px
}

body .videoDetail .jctj .content li {
    float: left;
    width: 200px;
    margin: 0 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

body .videoDetail .jctj .content li .list-pic img {
    width: 100%
}

body .videoDetail .jctj .content li .list-tit {
    margin: 10px;
    line-height: 1.6em;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media screen and (max-width:768px) {
    .domPc {
        display: none
    }

    .domMob,
    .domMobile {
        display: block
    }

    body .videoDetail .player-container {
        width: 100% !important;
        height: 100% !important
    }

    body .video_banner {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 10px auto 20px;
        position: relative
    }

    body .video_banner .user_name {
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        color: #fff;
        position: absolute;
        left: 50%;
        width: 300px;
        bottom: 50px;
        margin-left: -150px;
        color: #fff;
        text-shadow: 2px 2px 10px #f1f1f1
    }

    body .video_banner .user_text {
        text-align: center;
        font-size: 18px;
        color: #fff;
        position: absolute;
        left: 50%;
        width: 300px;
        bottom: 10px;
        margin-left: -150px;
        color: #fff;
        text-shadow: 2px 2px 10px #f1f1f1
    }

    body .video_banner .user_pic {
        width: 100%;
        height: auto
    }

    body .video_list {
        width: 100%
    }

    body .video_list ul li {
        float: left;
        width: 92%;
        margin: 0 4% 30px;
        -webkit-box-shadow: 0 2px 10px #f1f1f1;
        -moz-box-shadow: 0 2px 10px #f1f1f1;
        box-shadow: 0 2px 10px #f1f1f1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    body .videoDetail .part_video {
        height: 100%;
        margin: 10px auto 0;
        background: url(../images/detail-bg.jpg) 50% 0 no-repeat
    }

    body .videoDetail .part_video .video_player {
        width: 100%;
        margin: 0 auto
    }

    body .videoDetail .part_video .video_player .vide_player_content {
        background: #0a2564;
        overflow: hidden
    }

    body .videoDetail .part_video .video_player .vide_player_content .video_player_left {
        float: left;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 4px
    }

    body .videoDetail .part_video .video_player .vide_player_content .video_player_left iframe {
        display: none
    }

    body .videoDetail .part_video .video_player .video_player_title {
        padding-bottom: 15px;
        font-size: 16px
    }

    body .videoDetail .part_video .video_player .video_player_title h1 {
        text-align: center;
        font-size: 18px;
        color: #fff;
        line-height: 2em;
        margin: 5px 0 5px 0
    }

    body .videoDetail .part_video .video_player .video_player_title .info {
        text-align: center;
        color: #a9b8dc
    }

    body .videoDetail .part_video .video_player .video_player_title .info .source {
        display: inline-block;
        margin-right: 50px
    }

    body .videoDetail .part_video .video_player .video_player_title .info .time {
        display: inline-block;
        background: url(../images/detail-time.png) 0 50% no-repeat;
        padding-left: 20px
    }

    body .videoDetail .video_detail {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding-top: 0;
        background: #fff
    }

    body .videoDetail .video_detail .content {
        line-height: 1.8em;
        padding: 10px
    }

    body .videoDetail .video_detail .tit {
        width: 94%;
        overflow: hidden
    }

    body .videoDetail .jctj .content li {
        float: left;
        width: 46%;
        margin: 0 2%;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

    body .videoDetail .jctj .content li:nth-child(5) {
        display: none
    }

    body .videoDetail .jctj .content li .list-pic img {
        width: 100%
    }

    body .videoDetail .jctj .content li .list-tit {
        padding: 0 10px;
        height: auto;
        line-height: 1.6em;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    body .videoDetail .video_related {
        color: #fff;
        background: #1640ac;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px
    }

    body .videoDetail .video_related h3 {
        text-align: center;
        line-height: 2.5em;
        margin-bottom: 15px;
        border-bottom: 1px solid #f1f1f1
    }

    body .videoDetail .video_related h3 a {
        color: #fff;
        font-size: 20px;
        font-weight: 700
    }

    body .videoDetail .video_related li {
        overflow: hidden;
        margin-bottom: 5px;
        clear: both;
        line-height: 1.8em
    }

    body .videoDetail .video_related li .pic {
        float: left;
        margin-right: 10px
    }

    body .videoDetail .video_related li .title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 85px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    body .videoDetail .video_related li .title a {
        font-size: 14px;
        color: #fff
    }

    body .videoDetail .video_related li img {
        width: 140px;
        height: auto
    }

    body .videoDetail .video_related .btn {
        text-align: center;
        margin: 15px 0 15px
    }

    body .videoDetail .video_related .btn a {
        font-size: 14px;
        padding: 5px 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #fff;
        background: #597df5;
        display: inline-block
    }
    body .video_list ul li .list-pic img{
        height: auto;
    }
}
