﻿#cate-detail {
    padding: 0 10%;
}

#cate-detail .cate-title {
    font-size: 22px;
    color: #232323;
    font-weight: 600;
    font-family: "Lora";
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

#cate-detail .cate-title:before {
    position: absolute;
    background: #0072bc;
    height: 2px;
    content: '';
    width: 15%;
    bottom: -2px;
    left: 0;
}

#cate-detail #first-page-big-cate img {
    width: 100%;
    object-fit: cover;
    height: 220px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#cate-detail #first-page-big-cate .news-title {
    font-size: 20px;
    color: #121212;
    font-weight: 600;
    font-family: "Lora";
    -webkit-line-clamp: 3;
}

#cate-detail .news-list img {
    width: 100%;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 150px;
    border-radius: 4px;
}

#cate-detail .news-list {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#cate-detail .news-list .news-title {
    font-size: 18px;
    color: #121212;
    font-weight: 600;
    font-family: "Lora";
    -webkit-line-clamp: 2;
}

#cate-detail .news-list .news-sapo {
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 400;
    font-family: "Roboto";
    -webkit-line-clamp: 4;
}

#cate-detail .news-list a:hover p {
    color: #0072bc;
}

#three-cate {
    margin-left: 0;
    margin-right: 0;
}

#most-view {
    padding-right: 15px;
}

#first-page-big-cate a {
    text-decoration: none;
}
#cate-detail a {
    text-decoration: none;
}
#first-page-big-cate a:hover p {
    color: #0072bc;
}
#cate-detail a p.hover {
    color: #0072bc!important;
}
@media screen and (max-width: 1025px) {
    .most-view-container .most-view-title {
        font-size: 20px;
    }

    .most-view-title:after {
        width: 10%;
    }
}

@media screen and (max-width:824px) {
    #cate-detail {
        padding: 0 5%;
    }

    #most-view {
        padding: 0 15px;
    }

    #section-3 {
        padding: 0 5%;
    }
}

@media screen and (max-width: 769px) {
    #cate-detail .news-list img {
        width: 100%;
        object-fit: cover;
        border: 1px solid rgba(0, 0, 0, 0.1);
        height: unset;
        border-radius: 4px;
    }

    #cate-detail .news-list .news-title {
        font-size: 16px;
        color: #121212;
        font-weight: 600;
        font-family: "Lora";
        -webkit-line-clamp: 3;
    }
}
