/* Shared article detail layout for news and knowledge-base content. */
.news-content-page {
    min-height: 100vh;
    overflow: hidden;
    color: #17243b;
    background: #f3f7fd;
}

.news-content-page .publicHeader2 {
    position: relative;
    width: 100%;
    min-width: 0;
    height: 220px;
    overflow: hidden;
    background: #1455bd;
}

.news-content-page .publicHeader2::before {
    content: "INSIGHTS  ·  万象优鲜资讯中心";
    position: absolute;
    top: 52px;
    left: 50%;
    width: min(1120px, calc(100% - 48px));
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .18em;
    transform: translateX(-50%);
}

.news-content-page .publicHeader2::after {
    content: "资讯、产品动态与使用指南";
    position: absolute;
    top: 88px;
    left: 50%;
    width: min(1120px, calc(100% - 48px));
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .02em;
    transform: translateX(-50%);
}

.news-content-page .conter.wrapper_1200 {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 48px));
    margin: -64px auto 78px;
}

.news-content-page .conter .asideCon {
    position: relative;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 58px 58px;
    border: 1px solid #dce8f8;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 58px rgba(23, 58, 108, .12);
}

.news-content-page .conter .asideCon .nav {
    min-height: 64px;
    padding: 22px 190px 18px 0;
    border-bottom: 1px solid #e5edf8;
    color: #8795aa;
    font-size: 14px;
    line-height: 24px;
}

.news-content-page .conter .asideCon .nav a {
    color: #63748d;
}

.news-content-page .conter .asideCon .nav a:hover {
    color: #2878f5;
}

.news-content-page .conter .asideCon .home {
    position: absolute;
    top: 14px;
    right: 58px;
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 38px;
    padding: 0 16px;
    border: 1px solid #cbdcf8;
    border-radius: 8px;
    color: #2878f5;
    background: #f2f7ff;
    font-size: 14px;
    font-weight: 600;
    line-height: 38px;
}

.news-content-page .conter .asideCon .home:hover {
    border-color: #2878f5;
    color: #fff;
    background: #2878f5;
}

.news-content-page .conter .asideCon .article {
    padding: 42px 0 0;
}

.news-content-page .conter .asideCon .article .name {
    max-width: 900px;
    margin: 0 auto;
    color: #14213a;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.42;
    text-align: center;
}

.news-content-page .conter .asideCon .article .browse {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    color: #8b99ad;
    font-size: 14px;
}

.news-content-page .conter .asideCon .article .browse .iconfont,
.news-content-page .conter .asideCon .article .browse .iconfont.iconshijian {
    margin: 0 0 0 14px;
    color: #2878f5;
    font-size: 16px;
}

.news-content-page .conter .asideCon .article .browse .iconfont:first-child {
    margin-left: 0;
}

.news-content-page .conter .asideCon .article .articleCon {
    max-width: 880px;
    margin: 42px auto 0;
    color: #34445d;
    font-size: 17px;
    line-height: 2;
    overflow-wrap: anywhere;
}

.news-content-page .articleCon p {
    margin: 0 0 20px;
}

.news-content-page .articleCon h2,
.news-content-page .articleCon h3,
.news-content-page .articleCon h4 {
    margin: 34px 0 16px;
    color: #14213a;
    font-weight: 700;
    line-height: 1.5;
}

.news-content-page .articleCon h2 { font-size: 26px; }
.news-content-page .articleCon h3 { font-size: 22px; }
.news-content-page .articleCon h4 { font-size: 19px; }

.news-content-page .articleCon img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: 28px auto;
    border-radius: 12px;
    object-fit: contain;
}

.news-content-page .articleCon video,
.news-content-page .articleCon iframe {
    display: block;
    max-width: 100%;
    margin: 28px auto;
    border: 0;
    border-radius: 12px;
}

.news-content-page .articleCon table {
    width: 100% !important;
    margin: 24px 0;
    border-collapse: collapse;
}

.news-content-page .articleCon td,
.news-content-page .articleCon th {
    padding: 11px 14px;
    border: 1px solid #dbe6f5;
}

.news-content-page .articleCon a {
    color: #2878f5;
}

.news-content-page .articleCon > a[title] {
    display: block;
    margin-top: 12px;
    padding: 14px 18px;
    border: 1px solid #dce8f8;
    border-radius: 10px;
    color: #53647e;
    background: #f7faff;
    font-size: 15px;
    line-height: 1.6;
}

.news-content-page .articleCon > a[title]:hover {
    border-color: #2878f5;
    color: #2878f5;
    background: #f0f6ff;
}

.news-content-page .conter .asideCon .recommend {
    margin: 54px 0 0;
    padding-top: 40px;
    border-top: 1px solid #e3ebf6;
}

.news-content-page .conter .asideCon .recommend .title {
    height: auto;
    margin-bottom: 22px;
    padding: 0 0 0 15px;
    color: #14213a;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

.news-content-page .conter .asideCon .recommend .title::after {
    top: 50%;
    left: 0;
    width: 4px;
    height: 22px;
    margin-top: -11px;
    border-radius: 4px;
    background: #2878f5;
}

.news-content-page .recommend .publicList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.news-content-page .recommend .publicList .item {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 18px;
    width: auto;
    min-width: 0;
    min-height: 128px;
    margin: 0;
    padding: 14px;
    border: 1px solid #dce8f8;
    border-radius: 13px;
    background: #f9fbff;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.news-content-page .recommend .publicList .item:nth-child(n + 7) {
    display: none;
}

.news-content-page .recommend .publicList .item:hover {
    border-color: #9fc3fa;
    box-shadow: 0 12px 26px rgba(36, 86, 160, .10);
    transform: translateY(-3px);
}

.news-content-page .recommend .publicList .item .dis {
    display: block;
}

.news-content-page .recommend .publicList .item .pictrue {
    width: 150px;
    height: 100px;
    margin: 0;
    overflow: hidden;
    border-radius: 9px;
    background: #edf3fb;
}

.news-content-page .recommend .publicList .item .pictrue img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}

.news-content-page .recommend .publicList .item .text,
.news-content-page .conter .asideCon .recommend .publicList .item .text {
    width: auto;
    min-width: 0;
    font-size: 14px;
}

.news-content-page .recommend .publicList .item .text .name {
    display: -webkit-box;
    max-height: 48px;
    overflow: hidden;
    color: #1b2a43;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-content-page .recommend .publicList .item .text .name a {
    color: inherit;
}

.news-content-page .recommend .publicList .item .text .name a:hover {
    color: #2878f5;
}

.news-content-page .recommend .publicList .item .text .icons {
    margin: 10px 0 0;
    color: #91a0b5;
    font-size: 13px;
}

.news-content-page .recommend .publicList .item .text .infor {
    display: none;
}

.news-content-page #advers {
    width: min(1180px, calc(100% - 48px));
    min-width: 0;
    height: auto;
    margin: 0 auto 72px;
    border-radius: 16px;
    background: #2878f5;
}

.news-content-page #advers .wrapper1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 104px;
    padding: 24px 34px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.news-content-page #advers .wrapper1 span {
    display: inline-flex;
    align-items: center;
    height: 42px;
    padding: 0 22px;
    border-radius: 8px;
    color: #2878f5;
    background: #fff;
    font-size: 15px;
    font-weight: 700;
}

@media (max-width: 900px) {
    .news-content-page .conter .asideCon {
        padding: 0 28px 38px;
    }

    .news-content-page .conter .asideCon .home {
        right: 28px;
    }

    .news-content-page .conter .asideCon .article .name {
        font-size: 29px;
    }

    .news-content-page .recommend .publicList {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .news-content-page .publicHeader2 {
        height: 176px;
    }

    .news-content-page .publicHeader2::before {
        top: 38px;
        width: calc(100% - 32px);
        font-size: 12px;
    }

    .news-content-page .publicHeader2::after {
        top: 72px;
        width: calc(100% - 32px);
        font-size: 25px;
    }

    .news-content-page .conter.wrapper_1200 {
        width: calc(100% - 24px);
        margin-top: -42px;
        margin-bottom: 48px;
    }

    .news-content-page .conter .asideCon {
        padding: 0 18px 30px;
        border-radius: 15px;
    }

    .news-content-page .conter .asideCon .nav {
        min-height: 52px;
        padding: 15px 0;
    }

    .news-content-page .conter .asideCon .home {
        position: static;
        margin: 14px 0 0;
    }

    .news-content-page .conter .asideCon .article {
        padding-top: 30px;
    }

    .news-content-page .conter .asideCon .article .name {
        font-size: 25px;
        text-align: left;
    }

    .news-content-page .conter .asideCon .article .browse {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .news-content-page .conter .asideCon .article .articleCon {
        margin-top: 30px;
        font-size: 16px;
        line-height: 1.9;
    }

    .news-content-page .recommend .publicList .item {
        grid-template-columns: 112px minmax(0, 1fr);
        min-height: 96px;
        padding: 10px;
        gap: 12px;
    }

    .news-content-page .recommend .publicList .item .pictrue {
        width: 112px;
        height: 76px;
    }

    .news-content-page #advers {
        width: calc(100% - 24px);
        margin-bottom: 48px;
    }

    .news-content-page #advers .wrapper1 {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        padding: 22px;
        font-size: 18px;
    }
}
