:root {
    --bg: #EAE8E2;
    --text: #222222;
    --card: #2b2b2b;
    --muted: #a0a0a0;
    --accent: #b22222;
}

* { box-sizing: border-box; }


body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
    margin: 0;
    background: var(--bg);
    /*min-height: 100vh;*/
    /*width: 100vw;*/
}
ul { margin: 0; padding: 0; }
ul li {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
input {
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
    background-color: transparent;
    font-size: inherit;
}

.wws-column {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.wws-top-railing {
    height: 50px;
    background-color: #000000;
}

.wws-railing-main {
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.wws-railing-main-title {
    display: flex;
    align-items: center;
    height: 50px;
}

.wws-railing-main-title img {
    width: 100%;
    height: 100%;
}

.wws-railing-main-title-logo {
    width: 34px;
    height: 34px;
    border-radius: 5px;
    background-color: #5C5C5C;
}

.wws-railing-main-title-text {
    margin-left: 12px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}

.wws-railing-main-search-box {
    width: 188px;
    height: 34px;
    position: relative;
}

.wws-railing-main-search-input {
    width: 100%;
    height: 100%;
    font-size: 12px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #fff;
    background: #272727;
    border-radius: 17px;
}

.wws-railing-main-search-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    cursor: pointer;
    background: url("../../assess/img/search.png") no-repeat;
    background-size: 100% 100%;
}

.wws-railing-mobile{
    display: none;
}

.wws-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* ===================== Header ===================== */
header {
    /*padding: 18px 0;*/
    margin-top: 15px;
}

/* ===================== Nav ===================== */
nav {
    display: flex;
    gap: 50px;
    align-items: center;
}

.wws-nav-link {
    text-decoration: none;
    font-size: 16px;
    color: #999999;
    font-weight: bold;
    cursor: pointer;
    padding: 18px 13px;
    box-sizing: border-box;
    border-bottom: 4px solid transparent;
}

.wws-nav-link.wws-active {
    color: var(--text);
    font-size: 18px;
    border-bottom: 4px solid var(--text);
}

.wws-nav-link:hover {
    color: var(--text);
    transition: all .3s;
}

.wws-header-bottom {
    width: 100%;
    height: 2px;
    background: #C9C9C9;
}

.wws-banner {
    height: 108px;
    width: 100%;
    background-color: #A08D6F;
    margin-top: 20px;
}

.wws-banner img {
    width: 100%;
    height: 100%;
}

.wws-hero {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 22px;
    margin-top: 17px;
}

.wws-news {
    height: 100px;
}

.wws-news {
    height: 100%;
    overflow: hidden;
}

.wws-news-title {
    display: none;
}

.wws-news-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.wws-news-item {
    padding-bottom: 10px;
    border-bottom: 1px solid #C9C9C9;
    display: flex;
    align-items: center;
}

.wws-news-item-time {
    width: 60px;
    height: 106px;
    background: #EAE0CF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    user-select: none;
    color: #7E6D51;
}

.wws-news-item-time .wws-day {
    font-size: 24px;
}

.wws-news-item-time .wws-date {
    font-size: 12px;
}

.wws-news-item-main {
    flex: 1;
    margin-left: 8px;
}

.wws-news-item:last-child {
    margin-bottom: 0;
}

.wws-news .wws-news-item .wws-news-item-main .wws-title {
    font-weight: bold;
    font-size: 14px;
    color: var(--text);
    text-decoration: none;
    line-height: 24px;
}

.wws-news .wws-news-item .wws-news-item-main .wws-excerpt {
    height: 54px;
    font-size: 12px;
    line-height: 17px;
    color: var(--muted);
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wws-news .wws-news-item .wws-news-item-main .wws-details {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    margin-top: 6px;
    cursor: pointer;
}

.wws-article {
    display: flex;
    flex-direction: column;
}

.wws-campaign {
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.wws-campaign-head {
    display: flex;
    align-items: center;
    padding: 20px 20px 6px 20px;
    box-sizing: border-box;
    justify-content: space-between;
    border-bottom: 1px solid #E1E1E1;
}

.wws-campaign-head-title {
    display: flex;
    align-items: center;
}

.wws-campaign-head-title-logo {
    width: 26px;
    height: 23px;
    background: url("../../assess/img/campaign-hot.png") no-repeat;
    background-size: 100% 100%;
}

.wws-campaign-head-title-text {
    font-weight: bold;
    font-size: 22px;
    color: var(--text);
    margin-left: 7px;
    line-height: 23px;
}

.wws-campaign-head-more {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.wws-more-right-logo {
    display: none;
}

.wws-campaign-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 6px 10px 16px 20px;
    box-sizing: border-box;
}

.wws-campaign-list-item {
    margin-top: 5px;
    padding: 4px 10px;
    box-sizing: border-box;
    background: url("../../assess/img/railing-bg.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 9px;
}

.wws-campaign-list-item-text {
    font-size: 12px;
    color: #FFFFFF;
}

.wws-popular-articles {
    margin-top: 14px;
    background-color: #FFFFFF;
    padding: 20px;
    box-sizing: border-box;
}

.wws-articles-head {
    display: flex;
    align-items: center;
    padding-bottom: 6px;
    justify-content: space-between;
    border-bottom: 1px solid #E1E1E1;
}

.wws-articles-head-title {
    display: flex;
    align-items: center;
}

.wws-articles-head-title-logo {
    width: 26px;
    height: 23px;
    background: url("../../assess/img/articles.png") no-repeat;
    background-size: 100% 100%;
}

.wws-articles-head-title-text {
    font-weight: bold;
    font-size: 22px;
    color: var(--text);
    margin-left: 7px;
    line-height: 23px;
}

.wws-articles-head-more {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.wws-articles-item {
    height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E6E5E5;
}

.wws-articles-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #707070;
}

.wws-articles-text {
    font-size: 14px;
    color: #333333;
    margin-left: 7px;
}




/* ===================== Footer ===================== */
footer {
    height: 226px;
    background-color: #DBD5C7;
    margin-top: 24px;
}

.wws-footer-main {
    margin: 0 auto;
    height: 100%;
    width: 1435px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wws-footer-left-logo {
    width: 298px;
    height: 44px;
    background: url("../../assess/img/logo.png") no-repeat;
    background-size: 100% 100%;
}

.wws-footer-left-mobile-logo {
    display: none;
}

.wws-dividing-line {
    width: 0;
    height: 67px;
    border: 1px solid #C6BFAD;
}

.wws-link-title{
    font-weight: bold;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
}

.wws-link-list {
    display: grid;
    width: 700px;
    grid-template-columns: repeat(5, 20%);
    gap: 12px;
    border-top: 1px solid #BFB8A4;
    margin: 6px 0 0 0;
    padding-top: 6px !important;
}

.wws-link-list-item {
    font-size: 14px;
    color: var(--text);
    cursor: pointer;
}

.wws-after-service {
    font-weight: bold;
    font-size: 14px;
    color: #666666;
}

.wws-after-number {
    margin-top: 3px;
    font-weight: bold;
    font-size: 22px;
    color: #222222;
}

.wws-contact-us {
    margin-top: 3px;
    font-size: 12px;
    color: #666666;
}

.wws-filing {
    margin: 0 auto;
    height: 80px;
    background: #000000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #FFFFFF;
}


/* ===================== Responsive ===================== */
@media (max-width: 1465px) {
    .wws-railing-main { width: 1160px }
    .wws-footer-main {width: 1200px;padding: 0 10px;}
    .wws-footer-left-logo {width: 250px;height: 38px;}
    .wws-link-title{font-size: 14px;}
    .wws-after-number { font-size: 20px; }
    .wws-link-list {width: 580px;grid-template-columns: repeat(4, 25%);gap: 6px;}
    .wws-filing {height: 72px}
}

@media screen and (max-width:1220px) {
    .wws-footer-main {width: 1000px;}
    .wws-footer-left-logo {width: 230px;height: 36px;}
    .wws-link-title{font-size: 13px;}
    .wws-after-number { font-size: 18px; }
    .wws-link-list {width: 420px;grid-template-columns: repeat(3, 33%);gap: 6px;}
    .wws-filing {height: 64px}
    .wws-link-list-item {font-size: 13px;}
    .wws-railing-mobile {display: none;}
    nav { display: none; }
    .wws-header-bottom { display: none; }
    .wws-hero { grid-template-columns: 1fr; }
    .wws-railing-main { max-width:  100%;padding: 0 24px }
    .wws-container { padding: 0 24px;box-sizing: border-box }
}

@media (max-width: 860px) {
    footer {
        width: 100vw;
        height: auto;
        background: transparent;
        overflow: hidden;
        bottom: 40px;
    }

    .wws-footer-main {
        width: 100vw;
        padding: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        background-color: #000000;
    }

    .wws-footer-left-logo {
        display: none;
    }
    .wws-footer-left-mobile-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: 80px;
        background-color: #FFFFFF;
    }
    .wws-mobile-logo {
        width: 230px;
        height: 36px;
        background: url("../../assess/img/logo.png") no-repeat;
        background-size: 100% 100%;
    }
    .wws-footer-main-center {
        width: 100%;
        padding: 30px 40px;
        box-sizing: border-box;
    }
    .wws-link-title {
        color: #FFFFFF;
    }
    .wws-link-list {
        grid-template-columns: repeat(2, 50%);
    }
    .wws-link-list-item {
        color: #999999;
        font-size: 12px;
    }
    .wws-dividing-line {
        display: none;
    }
    .wws-footer-main-right {
        width: 100%;
        padding: 0 40px 20px 40px;
        box-sizing: border-box;
    }
    .wws-after-service {
        color: #ffffff;
        font-weight: 600;
    }
    .wws-after-number {
        margin-top: 12px;
        color: #ffffff;
        font-weight: 500;
        font-size: 16px;
    }
    .wws-contact-us {font-size: 10px;}

    .wws-filing {height: 40px;line-height: 40px;}
    .wws-filing-copyright {font-size: 12px !important;}
}


@media (max-width: 530px) {
    .wws-top-railing {
        height: 58px;
        background-color: transparent;
    }
    .wws-railing-main {
        display: none;
    }
    header {
        display: none;
    }
    .wws-railing-mobile {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 16px;
    }
    .wws-search-input {
        position: relative;
        width: 330px;
        height: 36px;
        border-radius: 18px;
        overflow: hidden;
    }
    .wws-column-search-input {
        width: 100%;
        height: 100%;
        background-color: #fff;
        text-indent: 30px;
        font-size: 14px;
    }

    .wws-search-logo {
        position: absolute;
        left: 9px;
        top: 50%;
        transform: translateY(-50%);
        width: 17px;
        height: 17px;
        background: url("../../assess/img/search-logo.png") no-repeat;
        background-size: 100% 100%;
    }

    .wws-search-btn {
        width: 58px;
        height: 28px;
        background: var(--text);
        border-radius: 14px;
        text-align: center;
        line-height: 28px;
        justify-content: center;
        position: absolute;
        right: 4px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
    }

    .wws-railing-more {
        width: 20px;
        height: 17px;
        background: url("../../assess/img/more-logo.png") no-repeat;
        background-size: 100% 100%;
    }

    .wws-container{
        box-sizing: border-box;
        padding: 0 16px;
    }

    .wws-banner {
        height: 120px;
        margin-top: 0;
    }

    .wws-hero {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 17px;
    }

    .wws-news-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .wws-campaign-head-title-logo {
        width: 22px;
        height: 20px;
    }

    .wws-campaign-head-title-text {
        font-size: 18px;
    }

    .wws-campaign-head-more {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .wws-campaign-list-item {
        margin-top: 8px;
        padding: 5px 18px;
        margin-right: 6px;
    }

    .wws-campaign-list-item-text {
        font-size: 14px;
    }

    .wws-articles-head-title-logo {
        width: 22px;
        height: 20px;
    }

    .wws-articles-head-title-text {
        font-size: 18px;
    }

    .wws-articles-head-more {
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .wws-more-right-text {
        margin-right: 8px;
    }

    .wws-more-right-logo {
        display: block;
        width: 7px;
        height: 13px;
        background: url("../../assess/img/xiahuasanjiao.png") no-repeat;
        background-size: 100% 100%;
    }


    footer {
        width: 100vw;
        height: auto;
        background: transparent;
        overflow: hidden;
        bottom: 40px;
    }

    .wws-footer-main {
        width: 100vw;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        background-color: #000000;
    }

    .wws-footer-left-logo {
        width: 100%;
        display: none;
    }
    .wws-footer-left-mobile-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: 80px;
        background-color: #FFFFFF;
    }
    .wws-mobile-logo {
        width: 80%;
        height: 40%;
        background: url("../../assess/img/logo.png") no-repeat;
        background-size: 100% 100%;
    }
    .wws-footer-main-center {
        width: 100%;
        padding: 30px 40px;
        box-sizing: border-box;
    }
    .wws-link-title {
        color: #FFFFFF;
    }
    .wws-link-list {
        grid-template-columns: repeat(2, 50%);
    }
    .wws-link-list-item {
        color: #999999;
        font-size: 12px;
    }
    .wws-dividing-line {
        display: none;
    }
    .wws-footer-main-right {
        width: 100%;
        padding: 0 40px 20px 40px;
        box-sizing: border-box;
    }
    .wws-after-service {
        color: #ffffff;
        font-weight: 600;
    }
    .wws-after-number {
        margin-top: 12px;
        color: #ffffff;
        font-weight: 500;
        font-size: 16px;
    }
    .wws-contact-us {
        font-size: 10px;
    }

    .wws-filing {
        height: 60px;
        line-height: 20px;
    }

    .wws-filing-copyright {
        font-size: 12px !important;
    }

    .wws-drawer-main-item {
        height: 65px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #E2E2E3;

    }
    .wws-drawer-main-item-title {
        font-size: 18px;
        color: #333333;
    }
}
