/** 容器 **/

.container {
    width: 1710px;
}


/*导航栏*/

.ckj_head {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1000px;
    height: 68px;
    color: #666;
    font-size: 12px;
}

.ckj_head_absolute {
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.ckj_head .head_inner {
    width: 1710px;
    height: 68px;
    margin: 0 auto;
    position: relative;
}

.ckj_logo {
    position: relative;
    width: 135px;
    margin-top: 16px;
    float: left;
    overflow: hidden;
}

.ckj_head_absolute .link_logo {
    background-position: 0 0;
}

.ckj_head_absolute .link_logo {
    -webkit-filter: drop-shadow(0 0 2px rgba(17, 18, 38, .2));
    filter: drop-shadow(0 0 2px rgba(17, 18, 38, .2));
}

.ckj_logo .link_logo {
    display: block;
    width: 135px;
    height: 36px;
    background: url(../images/logoi.png);
    background-size: contain;
    text-indent: -300px;
}

.ckj_channel {
    position: relative;
    margin: 22px 0 0 30px;
    float: left;
    font-size: 0;
    letter-spacing: -3px;
    line-height: 26px;
}

.ckj_channel ul {
    padding: 0px;
}

.ckj_channel li {
    float: left;
}

.ckj_channel .channel_nav {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    color: #fff;
    font-size: 15px;
    letter-spacing: normal;
    vertical-align: top;
}

.ckj_channel .current {
    padding-left: 24px;
    color: #ff5c38;
    font-size: 18px;
    font-weight: 700;
}

.ckj_head a {
    text-decoration: none;
}

.ckj_channel .channel_more {
    display: inline-block;
    position: relative;
    height: 26px;
    padding-right: 24px;
    color: #111;
    font-size: 15px;
    letter-spacing: normal;
    vertical-align: top;
    white-space: nowrap;
    display: none;
}

.mod_search {
    position: absolute;
    top: 14px;
    right: 375px;
    width: 428px;
    height: 38px;
    border: 1px solid #ff5c38;
    border-radius: 20px;
}

.ckj_head_absolute .mod_search {
    left: 60%;
    margin-left: -215px;
    border-color: transparent;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    box-shadow: 0 4px 18px rgb(17 18 38 / 7%);
    transition: max-width .2s ease;
}

.ckj_head_sticky .mod_search {
    left: auto;
    margin-left: auto;
    border-color: #ff5c38;
}

.mod_search .search_form {
    position: relative;
    width: 100%;
    height: 100%;
}

.mod_search .search_label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

.mod_search .search_keywords {
    position: relative;
    height: 100%;
    margin: 0 164px 0 20px;
}

.mod_search .search_input {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    color: #999;
    font-size: 15px;
    line-height: 40px;
}

.site_head_absolute .mod_search .search_input {
    color: #fff;
    text-shadow: 0 0 2px rgb(17 18 38 / 20%);
}

.site_head_sticky .mod_search .search_input {
    color: #999;
    text-shadow: none;
}

.mod_search .search_btn {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    width: 90px;
    height: 40px;
    padding-right: 6px;
    border: none;
    border-radius: 0 20px 20px 0;
    outline: 0;
    background: #ff5c38;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    cursor: pointer;
}

.mod_quick {
    z-index: 99;
    position: absolute;
    top: 19px;
    right: 40px;
}


/* 热门搜索 */

.mod_smartbox {
    right: 15px;
    left: 15px;
    width: auto;
    min-width: 248px;
}

.mod_smartbox {
    z-index: 10;
    position: absolute;
    width: 398px;
    border-radius: 4px;
    background: #fff;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 28px 50px rgb(25 24 40 / 35%);
}

.sb_hot {
    padding-bottom: 10px;
}

.mod_smartbox .sb_head {
    position: relative;
    margin: 10px 10px 5px;
    overflow: hidden;
    color: #999;
    font-size: 14px;
}

.none {
    display: none !important;
}

.sb_hot .sb_item {
    display: block;
    margin: 0 5px;
}

.sb_hot .sb_item a {
    display: block;
    padding: 5px;
    overflow: hidden;
    border-radius: 2px;
    color: #111;
    font-size: 14px;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sb_hot .sb_item_1 .sb_num {
    background-color: #ff183e;
}

.sb_hot .sb_item_2 .sb_num {
    background-color: #ff5c38;
}

.sb_hot .sb_item_3 .sb_num {
    background-color: #ffb821;
}

.sb_hot .sb_item a:hover {
    background-color: #eee
}

.sb_hot .sb_num {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 4px;
    border-radius: 2px;
    background-color: #7f7f8c;
    color: #fff;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
}

.mod_quick .quick_item {
    margin: 0 10px;
    float: left;
}

.mod_pop_user {
    right: -20px;
    width: 396px;
}

.mod_quick_pop {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 10;
    position: absolute;
    top: 46px;
    right: 0;
    width: 310px;
    user-select: none;
}

.quick_user {}

.mod_pop_user .quick_pop_user {
    color: #999;
    font-size: 14px;
    line-height: 26px;
}

.mod_quick_pop .pop_info_content {
    z-index: 2;
    position: relative;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 28px 50px rgb(25 24 40 / 35%);
}

.mod_pop_user .quick_vip_meta {
    position: absolute;
    right: 12px;
    bottom: 10px;
    left: 12px;
}

.mod_pop_user .vip_now {
    float: left;
    color: #111;
    line-height: 26px;
}

.quick_link {
    float: left;
    height: 46px;
}

.quick_user_avatar {
    height: 30px;
}

.mod_pop_user .vip_next {
    float: right;
}

.mod_pop_user .quick_pop_user_hd {
    position: relative;
    height: 85px;
    padding: 5px 12px 0;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    background: url(/tencentvideo/vstyle/web/v6/style/img/common/site_head/mod_pop_user/pop_user_bg.png) 0 0 no-repeat;
    background-image: -webkit-image-set(url(/tencentvideo/vstyle/web/v6/style/img/common/site_head/mod_pop_user/pop_user_bg@2x.png) 2x);
}

.mod_pop_user .quick_pop_user_bd p{
    text-align:center;
    float:left;
    width:50%;
}

    .mod_pop_user .quick_pop_user_bd p span{
        float:left;
        width:100%
    }

    .mod_pop_user .btn_em,
    .mod_pop_user .btn_vip_em,
    .mod_pop_user .btn_vip_normal {
        display: inline-block;
        min-width: 50px;
        padding: 0 10px;
        border-radius: 12px;
        background: #e3b54c;
        color: #fff;
        line-height: 24px;
        text-align: center;
    }

.mod_pop_user .account_type {
    display: inline-block;
    padding-right: 3px;
    color: #111;
    font-size: 14px;
    letter-spacing: normal;
    vertical-align: top;
}

.site_slider {
    z-index: 1;
    position: relative;
    height: 500px;
    margin-bottom: 30px;
    overflow: hidden;
    margin-top:-15px;
    background: #000;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}


/** 今日热门 */

.mod_row_box {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.mod_row_box .mod_bd,
.mod_row_box .mod_hd {
    z-index: 2;
    position: relative;
    width: 1710px;
    margin: 0 auto;
    overflow:hidden;
}

.mod_bd .mod_title {
    display: inline-block;
    position: relative;
    height: 40px;
    margin: 0 10px 20px 0;
    color: #111;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    vertical-align: top;
    white-space: nowrap;
}

.mod_figure {
    position: relative;
    margin-right: -18px;
    font-size: 0;
}

.mod_figure_default .list_item {
    width: 198px;
}

.mod_figure .list_item {
    *zoom: 1;
    display: inline-block;
    *display: inline;
    position: relative;
    margin: 0 18px 40px 0;
    padding: 0;
    color: #999;
    font-size: 12px;
    letter-spacing: normal;
    vertical-align: top;
    white-space: nowrap;
}
.mod_row_boxs{
    margin-top:-40px;
}
.mod_figure_default .figure,
.mod_figure_default .figure_keyframes {
    width: 198px;
    height: 111px;
}

.mod_figure .figure_pic {
    transition: box-shadow .15s linear, -webkit-filter .3s ease-out;
}

.mod_figure_1f2r .figure_focus .figure_detail {
    -webkit-box-pack: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
    height: 85px;
    padding: 10px 10px 10px 20px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient( 180deg,#000,#000);
    background: linear-gradient( 180deg,rgba(0,0,0,0),rgba(0,0,0,.6));
    color: #fff;
}

.mod_figure_1f2r .figure_focus .figure_title {
    font-size: 18px;
    line-height: 20px;
}

    .mod_figure_1f2r .figure_focus .figure_title a{
        color:#FFF;
    }

    .figure .figure_pic {
        -o-object-fit: cover;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
        background: #f8f8f8;
        background-color: #ececec;
        background-color: rgba(236, 236, 236, .1);
    }

.figure .figure_pics {
    -o-object-fit: cover;
    display: block;
    height: 100%;
    margin:auto;
    border-radius: 4px;
    background: #f8f8f8;
    background-color: #ececec;
    background-color: rgba(236, 236, 236, .1);
}

.figures{
    background:#000;
}

.figure_detail_two_row {
    overflow: hidden;
}

.figure_title {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 14px;
}

.figure_title_two_row {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    display: -webkit-box;
    height: auto;
    max-height: 44px;
    overflow: hidden;
    letter-spacing: 1px;
    line-height: 23px;
    white-space: normal;
    word-break: break-all;
}

.mod_figure .figure {
    border-radius: 4px;
}

.btn08 {
    position: relative;
    cursor: pointer;
}

.btn08 img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.btn08 .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn08 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn08 .buttons .fa {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: transparent;
}

    .btn08 .buttons .fa img {
        margin-left:-17px;
        margin-top:-10px;
    }

    .btn08:hover .buttons .fa {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        color: rgba(50, 50, 50, 0.9);
    }

.btn08:hover .ovrly {
    opacity: 1;
}


/** 文旅新闻 **/

.mod_figure_1fp2r .mod_focus_player {
    position: relative;
    width: 630px;
    height: 378px;
    margin: 0 18px 0 0;
    float: left;
    overflow: hidden;
    border-radius: 4px;
}

.mod_focus_player .figure {
    width: 630px;
    height: 378px;
}

.mod_figure_1fp2r .figure_2row {
    width: 1075px;
    float: left;
    overflow: hidden;
    height: 378px;
}

.mod_figure_1fp2r .mod_figure {
    margin-right: -7px;
    margin-bottom: 0;
}

.mod_figure_h_default_2row {
    max-height: 378px;
}

.mr20 {
    margin-top:20px;
}

.mod_row_box_special {
    width: 100%;
    margin: 0 auto 40px;
}

.mod_ad_spread {
    zoom: 1;
    position: relative;
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
}

.mod_ad_spread img {
    width: 100%;
}


/** 秒视 **/
.mySwiper .list_item {
    margin:0px
}

.swiper-button-next{
    margin-right:20px;
}

.mod_figure_v_default {
    overflow: hidden;
}

.mod_figure_v_default .list_item {
    width: 198px;
}

.mod_figure_v_default .figure,
.mod_figure_v_default .figure_keyframes {
    width: 198px;
    height: 277px;
}


/* 必要布局样式css */

.cloud-banner {
    position: relative;
    min-width: 1200px;
    background: #0af url(../images/cloud-back.jpg) no-repeat center;
    height: 180px;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.cloud-bubble-one {
    position: absolute;
    top: -120px;
    left: 50%;
    z-index: 10;
    margin-left: -120px;
    width: 240px;
    height: 240px;
    background: url(../images/cloud-back-bule1.png);
    animation: bubble-animate-1 linear 10s infinite;
}

.cloud-bubble-two {
    position: absolute;
    top: 50px;
    left: 34%;
    z-index: 11;
    width: 360px;
    height: 360px;
    background: url(../images/cloud-back-bule2.png);
    animation: bubble-animate-2 linear 12s infinite;
}

.cloud-bubble-three {
    position: absolute;
    top: 50px;
    left: 48%;
    z-index: 12;
    width: 300px;
    height: 300px;
    background: url(../images/cloud-back-bule3.png);
    animation: bubble-animate-3 linear 11s infinite;
}

@keyframes bubble-animate-1 {
    from {
        top: -120px
    }
    50% {
        top: -180px
    }
    to {
        top: -120px
    }
}

@keyframes bubble-animate-2 {
    from {
        top: 50px;
        left: 34%
    }
    50% {
        top: 80px;
        left: 24%
    }
    to {
        top: 50px;
        left: 34%
    }
}

@keyframes bubble-animate-3 {
    from {
        top: 50px;
        left: 48%
    }
    50% {
        top: 80px;
        left: 58%
    }
    to {
        top: 50px;
        left: 48%
    }
}

.cloud-bubble-text {
    position: relative;
    padding-top: 66px;
    z-index: 20;
    font-size: 24px;
}

.cloud-bubble-link {
    position: relative;
    z-index: 20;
}

.cloud-bubble-link a {
    display: inline-block;
    margin-top: 24px;
    width: 220px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #fff;
    color: #fff;
}

.cloud-bubble-link a:hover {
    color: #333;
    background-color: #fff;
}

.cloud-footer {
    min-width: 1200px;
    background-color: #2b373d;
    font-family: "Microsoft Yahei";
}

.cloud-footer-box {
    width: 1200px;
    margin: 0 auto;
}

.cloud-footer-feature {
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #414b51
}

.cloud-footer-feature ul li {
    float: left;
    width: 25%;
    height: 120px;
}

.cloud-footer-feature ul li a {
    white-space: nowrap;
    display: block;
    line-height: 120px;
    padding-left: 110px;
    background-repeat: no-repeat;
    background-position: 50px center;
    font-size: 18px;
    color: #fff;
}

.feature-item001 a {
    background-image: url("../images/icon-item001.png")
}

.feature-item002 a {
    background-image: url("../images/icon-item002.png")
}

.feature-item003 a {
    background-image: url("../images/icon-item003.png")
}

.feature-item004 a {
    background-image: url("../images/icon-item004.png")
}

.cloud-footer-nav {
    width: 100%;
    padding: 40px 0 62px;
}

.cloud-footer-nav-logo {
    width: 32%;
    float: left;
}

.cloud-comm {
    padding-left: 20px;
}

.cloud-comm-logo {
    height: 40px;
    background: url(http://www.cttv.co/x/images/logoi.png) no-repeat left;
    background-size: 115px;
}

.cloud-comm-logo span {
    display: inline-block;
    margin-left: 136px;
    margin-top: -5px;
    width: 126px;
    height: 40px;
    /**
  background: url(../images/icon-gif.gif) no-repeat left;
  **/
}

.cloud-info {
    margin-top: 20px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
}

.cloud-info .lo {
    font-size: 20px;
}

.cloud-share {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    position: relative;
}

.cloud-share>p {
    width: 132px;
    height: 132px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.wei-xin {
    position: absolute;
    top: -145px;
    left: 24px;
    background-image: url(../images/icon-ewm.jpg);
    display: none;
    background-size: 132px;
}

.corner {
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -20px;
    right: 50%;
    margin-right: -10px;
    z-index: 10;
}

.wei-bo {
    position: absolute;
    top: -145px;
    left: -32px;
    background-image: url(../images/wb.png);
    display: none;
    background-size: 132px;
}

.cloud-share ul li {
    float: left;
    margin-left: 15px;
    width: 40px;
    height: 40px;
}

.cloud-share ul li a {
    display: block;
}

.cloud-share ul li a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 40px;
}

.cloud-share ul li .icon-blog {
    background-image: url(../images/wb1.png);
}

.cloud-share ul li .icon-blog:hover {
    background-image: url(../images/wb2.png);
}

.cloud-share ul li .icon-wei {
    background-image: url(../images/wx1.png);
}

.cloud-share ul li .icon-wei:hover {
    background-image: url(../images/wx2.png);
}

.cloud-share ul li .icon-qq {
    background-image: url(../images/qq1.png);
}

.cloud-share ul li .icon-qq:hover {
    background-image: url(../images/qq2.png);
}

.cloud-share ul li .icon-mail {
    background-image: url(../images/yx1.png);
}

.cloud-share ul li .icon-mail:hover {
    background-image: url(../images/yx2.png);
}

.cloud-footer-nav-list {
    width: 68%;
    height: 100%;
    border-left: 1px solid #414b51;
    padding-left: 20px;
    float: left;
}

.cloud-footer-nav-list ul {
    float: left;
    width: 25%;
}

.list-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 30px;
}

.cloud-footer-nav-list ul li {
    line-height: 30px;
}

.cloud-footer-nav-list ul li a {
    color: #819199;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.cloud-footer-nav-list ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.cloud-copyright {
    width: 100%;
    border-top: 1px solid #212a2f;
    padding: 20px 0;
    text-align: center;
}

.cloud-copyright p {
    text-align: center;
    color: #819199;
    font-size: 12px;
    line-height: 25px;
}

.cloud-copyright p a {
    color: #819199;
}

.cloud-copyright p a:hover {
    text-decoration: underline;
}

/*分页*/
.page {
    padding: 1rem;
    margin: 3rem auto;
    border-radius: 0.2rem;
    counter-reset: pagination;
    text-align: center;
}

    .page:after {
        clear: both;
        content: "";
        display: table;
    }

    .page ul {
        width: 100%;
    }




.pagination ul, .pagination ul li {
    list-style: none;
    display: inline;
    padding-left: 0px;
}

.pagination li {
    counter-increment: pagination;
    margin:5px;
}

    .pagination li:hover a {
        color: #fdfdfd;
        background-color: #1d1f20;
        border: solid 1px #1d1f20;
    }

    .pagination li.active a {
        color: #fdfdfd;
        background-color: #1d1f20;
        border: solid 1px #1d1f20;
    }




    .pagination li a{
        border: solid 1px #d6d6d6;
        border-radius: 0.2rem;
        color: #7d7d7d;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        padding: 0.5rem 0.9rem;
    }

    .pagination li span {
        border-radius: 0.2rem;
        color: #7d7d7d;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        padding: 0.5rem 0.9rem;
        color: #fdfdfd;
        background-color: #1d1f20;
        border: solid 1px #1d1f20;
    }




/*播放页面*/

.videoplay {
    background: #000;
    min-height: 800px;
    padding-top: 100px;
    margin-top:-15px;
}

.my-player {
    width: 1710px;
    height: 830px;
    position: relative;
}

.my-player-left {
    *zoom: 1;
    z-index: 4;
    position: relative;
    width: 1320px;
    height: 830px;
    float: left;
    background-color: #000;
    transition: width .2s ease, height 0s ease;
}

.my-video {
    width: 1320px;
    height: 780px;
}

.my-player-right {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 390px;
    height: 100%;
    float: right;
    background: #1c1d30;
    color: #bbb;
}

.my-player-right-body {
    -webkit-box-pack: start;
    -ms-flex-direction: column;
    -ms-flex-align: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -webkit-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.my-player-right-body .scroll_top {
    width: 100%;
}

.my-player-right-top {
    width: 100%;
}

.my-player-right .player_side_bd {
    position: relative;
    height: 100%;
}

.my-player-right .player_header {
    z-index: 3;
    position: relative;
    padding: 16px 0 5px 20px;
}

.my-player-right a {
    color: #bbb;
}

.my-player-right .player_title {
    z-index: 2;
    position: relative;
    margin: 0 58px 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}

.my_figure_v_list_sm {
    margin-left: 20px;
}

.my_figure_list_sm {
    margin-right: 0;
}

.my_figure_list_sm .list_item {
    display: block;
    position: relative;
    height: 100px;
    margin: 0;
    padding: 10px 0 10px 140px;
}



.my_figure_list_sm .figure {
    overflow: visible;
}

.my_figure_list_sm .figure {
    position: absolute;
    left: 0;
    width: 150px;
    height: 90px;
    margin: 0;
    overflow: hidden;
}

.bg-blur {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}

.mod_figure .figure_pic {
    transition: box-shadow .15s linear, -webkit-filter .3s ease-out;
}

.figure .figure_pic {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #ececec;
    background-color: rgba(236, 236, 236, .1);
    user-select: none;
}

.my-player-right .my_figure_list_sm .figure_detail,
.my-player-right .mod_figure_v_list_sm .figure_detail {
    padding-right: 10px;
    float:right;
}

.my_figure_list_sm .figure_detail {
    position: relative;
    height: 74px;
}

.figure_detail_three_row,
.figure_detail_two_row {
    display: block;
    overflow: hidden;
}

.figure_detail_three_row {
    height: 85px;
    width:200px;
}

.my-player-right .mod_figure_list_sm .figure_title {
    display: block;
    white-space: normal;
}

.figure_detail_three_row .figure_title {
    max-height: 74px;
    line-height: 20px;
    white-space: normal;
    margin: 0px;
    line-height: 23px;
}

.scroll_wrap {
    zoom: 1;
    -webkit-overflow-scrolling: touch;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    position: relative;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.panel_body .scroll_top {
    width: 100%
}

.panel_body .scroll_top.show {
    box-shadow: -3px 3px 8px rgba(0, 0, 0, .2)
}

.panel_body .scroll_wrap {
    zoom: 1;
    -webkit-overflow-scrolling: touch;
    -ms-flex: 1;
    -webkit-flex: 1;
    scrollbar-base-color: #222225;
    scrollbar-face-color: #555;
    scrollbar-arrow-color: #000;
    scrollbar-3dlight-color: #555;
    scrollbar-highlight-color: #555;
    scrollbar-shadow-color: #555;
    scrollbar-darkshadow-color: #555;
    scrollbar-track-color: #333338;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    position: relative;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateZ(0);
    backface-visibility: hidden
}

.panel_body .scroll_wrap .scroll_wrap_inner {
    position: relative;
    height: 100%;
    overflow: auto
}

.panel_body .scroll_wrap::-webkit-scrollbar {
    width: 5px;
    background: 0 0
}

.panel_body .scroll_wrap::-webkit-scrollbar-track-piece {
    background: 0 0
}

.panel_body .scroll_wrap::-webkit-scrollbar-button {
    display: none
}

.panel_body .scroll_wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #fff;
    background: rgba(255, 255, 255, .2)
}

.panel_body .show,
.panel_body .vip_show {
    display: block
}

.article {
    overflow-y: scroll;
    height: 765px;
}

.scrollbar-6::-webkit-scrollbar-thumb {
    background-color: #094C8C;
    border-radius: 5px;
}

.scrollbar-6::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scrollbar-6::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 0px 2px #1c1d30;
    -webkit-box-shadow: inset 0px 0px 0px 2px #1c1d30;
    -moz-box-shadow: inset 0px 0px 0px 2px #1c1d30;
    -o-box-shadow: inset 0px 0px 0px 2px #1c1d30;
    border-radius: 5px;
}
.player-container-id-dimensions{
    width:100%;
    height:100%;
}
/*视频下方 菜单*/

.my-player-operate {
    color: #999;
    padding: 14px 10px;
    background: #1c1d30;
    display: flex;
}

.my-player-operate li {
    display: block;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.my-player-operate a {
    color: #999;
}

.playcs {
    background: #f8f8f8;
}

.playbg {
    padding-top:20px;
}

.playintro {
    width: 1320px;
    float: left;
}

.playtjlist {
    width: 370px;
    float: right;
}

.intro {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}

.playintro .intro {
    padding: 10px;
}

.panel_hd {
    padding: 10px;
}

.panel_bd {
    padding: 10px;
}

.panel_bd .content {
    font-size: 14px;
    line-height: 30px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}

.panel_head .title,
.panel_head .title a {
    font-size: 15px;
    font-weight: 400;
}

.panel_head .title {
    font-size: 20px;
    display: inline-block;
    font-weight:bold;
    margin: 0;
    padding-right: 10px;
    line-height: 30px;
}

.panel_hd,
.my-content-list li {
    font-size: 15px;
    overflow: hidden;
    height: 35px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
    display: -webkit-box;
    white-space: normal;
    word-break: break-all;
}

.my-content-list li a {
    padding: 10px 15px 10px 0;
}

.my-content-list li a {
    display: block;
}

.text-muted {
    color: #999;
}

.pull-right {
    float: right !important;
}

.my-content-list li:nth-child(1) .badge {
    background-color: #ff4a4a;
    color: #fff;
}

.my-content-list li:nth-child(2) .badge {
    background-color: #ff7701;
    color: #fff;
}

.my-content-list li:nth-child(3) .badge {
    background-color: #ffb400;
    color: #fff;
}

.badge {
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 2px;
    font-size: 12px;
}

.mf {
    margin-left: -10px;
}


.content {
}
.wrap {
    width: 1000px;
    margin: 0 auto;
    height: auto;
    position: relative;
    z-index: 10;
}

.new {
    width: 100%;
    margin-bottom: 20px;
}

    .new img {
        width: 100%;
    }

.main {
    max-width: 1100px;
    margin: auto;
}
.xsdhbg {
    background: url('../images/xsdhbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.xsdh{
    padding-top:20px;
}
.xsdhul{
    min-height:500px;
}
.xsdhul .play {
    width: 100px;
    height: 100px;
    left: 40%;
    top: 17%;
    position: absolute;
}
.xsdhul li{
    position:relative;
}
.lImg {
    position: absolute;
    top: 2160px;
    left: 0;
    width: 310px;
    z-index: 9;
    height: auto;
}
.rImg {
    position: absolute;
    top: 1545px;
    right: 0;
    width: 220px;
    z-index: 9;
}

    .content li {
        float: left;
        width: 325px;
        margin:20px;
        border-bottom: 2px dashed #848484;
        margin-bottom: 55px;
        position: relative;
    }


        .content li img {
            display: block;
            width: 100%;
            height: 200px;
        }

    .content h3 {
        line-height: 30px;
        height: 60px;
        font-size: 22px;
        color: #333;
        margin: 25px 0 28px 0;
        overflow: hidden;
        padding-left: 105px;
        position: relative;
    }

        .content h3:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0px;
            background: url(../images/special.png) no-repeat;
            width: 80px;
            height: 40px;
        }

    .content .descs {
        line-height: 24px;
        height: 90px;
        color: #848484;
        overflow: hidden;
        padding-left: 30px;
        position: relative;
        padding-bottom: 20px;
    }

        .content .descs a {
            color: #848484;
            height: 50px;
            overflow:hidden;
            width:100%;
            float:left;
        }

    .content .times {
        height: 24px;
        color: #848484;
        margin: 25px auto 5px;
        position: absolute;
        color: #FFF;
        bottom: 0px;
        right: 10px;
        background: #333;
        padding: 5px;
        text-align: center;
        text-indent: 0px;
        background-color: rgba(0,0,0,0.3);
    }

    .content .descs:before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        background: #d62416;
        width: 6px;
        height: 30px;
    }

.xsdhul h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    background: url(../images/xsdh.png) no-repeat;
    width: 80px;
    height: 40px;
}

.zhibo h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    background: url(../images/wlzb.png) no-repeat;
}
.mores {
    line-height: 24px;
    height: 24px;
    text-align: center;
    margin: 0 auto 20px;
    color: #848484;
    cursor: pointer;
}

@media screen and (min-width:1560px) and (max-width: 1789px) {
    .ckj_head_absolute .mod_search{
        margin-left:-150px;
    }
    .container {
        width: 1495px;
    }
    .ckj_head .head_inner {
        width: 1495px;
    }
    .topv {
        height: 70px;
        width: 1495px;
    }
    .mod_row_box .mod_bd,
    .mod_row_box .mod_hd {
        z-index: 2;
        position: relative;
        width: 1495px;
        margin: 0 auto;
        overflow: hidden;
    }
    .mod_figure {
        height: 405px;
        overflow: hidden;
    }
    .mod_figure_1fp2r {
        height: 378px;
    }
    .mod_figure_1fp2r .figure_2row {
        width: 857px;
    }
    .figure_2row .mod_figure {
        height: 378px;
    }
    .mod_figure_v_default {
        height: 277px;
    }
    /*播放页面*/
    .my-player {
        width: 1495px;
    }
    .my-player-left {
        width: 1175px;
    }
    .my-video {
        width: 1175px;
        height: 780px;
    }
    .my-player-right {
        width: 320px;
    }
    .playintro {
        width: 1175px;
    }
    .playintro .mod_figure {
        height: 375px;
    }
    .playtjlist {
        width: 305px;
    }
    .figure_detail_three_row {
        width: 130px;
    }
}

@media screen and (min-width:1400px) and (max-width: 1540px) {
    .ckj_head_absolute .mod_search {
        margin-left: 0px;
    }
    .container {
        width: 1200px;
    }
    .ckj_head .head_inner {
        width: 1200px;
    }
    .mod_figure_default .list_item {
        width: 185px;
    }
    .mod_figure_default .figure,
    .mod_figure_default .figure_keyframes {
        width: 185px;
        height: 106px;
    }
    .topv {
        height: 70px;
        width: 1200px;
    }
    .mod_row_box .mod_bd,
    .mod_row_box .mod_hd {
        z-index: 2;
        position: relative;
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }
    .mod_figure {
        height: 405px;
        overflow: hidden;
    }
    .mod_figure_1fp2r {
        height: 378px;
    }
    .mod_figure_1fp2r .figure_2row {
        width: 605px;
    }
    .figure_2row .mod_figure {
        height: 378px;
    }
    /** 文旅新闻 **/
    .mod_figure_1fp2r .mod_focus_player {
        width: 591px;
        height: 366px;
    }
    .mod_focus_player .figure {
        width: 591px;
        height: 366px;
    }
    .mod_figure_v_default {
        height: 277px;
    }
    /** 秒视 **/
    .mod_figure_v_default {
        height: 277px;
        overflow: hidden;
    }
    .mod_figure_v_default .list_item {
        width: 185px;
    }
    .mod_figure_v_default .figure,
    .mod_figure_v_default .figure_keyframes {
        width: 185px;
        height: 277px;
    }
    /*播放页面*/
    .my-player {
        width: 1200px;
        height: 628px;
    }
    .my-player-left {
        width: 880px;
        height: 630px;
    }
    .my-player-right-body .scroll_top {}
    .my-video {
        width: 880px;
        height: 580px;
    }
    .my-player-right {
        width: 320px;
    }
    .playintro {
        width: 880px;
    }
    .playintro .mod_figure {
        height: 375px;
    }
    .playtjlist {
        width: 305px;
    }
    .videoplay {
        min-height: 630px;
    }
    .article {
        height: 565px;
    }
    .figure_detail_three_row {
        width: 130px;
    }
}

@media screen and (min-width:1361px) and (max-width:1439px) {
    .ckj_channel .channel_nav{
        margin-right:10px;
    }
    .ckj_head_absolute .mod_search {
        left: 80%;
    }
    .mod_search{
        width:300px;
    }
    .container {
        width: 1200px;
    }
    .ckj_head .head_inner {
        width: 1200px;
    }
    .mod_figure_default .list_item {
        width: 185px;
    }
    .mod_figure_default .figure,
    .mod_figure_default .figure_keyframes {
        width: 185px;
        height: 106px;
    }
    .topv {
        height: 70px;
        width: 1200px;
    }
    .mod_row_box .mod_bd,
    .mod_row_box .mod_hd {
        z-index: 2;
        position: relative;
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }
    .mod_figure {
        height: 405px;
        overflow: hidden;
    }
    .mod_figure_1fp2r {
        height: 378px;
    }
    .mod_figure_1fp2r .figure_2row {
        width: 605px;
    }
    .figure_2row .mod_figure {
        height: 378px;
    }
    /** 文旅新闻 **/
    .mod_figure_1fp2r .mod_focus_player {
        width: 591px;
        height: 366px;
    }
    .mod_focus_player .figure {
        width: 591px;
        height: 366px;
    }
    .mod_figure_v_default {
        height: 277px;
    }
    /** 秒视 **/
    .mod_figure_v_default {
        height: 277px;
        overflow: hidden;
    }
    .mod_figure_v_default .list_item {
        width: 185px;
    }
    .mod_figure_v_default .figure,
    .mod_figure_v_default .figure_keyframes {
        width: 185px;
        height: 277px;
    }
    /*播放页面*/
    .my-player {
        width: 1200px;
        height: 628px;
    }
    .my-player-left {
        width: 880px;
        height: 630px;
    }
    .my-player-right-body .scroll_top {}
    .my-video {
        width: 880px;
        height: 580px;
    }
    .my-player-right {
        width: 320px;
    }
    .playintro {
        width: 880px;
    }
    .playintro .mod_figure {
        height: 375px;
    }
    .playtjlist {
        width: 305px;
    }
    .videoplay {
        min-height: 630px;
    }
    .article {
        height: 565px;
    }
    .figure_detail_three_row {
        width: 130px;
    }
}

@media screen and (min-width:1281px) and (max-width:1360px) {
    .container {
        width: 1200px;
    }
    .ckj_head .head_inner {
        width: 1200px;
    }
    .mod_figure_default .list_item {
        width: 185px;
    }
    .mod_figure_default .figure,
    .mod_figure_default .figure_keyframes {
        width: 185px;
        height: 106px;
    }
    .mod_search {
        width: 300px;
    }

    .ckj_channel .channel_nav{
        margin-right:10px;
    }

    .ckj_head_absolute .mod_search {
        left: 80%;
    }
    
    
    .topv {
        height: 70px;
        width: 1200px;
    }
    .mod_row_box .mod_bd,
    .mod_row_box .mod_hd {
        z-index: 2;
        position: relative;
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }
    .mod_figure {
        height: 405px;
        overflow: hidden;
    }
    .mod_figure_1fp2r {
        height: 378px;
    }
    .mod_figure_1fp2r .figure_2row {
        width: 605px;
    }
    .figure_2row .mod_figure {
        height: 378px;
    }
    /** 文旅新闻 **/
    .mod_figure_1fp2r .mod_focus_player {
        width: 591px;
        height: 366px;
    }
    .mod_focus_player .figure {
        width: 591px;
        height: 366px;
    }
    .mod_figure_v_default {
        height: 277px;
    }
    /** 秒视 **/
    .mod_figure_v_default {
        height: 277px;
        overflow: hidden;
    }
    .mod_figure_v_default .list_item {
        width: 185px;
    }
    .mod_figure_v_default .figure,
    .mod_figure_v_default .figure_keyframes {
        width: 185px;
        height: 277px;
    }
    /*播放页面*/
    .my-player {
        width: 1200px;
        height: 628px;
    }
    .my-player-left {
        width: 880px;
        height: 630px;
    }
    .my-player-right-body .scroll_top {}
    .my-video {
        width: 880px;
        height: 580px;
    }
    .my-player-right {
        width: 320px;
    }
    .playintro {
        width: 880px;
    }
    .playintro .mod_figure {
        height: 375px;
    }
    .playtjlist {
        width: 305px;
    }
    .videoplay {
        min-height: 630px;
    }
    .article {
        height: 565px;
    }
    .figure_detail_three_row {
        width: 130px;
    }
}

@media screen and (min-width:1024px) and (max-width:1280px) {
    .ckj_channel .channel_nav{
        margin-right:10px;
    }
    .mod_search {
        width: 300px;
    }
        .mod_search .search_btn{
            width:50px;
        }
        .ckj_head_absolute .mod_search {
            margin-left: 0px;
            left: 60%;
        }
    .container {
        width: 1200px;
    }
    .ckj_head .head_inner {
        width: 1200px;
    }
    .mod_figure_default .list_item {
        width: 185px;
    }
    .mod_figure_default .figure,
    .mod_figure_default .figure_keyframes {
        width: 185px;
        height: 106px;
    }
    .topv {
        height: 70px;
        width: 1200px;
    }
    .mod_row_box .mod_bd,
    .mod_row_box .mod_hd {
        z-index: 2;
        position: relative;
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }
    .mod_figure {
        height: 405px;
        overflow: hidden;
    }
    .mod_figure_1fp2r {
        height: 378px;
    }
    .mod_figure_1fp2r .figure_2row {
        width: 605px;
    }
    .figure_2row .mod_figure {
        height: 378px;
    }
    /** 文旅新闻 **/
    .mod_figure_1fp2r .mod_focus_player {
        width: 591px;
        height: 366px;
    }
    .mod_focus_player .figure {
        width: 591px;
        height: 366px;
    }
    .mod_figure_v_default {
        height: 277px;
    }
    /** 秒视 **/
    .mod_figure_v_default {
        height: 277px;
        overflow: hidden;
    }
    .mod_figure_v_default .list_item {
        width: 185px;
    }
    .mod_figure_v_default .figure,
    .mod_figure_v_default .figure_keyframes {
        width: 185px;
        height: 277px;
    }
    .mySwiper{
        width: 98%;
        overflow: hidden;
        border: 1px red solid;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper {
        width: 100%;
        height: 100%;
    }
        .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    /*播放页面*/
    .my-player {
        width: 1200px;
        height: 628px;
    }
    .my-player-left {
        width: 880px;
        height: 630px;
    }
    .my-player-right-body .scroll_top {}
    .my-video {
        width: 880px;
        height: 580px;
    }
    .my-player-right {
        width: 320px;
    }
    .playintro {
        width: 880px;
    }
    .playintro .mod_figure {
        height: 375px;
    }
    .playtjlist {
        width: 305px;
    }
    .videoplay {
        min-height: 630px;
    }
    .article {
        height: 565px;
    }
    .figure_detail_three_row {
        width: 130px;
    }
}