.activity .desc {
    width: 1280px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    background-color: #F8F9FA;
    padding: 24px 60px;
    color: #333333;
    border-radius: 10px;
}

.section-sub-desc {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #333333;
}

.cnmc {
    width: 1144px;
    margin-top: 10px;
    position: relative;
}

.cnmc .result-item {
    background: #F8F9FA;
    display: flex;
    flex-direction: column;
    width: 368px;
    margin: 0 auto;
    overflow: hidden;
}

.cnmc .result-item >img {
    width: 368px;
    height: 207px;
    transition: transform 0.3s;
}
.cnmc .result-item .sub-title {
    padding: 20px 20px 0 20px;
    color: #333333;
    font-size: 16px;
    line-height: 1;
}
.cnmc .result-item .sub-desc {
    padding: 12px 20px 20px 20px;
    color: #666666;
    font-size: 14px;
}
.cnmc .result-item:hover >img {
    transform: scale(1.02);
}

.cnmc .swiper {
    /* display: flex; */
    position: relative;
    overflow: hidden;
    left: 88px;
}

.cnmc .swiper .swiper-wrapper {
    /* position: absolute; */

}

.cnmc .swiper-button-prev,
.cnmc .swiper-button-next {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #F0F1F2;
}
.cnmc .swiper-button-next {
    right: -165px;
}

.cnmc .swiper-button-prev::after,
.cnmc .swiper-button-next::after {
    font-size: 14px;
    color: #646A73;
    font-weight: bold;
}

/* 专题会议 */
.zthy-img-3x {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.zthy-img-3x .x-item {
    width: 400px;
    margin-bottom: 40px;
    overflow: hidden;
}

.zthy-img-3x .x-item img {
    max-width: 400px;
    transition: transform 0.3s;
}
.zthy-img-3x .x-item .x-item-title {
    padding: 0 20px;
    display: flex;
    align-items: center;
    background: #F8F9FA;
    height: 80px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.zthy-img-3x .x-item .x-item-title p {
    flex: 1;
    text-align: center;
    margin-bottom: 0;
}

.zthy-img-3x .x-item:hover img {
    transform: scale(1.05);
}

.hy-list {
    
}


.hy-list .hy-list__item {
    border-bottom: 1px solid #F2F4F5;
    margin-top: 40px;
    padding-bottom: 40px;
    display: flex;
}

.hy-list .hy-list__item .imgs {
    margin-right: 30px;
}
.hy-list .hy-list__item .imgs .imgs-inner {
    width: 432px;
    height: 243px;
    overflow: hidden;
    background-color: #f5f6f8;
}

.hy-list .hy-list__item .imgs .imgs-inner .swiper-slide {
    position: relative;
}

.hy-list .hy-list__item .imgs .imgs-inner .swiper-slide img {
    width: 432px;
    height: 243px;
}
.hy-list .hy-list__item .imgs .imgs-inner .swiper-slide .sub-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    line-height: 1;
}


.hy-list .hy-list__item .info {
    flex: 1;
}
.hy-list .hy-list__item .info h3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 30px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.hy-list .hy-list__item .info h3::before {
    content: "";
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, #E94A3B 0%, #E94A3B 49%, #F5A14E 100%);
    border-radius: 1px;
    display: block;
    position: absolute;
    bottom: 0;
}

.hy-list .hy-list__item .info p {
    margin-bottom: 0;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
}

.hy-list .hy-list__item:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}