.sw-common-container {
    width: 1200px;
    margin: 0 auto;
}

.one-line-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
}

.two-line-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制显示的行数 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
}

.sw-breadcrumbs {
    margin: 0;
    display: inline-flex;
    list-style: none;
    padding: 8px 20px !important;

    border-radius: 80px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(6px);
}

.sw-breadcrumbs li {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    font-weight: 400;
    /* line-height: 22px; */
    margin-right: 5px;

    display: flex;
    align-items: center;
}

.sw-breadcrumbs li a {
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.sw-breadcrumbs li a:hover {
    color: #fff;
}


.sw-breadcrumbs li::after {
    display: inline-block;
    content: ' ';
    background: url(https://www.shengwang.cn/wp-content/uploads/2025/07/breadcrumbs_right.svg) no-repeat;
    background-size: contain;
    height: 12px;
    width: 12px;
    margin-left: 8px;
}
.sw-breadcrumbs li:last-child {
    margin-right: 0;
}
.sw-breadcrumbs li:last-child::after {
    display: none;
}

.sw-breadcrumbs li:first-child a::before {
    display: block;
    content: ' ';
    margin-right: 4px;
    background: url(https://www.shengwang.cn/wp-content/uploads/2025/07/breadcrumbs_home.svg) no-repeat;
    background-size: contain;
    height: 14px;
    width: 14px;
}

.sw-page-news-main-content {
    padding: 80px 0;
    background: #fff;
    font-family: "PingFang SC";
}

.sw-page-news-banner {
    /* height: 782px; */
    height: 620px;
    background: radial-gradient(120.33% 112.12% at 50% -8.25%, #FFF 0%, rgba(36, 124, 255, 0.76) 9.38%, rgba(0, 0, 0, 0.00) 40.12%, rgba(0, 0, 0, 0.00) 100%), radial-gradient(88.74% 111.22% at 50% -6.98%, rgba(0, 0, 0, 0.00) 58.76%, rgba(0, 87, 255, 0.20) 77.28%, #099DFD 100%), #000306;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sw-page-news-banner .sw-page-news-banner-top h1,
.sw-news-banner-title {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    text-align: center;
}

.sw-page-news-banner .sw-page-news-banner-top p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
    opacity: .8;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 24px;
}

.sw-page-news-banner .sw-common-container {
    position: relative;
}

.head-news-container {
    position: relative;
}

.head-news-container .swiper-scrollbar {
    width: 51.33%;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.15);
    height: 3px;
    margin: 0 auto;
    bottom: -32px;
}

.head-news-container .swiper-scrollbar-drag {
    background: #fff;
    border-radius: 60px;
}

.sw-common-container .sw_tab_arrow {
    top: calc(50% - 31px);
    border: 1px solid rgba(255, 255, 255, .2);
}

.sw-common-container .sw_tab_arrow.disabled {
    opacity: 1;
}

.sw-common-container .sw_tab_arrow.sw_tab_arrow_prev svg {
    transform: rotate(180deg);
}

.head-news .swiper-slide {}

.head-news .head-news-bd {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;

    box-sizing: border-box;
    width: 276px;
    padding: 12px;
    height: 364px;
    background-image: url(https://www.shengwang.cn/wp-content/uploads/2025/07/Subtract.png);
}

.head-news p {
    margin: 0;
}

.head-news figure {
    border-radius: 16px;
    height: 142px;
    overflow: hidden;
    margin: 0;

}

.head-news figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}



.head-news .head-news-title {
    color: #181F27;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
    margin-top: 16px;
    margin-bottom: 8px;

}

.head-news .head-news-title,
.head-news .head-news-desc {
    padding-left: 12px;
    padding-right: 12px;
}

.head-news .head-news-desc,
.sw-news-banner-desc {

    color: #586376;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
}

.head-news-tags,
.sw-news-tags {
    display: flex;
    margin-right: 16px;
}

.head-news-tags a,
.sw-news-tags a {
    display: flex;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid rgba(9, 157, 253, 0.60);
    font-weight: 400;
    color: #099DFD;
    text-decoration: none;

    /* 正文及标签 */
    font-family: "PingFang SC";
    font-size: 14px;
    line-height: 22px;
    /* 157.143% */
}

.head-news-tags-light-blue a {
    border: 1px solid rgba(9, 157, 253, 0.60);
    background: rgba(9, 157, 253, 0.10);
    color: #fff;
}

.sw-news-tags a+a {
    margin-left: 16px;
}

.sw-news-datetime {
    color: #586376;
    font-size: 14px;
    line-height: 22px;
    /* 157.143% */
    display: flex;
    align-items: center;
    margin: 0;
}

.sw-news-datetime::before {
    background-image: url(https://www.shengwang.cn/wp-content/uploads/2025/07/Vector-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    margin-right: 4px;
    content: ' ';
    display: block;
}

.sw-news-datetime.sw-news-datetime-light {
    color: #fff;
}

.sw-news-datetime.sw-news-datetime-light::before {
    background-image: url(https://www.shengwang.cn/wp-content/uploads/2025/07/Vector-2.svg);

}

.head-news .head-news-bottom {
    display: flex;
    align-items: center;
    padding-left: 12px;
}

.sw-page-news-cateogry-box {
    padding: 0 20px;
}

.sw-news-list {
    margin: 48px 0;
}

.sw-news-list .sw-news-item {
    display: flex;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E6E9F2;
}

.sw-news-list .sw-news-item:last-child {
    margin-bottom: 0;
}

.sw-news-list .sw-news-item figure {
    width: 320px;
    height: 180px;
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(0, 0, 0, .7);
    margin: 0 48px 0 0;
}

.sw-news-list .sw-news-item figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .8s;
}

.sw-news-list .sw-news-item figure:hover img {
    transform: scale(1.08);
}

.sw-news-list .sw-news-item .sw-news-item-title {
    color: #181F27;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 8px;
    text-decoration: none;
    display: block;
}

.sw-news-list .sw-news-item .sw-news-item-desc {
    color: #586376;
    font-size: 14px;
    line-height: 22px;
}

.sw-news-list .sw-news-item-content {
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sw-news-item-bottom {
    display: flex;

}

.sw-pagination {
    display: flex;
    justify-content: center;
}

.sw-pagination .page-numbers {
    transition: 0.4s;
    border-radius: 6px;
    border: 1px solid #D7DCE9;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin-right: 8px;

    color: #7B808C;
    font-size: 14px;
    line-height: 22px;
    /* 157.143% */
}

.sw-pagination .page-numbers.current {
    background: #099DFD;
    border: 1px solid #099DFD;
    color: #fff;
}

.sw-pagination a.page-numbers:hover {
    color: #099DFD;
    border: 1px solid #099DFD;
}

.sw-pagination a.page-numbers:hover svg path {
    fill: #099DFD;
}

/* 新闻分类 */
.sw-page-news-category .sw-page-news-banner {
    height: 392px;
    background: radial-gradient(88.74% 111.22% at 50% -6.98%, rgba(0, 0, 0, 0.00) 32.27%, rgba(0, 87, 255, 0.20) 67.28%, #099DFD 100%), #000306;
    /* justify-content: flex-start; */
    /* padding: 22px 0; */
    position: relative;
    display: block;
}

.sw-page-news-category .sw-page-news-banner .sw-common-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sw-page-news-category .sw-breadcrumbs {
    position: absolute;
    top: 20px;
    left: 0;
}

/* 新闻详情 */
.sw-page-news-detail-banner {
    height: 392px;
    background: radial-gradient(88.74% 111.22% at 50% -6.98%, rgba(0, 0, 0, 0.00) 32.27%, rgba(0, 87, 255, 0.20) 67.28%, #099DFD 100%), #000306;
    padding: 20px 0;
    position: relative;
}

.sw-page-news-detail-banner .sw-breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
}

.sw-page-news-detail-banner .sw-common-container {
    height: 100%;
    position: relative;
}

.sw-news-detail-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.sw-news-detail-banner-left {
    width: 63.16%;
}

.sw-news-detail-banner figure {
    width: 364px;
    height: 195px;
    background: rgba(255, 255, 255, .5);
    border-radius: 16px;
    overflow: hidden;
}

.sw-news-detail-banner figure:hover img {
    transform: scale(1.08);
}

.sw-news-detail-banner figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: .8s;

}

.sw-page-news-detail-banner .sw-news-datetime {
    color: #fff;
}

.sw-page-news-detail-banner .sw-news-datetime svg path {
    fill: #fff;
}

.sw-news-banner-bottom-box {
    display: flex;
}

.sw-news-detail-banner .sw-news-banner-title {
    text-align: left;
}

.sw-news-detail-main {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
}

.sw-news-detail-aside {
    /* display: flex; */
    width: 320px;
}

.sw-news-detail-aside h4 {
    color: #181F27;
    text-overflow: ellipsis;

    /* 重要信息 */
    font-family: "PingFang SC";
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
    margin: 0 0 16px 0;
}

.sw-news-aside-list {
    padding: 32px;
    border-radius: 24px;
    border: 1px solid var(---, #E6E9F2);
}

.sw-news-aside-item {
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E9F2;
    margin-bottom: 16px;
}

.sw-news-aside-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sw-news-aside-item strong {
    color: #181F27;

    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
    margin: 0 0 0 0;
}

.sw-news-aside-item p {
    color: #586376;

    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    margin: 8px 0 0 0;
}

.sw-news-detail-content {
    width: 65.33%;
}

.sw-news-detail-content {
    color: #181F27;

    font-size: 16px;
    line-height: 26px;
}

.sw-news-detail-content h3,
.sw-news-detail-content h4,
.sw-news-detail-content h5,
.sw-news-detail-content h6 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.sw-news-detail-content h3+p {
    margin-top: 24px;
}

.sw-news-detail-content img {
    max-width: 100%;
    overflow: hidden;
}

.sw-news-detail-content p+p {
    margin-top: 16px;
}