﻿.home-section {
    margin-bottom: 30px;
}

.section-title {
    background: linear-gradient(90deg, #004175, #0066b3);
    color: #fff;
    padding: 12px 18px;
    border-radius: 6px 6px 0 0;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.section-box {
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.featured-news img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 6px;
}

.featured-news h2 {
    font-size: 28px;
    margin-top: 15px;
    line-height: 1.4;
}

    .featured-news h2 a {
        color: #003b8e;
        font-weight: bold;
    }

.featured-news p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .news-list li {
        border-bottom: 1px dashed #ddd;
        padding: 10px 0;
    }

        .news-list li:last-child {
            border-bottom: none;
        }

    .news-list a {
        color: #333;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.5;
        display: block;
    }

        .news-list a:hover {
            color: #0056b3;
            text-decoration: none;
        }

.small-news-item {
    margin-bottom: 20px;
}

    .small-news-item img {
        width: 100%;
        height: 130px;
        object-fit: cover;
        border-radius: 5px;
    }

    .small-news-item h4 {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.5;
        min-height: 45px;
    }

        .small-news-item h4 a {
            color: #003b8e;
            font-weight: bold;
        }

.category-news {
    margin-top: 25px;
}

.category-main img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 12px;
}

.category-main h3 {
    margin-top: 0;
    font-size: 22px;
    line-height: 1.5;
}

    .category-main h3 a {
        color: #003b8e;
        font-weight: bold;
    }

.category-main p {
    color: #666;
    line-height: 1.7;
}

.category-side ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-side li {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}

.category-side a {
    color: #333;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
}

    .category-side a:hover {
        color: #0056b3;
        text-decoration: none;
    }

.news-date {
    color: #999;
    font-size: 13px;
    margin-bottom: 8px;
}

.menu-links {
    margin-top: 10px;
    margin-bottom: 15px;
}

    .menu-links a {
        display: inline-block;
        background: #f5f5f5;
        padding: 6px 12px;
        margin-right: 6px;
        margin-bottom: 6px;
        border-radius: 4px;
        color: #333;
        font-size: 13px;
    }

        .menu-links a:hover {
            background: #004175;
            color: #fff;
            text-decoration: none;
        }

@media(max-width:768px) {

    .featured-news img {
        height: 220px;
    }

    .category-main img {
        height: 180px;
    }
}
