
.video-box {
    width: 100%;
    height: auto;
}
 a {
    text-decoration: none;
 }


/*顶部视频新闻*/
.video-box_content {
    width: 100%;
    /*height: 645px;*/
    background-image: url("../../image/linxiazhou/zhibo_bc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    position: relative;
    padding-bottom: 50px;
}

.content-video {
    width: 1530px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    padding-top: 30px;
}

.video-box_top_left {
    width: calc(1530px - 305px);
    height: 617px;
}

.video-box_top_left video {
    width: 100%;
    height: 100%;
}

/*右侧盒子*/
.video-box_top_right {
    width: 310px;
    color: #fff;
    overflow-y: hidden;
}

.right-top {
    width: 100%;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    transition: background-color 0.3s ease;
}

.right-top_title {
    height: 50px;
    background-color: #2a2a2a;
    font-size: 18px;
    letter-spacing: 0.1em;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom: 1px solid #929292;
    line-height: 54px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.right-content {
    display: flex;
    background-color: #151515;
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 22px 30px 22px;
    overflow-y: auto;
    min-height: 96px;
}

.right-content_title {
    display: flex;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
    color: #777777;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.right-content_stare {
    width: 46px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    font-size: 14px;
    background-color: #4a4a4a;
    border-radius: 6px;
    position: relative;
}
.right-content_stare:after {
    position: absolute;
    content: '播放';
    width: 46px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    font-size: 14px;
    transform: translateX(-22px);
}

/*第二个盒子*/
.content_seconds {
    display: flex;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
    color: #777777;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.content_seconds div:first-child {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.seconds_stare {
    width: 46px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    font-size: 14px;
    background-color: #4a4a4a;
    border-radius: 6px;
    position: relative;
}
.seconds_stare:after {
    position: absolute;
    content: '播放';
    width: 46px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    font-size: 14px;
    transform: translateX(-22px);
}
.second-content {
    min-height: 350px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.second-top {
    margin-top: -20px;
}


/*选中样式*/
.first-active{
    color: #ff9320;
}
.active-second {
    font-size: 14px;
    width: 46px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    cursor: pointer;
    position: relative;
}
.active-second:after {
    position: absolute;
    content: '播放中';
    width: 46px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    font-size: 14px;
    color: #fff;
    transform: translateX(-22px);
}

.active-second:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 18px;
    transform: translateX(-42px);
    background-image: url("../../image/linxiazhou/zhibo-str.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.top-active{
    background-color: #ff9320;
}



/* 设置滚动条的宽度 */
::-webkit-scrollbar {
    width: 8px;
}

/* 滚动条轨道的样式 */
::-webkit-scrollbar-track {
    background: #1f1f1f;
}

/* 滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
    background: #424242;
}

/* 滑块悬停时的样式 */
::-webkit-scrollbar-thumb:hover {
    background: rgba(66, 66, 66, 0.92);
}
