/*
 * 官网页头和页脚仍使用原页面的真实HTML与CSS。
 * 以下规则只作用于新闻正文区域。
 */

html {
    scroll-behavior: smooth;
}

body.havston-isolated-news-page {
    min-height: 100vh;
    margin: 0;
    background: #f4f7fa;
}

/*
 * 官网首页的桌面页头通常用于覆盖Banner。
 * 新闻页没有Banner，因此固定使用官网的scrolled状态，
 * 并改为正常的sticky文档流，防止正文与页头重叠。
 */
body.havston-isolated-news-page
> header#header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1200 !important;
}

/*
 * 防止首页页面内容样式影响新闻区。
 */
#havston-isolated-news {
    display: block !important;
    width: 100%;
    min-height: calc(100vh - 240px);
    margin: 0;
    padding: 58px 24px 20px;
    background: #f4f7fa;
}

#havston-isolated-news,
#havston-isolated-news * {
    box-sizing: border-box;
}

#havston-isolated-news
.public-news-article {
    display: block;
    width: min(1160px, 100%);
    margin: 0 auto;
    padding: 58px 76px 76px;
    overflow: visible;
    border: 1px solid #e1e8ef;
    border-radius: 16px;
    background: #ffffff;
    box-shadow:
        0 18px 55px
        rgba(18, 42, 68, 0.07);
    color: #3b424b;
    text-align: left;
}

#havston-isolated-news
.public-news-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 28px;
    padding: 0;
    color: #7a8693;
    font-size: 13px;
    line-height: 1.6;
}

#havston-isolated-news
.public-news-breadcrumb a {
    display: inline;
    margin: 0;
    padding: 0;
    color: #1766ad;
    background: transparent;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    text-decoration: none;
}

#havston-isolated-news
.public-news-title-area {
    display: block;
    margin: 0;
    padding: 0 0 34px;
    border-bottom: 1px solid #e1e8ef;
    background: transparent;
    text-align: left;
}

#havston-isolated-news
.public-news-title-area h1 {
    display: block;
    max-width: 100%;
    margin: 0 0 17px;
    padding: 0;
    color: #0b203b;
    background: transparent;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.025em;
    text-align: left;
    text-shadow: none;
    transform: none;
}

#havston-isolated-news
.public-news-title-area time {
    display: block;
    margin: 0;
    padding: 0;
    color: #7a8693;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

#havston-isolated-news
.public-news-summary {
    display: block;
    margin: 28px 0 0;
    padding: 20px 23px;
    border: 0;
    border-left: 4px solid #1766ad;
    border-radius: 0;
    color: #4a5562;
    background: #f3f8fd;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.85;
    text-align: left;
    white-space: pre-line;
}

#havston-isolated-news
.public-news-body {
    display: block;
    margin: 0;
    padding: 18px 0 0;
    color: #3b424b;
    background: transparent;
}

#havston-isolated-news
.public-news-body > * {
    max-width: 100%;
}

#havston-isolated-news
.public-block-heading {
    display: block;
    margin: 46px 0 18px;
    padding: 0;
    color: #0b203b;
    background: transparent;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: left;
    text-shadow: none;
}

#havston-isolated-news h2.public-block-heading {
    font-size: 30px;
}

#havston-isolated-news h3.public-block-heading {
    font-size: 25px;
}

#havston-isolated-news h4.public-block-heading {
    font-size: 21px;
}

#havston-isolated-news
.public-block-paragraph {
    display: block;
    margin: 0 0 25px;
    padding: 0;
    color: #3b424b;
    background: transparent;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: normal;
    text-align: left;
    white-space: pre-line;
}

#havston-isolated-news
.public-block-image {
    display: block;
    max-width: 100%;
    margin: 38px auto;
    padding: 0;
    background: transparent;
}

#havston-isolated-news
.public-block-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
    object-fit: contain;
    transform: none;
}

#havston-isolated-news
.public-block-image figcaption {
    display: block;
    margin: 11px 0 0;
    padding: 0;
    color: #7a8693;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
    text-align: center;
}

#havston-isolated-news
.public-block-image-text {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);
    align-items: center;
    gap: 36px;
    margin: 42px 0;
    padding: 0;
    background: transparent;
}

#havston-isolated-news
.public-block-image-text.image-right
.public-image-text-media {
    order: 2;
}

#havston-isolated-news
.public-image-text-media {
    display: block;
    min-width: 0;
    margin: 0;
    padding: 0;
}

#havston-isolated-news
.public-image-text-media img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    object-fit: contain;
    transform: none;
}

#havston-isolated-news
.public-image-text-copy {
    display: block;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #3b424b;
    background: transparent;
    text-align: left;
}

#havston-isolated-news
.public-image-text-copy h3 {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    color: #0b203b;
    background: transparent;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
    text-shadow: none;
}

#havston-isolated-news
.public-image-text-copy p {
    display: block;
    margin: 0;
    padding: 0;
    color: #414851;
    background: transparent;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    text-align: left;
    white-space: pre-line;
}

#havston-isolated-news
.public-block-quote {
    display: block;
    margin: 34px 0;
    padding: 22px 25px;
    border: 0;
    border-left: 4px solid #1766ad;
    border-radius: 0;
    color: #344251;
    background: #f1f6fb;
    font-size: 16px;
    font-style: normal;
    line-height: 1.85;
    text-align: left;
    white-space: pre-line;
}

#havston-isolated-news
.public-block-divider {
    display: block;
    width: 100%;
    height: 0;
    margin: 44px 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #e1e8ef;
    background: transparent;
}

body.havston-isolated-news-page
> footer {
    margin-top: 80px;
}

@media (max-width: 900px) {
    #havston-isolated-news {
        min-height: auto;
        padding:
            30px
            16px
            0;
    }

    #havston-isolated-news
    .public-news-article {
        padding:
            42px
            32px
            54px;
    }
}

@media (max-width: 640px) {
    #havston-isolated-news {
        padding:
            22px
            10px
            0;
    }

    #havston-isolated-news
    .public-news-article {
        width: 100%;
        padding:
            30px
            19px
            44px;
        border-radius: 11px;
    }

    #havston-isolated-news
    .public-news-breadcrumb {
        margin-bottom: 20px;
        font-size: 12px;
    }

    #havston-isolated-news
    .public-news-title-area {
        padding-bottom: 25px;
    }

    #havston-isolated-news
    .public-news-title-area h1 {
        margin-bottom: 13px;
        font-size: 30px;
        line-height: 1.3;
    }

    #havston-isolated-news
    .public-news-title-area time {
        font-size: 12px;
    }

    #havston-isolated-news
    .public-news-summary {
        margin-top: 21px;
        padding: 16px;
        font-size: 15px;
        line-height: 1.75;
    }

    #havston-isolated-news
    .public-block-heading {
        margin-top: 34px;
    }

    #havston-isolated-news
    h2.public-block-heading {
        font-size: 25px;
    }

    #havston-isolated-news
    h3.public-block-heading {
        font-size: 22px;
    }

    #havston-isolated-news
    h4.public-block-heading {
        font-size: 19px;
    }

    #havston-isolated-news
    .public-block-paragraph {
        margin-bottom: 21px;
        font-size: 16px;
        line-height: 1.82;
    }

    #havston-isolated-news
    .public-block-image {
        width: 100% !important;
        margin: 28px auto;
    }

    #havston-isolated-news
    .public-block-image-text,
    #havston-isolated-news
    .public-block-image-text.image-right {
        grid-template-columns: 1fr;
        gap: 18px;
        margin: 32px 0;
    }

    #havston-isolated-news
    .public-block-image-text.image-right
    .public-image-text-media {
        order: 0;
    }

    #havston-isolated-news
    .public-image-text-copy h3 {
        font-size: 21px;
    }

    #havston-isolated-news
    .public-image-text-copy p {
        font-size: 16px;
        line-height: 1.82;
    }

    #havston-isolated-news
    .public-block-quote {
        margin: 27px 0;
        padding: 18px;
        font-size: 15px;
    }

    #havston-isolated-news
    .public-block-divider {
        margin: 34px 0;
    }

    body.havston-isolated-news-page
    > footer {
        margin-top: 44px;
    }
}

/*
 * 清除官网首页全局标题样式对新闻标题区域的影响。
 */

#havston-isolated-news
.public-news-title-area {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    display: block !important;
    float: none !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;

    margin:
        0
        0
        34px !important;

    padding:
        0
        0
        34px !important;

    overflow: visible !important;

    opacity: 1 !important;
    visibility: visible !important;

    transform: none !important;
    translate: none !important;
    scale: none !important;
    rotate: none !important;

    clip: auto !important;
    clip-path: none !important;

    z-index: auto !important;

    border:
        0 !important;

    border-bottom:
        1px solid
        #e1e8ef !important;

    background:
        transparent !important;

    text-align:
        left !important;
}


#havston-isolated-news
.public-news-title-area h1 {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    display: block !important;
    float: none !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;

    margin:
        0
        0
        17px !important;

    padding: 0 !important;

    overflow: visible !important;

    opacity: 1 !important;
    visibility: visible !important;

    transform: none !important;
    translate: none !important;
    scale: none !important;
    rotate: none !important;

    clip: auto !important;
    clip-path: none !important;

    z-index: auto !important;

    color:
        #0b203b !important;

    background:
        transparent !important;

    font-size:
        clamp(
            36px,
            4vw,
            52px
        ) !important;

    font-weight:
        700 !important;

    line-height:
        1.25 !important;

    letter-spacing:
        -0.025em !important;

    text-align:
        left !important;

    text-indent:
        0 !important;

    text-shadow:
        none !important;
}


#havston-isolated-news
.public-news-title-area time {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    display: block !important;
    float: none !important;

    width: auto !important;
    max-width: 100% !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    opacity: 1 !important;
    visibility: visible !important;

    transform: none !important;
    translate: none !important;

    clip: auto !important;
    clip-path: none !important;

    color:
        #7a8693 !important;

    background:
        transparent !important;

    font-size:
        14px !important;

    font-weight:
        400 !important;

    line-height:
        1.6 !important;

    letter-spacing:
        normal !important;

    text-align:
        left !important;
}


#havston-isolated-news
.public-news-article {
    position: relative !important;
    isolation: isolate;
}


/*
 * 避免新闻标题被吸顶导航覆盖。
 */
#havston-isolated-news {
    position: relative !important;
    z-index: 1 !important;
}


@media (max-width: 640px) {
    #havston-isolated-news
    .public-news-title-area {
        margin-bottom:
            25px !important;

        padding-bottom:
            25px !important;
    }

    #havston-isolated-news
    .public-news-title-area h1 {
        margin-bottom:
            13px !important;

        font-size:
            30px !important;

        line-height:
            1.3 !important;
    }

    #havston-isolated-news
    .public-news-title-area time {
        font-size:
            12px !important;
    }
}

/* ===== 正式新闻列表页隔离区域 ===== */

#havston-isolated-news-list {
    position: relative !important;
    z-index: 1 !important;

    display: block !important;

    width: 100% !important;
    min-height: calc(100vh - 240px);

    margin: 0 !important;
    padding: 46px 0 0 !important;

    background: #f4f7fa !important;
}

#havston-isolated-news-list,
#havston-isolated-news-list * {
    box-sizing: border-box;
}

#havston-isolated-news-list
.public-news-list-main {
    position: static !important;

    display: block !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;

    opacity: 1 !important;
    visibility: visible !important;

    transform: none !important;
}

#havston-isolated-news-list h1,
#havston-isolated-news-list h2,
#havston-isolated-news-list h3 {
    position: static !important;

    float: none !important;

    opacity: 1 !important;
    visibility: visible !important;

    transform: none !important;
    translate: none !important;

    text-shadow: none !important;
}

body.havston-isolated-news-page
> footer {
    margin-top: 80px;
}

@media (max-width: 900px) {
    #havston-isolated-news-list {
        padding-top: 30px !important;
    }
}

@media (max-width: 640px) {
    #havston-isolated-news-list {
        min-height: auto;

        padding-top: 20px !important;
    }

    body.havston-isolated-news-page
    > footer {
        margin-top: 44px;
    }
}

/* HAVSTON_NEWS_LIST_LAYOUT_V4_START */

/*
 * 新闻列表正式V4布局。
 * 使用页面真实类名，不影响新闻详情页。
 */


/* 新闻列表整页区域 */

body.havston-isolated-news-page
#havston-isolated-news-list {
    position: relative !important;
    inset: auto !important;

    display: block !important;

    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;

    height: auto !important;
    min-height: calc(100vh - 220px) !important;

    margin: 0 !important;
    padding: 52px 28px 88px !important;

    overflow: visible !important;

    opacity: 1 !important;
    visibility: visible !important;

    background: #f4f7fa !important;

    transform: none !important;
    translate: none !important;
}


body.havston-isolated-news-page
#havston-isolated-news-list,
body.havston-isolated-news-page
#havston-isolated-news-list * {
    box-sizing: border-box;
}


/* 新闻列表内容宽度 */

body.havston-isolated-news-page
#havston-isolated-news-list
.public-news-list-main {
    position: static !important;
    inset: auto !important;

    display: block !important;

    width: min(1320px, 100%) !important;
    max-width: 1320px !important;
    min-width: 0 !important;

    height: auto !important;
    min-height: 0 !important;

    margin: 0 auto !important;
    padding: 0 !important;

    overflow: visible !important;

    opacity: 1 !important;
    visibility: visible !important;

    background: transparent !important;

    transform: none !important;
}


/* 新闻中心标题介绍区域 */

body.havston-isolated-news-page
#havston-isolated-news-list
section.public-news-list-hero {
    position: static !important;
    inset: auto !important;

    display: block !important;
    float: none !important;

    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;

    height: auto !important;
    min-height: 0 !important;

    margin: 0 0 36px !important;
    padding: 42px 46px !important;

    overflow: visible !important;

    border: 1px solid #e1e8ef !important;
    border-radius: 14px !important;

    opacity: 1 !important;
    visibility: visible !important;

    color: #0b203b !important;
    background: #ffffff !important;

    box-shadow:
        0 14px 42px
        rgba(18, 42, 68, 0.06) !important;

    text-align: left !important;

    transform: none !important;
    translate: none !important;
    scale: none !important;
    rotate: none !important;

    clip: auto !important;
    clip-path: none !important;

    z-index: auto !important;
}


/* HAVSTON NEWS小标题 */

body.havston-isolated-news-page
#havston-isolated-news-list
.public-news-list-eyebrow {
    position: static !important;
    inset: auto !important;

    display: block !important;
    float: none !important;

    width: auto !important;
    height: auto !important;

    margin: 0 0 12px !important;
    padding: 0 !important;

    opacity: 1 !important;
    visibility: visible !important;

    color: #1766ad !important;
    background: transparent !important;

    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.14em !important;

    text-align: left !important;
    text-transform: uppercase !important;
    text-shadow: none !important;

    transform: none !important;
}


/* 新闻中心主标题 */

body.havston-isolated-news-page
#havston-isolated-news-list
.public-news-list-hero h1 {
    position: static !important;
    inset: auto !important;

    display: block !important;
    float: none !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    height: auto !important;
    min-height: 0 !important;

    margin: 0 0 14px !important;
    padding: 0 !important;

    overflow: visible !important;

    opacity: 1 !important;
    visibility: visible !important;

    color: #0b203b !important;
    background: transparent !important;

    font-family: inherit !important;
    font-size: clamp(38px, 4vw, 54px) !important;
    font-weight: 700 !important;
    line-height: 1.18 !important;
    letter-spacing: -0.025em !important;

    text-align: left !important;
    text-indent: 0 !important;
    text-shadow: none !important;

    transform: none !important;
    translate: none !important;
    scale: none !important;
    rotate: none !important;

    clip: auto !important;
    clip-path: none !important;

    z-index: auto !important;
}


/* 新闻中心介绍文字 */

body.havston-isolated-news-page
#havston-isolated-news-list
.public-news-list-hero > p {
    position: static !important;
    inset: auto !important;

    display: block !important;
    float: none !important;

    width: auto !important;
    max-width: 760px !important;

    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    opacity: 1 !important;
    visibility: visible !important;

    color: #657180 !important;
    background: transparent !important;

    font-family: inherit !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    letter-spacing: normal !important;

    text-align: left !important;
    text-shadow: none !important;

    transform: none !important;
}


/* 新闻卡片网格：电脑端3列 */

body.havston-isolated-news-page
#havston-isolated-news-list
.public-news-list-grid {
    position: static !important;
    inset: auto !important;

    display: grid !important;

    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;

    height: auto !important;

    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        ) !important;

    grid-auto-flow: row !important;
    grid-auto-rows: auto !important;

    align-items: stretch !important;
    justify-items: stretch !important;

    gap: 30px !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;

    opacity: 1 !important;
    visibility: visible !important;

    background: transparent !important;

    transform: none !important;
}


/* 单张新闻卡片 */

body.havston-isolated-news-page
#havston-isolated-news-list
.public-news-list-card {
    position: static !important;
    inset: auto !important;

    display: flex !important;
    flex-direction: column !important;

    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;

    height: 100% !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    border: 1px solid #e1e8ef !important;
    border-radius: 13px !important;

    opacity: 1 !important;
    visibility: visible !important;

    color: #102744 !important;
    background: #ffffff !important;

    box-shadow:
        0 12px 34px
        rgba(18, 42, 68, 0.07) !important;

    transform: none !important;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease !important;
}


body.havston-isolated-news-page
#havston-isolated-news-list
.public-news-list-card:hover {
    transform: translateY(-4px) !important;

    box-shadow:
        0 18px 44px
        rgba(18, 42, 68, 0.12) !important;
}


/* 卡片封面 */

body.havston-isolated-news-page
#havston-isolated-news-list
a.public-news-list-cover {
    position: relative !important;
    inset: auto !important;

    display: flex !important;

    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;

    height: auto !important;
    min-height: 0 !important;

    aspect-ratio: 16 / 10 !important;

    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    color: inherit !important;
    background:
        linear-gradient(
            135deg,
            #eef4f9 0%,
            #dce8f2 100%
        ) !important;

    text-decoration: none !important;

    transform: none !important;
}


body.havston-isolated-news-page
#havston-isolated-news-list
a.public-news-list-cover > img {
    position: static !important;

    display: block !important;

    width: 100% !important;
    max-width: none !important;

    height: 100% !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    object-fit: cover !important;
    object-position: center !important;

    transform: none !important;
}


/* 没有英文封面时的HAVSTON占位 */

body.havston-isolated-news-page
#havston-isolated-news-list
.public-news-cover-placeholder {
    position: static !important;
    inset: auto !important;

    display: flex !important;

    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;

    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 20px !important;

    color: #a4b6c8 !important;
    background:
        linear-gradient(
            135deg,
            #eef4f9 0%,
            #dce8f2 100%
        ) !important;

    font-family: inherit !important;
    font-size: 23px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.14em !important;

    text-align: center !important;
    text-shadow: none !important;

    transform: none !important;
}


/* 卡片文字内容 */

body.havston-isolated-news-page
#havston-isolated-news-list
.public-news-list-card-body {
    position: static !important;
    inset: auto !important;

    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;

    width: 100% !important;
    min-width: 0 !important;

    height: auto !important;

    margin: 0 !important;
    padding: 23px 24px 25px !important;

    overflow: visible !important;

    color: #3b424b !important;
    background: #ffffff !important;

    transform: none !important;
}


body.havston-isolated-news-page
#havston-isolated-news-list
.public-news-list-card-body time {
    position: static !important;

    display: block !important;

    margin: 0 0 13px !important;
    padding: 0 !important;

    color: #8793a1 !important;
    background: transparent !important;

    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;

    transform: none !important;
}


body.havston-isolated-news-page
#havston-isolated-news-list
.public-news-list-card-body h2 {
    position: static !important;
    inset: auto !important;

    display: block !important;

    width: 100% !important;
    height: auto !important;

    margin: 0 0 15px !important;
    padding: 0 !important;

    overflow: visible !important;

    opacity: 1 !important;
    visibility: visible !important;

    color: #102744 !important;
    background: transparent !important;

    font-family: inherit !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1.42 !important;
    letter-spacing: normal !important;

    text-align: left !important;
    text-shadow: none !important;

    transform: none !important;
}


body.havston-isolated-news-page
#havston-isolated-news-list
.public-news-list-card-body h2 > a {
    position: static !important;

    display: inline !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #102744 !important;
    background: transparent !important;

    font: inherit !important;
    line-height: inherit !important;

    text-decoration: none !important;

    transform: none !important;
}


body.havston-isolated-news-page
#havston-isolated-news-list
.public-news-list-card-body > p {
    position: static !important;

    display: block !important;

    margin: 0 0 18px !important;
    padding: 0 !important;

    color: #657180 !important;
    background: transparent !important;

    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.75 !important;

    text-align: left !important;

    transform: none !important;
}


body.havston-isolated-news-page
#havston-isolated-news-list
.public-news-read-more {
    position: static !important;

    display: inline-flex !important;

    width: fit-content !important;

    align-items: center !important;

    margin: auto 0 0 !important;
    padding: 0 !important;

    color: #1766ad !important;
    background: transparent !important;

    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.6 !important;

    text-decoration: none !important;

    transform: none !important;
}


/* 平板端2列 */

@media (max-width: 1050px) {
    body.havston-isolated-news-page
    #havston-isolated-news-list {
        padding:
            40px
            22px
            68px !important;
    }

    body.havston-isolated-news-page
    #havston-isolated-news-list
    .public-news-list-grid {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            ) !important;
    }
}


/* 手机端1列 */

@media (max-width: 680px) {
    body.havston-isolated-news-page
    #havston-isolated-news-list {
        min-height: auto !important;

        padding:
            22px
            12px
            48px !important;
    }

    body.havston-isolated-news-page
    #havston-isolated-news-list
    section.public-news-list-hero {
        margin-bottom: 24px !important;

        padding:
            27px
            22px !important;

        border-radius: 11px !important;
    }

    body.havston-isolated-news-page
    #havston-isolated-news-list
    .public-news-list-eyebrow {
        margin-bottom: 9px !important;

        font-size: 12px !important;
    }

    body.havston-isolated-news-page
    #havston-isolated-news-list
    .public-news-list-hero h1 {
        margin-bottom: 11px !important;

        font-size: 34px !important;
        line-height: 1.22 !important;
    }

    body.havston-isolated-news-page
    #havston-isolated-news-list
    .public-news-list-hero > p {
        font-size: 15px !important;
        line-height: 1.72 !important;
    }

    body.havston-isolated-news-page
    #havston-isolated-news-list
    .public-news-list-grid {
        grid-template-columns:
            minmax(0, 1fr) !important;

        gap: 20px !important;
    }

    body.havston-isolated-news-page
    #havston-isolated-news-list
    .public-news-list-card-body {
        padding:
            20px
            20px
            22px !important;
    }

    body.havston-isolated-news-page
    #havston-isolated-news-list
    .public-news-list-card-body h2 {
        font-size: 20px !important;
    }
}

/* HAVSTON_NEWS_LIST_LAYOUT_V4_END */

/* HAVSTON_NEWS_DETAIL_BACK_V1_START */

/*
 * 新闻详情页底部返回新闻中心按钮。
 * 样式限定在新闻详情正文区域内。
 */

#havston-isolated-news
.public-news-back-wrap {
    position: static !important;

    display: flex !important;

    width: 100% !important;
    max-width: 100% !important;

    align-items: center !important;
    justify-content: flex-start !important;

    margin: 54px 0 0 !important;
    padding: 30px 0 0 !important;

    border: 0 !important;
    border-top:
        1px solid
        #e1e8ef !important;

    background: transparent !important;

    transform: none !important;
}


#havston-isolated-news
.public-news-back-button {
    position: static !important;

    display: inline-flex !important;

    width: auto !important;
    min-width: 0 !important;
    height: auto !important;

    align-items: center !important;
    justify-content: center !important;

    gap: 9px !important;

    margin: 0 !important;
    padding:
        13px
        21px !important;

    border:
        1px solid
        #1766ad !important;

    border-radius:
        7px !important;

    color:
        #1766ad !important;

    background:
        #ffffff !important;

    font-family:
        inherit !important;

    font-size:
        15px !important;

    font-weight:
        700 !important;

    line-height:
        1.5 !important;

    letter-spacing:
        normal !important;

    text-align:
        center !important;

    text-decoration:
        none !important;

    box-shadow:
        none !important;

    opacity:
        1 !important;

    visibility:
        visible !important;

    transform:
        none !important;

    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease !important;
}


#havston-isolated-news
.public-news-back-button:hover {
    color:
        #ffffff !important;

    background:
        #1766ad !important;

    border-color:
        #1766ad !important;

    transform:
        translateY(-2px) !important;
}


#havston-isolated-news
.public-news-back-button:focus-visible {
    outline:
        3px solid
        rgba(23, 102, 173, 0.25) !important;

    outline-offset:
        3px !important;
}


#havston-isolated-news
.public-news-back-arrow {
    display:
        inline-block !important;

    font-size:
        19px !important;

    font-weight:
        400 !important;

    line-height:
        1 !important;

    transform:
        none !important;
}


@media (max-width: 640px) {
    #havston-isolated-news
    .public-news-back-wrap {
        margin-top:
            40px !important;

        padding-top:
            24px !important;
    }

    #havston-isolated-news
    .public-news-back-button {
        width:
            100% !important;

        padding:
            13px
            18px !important;

        font-size:
            15px !important;
    }
}

/* HAVSTON_NEWS_DETAIL_BACK_V1_END */

/* HAVSTON_PUBLIC_MIXED_STACK_V1_START */

#havston-isolated-news
.public-block-mixed-stack {
    display:
        block;

    width:
        100%;

    margin:
        38px
        0;

    padding:
        0;

    background:
        transparent;
}


#havston-isolated-news
.public-mixed-image {
    display:
        block;

    max-width:
        100%;

    margin:
        38px
        auto;

    padding:
        0;

    background:
        transparent;

    text-align:
        center;
}


#havston-isolated-news
.public-mixed-image img {
    display:
        block;

    width:
        100%;

    max-width:
        100%;

    height:
        auto;

    margin:
        0 auto;

    padding:
        0;

    border:
        0;

    border-radius:
        10px;

    background:
        transparent;

    object-fit:
        contain;
}


#havston-isolated-news
.public-mixed-image-description {
    display:
        block;

    margin:
        12px
        auto
        0;

    padding:
        0;

    color:
        #334155;

    font-weight:
        600;

    line-height:
        1.65;

    text-align:
        center;

    white-space:
        pre-line;
}


#havston-isolated-news
.public-mixed-image figcaption {
    display:
        block;

    margin:
        6px
        auto
        0;

    padding:
        0;

    color:
        #7a8693;

    font-weight:
        400;

    line-height:
        1.65;

    text-align:
        center;

    white-space:
        pre-line;
}


#havston-isolated-news
.public-mixed-text {
    display:
        block;

    width:
        100%;

    margin:
        25px
        0;

    padding:
        0;

    color:
        #3b424b;

    background:
        transparent;

    white-space:
        pre-line;
}


@media (max-width: 680px) {
    #havston-isolated-news
    .public-block-mixed-stack {
        margin:
            30px
            0;
    }

    #havston-isolated-news
    .public-mixed-image {
        max-width:
            100%;

        margin:
            28px
            auto;
    }

    #havston-isolated-news
    .public-mixed-text {
        margin:
            21px
            0;
    }
}

/* HAVSTON_PUBLIC_MIXED_STACK_V1_END */

/* HAVSTON_WHITESPACE_PUBLIC_V1_START */

/*
 * 正式新闻正文保留：
 * - 连续空格
 * - 行首缩进
 * - 空行
 * - 手动换行
 */
body.havston-isolated-news-page
.public-block-paragraph,
body.havston-isolated-news-page
.public-mixed-text {
    white-space:
        break-spaces !important;

    overflow-wrap:
        anywhere !important;

    word-break:
        normal !important;
}

/* HAVSTON_WHITESPACE_PUBLIC_V1_END */
