.hj-news-hero,
.hj-news-article-hero {
    background: linear-gradient(135deg, #effaf3 0%, #eaf5ff 100%);
    padding: 58px 0 64px;
}

.hj-news-hero-inner,
.hj-news-article-inner,
.hj-news-layout,
.hj-article-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hj-news-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    color: #7c8b84;
    font-size: 14px;
}

.hj-news-breadcrumb a {
    color: #2e8b57;
}

.hj-news-breadcrumb em {
    font-style: normal;
    color: #7c8b84;
}

.hj-news-kicker {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(46, 139, 87, .1);
    color: #2e8b57;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.hj-news-hero h1,
.hj-news-article-hero h1 {
    margin: 14px 0 12px;
    color: #202b25;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 800;
}

.hj-news-hero p {
    max-width: 720px;
    color: #5c6b63;
    font-size: 17px;
    line-height: 1.85;
}

.hj-news-page,
.hj-article-page {
    background: #f8fbf9;
    padding: 42px 0 64px;
}

.hj-news-layout,
.hj-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
}

.hj-news-main,
.hj-article-main,
.hj-news-side-card {
    background: #fff;
    border: 1px solid #e7f1eb;
    border-radius: 14px;
    box-shadow: 0 6px 22px rgba(46, 139, 87, .06);
}

.hj-news-main {
    padding: 26px;
}

.hj-news-section-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 8px;
    border-bottom: 1px solid #edf4ef;
}

.hj-news-section-head h2 {
    margin: 0 0 6px;
    color: #202b25;
    font-size: 24px;
}

.hj-news-section-head p {
    margin: 0;
    color: #79877f;
}

.hj-news-more,
.hj-news-read,
.hj-news-side-card-accent a {
    color: #2e8b57;
    font-weight: 600;
}

.hj-news-more {
    flex-shrink: 0;
    padding: 8px 16px;
    border: 1px solid #cde7d7;
    border-radius: 999px;
}

.hj-news-more:hover {
    background: #2e8b57;
    color: #fff;
}

.hj-news-list {
    display: grid;
    gap: 18px;
}

.hj-news-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #edf4ef;
}

.hj-news-card:last-child {
    border-bottom: 0;
}

.hj-news-thumb {
    display: block;
    height: 145px;
    overflow: hidden;
    border-radius: 12px;
    background: #eff6f2;
}

.hj-news-thumb img,
.hj-article-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.hj-news-card:hover .hj-news-thumb img {
    transform: scale(1.045);
}

.hj-news-meta,
.hj-article-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    color: #82918a;
    font-size: 13px;
}

.hj-news-card h3 {
    margin: 8px 0 10px;
    font-size: 20px;
    line-height: 1.45;
}

.hj-news-card h3 a {
    color: #202b25;
}

.hj-news-card h3 a:hover,
.hj-news-read:hover,
.hj-news-rank a:hover em,
.hj-news-links a:hover,
.hj-article-nav a:hover {
    color: #2e8b57;
}

.hj-news-card p {
    margin: 0 0 12px;
    color: #5f6f66;
    font-size: 15px;
    line-height: 1.75;
}

.hj-news-sidebar,
.hj-article-sidebar {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 82px;
}

.hj-news-side-card {
    padding: 22px;
}

.hj-news-side-card h3 {
    margin: 0 0 14px;
    color: #202b25;
    font-size: 18px;
}

.hj-news-side-card p {
    margin: 0 0 14px;
    color: #63736a;
    font-size: 14px;
    line-height: 1.75;
}

.hj-news-side-card-accent {
    border-color: #cfe8d9;
    background: linear-gradient(180deg, #f7fffa 0%, #fff 100%);
}

.hj-news-rank {
    display: grid;
    gap: 2px;
}

.hj-news-rank a {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed #e7eee9;
}

.hj-news-rank a:last-child {
    border-bottom: 0;
}

.hj-news-rank span {
    color: #99a69f;
    font-size: 13px;
}

.hj-news-rank em {
    color: #44524a;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hj-news-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.hj-news-links a {
    padding: 10px 12px;
    border-radius: 8px;
    background: #f5faf7;
    color: #506057;
    text-align: center;
}

.hj-news-article-hero {
    padding-bottom: 50px;
}

.hj-news-article-hero h1 {
    max-width: 860px;
    font-size: 34px;
}

.hj-article-main {
    padding: 32px;
}

.hj-article-cover {
    width: 100%;
    max-height: 420px;
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 26px;
    background: #eff6f2;
}

.hj-article-content {
    color: #3d4a43;
    font-size: 16px;
    line-height: 1.92;
    word-break: break-word;
}

.hj-article-content p {
    margin: 0 0 18px;
}

.hj-article-content h2,
.hj-article-content h3 {
    margin: 30px 0 16px;
    padding-left: 12px;
    border-left: 4px solid #2e8b57;
    color: #202b25;
    line-height: 1.45;
}

.hj-article-content img {
    max-width: 100%;
    height: auto;
    margin: 16px auto;
    border-radius: 12px;
}

.hj-article-content ul,
.hj-article-content ol {
    padding-left: 22px;
    margin: 14px 0 20px;
}

.hj-article-content li {
    margin: 8px 0;
}

.hj-article-content blockquote {
    margin: 22px 0;
    padding: 16px 20px;
    border-left: 4px solid #2e8b57;
    border-radius: 8px;
    background: #f5faf7;
    color: #607067;
}

.hj-article-sign {
    margin-top: 28px;
    color: #82918a;
    text-align: right;
    font-size: 14px;
}

.hj-article-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #edf4ef;
    color: #5c6b63;
    font-size: 15px;
}

.hj-article-nav div {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hj-article-nav div:last-child {
    text-align: right;
}

.hj-article-nav a {
    color: #2e8b57;
}

.hj-article-nav span {
    color: #99a69f;
}

@media (max-width: 960px) {
    .hj-news-layout,
    .hj-article-layout {
        grid-template-columns: 1fr;
    }

    .hj-news-sidebar,
    .hj-article-sidebar {
        position: static;
    }
}

@media (max-width: 760px) {
    .hj-news-hero,
    .hj-news-article-hero {
        padding: 40px 0 44px;
    }

    .hj-news-hero h1,
    .hj-news-article-hero h1 {
        font-size: 27px;
    }

    .hj-news-hero p {
        font-size: 15px;
    }

    .hj-news-page,
    .hj-article-page {
        padding: 24px 0 48px;
    }

    .hj-news-main,
    .hj-article-main,
    .hj-news-side-card {
        border-radius: 12px;
    }

    .hj-news-main,
    .hj-article-main {
        padding: 20px;
    }

    .hj-news-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .hj-news-card {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hj-news-thumb {
        height: 190px;
    }

    .hj-news-card h3 {
        font-size: 18px;
    }

    .hj-article-nav {
        grid-template-columns: 1fr;
    }

    .hj-article-nav div:last-child {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .hj-news-hero-inner,
    .hj-news-article-inner,
    .hj-news-layout,
    .hj-article-layout {
        padding: 0 15px;
    }

    .hj-news-thumb {
        height: 168px;
    }

    .hj-news-links {
        grid-template-columns: 1fr;
    }

    .hj-news-meta,
    .hj-article-meta {
        gap: 10px;
    }
}
