* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20, sans-serif;
    color: #222222;
    line-height: 1.5;
}

/* Banner区域 */
.ns-banner {
    position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden;
}

.ns-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.ns-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ns-banner-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.ns-banner-title {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 72px;
    color: #222222;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 24px;
}

.ns-banner-subtitle {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 28px;
    color: #333333;
    line-height: 44px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/* 新闻列表 */
.ns-news-list {
    padding: 80px 120px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

.ns-news-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ns-news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ns-news-title-first {
    margin-bottom: 16px;
}

.ns-news-tips {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 26px;
    color: #333333;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.ns-news-title {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 26px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-decoration-line: underline;
    text-transform: none;
    margin-bottom: 16px;
}

.ns-news-desc {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /* 两行省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ns-item-btn {
    width: 180px;
    height: 48px;
    background: #96E633;
    border-radius: 0px 0px 0px 0px;
    padding: 11px 32px;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: auto;
}

.ns-item-btn-text {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.ns-item-btn-arrow {
    width: 16px;
    height: 16px;
}

.ns-item-btn-arrow img {
    width: 100%;
    height: 100%;
}

.ns-news-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 34px; */
    margin-top: auto;
}

.ns-news-link {
    width: 20px;
    height: 20px;
}

.ns-news-link img {
    width: 100%;
    height: 100%;
}

.ns-news-time {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 14px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/* 大图新闻项 */
.ns-news-item-large {
    display: flex;
    gap: 24px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 100px;
}

.ns-news-img-large {
    width: 49%;
    aspect-ratio: 588/336;
    flex-shrink: 0;
    overflow: hidden;
    /* background: #748ea6; */
}

.ns-news-img-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* 小图新闻项 */
.ns-news-item-small {
    display: flex;
    gap: 32px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}

.ns-news-img-small {
    width: 20%;
    aspect-ratio: 240/150;
    flex-shrink: 0;
    overflow: hidden;
    background: #748ea6;
}

.ns-news-img-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ns-news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* 分页 */
.pages {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 48px;
}

.pages li {
    display: inline
}

.pages li.thisclass,
.pages a:hover {
    padding: 5px 10px;
    border: 1px solid #96E633;
    background: #96E633;
    color: #222222;
    text-decoration: none;
    border-radius: 3px
}

.pages a,
.pages span {
    padding: 5px 10px;
    border: 1px solid #ddd;
    background: #fff;
    color: #A4A4A4;
    line-height: 18px;
    border-radius: 3px;
    margin-right: 10px;
}

.pages a.page-num-current,
.pages .active span {
    color: #fff;
    background-color: #96E633;
    border-color: #96E633;
}

/* 页脚 */
.ns-footer {
    background: #050f19;
    padding: 60px 0 40px;
}

.ns-footer-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    gap: 48px;
    padding: 0 120px;
}

.ns-footer-links {
    display: flex;
    gap: 48px;
    flex: 1;
}

.ns-footer-section {
    min-width: 180px;
}

.ns-footer-title {
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 24px;
}

.ns-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ns-footer-list li {
    margin-bottom: 0;
}

.ns-footer-list a {
    font-size: 12px;
    font-weight: normal;
    color: #748ea6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ns-footer-list a:hover {
    color: #ffffff;
}

.ns-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ns-footer-qr-codes {
    display: flex;
    gap: 16px;
}

.ns-footer-qr-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.ns-footer-qr-img {
    width: 108px;
    height: 108px;
    background: #ffffff;
    border-radius: 8px;
}

.ns-footer-qr-text {
    font-size: 14px;
    font-weight: normal;
    color: #748ea6;
}

.ns-footer-info {
    padding-top: 20px;
    border-top: 1px solid #293a49;
}

.ns-footer-address {
    font-size: 12px;
    font-weight: normal;
    color: #748ea6;
    margin-bottom: 8px;
}

.ns-footer-copyright {
    font-size: 12px;
    font-weight: normal;
    color: #748ea6;
}

/* 响应式设计 */
@media (max-width: 1199px) {
    .ns-nav-container {
        padding: 0 60px;
    }

    .ns-banner-content {
        padding: 0 60px;
    }

    .ns-news-container {
        padding: 0 60px;
    }

    .ns-footer-container {
        padding: 0 60px;
    }

    .ns-news-item-large {
        flex-direction: column;
    }

    .ns-news-img-large {
        width: 100%;
    }

    .ns-news-item-small {
        flex-direction: column;
    }

    .ns-news-img-small {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .ns-banner-title {
        font-size: 48px;
    }

    .ns-banner-subtitle {
        font-size: 20px;
        width: 100%;
    }

    .ns-nav {
        position: relative;
        height: auto;
        padding: 16px 0;
    }

    .ns-nav-container {
        flex-direction: column;
        gap: 16px;
        padding: 0 16px;
    }

    .ns-nav-left {
        flex-direction: column;
        gap: 16px;
    }

    .ns-nav-items {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ns-banner {
        height: 400px;
    }

    .ns-banner-content {
        padding: 0 24px;
    }

    .ns-news-container {
        padding: 0 24px;
    }

    .ns-news-item-large {
        gap: 16px;
    }

    .ns-news-item-small {
        gap: 16px;
    }

    .ns-news-title {
        font-size: 20px;
    }

    .ns-news-desc {
        font-size: 14px;
        line-height: 24px;
    }

    .ns-footer-container {
        flex-direction: column;
        gap: 32px;
        padding: 0 24px;
    }

    .ns-footer-links {
        flex-direction: column;
        gap: 24px;
    }

    .ns-footer-qr-codes {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    body {
        background: #f6f7fa;
    }

    /* Banner */
    .ns-banner {
        height: 200px !important;
        margin-top: 60px !important;
        padding: 60px 22px;
        position: relative;
        overflow: hidden;
    }

    .ns-banner-bg {
        background-image: url('/v2/images/mobile/news/Frame2085665315.png');
        background-size: cover;
        background-position: center;
    }

    .ns-banner-bg img {
        display: none;
    }

    .ns-banner-content {
        padding: 0;
    }

    .ns-banner-title {
        font-size: 34px !important;
        margin-bottom: 6px !important;
        color: #222222;
        line-height: normal;
    }

    .ns-banner-subtitle {
        font-size: 12px !important;
        color: #2f3248;
        line-height: normal !important;
    }

    .ns-banner-desc {
        width: 298px;
        font-size: 12px;
        color: rgba(47, 50, 72, 0.8);
        margin-top: 24px;
        line-height: normal;
    }

    .ns-banner-btn {
        padding: 8px 14px;
        margin-top: 24px;
        box-shadow: 0px 3.19px 4.19px rgba(165, 180, 171, 0.3);
    }

    .ns-banner-btn-text {
        font-size: 14px;
    }

    .ns-banner-btn img {
        width: 16.67px;
        height: 16.67px;
    }

    /* Banner */

    .ns-nav-logo-title {
        font-size: 20px;
    }

    .ns-nav-logo-subtitle {
        font-size: 6px;
    }

    .ns-nav-item {
        font-size: 14px;
    }

    .ns-nav-button span {
        font-size: 16px;
    }


    /* 新闻列表 */
    .ns-news-list {
        padding: 0;
        background: #f6f7fa;
    }

    .ns-news-container {
        padding: 0;
        gap: 0;
    }

    .ns-news-item-large {
        background: #ffffff;
        padding: 31px 20px;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .ns-news-item-large .ns-news-content {
        display: contents;
    }

    .ns-news-title-first {
        margin-bottom: 0px;
    }

    .ns-news-item-large .ns-news-title-first {
        order: 1;
        margin-bottom: 0;
    }

    .ns-news-item-large .ns-news-desc {
        order: 2;
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 24px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .ns-news-item-large .ns-news-img-large {
        order: 3;
        width: 100%;
        aspect-ratio: 350/196.875;
        border-radius: 6px;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.1);
        margin-bottom: 24px;
    }

    .ns-news-item-large .ns-item-btn {
        order: 4;
        margin-top: 0;
    }

    .ns-news-title-first .ns-news-title {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 30px;
    }

    .ns-news-tips {
        font-size: 18px;
        line-height: 28px;
        color: #333333;
    }

    .ns-news-desc {
        font-size: 12px;
        line-height: 18px;
        color: #666666;
        margin-bottom: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .ns-item-btn {
        width: 128px;
        height: 41px;
        padding: 0 24px;
        gap: 12px;
        border-radius: 6px;
        box-shadow: 0px 4px 12px rgba(150, 230, 51, 0.4);
        margin-top: 0;
    }

    .ns-news-link {
        width: 14px;
        height: 14px;
    }

    .ns-news-link img {
        width: 14px;
        height: 14px;
    }

    .ns-item-btn-text {
        font-size: 14px;
    }

    .ns-item-btn-arrow {
        width: 12px;
        /* height: 12px; */
    }

    .ns-news-item-small {
        background: #ffffff;
        display: flex;
        flex-direction: row;
        gap: 16px;
        padding: 24px 20px;
        border-bottom: 1px solid #f3f4f6;
    }

    .ns-news-img-small {
        width: 120px;
        height: 80px;
        flex-shrink: 0;
        border-radius: 6px;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.1);
        background: #f1f5f9;
    }

    .ns-news-title {
        font-size: 16px;
        margin-bottom: 6px;
        text-decoration: none;
        font-weight: 500;
        color: #333333;
        line-height: 19px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .ns-news-time {
        font-size: 12px;
        color: #999999;
    }

    a,
    button {
        min-width: 0;
    }

    .ns-footer {
        background: #0b121a;
        padding: 40px 16px 0;
    }

    .ns-footer-container {
        flex-direction: column;
        gap: 16px;
        padding: 0;
    }

    .ns-footer-links {
        flex-direction: column;
        gap: 16px;
        flex: none;
    }

    .ns-footer-section {
        min-width: auto;
    }

    .ns-footer-title {
        font-size: 14px;
        margin-bottom: 13px;
        color: #ffffff;
    }

    .ns-footer-list {
        gap: 13px;
    }

    .ns-footer-list a {
        font-size: 13px;
        color: #748ea6;
    }

    .ns-footer-contact {
        flex-direction: column;
        gap: 16px;
    }

    .ns-footer-qr-codes {
        justify-content: flex-start;
        gap: 20px;
    }

    .ns-footer-qr-code {
        align-items: flex-start;
    }

    .ns-footer-qr-text {
        font-size: 12px;
    }

    .ns-footer-info {
        padding-top: 16px;
        margin-top: 24px;
        border-top: 1px solid #1d293d;
    }

    .ns-footer-address,
    .ns-footer-copyright {
        font-size: 10px;
        color: #62748e;
        text-align: center;
    }

    .pages {
        margin-bottom: 24px;
        padding: 0 20px;
        justify-content: center;
    }

    .pages li {
        display: inline-flex;
        flex-shrink: 0;
    }

    .pages li a,
    .pages li span {
        width: 32px;
        height: 32px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        border-radius: 8px;
        margin-right: 8px;
    }

    .pages li.thisclass,
    .pages a:hover,
    .pages a.page-num-current,
    .pages .active span {
        padding: 0;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    }
}