body {
    background: #FDF7F5 !important;
}

.body>div {
    margin-top: 0.32rem;
    overflow: hidden;
}

.banner {
    margin-top: 0.16rem;
    height: 4.8rem;
    display: flex;
}

.banner-left,
.banner-right {
    display: inline-block;
}

.banner-left {
    width: 7.2rem;
    height: 4.8rem;
}

#bannerSwiper img {
    width: 7.2rem;
    height: 4.8rem;
}

#activitySwiper {
    position: relative;
}

.swiper-button-prev,
.swiper-button-next {
    height: 0.48rem;
    width: 0.48rem;
    border-radius: 0.24rem;
    background-size: 0.48rem 0.48rem;
    background-image: url(../images/icon_arrow.png);
}

.swiper-button-prev {
    transform: rotate(180deg);
}

.banner-swiper-desp {
    position: absolute;
    bottom: 0.22rem;
    padding: 0.08rem 0 0.08rem 0.24rem;
    width: 100%;
    background: rgba(166, 166, 166, 0.4);
}

.banner-desp-text {
    text-decoration: none;
    color: #FFFF;
    font-size: 0.2rem;
    line-height: 0.28rem;
    height: 0.28rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
}

.banner-right {
    flex: 1;
    height: 4.8rem;
    margin-left: 0.16rem;
    overflow: hidden;
    background-color: #fff;
}

.homepage-content-title {
    height: 0.97rem;
    background-color: #fff;
    position: relative;
    margin-bottom: 0.32rem;
    padding: 0.32rem 0.32rem 0.32rem 0;
    /* border-left: solid 0.04rem #b72424; */
    height: 0.33rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.24rem;
    color: #333;
    /* line-height: 0.33rem; */
    text-align: left;
}

.homepage-content-title-line {
    display: inline-block;
    margin-right: 0.24rem;
    vertical-align: text-bottom;
    height: 0.28rem;
    width: 0.06rem;
    background-color: #b72424;
    border-radius: 0 0.04rem 0.04rem 0;
}

.homepage-title-more {
    text-decoration: none;
    float: right;
    margin-top: 0.1rem;
    height: 0.22rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999;
    line-height: 0.22rem;
    text-align: left;
    font-style: normal;
}

.news-title-more>img,
.homepage-title-more>img {
    width: 0.16rem;
    height: 0.16rem;
    vertical-align: -0.01rem;
    margin-left: -0.02rem;
}

.news-content {
    margin: 0 0.36rem;
}

.news-item {
    margin: 0.12rem 0;
}

.news-item-title {
    cursor: pointer;
    /* height: 0.25rem; */
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.18rem;
    color: #991917;
    line-height: 0.25rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.homepage-item-dot {
    display: inline-block;
    width: 0.1rem;
    margin-right: 0.09rem;
    font-size: 0.16rem;
    font-weight: bold;
    color: #d8d8d8;
}

.news-item-text {
    cursor: pointer;
    margin-top: 0.08rem;
    padding-left: 0.16rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #999;
    line-height: 0.22rem;
    text-align: justify;
    font-style: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice {
    margin-top: 0.32rem;
    height: 0.8rem;
    font-size: 0.2rem;
    background-color: #fff;
    padding: 0.26rem 0.32rem;
}

.notice-icon {
    vertical-align: middle;
    width: 0.2rem;
    height: 0.2rem;
}

.notice-title-img {
    margin: 0 0.48rem 0 0.32rem;
    vertical-align: middle;
    width: 0.84rem;
}

.notice-text-content {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.2rem;
    max-width: 77%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.marquee-content {
    display: inline-block;
    animation: scrollLeft 10s linear infinite;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(30%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.notice-more {
    margin-top: 0.05rem;
}

.team-member {
    margin-top: 0.32rem;
    background-color: #fff;
    padding-bottom: 0.32rem;
}

.team-member-content {
    padding: 0 0.32rem;
    overflow: hidden;
}

.team-member-hide {
    display: none;
}

.item-normal-title {
    position: relative;
    margin: 0.2rem 0;
    height: 0.22rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333;
    line-height: 0.22rem;

}

.item-normal-title>a {
    /* 团体会员文字部分 */
    text-decoration: none;
    color: #333;
    display: inline-block;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.team-member-content .item-normal-title>a {
    width: 88%;
}

.team-member-time {
    float: right;
}

.team-member-group {
    margin-top: 0.32rem;
    height: 0.32rem;
}

.team-member-group a,
.team-member-group span {
    margin: 0 0.06rem;
    text-align: center;
    display: inline-block;
    width: 1.82rem;
    height: 0.32rem;
    line-height: 0.32rem;
    text-decoration: none;
    background: #F2F2F2;
    border-radius: 0.16rem;
    cursor: pointer;
}

.member-button-active {
    color: #991917;
    border: solid 1px #991917;
}

.team-member-group>img {
    width: 0.08rem;
    height: 0.14rem;
}

.team-member-swiper {
    overflow: hidden;
    padding: 0 0.3rem 0 0.22rem;
    font-size: 0.16rem;
}

#memberSwiper {
    width: calc(100% + 0.1rem);
    padding: 0 0.1rem;
    margin-top: -0.2rem;
}

#memberSwiper .swiper-button-prev,
#memberSwiper .swiper-button-next {
    width: 0.08rem;
    height: 0.14rem;
    margin-top: 0.09rem;
    background-size: 0.08rem 0.14rem;
    background-image: url(../images/icon_right.png)
}

#memberSwiper .swiper-slide {
    transform: translate(-1rem) scale(0.9);
}

.comment {
    margin-top: 0.32rem;
    background-color: #fff;
    padding: 0 0.3rem;
}

.comment-left,
.comment-right {
    display: inline-block;
    vertical-align: middle;
    height: 4rem;
}

.comment-left {
    width: 49%;
    max-width: 5.94rem;
}

.magizine-content {
    background-color: #f7f7f7;
    padding: 0.24rem 0;
}

.magizine-title {
    margin-bottom: 0.24rem;
    height: 0.22rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #A6A6A6;
    line-height: 0.22rem;
    text-align: center;
}

#swiperMagazine .swiper-slide {
    transform: translate(-0.8rem);
}

#swiperMagazine a {
    text-decoration: none;
}

#swiperMagazine img {
    width: 1.6rem;
    height: 2.16rem;
}

#swiperMagazine h4 {
    text-align: center;
    width: 1.6rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.25rem;
}

#swiperMagazine p {
    height: 0.22rem;
    width: 1.6rem;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999;
    line-height: 0.22rem;
}

.comment-right {
    float: right;
    width: 49%;
    max-width: 5.64rem;
}

.symposium-title {
    padding-top: 0;
}

.item-normal-comp>img {
    width: 1.44rem;
    height: 0.96rem;
    vertical-align: top;
}

.item-normal-comp>div,
.item-normal-comp>a {
    text-decoration: none;
    margin-left: 0.2rem;
    width: 3.75rem;
    display: inline-block;
    vertical-align: top;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.18rem;
    color: #991917;
    line-height: 0.25rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item-normal-comp>div>div,
.item-normal-comp>a>div {
    text-decoration: none;
    margin-top: 0.1rem;
    width: 3.75rem;
    font-weight: 400;
    font-size: 0.14rem;
    color: #999;
    line-height: 0.28rem;
    text-align: justify;
    word-break: break-all;
    white-space: initial;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jinying-cstf,
.committee-museum {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16;
}

.jinying,
.cstf,
.committee,
.museum {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    max-width: 6.24rem;
    height: 4.09rem;
    background-color: #fff;
}

/* .cstf {
    margin-left: 0.26rem;
} */

.jinying-content,
.cstf-content,
.committee-content,
.museum-content {
    padding: 0 0.3rem;
}

.activity {
    background-color: #fff;
}

.activity-content {
    padding: 0 0.8rem 0.4rem;
}

#activitySwiper .swiper-slide {
    transform: translate(-2.8rem);
}

/* #activitySwiper .swiper-button-prev {
    transform: translate(-0.5rem);
} */

.activity-slide-item {
    width: 5.4rem;
    height: 2.56rem;
    padding: 0.24rem;
    background: linear-gradient(90deg, #F5F5F5 0%, #FAFAFA 100%);
    border-radius: 0.08rem;
}

.activity-slide-item h4 {
    margin-bottom: 0.24rem;
}

.activity-slide-item>img {
    width: 2rem;
    height: 1.6rem;
}

.activity-slide-item>div {
    width: 2.3rem;
    display: inline-block;
    margin-left: 0.36rem;
    vertical-align: top;
}

.activity-slide-item a {
    display: inline-block;
    text-decoration: none;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333;
    line-height: 0.24rem;
}

.activity-slide-item a p {
    margin-top: 0.04rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #999;
    line-height: 0.2rem;
    text-align: left;
    font-style: normal;
}

.video-overview {
    height: 3.96rem;
    width: 100%;
    margin-bottom: 0.64rem;
}

.video-overview-left,
.video-overview-menu {
    display: inline-block;
    height: 3.96rem;
    vertical-align: top;
}

.video-overview-left {
    width: 5.96rem;
}

.video-overview-left img {
    height: 3.96rem;
    width: 5.96rem;
}

.video-overview-menu {
    margin-left: 0.32rem;
    height: 3.96rem;
    overflow-y: auto;
}

.video-overview-menu-item {
    margin-bottom: 0.24rem;
}

.video-overview-menu-item:hover,
.vo-menu-item-active {
    background: #f5f5f5;
    color: #b72424;
    cursor: pointer;
}

.video-overview-menu img {
    width: 0.9rem;
    height: 0.6rem;
}

.video-overview-menu span {
    display: inline-block;
    width: 4.2rem;
    height: 0.28rem;
    margin: 0.16rem;
    line-height: 0.28rem;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wonderful-news {
    margin-top: 0.32rem;
    overflow: hidden;
}

.wonderful-content {
    /* padding: 0; */
    background-color: #fff;
    padding: 0 0.3rem 0.4rem;
}

.wonderful-news .homepage-content-title {
    margin: 0;
    height: auto;
}

#videoSwiper .swiper-slide {
    transform: translate(-1.3rem);
}

#videoSwiper img {
    width: 2.56rem;
    height: 1.7rem;
}

#videoSwiper a {
    text-decoration: none;
}

#videoSwiper h4 {
    width: 2.56rem;
    height: 0.25rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.25rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}