.news-section {
    max-width: 980px;
    margin: 0 auto 60px auto;
}

.news-year-card {
    background: #ffffff;
    border: 1px solid #dce6f2;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 28px;
    transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.news-year-card:hover {
    opacity: 0.96;
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(8,42,82,0.16);
}

.news-year-card h3 {
    margin: 0 0 20px;
    color: #082a52;
    font-size: 26px;
}

.news-item {
    padding: 12px 0;
    border-bottom: 1px solid #edf4fc;
    line-height: 1.6;
}

.news-item:last-child {
    border-bottom: 0;
}

.news-item strong {
    color: #082a52;
}

.news-item a {
    color: #123f73;
    font-weight: bold;
}

.news-item span {
    display: block;
    color: #607086;
    margin-top: 4px;
}