/* news detail page */
.action--site-news-detail .page-header{
    background: linear-gradient(to right bottom, #0260CC, #043498);
    height: auto;
    aspect-ratio: unset;
}

.action--site-news-detail .page-header .wrapper{
    padding-top: calc(360 * var(--rpx));
    padding-bottom: calc(180 * var(--rpx-50));
}

.action--site-news-detail .page-title{
    font-size: calc(48 * var(--rpx));
    font-weight: normal;
}

.action--site-news-detail .page-title::before{
    display: none;
}

.action--site-news-detail .page-desc{
    display: none;
}

section.main {
    padding-top: calc(120 * var(--rpx-50));
    padding-bottom: calc(120 * var(--rpx-50));
    background-color: #F7F7F7;
}

.detail-meta {
    font-size: calc(18rem / 16);
    color: #27272780;
    padding-bottom: calc(24 * var(--rpx));
    display: flex;
    align-items: center;
    gap: 1em;

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: calc(40 * var(--rpx));
    padding-right: calc(40 * var(--rpx));
}

.action--site-talent .detail-meta{
    display: none;
}

.detail-title{
    font-size: calc(40 * var(--rpx));
    text-align: center;
    max-width: 80%;
    margin: calc(30 * var(--rpx)) auto 0;
}

.detail-meta .date {
}

.detail-content {
    font-size: calc(18em / 16);
    line-height: 2em;
    text-align: left;
    padding-top: calc(40 * var(--rpx));
    padding-bottom: calc(80 * var(--rpx-50));
    color: #333;

    width: clamp(860px, calc(35.4167vw + 520px), 1200px);
    margin: auto;
}

.action--site-news-detail{
    padding-bottom: calc(80 * var(--rpx-50));
}

.detail-content .keep-together {
    white-space: nowrap;
}

.detail-content > p {
    margin-top: 1.45em;
    margin-bottom: 1.45em;
}

.detail-content > h2,
.detail-content > h3,
.detail-content > h4,
.detail-content > h5,
.detail-content > h6,
.detail-content .block-title{
    margin-top: 1.5em;
    margin-bottom: 1.25em;
}

.detail-content img,
.detail-content video {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 1.5em auto;
}

.detail-content p:has(img),
.detail-content p:has(video){
    display: flow-root;
}

.detail-content strong,
.detail-content b {
    font-weight: bold;
}

.detail-content ul {
    list-style: none;
    padding-left: 0;
    margin: 1.25em 0;
}

.detail-content ul li {
    position: relative;
    padding-left: calc(28 * var(--rpx));
    margin-bottom: 0.6em;
    line-height: 1.6;
}

.detail-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: calc(8 * var(--rpx));
    height: calc(8 * var(--rpx));
    background: var(--theme-blue);
    border-radius: 50%;
}

.detail-content ul li:last-child {
    margin-bottom: 0;
}

.detail-content h2,
.detail-content .block-title{
    font-weight: 500;
    font-size: calc(32 * var(--rpx));
}

.detail-content h3{
    font-weight: 500;
    font-size: calc(24 * var(--rpx));
    margin-bottom: .5em;
}

.detail-content h3+p{
    margin-top: .5em;
}

.main .wrapper{
    position: relative;
}

.main .wrapper::before{
    content: "";
    position: absolute;
    left: calc(-160 * var(--rpx));
    top: calc(-80 * var(--rpx));
    width: calc(242 * var(--rpx));
    height: calc(483 * var(--rpx));
    background: url("../images/news_back1.webp") center/cover no-repeat;
}

.main .wrapper::after{
    content: "";
    position: absolute;
    right: calc(-199 * var(--rpx));
    bottom: calc(-150 * var(--rpx));
    width: calc(688 * var(--rpx));
    height: calc(539 * var(--rpx));
    background: url("../images/news_back2.webp") center/cover no-repeat;
}

.detail-ctn{
    background-color: #fff;
    border-top: calc(6 * var(--rpx)) solid var(--theme-blue);
    padding: calc(80 * var(--rpx-50)) 0 0;
    position: relative;
    z-index: 210;
}

.nav-ctn {
    display: flex;
    width: 100%;
    align-items: stretch;
    margin-top: calc(40 * var(--rpx));
}

.nav-ctn .prev,
.nav-ctn .next {
    width: 50%;
    flex: 0 0 auto;
    padding: calc(28 * var(--rpx)) calc(30 * var(--rpx));
    background-color: #f9fafc;
    display: flex;
    flex-direction: column;
}

.nav-ctn .prev {
    border-right: 1px solid #e5e5e5;
}

.nav-ctn .next {
    text-align: right;
}

.nav-ctn a:hover {
    filter: brightness(0.95);
}

.nav-ctn .line1 {
    font-size: 0.875rem;
    color: var(--theme-blue);
}

.nav-ctn .line2 {
    font-size: calc(18rem / 16);
    margin-top: .33em;
}

.nav-ctn .the-end {
    color: #999;
}

@media (max-width: 828px) {
    .action--site-news-detail .page-header .wrapper {
        padding-top: calc(150 * var(--rpx));
        padding-bottom: calc(150 * var(--rpx));
    }

    .action--site-news-detail .page-title {
        font-size: calc(42 * var(--rpx));
    }

    section.main {
        padding-top: calc(48 * var(--rpx));
        padding-bottom: calc(48 * var(--rpx));
    }

    .main .wrapper{
        width: 100%;
    }

    .detail-ctn {
        padding: 0;
    }

    .detail-meta {
        font-size: calc(28 * var(--rpx));
        padding: calc(30 * var(--rpx));
    }

    .detail-content {
        width: 100%;
        max-width: none;
        padding: calc(24 * var(--rpx)) calc(30 * var(--rpx)) calc(48 * var(--rpx));
        font-size: calc(28 * var(--rpx));
        line-height: 1.8em;
    }

    .detail-content h2,
    .detail-content .block-title {
        font-size: calc(36 * var(--rpx));
    }

    .detail-content h3 {
        font-size: calc(28 * var(--rpx));
    }

    .detail-content ul li {
        padding-left: calc(36 * var(--rpx));
    }

    .detail-content ul li::before {
        width: calc(10 * var(--rpx));
        height: calc(10 * var(--rpx));
    }

    .nav-ctn {
        flex-direction: column;
        margin-top: calc(24 * var(--rpx));
    }

    .nav-ctn .prev,
    .nav-ctn .next {
        width: 100%;
        padding: calc(20 * var(--rpx)) calc(24 * var(--rpx));
    }

    .nav-ctn .prev {
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
    }

    .nav-ctn .line2 {
        font-size: calc(28 * var(--rpx));
    }
}

