.hradt-news-list-8m5k {
    max-width: 900px;
    margin: 0 auto;
}

.hradt-news-item-6w9x {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-bottom: 32px;
    transition: all 0.3s ease;
}

.hradt-news-item-6w9x:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.hradt-featured-news-4k7m {
    border: 2px solid var(--primary-color);
}

.hradt-news-thumb-5j3n {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.hradt-news-content-9k2m {
    padding: 32px;
}

.hradt-news-meta-3w7k {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
}

.hradt-news-tag-8j4m {
    display: inline-block;
    padding: 6px 16px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.hradt-news-date-5m9x {
    font-size: 14px;
    color: var(--text-gray);
}

.hradt-news-title-7k4n {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
    line-height: 1.4;
}

.hradt-news-excerpt-6m8k {
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-gray);
    margin-bottom: 20px;
}

.hradt-news-link-4w9k {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 15px;
}

.hradt-news-link-4w9k:hover {
    text-decoration: underline;
}

.hradt-announcement-box-5w9k {
    margin-top: 80px;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    padding: 60px 40px;
    border-radius: 16px;
}

.hradt-announcement-list-8m4x {
    max-width: 800px;
    margin: 40px auto 0;
}

.hradt-announcement-item-6k3n {
    display: flex;
    gap: 20px;
    background: white;
    padding: 28px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.hradt-announce-icon-7j2m {
    font-size: 32px;
    flex-shrink: 0;
}

.hradt-announce-content-9w5x h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.hradt-announce-content-9w5x p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-gray);
    margin-bottom: 12px;
}

.hradt-announce-date-4k8m {
    font-size: 13px;
    color: var(--text-light);
}

@media (max-width: 768px) {
    .hradt-news-thumb-5j3n {
        height: 200px;
    }

    .hradt-news-title-7k4n {
        font-size: 20px;
    }

    .hradt-announcement-item-6k3n {
        flex-direction: column;
    }
}

/* 增强样式 */
.hradt-news-item-6w9x {
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-bottom: 36px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.hradt-news-item-6w9x:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.hradt-featured-news-4k7m {
    border: 2px solid var(--primary-color);
    box-shadow: 0 8px 30px rgba(37, 99, 235, 0.15);
}

.hradt-news-content-9k2m {
    padding: 36px;
}

.hradt-news-title-7k4n {
    font-size: 26px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 18px;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.hradt-announcement-box-5w9k {
    margin-top: 100px;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    padding: 80px 50px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.hradt-announcement-item-6k3n {
    display: flex;
    gap: 24px;
    background: white;
    padding: 32px;
    border-radius: 16px;
    margin-bottom: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.hradt-announcement-item-6k3n:hover {
    transform: translateX(4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.hradt-announce-icon-7j2m {
    font-size: 40px;
    flex-shrink: 0;
    line-height: 1;
}

/* 新闻动态文字内容优化 */
.hradt-news-item-6w9x {
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-bottom: 36px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.hradt-news-content-9k2m {
    padding: 36px;
}

.hradt-news-meta-8k3n {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.hradt-news-date-5w9m {
    font-size: 14px;
    color: var(--text-gray);
    display: flex;
    align-items: center;
    gap: 6px;
}

.hradt-news-category-7k2m {
    display: inline-block;
    padding: 6px 16px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(59, 130, 246, 0.05) 100%);
    border-radius: 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color);
    border: 1px solid rgba(37, 99, 235, 0.2);
}

.hradt-news-title-7k4n {
    font-size: 26px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 18px;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.hradt-news-title-7k4n:hover {
    color: var(--primary-color);
}

.hradt-news-excerpt-4m8k {
    font-size: 16px;
    line-height: 1.9;
    color: var(--text-gray);
    margin-bottom: 24px;
    text-align: justify;
}

.hradt-news-read-more-9j3n {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

.hradt-news-read-more-9j3n:hover {
    gap: 12px;
    text-decoration: underline;
}

/* 推荐新闻 */
.hradt-featured-news-4k7m {
    border: 2px solid var(--primary-color);
    box-shadow: 0 8px 30px rgba(37, 99, 235, 0.15);
}

.hradt-featured-badge-6w8k {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--primary-color);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

/* 公告区域 */
.hradt-announcement-box-5w9k {
    margin-top: 100px;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    padding: 80px 50px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.hradt-announcement-box-5w9k h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: -0.02em;
}

.hradt-announcement-item-6k3n {
    display: flex;
    gap: 24px;
    background: white;
    padding: 32px;
    border-radius: 16px;
    margin-bottom: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.hradt-announce-icon-7j2m {
    font-size: 40px;
    flex-shrink: 0;
    line-height: 1;
}

.hradt-announce-content-8k4m h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.hradt-announce-content-8k4m p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-gray);
    text-align: justify;
}

.hradt-announce-date-5m9x {
    font-size: 14px;
    color: var(--text-light);
    margin-top: 8px;
}

/* 新闻筛选标签 */
.hradt-news-filter-7k2m {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.hradt-filter-tag-9k3n {
    padding: 10px 24px;
    background: white;
    border: 2px solid var(--border-color);
    border-radius: 24px;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-dark);
    transition: all 0.3s ease;
    cursor: pointer;
}

.hradt-filter-tag-9k3n:hover,
.hradt-filter-tag-active-4w8k {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

@media (max-width: 768px) {
    .hradt-news-title-7k4n {
        font-size: 22px;
    }

    .hradt-announcement-box-5w9k {
        padding: 50px 30px;
    }

    .hradt-announcement-box-5w9k h2 {
        font-size: 28px;
    }

    .hradt-announcement-item-6k3n {
        flex-direction: column;
        text-align: center;
    }

    .hradt-news-excerpt-4m8k,
    .hradt-announce-content-8k4m p {
        text-align: left;
    }
}
