/* 轮播 */
.banner {
    position: relative;
    padding: 0;
    height: 670px;
    background: #fff;
    width: 100%;
    overflow: hidden;
}

.banner-swiper-container {
    height: 100%;
}

.banner-swiper-container img {
    width: 100%;
    height: 100%;
}

.banner-swiper-container .swiper-pagination {
    text-align: center;
    margin-bottom: 50px;
}

.banner-swiper-container .swiper-slide {
    position: relative;
}

.banner-swiper-container .swiper-slide .banner-extra {
    position: absolute;
    left: 200px;
    bottom: 300px;
    color: #fff
}

.banner-swiper-container .swiper-slide .banner-extra .banner-title {
    font-size: 36px;
    margin-bottom: 16px;
    font-weight: 800;
}

.banner-swiper-container .swiper-slide .banner-extra .banner-sub-title {
    display: inline-block;
    font-size: 36px;
    margin-bottom: 24px;
    font-weight: 400;
    padding: 5px 0px;
    border-radius: 4px;
}

.banner-swiper-container .swiper-slide .banner-extra ul li {
    font-size: 16px;
    margin-bottom: 12px;
}

.banner-swiper-container .swiper-slide .banner-extra .banner-desc {
    font-size: 20px;
    margin-bottom: 24px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
}

.filter-container {
    height: 60px;
    background: #fff;
    position: relative;
}

.filter-wrapper {
    width: var(--max-width);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -40px;
    z-index: 1;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.15);
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 108px;
}

.tab-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 110px;
}

.tab-list a {
    display: inline-block;
    padding: 10px 3px;
    border-bottom: 2px solid transparent;
    color: var(--text-color);
    font-weight: 500;
    transition: all .3s linear;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 550;
    font-size: 29px;
    color: #000000;
}

.tab-list .active a {
    border-color: var(--color-blue-5);
    color: var(--color-blue-5);
}

.tab-list a:hover {
    border-color: var(--color-blue-5);
    color: var(--color-blue-5);
}

.breadcrumb-container {
    background-color: #fff;
}

.breadcrumb {
    padding: 30px 0;
    width: var(--max-width);
    margin: 0 auto;
    color: #999;
    font-size: 15px;
}

.breadcrumb a {
    color: #999
}

.empty {
    display: none;
    padding: 100px 0;
    text-align: center;
    font-size: 24px;
    color: #999;
    background-color: #fff;
}


.section-container {
    padding: 0px 0;
    background-color: #fff;
}

.section-wrapper {
    /* width: var(--max-width); */
    margin: 0 auto;
    overflow: hidden;
}

.max-width-wrapper {
    width: var(--max-width);
    margin: 0 auto;
}

.news-detail-wrapper{
    display: flex;
    align-items: flex-start;
    padding: 0 0 80px 0;
}
.news-detail-wrapper .news-body{
    width: 0;
    flex: 1;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(4,0,0,0.1);
    border-radius: 20px;
    padding: 0 50px;
}
.news-detail-wrapper .news-body .news-title{
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 20px;
    padding-top: 30px;
}
.news-detail-wrapper .news-body .news-title h3{
    font-family: PingFang SC;
    font-weight: 550;
    font-size: 37px;
    color: #272727;
    height: 80px;
    background-image: url('../../images/pages/news/bg-title.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.news-tag {
    border-bottom: 1px solid #EDEDED;
}
.news-tag ul{
    height: 65px;
    display: flex;
    align-items: center;
    gap: 40px;
    font-weight: 400;
    font-size: 18px;
    color: #808080;
}
.news-tag ul li{
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-tag ul li img{
    width: 22px;
    height: 22px;
    margin-right: 8px;
}


.news-detail-desc{
    padding: 35px 0;
}
.news-detail-desc .summary-content{
    font-family: PingFang SC;
    font-weight: 440;
    font-size: 18px;
    color: #666666;
}
.news-detail-desc  .main-img{
    padding: 15px 0;
    text-align: center;
}
.news-detail-desc  .main-img img{
    max-width: 80%;
}

.news-detail-desc  .main-img .richtext-content img{
    max-width: 100%;
}


.news-detail-wrapper .recomand-body{
    width: 455px;
    margin-left: 45px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(4,0,0,0.1);
    border-radius: 20px;
    padding: 40px 24px 10px;
}
.news-detail-wrapper .recomand-body .recomand-title{
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.news-detail-wrapper .recomand-body .recomand-title img{
    width: 26px;
    height: 26px;
    margin-right: 8px;
}
.news-detail-wrapper .recomand-body .recomand-title h3{
    font-family: PingFang SC;
    font-weight: 450;
    font-size: 26px;
    color: var(--color-blue-5);
}

.news-detail-wrapper .recomand-list li a{
    display: block;
    padding: 20px 0;
    border-top: 1px solid #EDEDED;
    color: #333333;
    font-weight: 440;
}
.news-detail-wrapper .recomand-list li a h3{
    margin-bottom: 15px;
    color: #333333;
    font-weight: 440;
}
.news-detail-wrapper .recomand-list li a .create-time{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #808080;
}
.news-detail-wrapper .recomand-list li a .create-time img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}