:root {
    --yh-red: #d71920;
    --yh-red-dark: #a70f14;
    --yh-ink: #111214;
    --yh-ink-soft: #202226;
    --yh-copy: #565960;
    --yh-muted: #8b8e94;
    --yh-line: #e5e5e3;
    --yh-paper: #f7f7f5;
    --yh-white: #fff;
    --yh-shell: 1240px;
}

html {
    scroll-behavior: smooth;
}

body.yh-news-index {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    background: var(--yh-paper);
    color: var(--yh-ink);
    font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

body.yh-nav-open {
    overflow: hidden;
}

.yh-news-index *,
.yh-news-index *::before,
.yh-news-index *::after {
    box-sizing: border-box;
}

.yh-news-index a {
    color: inherit;
    text-decoration: none;
}

.yh-news-index button,
.yh-news-index a {
    -webkit-tap-highlight-color: transparent;
}

.yh-news-index img {
    max-width: 100%;
}

.yh-news-index .clear {
    clear: both;
}

.yh-skip-link {
    position: fixed;
    top: -80px;
    left: 24px;
    z-index: 9999;
    padding: 12px 18px;
    background: var(--yh-red);
    color: #fff !important;
    transition: top .2s ease;
}

.yh-skip-link:focus {
    top: 16px;
}

.yh-shell {
    width: min(calc(100% - 72px), var(--yh-shell));
    margin: 0 auto;
}

/* 全站头部与右侧菜单 */
.yh-news-index .menuBg {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 60px;
    height: 100vh;
    padding: 0;
    border-left: 1px solid #eee;
    background: #fff;
}

.yh-news-index .menuBtn {
    display: flex;
    width: 60px;
    min-height: 112px;
    padding: 13px 0 18px;
    border: 0;
    background: transparent;
    color: #111;
    cursor: pointer;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.yh-news-index .yh-menu-word {
    margin-bottom: 13px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    writing-mode: vertical-rl;
}

.yh-news-index .mBtnLine {
    display: flex;
    width: 20px;
    height: 17px;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
}

.yh-news-index .mBtnLine span,
.yh-news-index .mBtnLine span:nth-child(2) {
    display: block;
    width: 20px;
    height: 1px;
    margin: 0;
    background: #111;
}

.yh-news-index .mBtnLine span:nth-child(2) {
    width: 14px;
}

.yh-news-index .mOnLine {
    padding: 18px 0;
    background: var(--yh-red);
}

.yh-news-index .mOnLineIco {
    background: var(--yh-red);
    line-height: 54px;
}

.yh-news-index .mOnLineIco img {
    display: inline-block;
    object-fit: contain;
}

.yh-news-index .mOnLineCon {
    right: 60px;
    background: var(--yh-red);
}

.yh-news-index .headerBg {
    position: relative;
    top: auto;
    right: auto;
    left: 0;
    z-index: 20;
    width: calc(100% - 60px);
    height: 88px;
    margin: 0;
    padding: 20px 38px;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.yh-news-index .header {
    height: 100%;
    margin: 0;
}

.yh-news-index .header .logo,
.yh-news-index .header .logo a {
    height: 100%;
}

.yh-news-index .header .logo img {
    width: auto;
    height: 48px;
    object-fit: contain;
}

.yh-news-index .tel {
    height: 48px;
    color: #151515;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 48px;
}

.yh-news-index .tel a {
    display: inline-flex;
    color: #151515;
    align-items: center;
    gap: 10px;
}

.yh-tel-icon {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 1.5px solid #151515;
    border-radius: 50%;
}

.yh-tel-icon::before {
    position: absolute;
    top: 5px;
    left: 7px;
    width: 6px;
    height: 9px;
    border-bottom: 1.5px solid #151515;
    border-left: 1.5px solid #151515;
    border-radius: 0 0 0 6px;
    content: "";
    transform: rotate(-34deg);
}

.yh-news-index .navBg {
    z-index: 1200;
}

.yh-news-index .navClose {
    position: relative;
    float: right;
    width: 34px;
    height: 34px;
    padding: 5px 0 0;
    border: 0;
    background: transparent;
}

.yh-news-index .navClose span:last-child {
    margin-top: 20px;
}

.yh-news-index .navList li a:focus-visible,
.yh-news-index .navClose:focus-visible,
.yh-news-index .menuBtn:focus-visible {
    outline: 2px solid var(--yh-red);
    outline-offset: 3px;
}

.yh-news-index .mbox {
    margin-right: 60px;
}

/* 栏目首屏 */
.yh-news-hero {
    position: relative;
    min-height: 510px;
    overflow: hidden;
    background-color: #0b0c0e;
    background-image:
        linear-gradient(90deg, rgba(7, 8, 10, .96) 0%, rgba(7, 8, 10, .83) 30%, rgba(7, 8, 10, .16) 68%, rgba(7, 8, 10, .18) 100%),
        url("/images/site/newslist/news-center-hero-20260724.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.yh-news-hero::after {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
    background-size: 84px 84px;
    content: "";
    pointer-events: none;
}

.yh-news-hero-inner {
    position: relative;
    z-index: 1;
    min-height: 510px;
    padding-top: 84px;
    padding-bottom: 44px;
    color: #fff;
}

.yh-news-eyebrow {
    margin: 0 0 16px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .14em;
}

.yh-news-hero h1 {
    margin: 0;
    font-size: clamp(48px, 4.7vw, 76px);
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1.08;
}

.yh-news-hero-lead {
    margin: 22px 0 0;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: .03em;
}

.yh-news-hero-copy {
    max-width: 570px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
    line-height: 1.9;
}

.yh-news-hero-line {
    display: block;
    width: 28px;
    height: 2px;
    margin: 38px 0 22px;
    background: var(--yh-red);
}

.yh-breadcrumb {
    display: flex;
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
    align-items: center;
    gap: 13px;
}

.yh-breadcrumb a {
    color: rgba(255, 255, 255, .78);
}

.yh-breadcrumb a:hover {
    color: #fff;
}

/* 资讯主体 */
.yh-news-content {
    padding: 58px 0 76px;
    background:
        radial-gradient(circle at 15% 2%, rgba(215, 25, 32, .025), transparent 26%),
        var(--yh-paper);
}

.yh-news-section-head {
    display: flex;
    margin-bottom: 28px;
    border-bottom: 1px solid #dcdcdc;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
}

.yh-news-section-head > h2 {
    flex: 0 0 auto;
    margin: 0 0 25px;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
}

.yh-news-filters {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 42px;
}

.yh-news-filters a {
    position: relative;
    display: block;
    padding: 0 2px 24px;
    color: #7d7f84;
    font-size: 15px;
    white-space: nowrap;
    transition: color .2s ease;
}

.yh-news-filters a::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: var(--yh-red);
    content: "";
    opacity: 0;
    transform: scaleX(.4);
    transition: opacity .2s ease, transform .2s ease;
}

.yh-news-filters a:hover,
.yh-news-filters a.is-active {
    color: #1d1e21;
}

.yh-news-filters a.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.yh-featured-news {
    display: grid;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid var(--yh-line);
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 18, 24, .045);
    grid-template-columns: 1.06fr .94fr;
}

.yh-featured-media,
.yh-card-media {
    position: relative;
    display: block;
    overflow: hidden;
    background: #191b1e;
}

.yh-featured-media img,
.yh-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}

.yh-featured-media:hover img,
.yh-card-media:hover img {
    transform: scale(1.035);
}

.yh-featured-media.is-placeholder,
.yh-card-media.is-placeholder {
    background:
        linear-gradient(135deg, transparent 44%, rgba(215, 25, 32, .8) 44.2%, rgba(215, 25, 32, .8) 45%, transparent 45.2%),
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px),
        #17191c;
    background-size: 100% 100%, 36px 36px, 36px 36px, auto;
}

.yh-featured-media.is-placeholder::after,
.yh-card-media.is-placeholder::after {
    position: absolute;
    right: 11%;
    bottom: 13%;
    color: rgba(255, 255, 255, .12);
    content: "NEWS";
    font-family: Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: .06em;
}

.yh-featured-body {
    position: relative;
    display: flex;
    min-width: 0;
    padding: 52px 58px 45px;
    flex-direction: column;
    justify-content: center;
}

.yh-news-meta {
    display: flex;
    color: #8a8c91;
    font-size: 13px;
    align-items: center;
    gap: 15px;
}

.yh-news-tag {
    display: inline-flex;
    min-height: 28px;
    padding: 5px 11px;
    background: var(--yh-red);
    color: #fff;
    align-items: center;
}

.yh-featured-body h2 {
    max-width: 540px;
    margin: 22px 0 16px;
    font-size: clamp(25px, 2.05vw, 34px);
    font-weight: 800;
    line-height: 1.4;
}

.yh-featured-body h2 a {
    transition: color .2s ease;
}

.yh-featured-body h2 a:hover {
    color: var(--yh-red);
}

.yh-featured-body > p {
    display: -webkit-box;
    max-width: 520px;
    margin: 0;
    overflow: hidden;
    color: #73767c;
    font-size: 14px;
    line-height: 1.85;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.yh-read-more {
    display: inline-flex;
    width: fit-content;
    margin-top: 28px;
    color: #25272a;
    font-size: 14px;
    align-items: center;
    gap: 18px;
}

.yh-read-more span {
    color: var(--yh-red);
    font-size: 23px;
    transition: transform .2s ease;
}

.yh-read-more:hover span {
    transform: translateX(5px);
}

.yh-featured-label {
    position: absolute;
    top: 30px;
    right: 25px;
    color: #9b9da1;
    font-family: Arial, sans-serif;
    font-size: 9px;
    letter-spacing: .12em;
    writing-mode: vertical-rl;
}

.yh-featured-label::before {
    display: block;
    width: 2px;
    height: 13px;
    margin: 0 auto 8px;
    background: var(--yh-red);
    content: "";
}

.yh-all-news-head {
    display: flex;
    margin: 54px 0 20px;
    align-items: center;
    justify-content: space-between;
}

.yh-all-news-head h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
}

.yh-all-news-head > span {
    color: #a0a2a6;
    font-family: Arial, sans-serif;
    font-size: 11px;
    letter-spacing: .08em;
}

.yh-all-news-head strong {
    margin-right: 7px;
    color: #1c1d20;
    font-size: 12px;
}

.yh-news-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yh-news-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--yh-line);
    background: #fff;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.yh-news-card:hover {
    border-color: #d5d5d2;
    box-shadow: 0 16px 36px rgba(15, 18, 24, .07);
    transform: translateY(-4px);
}

.yh-card-media {
    height: 190px;
}

.yh-card-media.is-placeholder::after {
    font-size: 34px;
}

.yh-card-body {
    position: relative;
    min-height: 240px;
    padding: 24px 22px 50px;
}

.yh-card-body .yh-news-meta {
    justify-content: space-between;
}

.yh-card-body .yh-news-meta span {
    color: #333438;
}

.yh-card-body h3 {
    display: -webkit-box;
    margin: 14px 0 10px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.yh-card-body h3 a {
    transition: color .2s ease;
}

.yh-card-body h3 a:hover {
    color: var(--yh-red);
}

.yh-card-body p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #85878c;
    font-size: 13px;
    line-height: 1.75;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.yh-card-arrow {
    position: absolute;
    bottom: 20px;
    left: 22px;
    color: var(--yh-red) !important;
    font-size: 22px;
    transition: transform .2s ease;
}

.yh-card-arrow:hover {
    transform: translateX(5px);
}

.yh-pagination {
    display: flex;
    margin-top: 42px;
    justify-content: center;
}

.yh-pagination-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    gap: 10px;
}

.yh-pagination-list li {
    display: block;
}

.yh-pagination-list li a {
    display: inline-flex;
    min-width: 40px;
    height: 40px;
    padding: 0 11px;
    border: 1px solid transparent;
    color: #44464b;
    font-family: inherit;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.yh-pagination-list li a:hover {
    border-color: #d6d6d3;
}

.yh-pagination-list li.is-current a {
    border-color: var(--yh-red);
    background: var(--yh-red);
    color: #fff;
}

.yh-pagination-list li.is-disabled {
    display: none;
}

.yh-news-empty {
    padding: 90px 20px;
    border: 1px solid var(--yh-line);
    background: #fff;
    text-align: center;
}

.yh-news-empty > span {
    color: #eee;
    font-family: Arial, sans-serif;
    font-size: 64px;
    font-weight: 800;
    letter-spacing: .08em;
}

.yh-news-empty h2 {
    margin: -10px 0 12px;
    font-size: 25px;
}

.yh-news-empty p {
    color: var(--yh-muted);
}

.yh-news-empty a {
    display: inline-flex;
    margin-top: 18px;
    padding: 12px 23px;
    border: 1px solid var(--yh-red);
    color: var(--yh-red);
}

/* 咨询收口与页脚 */
.yh-news-cta {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background:
        linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px),
        #121315;
    background-size: 54px 54px, 54px 54px, auto;
    color: #fff;
}

.yh-news-cta::after {
    position: absolute;
    right: 7%;
    bottom: -180px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(215, 25, 32, .24);
    content: "";
    transform: rotate(45deg);
}

.yh-news-cta-inner {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 190px;
    padding-top: 43px;
    padding-bottom: 43px;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.yh-news-cta h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.45;
}

.yh-news-cta p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .55);
    font-size: 14px;
}

.yh-news-cta-inner > a {
    display: inline-flex;
    min-width: 224px;
    height: 58px;
    border: 1px solid var(--yh-red);
    color: var(--yh-red);
    font-size: 15px;
    align-items: center;
    justify-content: center;
    gap: 23px;
    transition: background .2s ease, color .2s ease;
}

.yh-news-cta-inner > a:hover {
    background: var(--yh-red);
    color: #fff;
}

.yh-cta-mobile {
    display: none;
}

.yh-news-footer {
    padding: 40px 0 30px;
    background: #101113;
    color: rgba(255, 255, 255, .58);
}

.yh-footer-main {
    display: flex;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.yh-footer-main strong {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.yh-footer-main p {
    margin: 8px 0 0;
    font-size: 12px;
}

.yh-footer-main nav {
    display: flex;
    font-size: 13px;
    align-items: center;
    gap: 24px;
}

.yh-footer-main nav a {
    color: rgba(255, 255, 255, .82);
}

.yh-footer-main nav a:hover {
    color: var(--yh-red);
}

.yh-footer-main nav span {
    color: rgba(255, 255, 255, .22);
}

.yh-footer-legal {
    display: flex;
    padding-top: 22px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.yh-footer-legal p {
    margin: 0;
    font-size: 11px;
    line-height: 1.9;
}

.yh-footer-legal a {
    color: rgba(255, 255, 255, .58);
}

.yh-footer-legal img {
    width: auto;
    height: 42px;
    opacity: .88;
}

.yh-mobile-contact {
    display: none;
}

@media (max-width: 1260px) {
    .yh-shell {
        width: min(calc(100% - 56px), 1100px);
    }

    .yh-news-filters {
        gap: 28px;
    }

    .yh-featured-body {
        padding-right: 44px;
        padding-left: 44px;
    }

    .yh-card-media {
        height: 170px;
    }
}

@media (max-width: 992px) {
    .yh-news-index .menuBg {
        position: static;
        width: auto;
        height: auto;
        border: 0;
    }

    .yh-news-index .menuBtn {
        position: absolute;
        top: 20px;
        right: 22px;
        z-index: 30;
        width: 34px;
        min-height: 34px;
        padding: 0;
    }

    .yh-news-index .yh-menu-word {
        display: none;
    }

    .yh-news-index .mBtnLine {
        width: 27px;
        height: 20px;
    }

    .yh-news-index .mBtnLine span,
    .yh-news-index .mBtnLine span:nth-child(2) {
        width: 27px;
        height: 2px;
        background: #121212;
    }

    .yh-news-index .mBtnLine span:nth-child(2) {
        width: 19px;
    }

    .yh-news-index .headerBg {
        right: 0;
        width: 100%;
        height: 76px;
        padding: 17px 22px;
    }

    .yh-news-index .header {
        margin: 0;
    }

    .yh-news-index .header .logo img {
        height: 42px;
    }

    .yh-news-index .tel {
        display: none;
    }

    .yh-news-index .mbox {
        margin-right: 0;
    }

    .yh-news-index .navTop {
        padding: 20px 22px;
    }

    .yh-news-index .navBot {
        padding-top: 84px;
    }

    .yh-news-hero,
    .yh-news-hero-inner {
        min-height: 420px;
    }

    .yh-news-hero {
        background-position: 58% center;
    }

    .yh-news-hero-inner {
        padding-top: 74px;
    }

    .yh-news-section-head {
        display: block;
    }

    .yh-news-section-head > h2 {
        margin-bottom: 18px;
    }

    .yh-news-filters {
        width: 100%;
        overflow-x: auto;
        gap: 30px;
        scrollbar-width: none;
    }

    .yh-news-filters::-webkit-scrollbar {
        display: none;
    }

    .yh-news-filters a {
        padding-bottom: 18px;
    }

    .yh-featured-news {
        grid-template-columns: 1fr;
    }

    .yh-featured-media {
        height: 360px;
    }

    .yh-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .yh-news-cta-inner {
        min-height: 220px;
    }

    .yh-footer-main {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .yh-shell {
        width: calc(100% - 40px);
    }

    .yh-news-index .headerBg {
        height: 72px;
        padding: 17px 20px;
    }

    .yh-news-index .header .logo img {
        height: 38px !important;
    }

    .yh-news-index .menuBtn {
        top: 19px;
        right: 20px;
    }

    .yh-news-index .navList li a,
    .yh-news-index .navList li a:hover {
        padding: 10px 20px;
    }

    .yh-news-index .navList li a span {
        font-size: 15px;
    }

    .yh-news-hero,
    .yh-news-hero-inner {
        min-height: 285px;
    }

    .yh-news-hero {
        background-image:
            linear-gradient(90deg, rgba(7, 8, 10, .88) 0%, rgba(7, 8, 10, .55) 55%, rgba(7, 8, 10, .22) 100%),
            url("/images/site/newslist/news-center-hero-20260724.jpg");
        background-position: 67% center;
    }

    .yh-news-hero::after {
        background-size: 48px 48px;
    }

    .yh-news-hero-inner {
        padding-top: 36px;
        padding-bottom: 28px;
    }

    .yh-news-eyebrow,
    .yh-news-hero-copy,
    .yh-news-hero-line {
        display: none;
    }

    .yh-news-hero h1 {
        margin-top: 35px;
        font-size: 38px;
        line-height: 1.15;
    }

    .yh-news-hero-lead {
        max-width: 90%;
        margin-top: 15px;
        font-size: 17px;
        line-height: 1.65;
    }

    .yh-breadcrumb {
        position: absolute;
        top: 31px;
        left: 20px;
        font-size: 12px;
    }

    .yh-news-content {
        padding: 24px 0 48px;
    }

    .yh-news-section-head {
        margin-right: -20px;
        margin-bottom: 24px;
        border: 0;
    }

    .yh-news-section-head > h2 {
        display: none;
    }

    .yh-news-filters {
        padding-right: 20px;
        gap: 10px;
    }

    .yh-news-filters a {
        min-width: max-content;
        padding: 10px 19px;
        border: 1px solid #dededc;
        border-radius: 999px;
        color: #686a70;
        font-size: 13px;
        line-height: 1;
    }

    .yh-news-filters a::after {
        display: none;
    }

    .yh-news-filters a.is-active {
        border-color: var(--yh-red);
        background: var(--yh-red);
        color: #fff;
    }

    .yh-featured-news {
        min-height: 0;
        box-shadow: none;
    }

    .yh-featured-media {
        height: clamp(190px, 52vw, 290px);
    }

    .yh-featured-body {
        padding: 20px 20px 23px;
    }

    .yh-featured-body .yh-news-meta {
        font-size: 12px;
    }

    .yh-news-tag {
        min-height: 0;
        padding: 0;
        background: transparent;
        color: var(--yh-red);
    }

    .yh-featured-body h2 {
        margin: 12px 0 8px;
        font-size: 21px;
        line-height: 1.48;
    }

    .yh-featured-body > p {
        font-size: 13px;
        line-height: 1.75;
        -webkit-line-clamp: 2;
    }

    .yh-read-more,
    .yh-featured-label {
        display: none;
    }

    .yh-all-news-head {
        display: none;
    }

    .yh-news-grid {
        display: block;
        margin-top: 8px;
    }

    .yh-news-card {
        display: grid;
        min-height: 126px;
        padding: 14px 0;
        overflow: visible;
        border: 0;
        border-bottom: 1px solid var(--yh-line);
        background: transparent;
        grid-template-columns: 34% 66%;
    }

    .yh-news-card:hover {
        box-shadow: none;
        transform: none;
    }

    .yh-card-media {
        height: 98px;
        border-radius: 3px;
    }

    .yh-card-media.is-placeholder::after {
        right: 8%;
        bottom: 8%;
        font-size: 20px;
    }

    .yh-card-body {
        display: flex;
        min-height: 98px;
        padding: 2px 38px 2px 17px;
        flex-direction: column;
        justify-content: center;
    }

    .yh-card-body .yh-news-meta {
        display: block;
        color: #85878c;
        font-size: 11px;
    }

    .yh-card-body .yh-news-meta span {
        color: var(--yh-red);
    }

    .yh-card-body .yh-news-meta span::after {
        margin: 0 9px;
        color: #c2c3c5;
        content: "|";
    }

    .yh-card-body h3 {
        margin: 8px 0 0;
        font-size: 15px;
        line-height: 1.5;
    }

    .yh-card-body p {
        display: none;
    }

    .yh-card-arrow {
        top: 50%;
        right: 3px;
        bottom: auto;
        left: auto;
        color: #77797e !important;
        font-size: 23px;
        transform: translateY(-50%);
    }

    .yh-card-arrow:hover {
        transform: translateY(-50%) translateX(4px);
    }

    .yh-pagination {
        margin-top: 28px;
    }

    .yh-pagination-list {
        gap: 3px;
    }

    .yh-pagination-list li a {
        min-width: 34px;
        height: 34px;
        padding: 0 7px;
        font-size: 12px;
    }

    .yh-pagination-list li.is-current a {
        border-radius: 50%;
    }

    .yh-news-empty {
        padding: 65px 15px;
    }

    .yh-news-empty > span {
        font-size: 46px;
    }

    .yh-news-empty h2 {
        font-size: 20px;
    }

    .yh-news-cta-inner {
        display: block;
        min-height: 355px;
        padding-top: 47px;
        padding-bottom: 55px;
    }

    .yh-news-cta::after {
        right: -165px;
        bottom: -150px;
        width: 340px;
        height: 340px;
    }

    .yh-news-cta h2 {
        font-size: 26px;
        line-height: 1.5;
    }

    .yh-cta-desktop {
        display: none;
    }

    .yh-cta-mobile {
        display: inline;
    }

    .yh-news-cta p {
        max-width: 88%;
        margin-top: 13px;
        font-size: 13px;
        line-height: 1.8;
    }

    .yh-news-cta-inner > a {
        min-width: 0;
        width: 190px;
        height: 50px;
        margin-top: 26px;
        border: 0;
        background: var(--yh-red);
        color: #fff;
    }

    .yh-news-footer {
        padding: 30px 0 36px;
        text-align: center;
    }

    .yh-footer-main {
        display: block;
        padding-bottom: 20px;
    }

    .yh-footer-main strong {
        font-size: 14px;
    }

    .yh-footer-main nav {
        display: none;
    }

    .yh-footer-legal {
        display: flex;
        padding-top: 18px;
        flex-direction: column-reverse;
        gap: 15px;
    }

    .yh-footer-legal p {
        font-size: 10px;
        line-height: 1.8;
    }

    .yh-footer-legal img {
        display: none;
    }

    .yh-mobile-contact {
        position: fixed;
        right: 18px;
        bottom: max(20px, env(safe-area-inset-bottom));
        z-index: 800;
        display: flex;
        width: 72px;
        height: 72px;
        border: 4px solid rgba(255, 255, 255, .16);
        border-radius: 50%;
        background: var(--yh-red);
        box-shadow: 0 8px 24px rgba(137, 9, 14, .35);
        color: #fff !important;
        font-size: 10px;
        line-height: 1.2;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .yh-mobile-contact span {
        margin-bottom: 4px;
        font-size: 21px;
        line-height: 1;
    }
}

@media (max-width: 420px) {
    .yh-shell {
        width: calc(100% - 32px);
    }

    .yh-breadcrumb {
        left: 16px;
    }

    .yh-news-section-head {
        margin-right: -16px;
    }

    .yh-news-filters {
        padding-right: 16px;
    }

    .yh-news-filters a {
        padding-right: 16px;
        padding-left: 16px;
    }

    .yh-featured-body h2 {
        font-size: 19px;
    }

    .yh-card-media {
        height: 88px;
    }

    .yh-card-body {
        min-height: 88px;
        padding-left: 14px;
    }

    .yh-card-body h3 {
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .yh-news-index *,
    .yh-news-index *::before,
    .yh-news-index *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
