﻿#section-3 .home-cate:not(:first-child) {
    margin-top: 1rem;
}

#section-3 .cate-title {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

#section-3 .cate-title a {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    font-family: "Lora";
}

#section-3 .cate-title a:hover {
    color: #0072bc;
}

#section-3 .news {
    margin-top: 2rem;
}

#section-3 .news img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#section-3 .big-news-title, #section-3 .small-news-title {
    -webkit-line-clamp: 3;
}

#section-3 .small-news:not(:first-child) {
    border-top: 2px dotted rgba(0, 0, 0, 0.1);
    padding-top: 1rem;
}

#section-3 .small-news {
    margin-bottom: 1rem;
}

#section-3 .news p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #121212;
    font-family: "Lora";
}

#section-3 a {
    text-decoration: none;
}

#section-3 a:hover p {
    color: #007bff;
}

#two-cate {
    padding: 0;
}

#section-3 h2.cate-title {
    position: relative;
}

#section-3 h2.cate-title:before {
    position: absolute;
    background: #0072bc;
    height: 2px;
    content: '';
    width: 15%;
    bottom: -2px;
    left: 0;
}

@media screen and (max-width: 769px) {
    #section-3 {
        padding: 0 5%;
    }

    #two-cate {
        padding: 0 5%;
    }

    #section-3 .small-news {
        border-top: 2px dotted rgba(0, 0, 0, 0.1);
        padding-top: 1rem;
    }

    #section-3 p.big-news-title {
        margin-bottom: 1rem;
    }

    .home-cate {
        margin-top: 1rem;
    }

    #section-3 .cate-title {
        padding-bottom: 1rem;
    }

    #section-3 .news {
        margin-top: 1.5rem;
    }
}
