.hide {
    display: none !important;
}

.news-page {
    width: 100%;
    min-width: 1200px;
    background: #fff;
}

/* ===== Banner Section - 参考 marketing.html ===== */
.news-hero {
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.news-hero-bg {
    position: absolute;
    inset: 0;
    background: url(../../assets/image/pc/marketing/marketing-banner.png) no-repeat center center;
    background-size: 100% 100%;
}

.news-hero-bg::before,
.news-hero-bg::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 4px;
    opacity: 0.35;
}

.news-hero-bg::before {
    width: 38%;
    height: 55%;
    left: 6%;
    bottom: -8%;
    transform: rotate(-12deg) skewX(-6deg);
    background: linear-gradient(160deg, rgba(80, 50, 140, 0.5), rgba(20, 10, 40, 0.3));
    box-shadow: 0 0 60px rgba(255, 170, 50, 0.08);
}

.news-hero-bg::after {
    width: 32%;
    height: 48%;
    right: 4%;
    top: -6%;
    transform: rotate(14deg) skewX(8deg);
    background: linear-gradient(200deg, rgba(60, 35, 110, 0.45), rgba(15, 8, 35, 0.25));
}

.news-hero-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 72px 24px 64px;
}

.news-hero-title {
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.35;
    color: #fff;
    letter-spacing: 0.5px;
}

.news-hero-sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.news-hero-btn {
    background: url(../../assets/image/pc/pointMall/btn-consult.png) no-repeat center center;
    background-size: 100% 100%;
    width: 160px;
    height: 48px;
    margin: 30px auto 0;
    border: none;
    cursor: pointer;
}

.news-wrap {
    border-bottom: solid 1px #dddddd;
}

.news-tabs {
    /* padding: 16px 0; */
    display: flex;
    justify-content: flex-start;
    /* gap: 48px; */
}

.news-tab {
    position: relative;
    border: 0;
    background: transparent;
    font-size: 20px;
    color: #222;
    padding: 20px 35px;
    cursor: pointer;
    font-family: inherit;
}

.news-tab-bolt {
    margin-left: 4px;
    color: #4a90e2;
    font-size: 14px;
}

.news-tab.active {
    background: #0148A4;
    color: #fff;
    font-weight: 600;
}

.news-tab.active::after {
    /* content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 48px;
    height: 3px;
    background: #1a6fd8;
    border-radius: 1px; */
}

.news-tab:not(.active) {
    color: #333;
    font-weight: normal;
}

.news-tab:not(.active) .news-tab-bolt {
    color: #4a90e2;
}

.news-panel-cards {
    background: #f2f2f2;
    padding: 36px 0 40px;
}

.news-panel-title {
    margin: 0;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #222;
}

.news-intro {
    margin: 20px auto 0;
    max-width: 920px;
    text-align: center;
    font-size: 14px;
    line-height: 1.85;
    color: #666;
}

.news-card-grid {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.news-mini-card {
    background: #fff;
    padding: 22px 18px 18px;
    text-align: center;
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.news-mini-card h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.news-mini-card p {
    margin: 14px 0 0;
    font-size: 13px;
    line-height: 1.7;
    color: #666;
    text-align: left;
}

.news-mini-card-foot {
    margin-top: 12px !important;
    font-size: 12px !important;
    color: #999 !important;
}

.news-list-outer {
    padding-bottom: 40px;
}

.news-panel-list {
    background: #f9f9f9;
    padding: 16px 20px 32px;
}

.news-article-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-article-item {
    display: flex;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #e8e8e8;
}

.news-article-item:last-child {
    border-bottom: 0;
}

.news-article-thumb {
    flex: 0 0 280px;
    display: block;
    overflow: hidden;
}

.news-article-thumb img {
    width: 100%;
    height: 168px;
    object-fit: cover;
    display: block;
}

.news-article-body {
    flex: 1;
    min-width: 0;
}

.news-article-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
}

.news-article-title a {
    color: #111;
    text-decoration: none;
    font-weight: 700;
}

.news-article-title a:hover {
    color: #1a6fd8;
}

.news-article-date {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #999;
}

.news-article-summary {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.75;
    color: #666;
}

.index-footer-part {
    width: 100%;
    min-width: 1200px;
    background: #2f3033;
    padding: 40px 0 34px;
}

.index-footer-main {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.footer-company h4 {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 500;
}

.footer-company p {
    margin: 6px 0;
    font-size: 12px;
    color: #d1d1d1;
}

.footer-socials {
    margin: 14px 0;
}

.footer-socials a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #8b8b8b;
    border-radius: 50%;
    color: #ddd;
    text-decoration: none;
    margin-right: 8px;
    font-size: 12px;
}

.footer-links {
    margin-top: 18px !important;
}

.footer-nav-col {
    width: 180px;
}

.footer-nav-col h5 {
    margin: 0 0 18px;
    font-size: 13px;
    color: #d8d8d8;
    font-weight: 500;
}

.footer-nav-col a {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #d1d1d1;
    text-decoration: none;
}
