.video-box {
    width: 100%;
    height: auto;
    background-image: url("../../image/linxiazhou/tv-bc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 80px;
}

a {
    text-decoration: none;
}

/*顶部视频新闻*/

.content-video {
    width: 80%!important;
    margin: 0 auto;
    display: flex;
    padding-top: 30px;
    height: 660px!important;
}

.video-box_top_left {
    width: 100%;
    height: 100%;
}

.video-box_top_left video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.video-box_top_right {
    width: 390px!important;
    background-color: #646e72;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow-y: auto;
}


.video-box_top_right span {
    font-size: 18px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.tv-actives{
    width: calc(100% - 60px)!important;
    background-color: #0079e9;
    font-size: 22px!important;
}

/* 设置滚动条的宽度 */
::-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);
}


/*文化临夏*/
.box_content {
    width: 80%;
    margin: 30px auto 0;
    height: 845px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.wenhua-title {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    font-weight: 600;
    padding-left: 30px;
    color: #505050;
    position: relative;
    margin-top: 20px;
}

.wenhua-title:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 48px;
    left: 35px;
    top: 16%;
    background-image: url("../../image/linxiazhou/tv-logo.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.wenhua-title a {
    color: #505050;
}
.wenhua-title span {
    padding-left: 80px;
    font-size: 26px;
    letter-spacing: 0.1em;
}

.wenhua-content {
    height: calc(100% - 110px);
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

.wenhua-content_top {
    width: 100%;
    height: 56%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 20px;
}

.wenhua-content_top a {
    width: 49%;
    height: 100%;
}

.wenhua-content_big {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.wenhua-content_big img {
    width: 100%;
    height: calc(100% - 60px);
    object-fit: fill;
}

.wenhua-content_big span {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #505050 !important;
}

.wenhua-content_big span:hover{
    color: #0079e9!important;
}

.wenhua-content_bottom {
    width: 100%;
    height: 34%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.wenhua-content_bottom a {
    width: 24%;
    height: 100%;
}

.wenhua-content_small {
    width: 100%;
    height: 100%;
}

.wenhua-content_small img {
    width: 100%;
    height: calc(100% - 50px);
    object-fit: fill;
}

.wenhua-content_small span {
    line-height: 50px;
    font-size: 20px;
    color: #505050;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.wenhua-content_small span:hover{
    color: #0079e9;
}

/*舌尖上的临夏*/
.shejian-box {
    width: 80%;
    margin: 30px auto 0;
    height: 670px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.shejian-content {
    height: calc(100% - 110px);
    padding: 0 40px;
    display: flex;
    margin: 10px 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.shejian-content_top {
    width: 46%;
    height: 100%;
}

.shejian-content_big {
    width: 100%;
    height: 90%;
    box-shadow: 0px 4px 8px 1px #ceced596;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.shejian-content_big a {
    width: 100%;
    height: calc(100% - 100px);
}

.shejian-content_big img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.shejian-content_big span {
    line-height: 100px;
    font-size: 26px;
    color: #505050;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.shejian-content_big span:hover{
    color: #0079e9;
}


.shejian-content_bottom {
    width: 52%;
    height: 44%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shejian-content_bottom a {
    width: 49%;
    height: 100%;
}

.shejian-content_small {
    width: 100%;
    height: 100%;
    margin-bottom: 18px;
}

.shejian-content_small img {
    width: 100%;
    height: calc(100% - 50px);
    object-fit: fill;
}

.shejian-content_small span {
    line-height: 50px;
    font-size: 20px;
    color: #505050;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.shejian-content_small span:hover{
    color: #0079e9;
}

/*畅游临夏*/
.changyou-content {
    width: 80%;
    margin: 30px auto 0;
    height: 430px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.changyou-content_bottom {
    height: calc(100% - 110px);
    margin-top: 20px;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.changyou-content_bottom a {
    width: 24%;
    height: 82%;
}

.changyou-content_small {
    width: 100%;
    height: 100%;
}

.changyou-content_small img {
    width: 100%;
    height: calc(100% - 50px);
    object-fit: fill;
}

.changyou-content_small span {
    line-height: 50px;
    font-size: 20px;
    color: #505050;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.changyou-content_small span:hover{
    color: #0079e9;
}

/*纪录片*/
.jilu_content {
    width: 80%;
    margin: 30px auto 0px;
    height: 1000px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.jilu-content_box {
    height: calc(100% - 160px);
    padding: 0 40px;
    display: flex;
    margin: 20px 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.jilu-content_box a {
    width: 49%;
    height: 49%;
}

.jilu-content_big {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.jilu-content_big img {
    width: 100%;
    height: calc(100% - 50px);
    object-fit: fill;
}

.jilu-content_big span {
    line-height: 50px;
    font-size: 20px;
    color: #505050;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.jilu-content_big span:hover{
    color: #0079e9;
}
