<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


.video-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.video-l {
    width: 49%;
}

.video-r {
    width: 49%;
}

.video-top ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.video-top ul li {
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

.video-top .video-r ul li {
    width: 32%;
    display: flex;
    flex-direction: column;
}
.video-top ul li .play {
    position: absolute;
    width: 0.56rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video-top .video-r ul li .play {
    width: 0.4rem;
}
.video-top ul li h3 {
    /* position: absolute; */
    /* bottom: 0.05rem; */
    width: 100%;
    height: .5rem;
    /* padding: .1rem .15rem; */
    padding: 0.05rem 0;
    font-size: 0.16rem;
    font-weight: bold;
    /* color: #ffffff; */
    color: #333333;
    /* background: rgba(0, 0, 0, .6); */
    line-height: 1.5;
}
.video-top .video-r ul li h3 {
    /* bottom: 0; */
    height: .68rem;
}
.video-top ul li a {
    position: relative;
    display: block;
    /* color: #ffffff; */
    color: #333333;
    font-size: 0.16rem;
    font-weight: bold;
}
.video-top ul li a i {
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    background-color: #77171c;
    margin-top: 0.05rem;
    margin-right: 0.02rem;
    display: none !important;
}
.video-top .video-r ul li a {
    /* height: 100%; */
    font-size: 0.14rem;
}
.video-top ul li a .bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-list {
    margin-bottom: 0.5rem;
}
.video-list ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.video-list ul li {
    margin-bottom: 0;
    position: relative;
    width: 19%;
    display: flex;
    flex-direction: column;
}
.video-list ul li {
    margin-right: 1.2%;
}
.video-list ul li:nth-child(5n) {
    margin-right: 0;
}
.video-list4 ul li,.video-list4 ul li:nth-of-type(5n) {
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 0.25rem;
}

.video-list4 ul li:nth-of-type(4n) {
    margin-right: 0;
}
.video-list ul li .play {
    position: absolute;
    width: 0.4rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video-list4 ul li .play {
    width: 0.5rem;
}
.video-list ul li h3 {
    /* position: absolute; */
    /* bottom: 0.05rem; */
    width: 100%;
    height: .7rem;
    /* padding: .1rem .15rem; */
    padding: 0.05rem 0;
    font-size: 0.16rem;
    font-weight: bold;
    /* color: #ffffff; */
    color: #333333;
    /* background: rgba(0, 0, 0, .6); */
    line-height: 1.5;
}
.video-list ul li a {
    position: relative;
    /* display: block; */
    /* height: 100%; */
    font-size: 0.14rem;
    /* color: #ffffff; */
    color: #333333;
    font-size: 0.16rem;
    font-weight: bold;
}
.video-list ul li a i {
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    background-color: #77171c;
    margin-top: 0.05rem;
    margin-right: 0.02rem;
    display: none !important;
}
.video-list ul li a .bg {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.video-list ul li p {
    margin-top: 0.05rem;
    font-size: 0.14rem;
    color: #999;
}

@media (max-width: 1800px) {
    .video-top {
        margin-bottom: 30px;
    }
    .video-top ul li a {
        font-size: 16px;
    }
    .video-top .video-r ul li a {
        font-size: 14px;
    }
    .video-list ul li a {
        font-size: 16px;
    }
    .video-list ul li a i,.video-top ul li a i {
        width: 12px;
        height: 12px;
        margin-top: 5px;
        margin-right: 2px;
    }
    .video-list ul li h3 {
        height: 72px;
    }
    .video-list ul li p {
        font-size: 14px;
    }
}

@media (max-width: 960px) {
    .video-top {
        flex-wrap: wrap;
    }
    .video-l,.video-r,.video-top ul li {
        width: 100%;
    }
    .video-top ul li {
        padding-bottom: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #dddddd;
    }
    .video-top ul li h3,.video-top .video-r ul li h3,.video-list ul li h3 {
        height: auto;
        margin: 10px 0;
        font-size: 16px;
    }
    .video-list ul li {
        margin-right: 0;
    }
    .video-top .video-r ul li,.video-list ul li,.video-list4 ul li, .video-list4 ul li:nth-of-type(5n) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #dddddd;
    }
    .video-top .video-r ul li a {
        font-size: 16px;
    }
}</pre></body></html>