﻿#video {
    padding: 0 10%;
    background-color: #333333;
    padding-bottom: 5%;
}

#section-5 .cate {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Lora";
    border-bottom: 3px solid #565656;
    position: relative;
}

#section-5 .cate a {
    color: #ffffff;
    text-decoration: none;
}

#section-5 .cate a:hover {
    color: #007bff;
}

#section-5 .cate:before {
    position: absolute;
    background: #0072bc;
    height: 3px;
    content: '';
    width: 10%;
    bottom: -3px;
    left: 0;
}

#section-5 img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#section-5 .big-video .big-title {
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Lora";
    -webkit-line-clamp: 4;
}

#section-5 .big-video .big-title a {
    text-decoration: none;
    color: #ffffff;
}

#section-5 .big-video .big-title a:hover, #section-5 .big-video .big-title a.hover {
    color: #007bff;
}

#section-5 .big-video .big-cate {
    font-size: 16px;
    color: #898989;
    font-weight: 400;
    font-family: "Roboto";
    text-decoration: none;
    position: relative;
    padding-left: 20px;
}

#section-5 .big-video .big-cate:hover {
    color: #007bff;
}

#section-5 .big-video .big-cate:before {
    position: absolute;
    background: #0072bc;
    height: 3px;
    content: '';
    width: 15px;
    top: 50%;
    left: 0;
}

#section-5 .small-video .image-container {
    padding-left: 0;
}

#section-5 .small-video img {
    width: 100%;
    height: 107px;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#section-5 .small-video .news-container:not(:last-child) {
    border-bottom: 2px dotted #afafaf;
    padding-bottom: 1rem;
}

#section-5 .small-video .news-container:not(:first-child) {
    padding-top: 1rem;
}

#section-5 .small-title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Lora";
    -webkit-line-clamp: 4;
    line-height: 1.2;
}

#section-5 .small-video a {
    text-decoration: none;
}

#section-5 .small-video a:hover p, #section-5 .small-video .hover {
    color: #007bff;
}

#section-5 .small-cate {
    color: #898989;
    font-weight: 400;
    font-family: "Roboto";
}

#section-5 a.small-cate:hover {
    color: #007bff;
}

@media screen and (max-width: 769px) {
    #section-5 {
        padding-right: 0;
        padding-left: 0;
    }

    #section-5 .cate:before {
        content: none;
    }

    #section-5 .cate {
        border-bottom: none;
        padding: 0 5px;
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
        font-family: "Lora";
    }

    #video {
        /*margin: 0;*/
    }

    .video-title p {
        font-size: 18px;
        line-height: 24px;
        color: #ffffff;
        font-family: "Lora";
        -webkit-line-clamp: 2;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
}
