﻿* {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
.video-container {
    background-color: #f7f7f7;
    padding-bottom: 10px;
    border: 1px solid #f9f9f9;
    min-width: 1200px;
}
.video-main {
    margin-top: 10px;
}
.video-head {
    background-color: #fff;
    padding-bottom: 30px;
    width: 100%;
}
.video-content-left {
    width: 620px;
    position: relative;
    overflow: hidden;
}
.video-content-left figure,
.video-content-left img {
    width: 620px;
    height: 342px;
}
.video-content-left figure {
    position: relative;
    /* margin-bottom: 15px; */
}
.video-content-left figure span {
    background-color: rgba(0, 0, 0, 0.7);
    width: 50px;
    line-height: 26px;
    text-align: center;
    height: 26px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 13px;
    right: 13px;
    display: none;
}
.video-content-left p.video-text {
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    position: absolute;
    padding: 15px;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(24, 24, 24,0), rgba(24, 24, 24,0.2), rgba(24, 24, 24,0.5), rgba(24, 24, 24,0.7));
    color: #ffffff;
    letter-spacing: 0.5px;
}
.icon-video {
    background-image: url(../images/icon-video.png);
    background-repeat: no-repeat;
}
.icon-video-h {
    width: 22px;
    height: 22px;
    background-position: 0 0;
    vertical-align: -5px;
    margin-right: 10px;
}
/* 图片放大动画效果 */
.video-content-left a img {
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.video-content-left a:hover img
{
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.video-content-right {
    flex: 1;
}
.video-right-item {
    position: relative;
    z-index: 2;
    
}
.video-right-item .item-left-content {
    width: 320px;
    margin-right: 20px;
}
.video-right-item p.item-time {
    color: #9b9b9b;
    font-size: 14px;
    margin-bottom: 5px;
    visibility: hidden;
}
.video-right-item h3 {
    font-size: 16px;
    color: #070707;
    line-height: 30px;
}
.video-right-item h3 .icon-video-line {
    width: 57px;
    height: 24px;
    background-position: -28px 0;
    vertical-align: -5px;
    margin-left: 10px;
}

.video-content-right ul li {
    position: relative;
    height: 114px;
    box-sizing: border-box;
    padding: 0 0 0 18px;
    z-index: 1;
    border-bottom: 1px dashed #dcdcdc;
    background-color: #f7f7f7;
}
.video-content-right ul li:last-child {
    border-bottom: 0px;
}
.video-content-right ul li:hover {
    z-index: 2;
}
.video-content-right ul li::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #4598ff;
    box-shadow: -1px 2px 10px rgba(139, 148, 157, 0.5);
    opacity: 0;
}
.video-content-right ul li:hover::after {
    opacity: 1;
    left: -12px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
.video-content-right ul li:hover .video-right-item p.item-time,
.video-content-right ul li:hover .video-right-item h3 {
    color: #fff;
}
.video-right-item figure {
    width: 202px;
    height: 114px;
    border: 0;
    overflow: hidden;
    position: relative;
}
.video-content-right ul li:hover .video-right-item figure {
    border: none;
}
.video-right-item figure img {
    width: 202px;
    height: 114px;
}
.video-right-item figure span {
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    right: 6px;
}
.video-right-item:hover figure {
    border: 1px solid #fff;
}
/* 精彩视频 */
.video-box {
    border: 1px solid #eeeeee;
    background-color: #fff;
    border-radius: 10px;
    margin: 30px 0;
}
.video-box-title {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5f0fc;
}
.video-box-title h1 {
    font-size: 22px;
    color: #2e343a;
    font-weight: bold;
    position: relative;
}
.video-box-title h1::after {
    content: "";
    position: absolute;
    width: 53px;
    height: 4px;
    background-color: #168bff;
    border-radius: 4px;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
}
.video-box-title span {
    color: #b7b6b6;
    font-size: 16px;
}
.icon-video-more {
    width: 6px;
    height: 11px;
    background-position: -17px -29px;
}
.video-list {
    padding: 20px 25px 0;
    flex-wrap: wrap;
}
.video-list li {
    margin-bottom: 25px;
    margin-right: 25px;
    width: 268px;
}
.video-hub-list li:nth-child(4n+4),
.video-col-list li:nth-child(4n+4) {
    margin-right: 0;
}
.video-list .video-item figure {
    width: 268px;
    height: 151px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.video-list .video-item figure img {
    width: 100%;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.video-list .video-item figure p {
    padding: 0 7px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    position: absolute;
    bottom: 7px;
    right: 6px;
}
.video-list .video-item figure p span  {
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
}
.video-list .video-item .text {
    color: #080808;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    height: 60px;
    margin: 10px 0;
    padding: 0 5px;
    text-overflow: ellipsis;
    text-overflow: -webkit-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.video-list .video-item:hover .text {
    color: #0e6eff;
}

.video-list .video-item:hover figure img {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
/* .video-hub-list .video-item:hover figure span,
.video-hj-list .video-item:hover figure span {
    display: none;
}
.video-hub-list .video-item:hover figure p {
    width: 22px;
    height: 22px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.video-hub-list .video-item:hover figure p::after,
.video-hj-list .video-item:hover figure p::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(../images/icon-video.png);
    background-position: -91px 0;
    top: 2px;
    left: 2px;
} */
.video-date {
    color: #9b9b9b;
    font-size: 14px;
    float: right;
    padding-right: 5px;
}
.icon-video-time {
    width: 12px;
    height: 12px;
    background-position: 0 -28px;
    vertical-align: -1px;
    margin-right: 6px;
}
.video-col-list .video-date {
    float: left;
    padding-left: 5px;
}
.video-col-list .video-date span {
    margin-left: 5px;
}
/* 视频列表 */
.video-list-container {
    background-color: #fff;
    min-width: 1200px;
}
.video-list-box {
    padding-bottom: 10px;
}
.video-list-box .video-list {
    padding: 0;
}
.video-list-box .video-list .video-item figure {
    width: 276px;
    height: 155px;
}
/* 视频详情 */
.video-contentbox {
    justify-content: space-between;
    align-items: start;
    margin-top: 25px;
}
.video-contentbox-left {
    width: 730px;
}
.video-paly-box {
    width: 730px;
    height: 390px;
    margin-bottom: 50px;
}
.video-paly-box iframe {
    width: 100%;
    height: 100%;
}
.video-tech {
    width: 730px;
    height: 410px;
    object-fit: cover;
}
.video-js .vjs-big-play-button {
    width: 64px !important;
    height: 64px !important;
    border-radius: 50% !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
    background-color: rgba(0, 0, 0, 0.6);
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "";
    background: url(../images/video-play.png);
    background-size: cover;
    width: 23px;
    height: 29px;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
}
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}

.video-title-box {
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}
.video-news-title {
    color: #323232;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
.video-news-time {
    font-size: 14px;
    color: #7c7c7c;
}
.video-news-content {
    color: #2e2f2f;
    margin: 40px 0;
    line-height: 1.8;
    letter-spacing: 1px;
}
.video-content-box h2 {
    color: #424242;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    /* padding-left: 20px; */
    padding-bottom: 10px;
}
/* .video-content-box h2:before {
    content: '';
    width: 3px;
    height: 22px;
    background-color: #5ea1ff;
    position: absolute;
    left: 0;
    top: 42%;
    transform: translate(0, -50%);
} */
.video-contentbox-right {
    width: 391px;
    padding: 20px 0 0 20px;
    border-top: 3px solid #6b9fff;
    border-left: 1px solid #eeeeee;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.video-content-title {
    font-size: 22px;
    color: #323232;
    font-weight: 600;
    margin-bottom: 23px;
}
.video-content-title i {
    background: url(../images/icons.png) no-repeat;
    width: 29px;
    height: 32px;
    background-position: 0 -147px;
    vertical-align: -8px;
    margin-right: 14px;
}
.video-item-list li {
    margin-bottom: 22px;
}
.video-item-list li a {
    display: flex;
    justify-content: space-between;
}
.video-item-list li a figure {
    width: 170px;
    height: 96px;
    position: relative;
}
.video-item-list li a figure span {
    color: #ffffff;
    font-size: 12px;
    padding: 0 5px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    position: absolute;
    bottom: 7px;
    right: 6px;
}
.video-item-list li a .video-date {
    float: none;
    margin-top: 10px;
}
.video-news-main {
    width: 190px;
}
.video-item-list li h2 {
    font-size: 14px;
    color: #080808;
    line-height: 26px;
    height: 50px;
    text-overflow: ellipsis;
    text-overflow: -webkit-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.video-item-list li:hover h2,
.video-item-list li.active h2 {
    color: #0e6eff;
}
.video-item-list li:last-child {
    margin-bottom: 0;
}

.video-item-list li:hover,
.video-item-list li.active {
    color: #6b9fff;
}
.video-brief-box {
    padding-bottom: 40px;
}
.video-brief-box h2 {
    padding-bottom: 5px;
}
.video-brief-box p {
    font-size: 16px;
    color: #2e2f2f;
    line-height: 30px;
}
/* 合集列表详情 */
.video-hj-head {
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 26px;
}
.video-hj-title {
    color: #323232;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.video-hj-subtitle {
    justify-content: center;
    padding: 38px 0 28px;
}
.video-hj-subtitle span {
    color: #7c7c7c;
    font-size: 14px;
    line-height: 1;
    position: relative;
    padding-left: 20px;
}

.video-hj-subtitle span::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    background-image: url(../images/icon-video.png);
}
.video-hj-subtitle span.s-icon1 {
    margin-right: 50px;
}
.video-hj-subtitle span.s-icon1::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    right: -25px;
    background-color: #dcdcdc;
}
.video-hj-subtitle span.s-icon1::before {
    background-position: -44px -28px;
}
.video-hj-subtitle span.s-icon2::before {
    background-position: -25px -28px;
}
.video-hj-list-box {
    padding-bottom: 10px;
}
.video-hj-content {
}
.video-hj-content.video-hj-content-split {
    height: 90px;
    text-overflow: ellipsis;
    text-overflow: -webkit-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.video-hj-content.video-hj-content-show {
    height: auto;
    -webkit-line-clamp: inherit;
    line-clamp: inherit;
}
.video-hj-content,
.video-hj-content p {
    color: #2e2f2f !important;
    font-size: 16px !important;
    line-height: 30px !important;
    text-indent: 2em !important;
}
.video-hj-content span {
    color: #2e2f2f !important;
    font-size: 16px !important;
    line-height: 30px !important;
    font-family: "Microsoft YaHei" !important;
}
.video-hj-foot {
    color: #6b9fff;
    text-align: center;
    padding: 15px 0 40px;
    cursor: pointer;
}
.video-hj-foot p {
    position: relative;
}
.video-hj-foot p:before,
.video-hj-foot p:after {
    content: "";
    position: absolute;
    width: 45.5%;
    height: 1px;
    background-color: #eeeeee;
    top: 50%;
    transform: translate(0, -50%);
}
.video-hj-foot p:before {
    left: 0;
}
.video-hj-foot p:after {
    right: 0;
}
.video-hj-foot i {
    width: 17px;
    height: 17px;
    background: url(../images/icon-video.png) no-repeat;
    background-position: -86px -28px;
    vertical-align: -3px;
    margin-right: 8px;
}
.video-hj-foot.active i {
    background-position: -61px -28px;
}
.video-hj-list {
    flex-wrap: wrap;
    padding: 0;
}
.video-hj-list li {
    width: 380px;
    margin-bottom: 30px;
    margin-right: 30px;
}
.video-hj-list li:nth-child(3n+3) {
    margin-right: 0;
}
.video-hj-list .video-item figure {
    width: 380px;
    height: 214px;
}
.video-hj-list .video-item figure p {
    padding: 0 8px;
    height: 25px;
    line-height: 25px;
    right: 9px;
    bottom: 9px;
}
/* .video-hj-list .video-item:hover figure p {
    width: 24px;
    height: 25px;
    padding: 0;
}
.video-hj-list .video-item:hover figure p::after {
    width: 20px;
    height: 20px;
    background-position: -113px 0;
} */
/* 合集列表 */
.col-box {
    padding-bottom: 20px;
    padding-top: 8px;
}
.col-head {
    color: #7c7c7c;
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.col-head h1 {
    color: #323232;
    font-size: 24px;
    font-weight: bold;
    margin-right: 38px;
}
.col-num-box {
    flex: 1;
}
.col-num {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 10px;
}
.col-num::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 18px;
    top: 6px;
    left: 11px;
    background-image: url(../images/icon-video.png);
    background-position: 0 -46px;
}
.video-hj-col-list {
    padding: 0;
}
.video-hj-col-list {
    margin: 30px 0;
}
.video-hj-col-list li {
    margin-bottom: 25px;
    margin-right: 34px;
    width: 274px;
}
.video-hj-col-list li:nth-child(4n+4) {
    margin-right: 0;
}
.video-hj-col-list .video-item figure {
    width: 274px;
    height: 153px;
}
.hj-col-abeam {
    justify-content: space-between;
}
.video-hj-col-list.hj-col-abeam li {
    width: 48.5%;
    margin: 0;
}
.hj-col-abeam li .video-item {
    display: flex;
    justify-content: space-between;
}
.hj-col-abeam .video-item figure {
    margin-right: 30px;
}
.hj-col-abeam li .col-item-content {
    flex: 1;
}
.hj-col-abeam li .video-item .text {
    margin: 20px 0 25px;
    padding: 0;
}

/* 合集详情 */
.video-hj-item-list {
    background-color: #f1f1f1;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 598px;
    padding: 15px;
    box-sizing: border-box;
}
.video-hj-item-list .video-news-main {
    width: 156px;
}
.video-hj-item-list::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
    border-radius: 5px;
}
.video-hj-item-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 5px #c9c9c9;
    background: #c9c9c9;
}
.hj-col-brief {
    font-size: 18px;
    color: #323232;
    line-height: 32px;
}
.hj-col-brief span {
    font-size: 16px;
    color: #9a9a9a;
    margin-left: 5px;
}
.switch-box {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin: 10px 0 10px;
    font-size: 14px;
    color: #9a9a9a;
    line-height: 1;
    visibility: hidden;
}
.box-line {
    width: 267px;
    height: 1px;
    background-color: #eee;

}
/* 连播滑动按钮 */
.switch-btn {
    width: 32px;
    height: 18px;
    background-color: #c1c1c1;
    position: relative;
    cursor: pointer;
    /* 外观 */
    appearance: none;
    border-radius: 30px;
    transition: all 500ms;
}
.switch-btn ::before {
    width: 32px;
    height: 18px;
    background-color: #c1c1c1;
    position: absolute;
    cursor: pointer;
    content: '';
    border-radius: 30px;
    transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.switch-btn::after {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 14px;
    height: 14px;
    border-radius: 26px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(#000, .3);
    content: '';
    transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);

}
.switch-btn:checked {
    background-color: #6b9fff;
}
.switch-btn:checked::after {
    transform: translateX(14px);

}
.switch-btn:checked::before {
    transform: scale(0);
}
.hj-col-brief-content-box {
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1px solid #e5e5e5;
}
.hj-col-brief-content-box h3 {
    font-size: 18px;
    color: #424242;
    font-weight: bold;
    margin-bottom: 12px;
}
.hj-col-brief-content {
    height: 130px;
    text-overflow: ellipsis;
    text-overflow: -webkit-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.content-show {
    height: auto;
    -webkit-line-clamp: inherit;
    line-clamp: inherit;
}
.hj-col-brief-content,
.hj-col-brief-content p {
    font-size: 14px !important;
    color: #080808 !important;
    line-height: 26px !important;
}
.hj-col-brief-content span {
    font-size: 14px !important;
    color: #080808 !important;
    line-height: 26px !important;
    font-family: "Microsoft YaHei" !important;
}
.hj-col-more {
    color: #6b9fff;
    font-size: 14px;
    position: relative;
    margin-top: 10px;
    cursor: pointer;
}
.hj-col-more::after {
    content: "";
    position: absolute;
    background-image: url(../images/icon-video.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 8px;
    background-position: -43px -46px;
    top: 6px;
    margin-left: 5px;
}
.retract::after {
    background-position: -24px -46px;
}

/* 关注二维码 */
.follow-box {
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 50px;
}
.follow-title {
    font-size: 38px;
    color: #104280;
    font-weight: bold;
    margin-top: -10px;
    letter-spacing: 1.2px;
}
.follow-title i {
    background: url(../images/icon-follow.png) no-repeat;
    width: 48px;
    height: 41px;
    vertical-align: -5px;
    margin-right: 15px;
}
.follow-code {
    text-align: center;
    margin: 0 50px;
}
.follow-code:last-child {
    margin: 0;
}
.follow-code figure {
    margin: 0 auto 10px;
    width: 105px;
    height: 105px;
    border: 2px solid #e4effd;
    padding: 2px;
    box-sizing: border-box;
}
.follow-code figure img {
    width: 97px;
    height: 97px;
}
.follow-code p {
    color: #36355f;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}