.news-channel {
    padding: 35px 0 50px;
}

/* 页面标题 */
.news-channel-head {
    margin-bottom: 28px;
}

.news-channel-head span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #168a3a;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
}

.news-channel-head h1 {
    margin: 0 0 14px;
    color: #14284b;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 800;
}

.news-channel-head p {
    max-width: 780px;
    margin: 0;
    color: #5b6472;
    font-size: 16px;
    line-height: 1.65;
}

/* 通用标题 */
.news-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.news-section-title h2 {
    margin: 0;
    color: #14284b;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
}

.news-section-title h2 i {
    margin-right: 8px;
    color: #37b34a;
}

.news-section-title > a {
    color: #14284b;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease;
}

.news-section-title > a:hover {
    color: #168a3a;
}

/* 分类 */
.news-category-box {
    margin-bottom: 28px;
    padding: 26px 28px;
    background: linear-gradient(135deg, rgba(55,179,74,.08), rgba(16,155,215,.08));
    border: 1px solid #e7f2ee;
    border-radius: 22px;
}

.news-category-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.news-category-list a {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 0 18px;
    background: #fff;
    border: 1px solid rgba(55,179,74,.16);
    border-radius: 12px;
    color: #14284b;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease;
}

.news-category-list a i {
    margin-right: 10px;
    color: #37b34a;
    transition: all .3s ease;
}

.news-category-list a:hover {
    background: linear-gradient(135deg, #37b34a 0%, #109bd7 82%);
    border-color: transparent;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(55,179,74,.20);
}

.news-category-list a:hover i {
    color: #fff;
}

/* 热门 + 推荐 */
.news-top-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 24px;
    margin-bottom: 28px;
}

.news-card-box {
    padding: 26px 28px;
    background: linear-gradient(135deg, rgba(55,179,74,.08), rgba(16,155,215,.08));
    border: 1px solid #e7f2ee;
    border-radius: 22px;
}

/* 热门资讯 */
.news-hot-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
}

.news-hot-item {
    display: flex;
    gap: 16px;
    padding: 12px;
    background: #fff;
    border: 1px solid #e7f2ee;
    border-radius: 16px;
    text-decoration: none;
    transition: all .3s ease;
}

.news-hot-item:hover {
    transform: translateY(-3px);
    border-color: rgba(16,155,215,.34);
    box-shadow: 0 10px 28px rgba(16,155,215,.14);
}

.news-hot-img {
    flex: 0 0 150px;
    height: 96px;
    border-radius: 12px;
    overflow: hidden;
    background: #f7fbf8;
    position: relative;
}

.news-hot-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #37b34a 0%, #109bd7 72%, #f6bd16 100%);
}

.news-hot-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-hot-info {
    flex: 1;
    min-width: 0;
    padding: 4px 0;
}

.news-hot-info h3 {
    margin: 0 0 14px;
    color: #14284b;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 800;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 推荐资讯 */
.news-recommend-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.news-recommend-item {
    display: flex;
    gap: 15px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #e7f2ee;
    border-radius: 14px;
    text-decoration: none;
    transition: all .3s ease;
}

.news-recommend-item:hover {
    background: linear-gradient(135deg, #37b34a 0%, #109bd7 82%);
    border-color: transparent;
    transform: translateX(4px);
    box-shadow: 0 10px 24px rgba(55,179,74,.20);
}

.news-recommend-num {
    flex: 0 0 42px;
    color: #37b34a;
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
}

.news-recommend-info {
    flex: 1;
    min-width: 0;
}

.news-recommend-info h3 {
    margin: 0 0 10px;
    color: #14284b;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 800;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-recommend-item:hover .news-recommend-num,
.news-recommend-item:hover h3,
.news-recommend-item:hover .news-meta span,
.news-recommend-item:hover .news-meta i {
    color: #fff;
}

/* 最新资讯 */
.news-latest-box {
    padding: 26px 28px;
    background: linear-gradient(135deg, rgba(55,179,74,.08), rgba(16,155,215,.08));
    border: 1px solid #e7f2ee;
    border-radius: 22px;
}

.news-latest-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.news-latest-item {
    display: block;
    background: #fff;
    border: 1px solid #e7f2ee;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    transition: all .3s ease;
}

.news-latest-item:hover {
    transform: translateY(-5px);
    border-color: rgba(16,155,215,.34);
    box-shadow: 0 12px 32px rgba(16,155,215,.14);
}

.news-latest-img {
    width: 100%;
    height: auto;
    background: #f7fbf8;
    overflow: hidden;
    position: relative;
}

.news-latest-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #37b34a 0%, #109bd7 72%, #f6bd16 100%);
    z-index: 2;
}

.news-latest-img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all .4s ease;
}

.news-latest-item:hover .news-latest-img img {
    transform: scale(1.06);
}

.news-latest-info {
    padding: 18px 18px 20px;
}

.news-latest-info h3 {
    margin: 0 0 10px;
    color: #14284b;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 800;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-latest-info p {
    margin: 0 0 14px;
    color: #5b6472;
    font-size: 14px;
    line-height: 1.6;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 时间 / 浏览 */
.news-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.news-meta span {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.4;
}

.news-meta i {
    margin-right: 5px;
    color: #37b34a;
}

/* 移动端 */
@media (max-width: 768px) {
    .news-channel {
        padding: 28px 0 40px;
    }

    .news-channel-head {
        margin-bottom: 22px;
    }

    .news-channel-head h1 {
        font-size: 28px;
    }

    .news-channel-head p {
        font-size: 15px;
    }

    .news-category-box,
    .news-card-box,
    .news-latest-box {
        padding: 22px 16px;
        border-radius: 18px;
    }

    .news-section-title {
        margin-bottom: 15px;
    }

    .news-section-title h2 {
        font-size: 21px;
    }

    .news-category-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .news-top-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 22px;
    }

    .news-hot-item {
        gap: 12px;
        padding: 10px;
    }

    .news-hot-img {
        flex: 0 0 110px;
        height: 78px;
    }

    .news-hot-info h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .news-recommend-num {
        flex: 0 0 36px;
        font-size: 21px;
    }

    .news-latest-list {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .news-latest-img {
        height: auto;
    }

    .news-meta {
        gap: 9px;
    }

    .news-meta span {
        font-size: 12px;
    }
}