/* NEWS page reconstructed from news.png on a 1920px base artboard. */
:root {
    --news-board-width: 1920;
    --news-board-height: 2838;
    --board-scale: 1;
    --news-blue: #175da9;
    --news-home-blue: #01477f;
    --news-ink: #282828;
}

html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #ffffff;
    scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

.bmi-news-page,
.bmi-news-page button,
.bmi-news-page input {
    font-family: "Lato", Arial, Helvetica, sans-serif;
}

.bmi-news-page * {
    box-sizing: border-box;
}

.bmi-news-page .fit-shell {
    display: grid;
    width: 100%;
    place-items: start center;
    overflow: hidden;
    background: #ffffff;
}

.bmi-news-page .fit-box {
    position: relative;
    width: 1920px;
    height: auto;
    min-height: 0;
    overflow: visible;
}

.bmi-news-page .artboard {
    --site-footer-position: relative;
    --site-footer-top: auto;
    display: flow-root;
    position: relative;
    width: 1920px;
    height: auto;
    min-height: 0;
    overflow: visible;
    transform: scale(var(--board-scale));
    transform-origin: top left;
    background: #ffffff;
}

.bmi-news-page .news-hero {
    position: absolute;
    top: 144px;
    left: 0;
    width: 1920px;
    height: 300px;
    overflow: hidden;
}

.bmi-news-page .news-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1920px;
    height: 300px;
    max-width: none;
}

.bmi-news-page .news-hero h1 {
    position: absolute;
    top: 104px;
    left: 159px;
    width: 320px;
    height: 92px;
    margin: 0;
    color: #ffffff;
    font-size: 75px;
    font-weight: 700;
    line-height: 92px;
    letter-spacing: 0;
    transform: translateX(-0.5px) scaleX(1.0218);
    transform-origin: left center;
}

.bmi-news-page .news-content {
    position: relative;
    top: auto;
    left: 0;
    width: 1920px;
    min-height: 0;
    margin-top: 444px;
    padding: 35px 0 60px 160px;
    background: #ffffff;
}

.bmi-news-page .news-breadcrumb {
    height: 24px;
    margin: 0 0 21px;
    color: var(--news-ink);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
}

.bmi-news-page .news-breadcrumb a {
    color: var(--news-ink);
    text-decoration: none;
}

.bmi-news-page .news-breadcrumb a:hover,
.bmi-news-page .news-breadcrumb a:focus-visible {
    color: var(--news-blue);
}

.bmi-news-page .news-breadcrumb a:focus-visible {
    outline: 2px solid rgba(23, 93, 169, 0.45);
    outline-offset: 3px;
}

.bmi-news-page .news-breadcrumb-sep {
    margin: 0 2px 0 3px;
    color: var(--news-ink);
}

.bmi-news-page .news-breadcrumb-current {
    color: var(--news-blue);
}

.bmi-news-page .site-footer {
    position: relative;
    top: auto;
}

.bmi-news-page .news-item {
    position: relative;
    top: auto;
    left: auto;
    width: 1600px;
    height: 240px;
    margin: 0 0 60px 0;
}

/* 分页控件：与 catalogue 页面分页一致（flex 排列、38px 方形按钮、箭头图标），整体在 1920px 画板水平居中 */
.bmi-news-page .news-pagination {
    position: relative;
    width: 1920px;
    height: 38px;
    margin: 30px 0 60px -160px;
}

.bmi-news-page .news-pagination ul.pagination,
.bmi-news-page .news-pagination ul.pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bmi-news-page .news-pagination li {
    display: inline-flex;
}

.bmi-news-page .news-pagination li a,
.bmi-news-page .news-pagination li span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #ffffff;
    color: #777777;
    font-size: 16px;
    text-decoration: none;
    transition: all .15s ease;
}

.bmi-news-page .news-pagination li a:hover {
    border-color: #175da9;
    color: #175da9;
}

.bmi-news-page .news-pagination li.active a,
.bmi-news-page .news-pagination li.active span {
    background: #175da9;
    border-color: #175da9;
    color: #ffffff;
}

.bmi-news-page .news-pagination li.disabled span {
    color: #bbbbbb;
    border-color: #eeeeee;
    cursor: default;
}

.bmi-news-page .news-pagination img {
    display: block;
    width: 38px;
    height: 38px;
}

.bmi-news-page .news-item-image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 400px;
    height: 240px;
    max-width: none;
}

.bmi-news-page .news-item-copy {
    position: absolute;
    top: 0;
    left: 450px;
    width: 1150px;
    height: 240px;
    color: var(--news-ink);
}

.bmi-news-page .news-item-copy h2 {
    position: absolute;
    top: 11px;
    left: 0;
    width: 900px;
    height: 34px;
    margin: 0;
    color: var(--news-ink);
    font-size: 27px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0;
    white-space: nowrap;
}

.bmi-news-page .news-item-title-link {
    display: block;
    color: var(--news-blue);
    text-decoration: none;
    transition: color 0.18s ease;
}

.bmi-news-page .news-item-title-link:hover,
.bmi-news-page .news-item-title-link:focus-visible {
    color: var(--news-blue);
}

.bmi-news-page .news-item-title-link:focus-visible {
    outline: 2px solid rgba(23, 93, 169, 0.45);
    outline-offset: 3px;
}

.bmi-news-page .news-item-date {
    position: absolute;
    top: 60px;
    left: -3px;
    display: flex;
    align-items: center;
    width: 180px;
    height: 26px;
    color: #999999;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.bmi-news-page .news-item-date img {
    display: block;
    flex: 0 0 24px;
    width: 24px;
    height: 26px;
    max-width: none;
}

.bmi-news-page .news-item-date time {
    display: block;
    margin-left: 8px;
    white-space: nowrap;
}

.bmi-news-page .news-item-copy p {
    position: absolute;
    top: 106px;
    left: 0;
    width: 1130px;
    height: 56px;
    margin: 0;
    color: var(--news-ink);
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    white-space: normal;
    overflow-wrap: anywhere;
}

.bmi-news-page .news-item-more {
    position: absolute;
    top: 197px;
    left: 0;
    display: block;
    height: 28px;
    color: #1164ad;
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-decoration: underline;
}

@media (max-width: 1279px) {
    .bmi-news-page .fit-shell {
        display: block;
        overflow: visible;
    }

    .bmi-news-page .fit-box {
        width: 100% !important;
        height: auto !important;
        overflow: visible;
    }

    .bmi-news-page .artboard {
        --site-footer-position: relative;
        --site-footer-top: auto;
        display: block;
        width: 100%;
        min-height: 0;
        height: auto;
        overflow: visible;
        transform: none !important;
    }

    .bmi-news-page .news-hero {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 300px;
    }

    .bmi-news-page .news-hero-image {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: cover;
    }

    .bmi-news-page .news-hero h1 {
        top: 50%;
        left: 0;
        width: auto;
        height: auto;
        padding: 0 32px;
        font-size: 48px;
        line-height: 1.1;
        transform: translateY(-50%);
    }

    .bmi-news-page .news-content {
        position: static;
        width: 100%;
        margin: 0;
        padding: 24px 32px 64px;
    }

    .bmi-news-page .news-breadcrumb {
        height: 24px;
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 24px;
    }

    .bmi-news-page .news-item {
        display: grid;
        grid-template-columns: minmax(220px, 32%) minmax(0, 1fr);
        gap: 28px;
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }

    .bmi-news-page .news-item-image {
        position: static;
        width: 100%;
        height: auto;
        max-width: 100%;
        aspect-ratio: 5 / 3;
        object-fit: cover;
    }

    .bmi-news-page .news-item-copy {
        position: static;
        display: flex;
        flex-direction: column;
        width: auto;
        height: auto;
        min-width: 0;
    }

    .bmi-news-page .news-item-copy h2,
    .bmi-news-page .news-item-date,
    .bmi-news-page .news-item-copy p,
    .bmi-news-page .news-item-more {
        position: static;
        width: auto;
        height: auto;
        white-space: normal;
    }

    .bmi-news-page .news-item-copy h2 {
        margin: 0 0 12px;
        font-size: 25px;
        line-height: 1.3;
    }

    .bmi-news-page .news-item-date {
        order: 1;
        margin: 0 0 14px;
        font-size: 16px;
    }

    .bmi-news-page .news-item-copy p {
        order: 2;
        margin: 0 0 18px;
        font-size: 17px;
        line-height: 1.65;
    }

    .bmi-news-page .news-item-more {
        order: 3;
        align-self: flex-start;
        font-size: 17px;
    }

    .bmi-news-page .news-pagination {
        width: 100%;
        height: auto;
        margin: 24px 0 0;
        overflow-x: auto;
    }

    .bmi-news-page .news-pagination ul.pagination,
    .bmi-news-page .news-pagination ul.pager {
        width: max-content;
        min-width: 100%;
        justify-content: center;
        padding: 0 4px;
    }

    .bmi-news-page .site-footer {
        position: relative;
        top: auto;
        width: 100%;
        height: auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 44px 24px;
    }

    .bmi-news-page .site-footer .footer-social,
    .bmi-news-page .site-footer .footer-line,
    .bmi-news-page .site-footer .footer-privacy,
    .bmi-news-page .site-footer .footer-badge {
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        transform: none;
    }

    .bmi-news-page .site-footer .footer-line {
        white-space: normal;
        line-height: 1.55;
    }
}

@media (max-width: 680px) and (max-width: 1279px) {
    .bmi-news-page .news-hero {
        height: auto;
        aspect-ratio: 1920 / 300;
    }

    .bmi-news-page .news-hero-image {
        object-fit: contain;
    }

    .bmi-news-page .news-hero h1 {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip-path: inset(50%);
        white-space: nowrap;
        transform: none;
        font-size: 38px;
    }

    .bmi-news-page .news-content {
        padding: 16px 20px 56px;
    }

    .bmi-news-page .news-breadcrumb {
        margin-bottom: 0;
    }

    .bmi-news-page .news-item {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .bmi-news-page .news-item-copy h2 {
        font-size: 22px;
    }
}
