.exhibitionbox {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}


.banner {
    width: 895px;
    height: 309px;
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
    position: relative;
    background: #fff;

}

.bannerbox {
    margin: 30px 0;
}

.bannerbox .container {
    display: flex;
    gap: 20px;
}

.banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner .banner-pagination {
    position: absolute;
    display: flex;
    padding: 0 30px;
    bottom: 20px;
    z-index: 1;
}

.banner .banner-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100px 100px 100px 100px;
}

.banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    background: #fff;
}

.exhibition-item {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    height: 100%;
}

.exhibition-item .main-img {
    width: 100%;
    aspect-ratio: 387 /215;
    object-fit: cover;
}

.exhibition-item .btm-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.exhibition-item .btm-info .limit {
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    font-weight: bold;
    height: 18px;
}

.exhibition-item .btm-info ._info {
    font-size: 16px;
    color: #333333;
    display: flex;
    line-height: 22px;
}

.exhibition-item .btm-info ._info i {
    font-size: 18px;
    margin-right: 6px;
}

.exhibition-item .btm-info ._status {
    gap: 20px;
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}

.exhibition-item .btm-info ._status .count-down {
    height: 32px;
    background: linear-gradient(270deg, rgba(199, 157, 255, 0) 0%, rgba(255, 133, 135, 0.1) 100%);
    border-radius: 8px 8px 8px 8px;
    flex: 1;
    line-height: 32px;
    padding-left: 10px;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.exhibition-item .btm-info ._status .count-down i {
    color: var(--base-color);
    margin: 0 7px;
    font-size: 12px;
}

.exhibition-item .btm-info ._status .count-down span {
    font-weight: normal;
    margin: 0 2px;
}

.exhibition-item .btm-info ._status ._btn {
    flex: none;
    width: 100%;
    height: 32px;
    background: linear-gradient(270deg, #FC573F 0%, #CA252D 100%);
    box-shadow: 0px 4px 4px 0px #FDD8D9;
    border-radius: 30px 30px 30px 30px;
    flex-shrink: 0;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    flex: none;
}

.exhibition-item .btm-info ._status ._btn:hover {
    opacity: .8;
}

.exhibition-item .btm-info ._status.ended .count-down {
    background: linear-gradient(270deg, rgba(212, 212, 212, 0) 0%, rgba(212, 212, 212, 0.1) 100%);
}

.exhibition-item .btm-info ._status.ended .count-down i {
    color: #D4D4D4;
}

.exhibition-item .btm-info ._status.ended ._btn {
    background: #D4D4D4;
    box-shadow: none;
}

.ewmlist {
    margin: 30px 0;
}

.ewmlist .list .item {
    padding: 40px;
    background: #fff;
    text-align: center;
    border-radius: 16px 16px 16px 16px;
    height: 100%;
}

.ewmlist .list .item dt {
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}

.ewmlist .list .item img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.ewmlist .list .item p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}

.rowbox {
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    padding: 20px;
}

.exhib_rowbox {
    display: flex;
    gap: 20px;
}

.exhib_rowbox .left {
    width: 100%;
    min-width: 0;
    flex: 1;
}

.exhib_rowbox .right {
    width: 387px;
    flex: none;
}

.exhib_rowbox .left .hd {
    margin-bottom: 20px;
}

.exhib_rowbox .left .hd .datalist {
    padding: 0 54px;
    position: relative;
}
.datalist .swiper-slide{
    width: fit-content;
}
.datalist-btn {
    position: absolute;
    width: 34px;
    height: 34px;
    background: #F5F6FA;
    border-radius: 50%;
    color: #333333;
    cursor: pointer;
    line-height: 34px;
    text-align: center;
    top: 3px;
}
.datalist-btn.icon-jiantou-zuo{
   left: 0;
}
.datalist-btn.icon-jiantou-you{
    right: 0;
}
.exhib_rowbox .left .hd .datalist .item {
    padding: 10px 28px;
    background: #F5F6FA;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    flex: none;
}
.exhib_rowbox .left .hd .datalist .item:hover {
    background: #FCF4F4;
    color: #CA252D;
}
.exhib_rowbox .left .hd .datalist .item.on {
    background: #FCF4F4;
    color: #CA252D;
}

.exhib_rowbox .left .bd .list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    height: 520px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #CA252D #f5f5f5;
}
.exhib_rowbox .left .bd .list::-webkit-scrollbar {
    width: 2px;

}
.exhib_rowbox .left .bd .item {
    width: 100%;
    background: #F5F6FA;
    border-radius: 16px 16px 16px 16px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    gap: 5px;
}

.exhib_rowbox .left .bd .item dt {
    font-size: 16px;
}

.exhib_rowbox .left .bd .item .limit {
    font-size: 16px;
    width: 100%;
    font-weight: bold;
    color: #333333;
}

.exhib_rowbox .left .bd .item ._info {
    font-size: 14px;
    color: #333333;
    display: flex;
    line-height: 22px;
    width: 100%;
}

.exhib_rowbox .left .bd .list {
    width: 100%;
}

.exhib_rowbox .left .bd .item ._status .count-down {
    height: 32px;
    background: linear-gradient(270deg, rgba(199, 157, 255, 0) 0%, rgba(255, 133, 135, 0.1) 100%);
    border-radius: 8px 8px 8px 8px;
    flex: 1;
    line-height: 32px;
    padding-left: 10px;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    display: flex;
    align-items: center;
    white-space: nowrap;
}


.exhib_rowbox .left .bd ._status {
    gap: 20px;
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    width: 100%;
}

.exhib_rowbox .left .bd .item ._status .count-down i {
    color: var(--base-color);
    margin: 0 7px;
    font-size: 12px;
}

.exhib_rowbox .left .bd .item ._status .countDownText {
    font-size: 14px;
}

.exhib_rowbox .left .bd .item  ._status.ended .count-down{
    background: linear-gradient( 270deg, rgba(212,212,212,0) 0%, rgba(212,212,212,0.1) 100%);
}
.exhib_rowbox .left .bd .item  ._status.ended .count-down i{
    color: #D4D4D4;
}
.exhib_rowbox .left .bd .item  ._status.ended ._btn{
    background: #D4D4D4;
    box-shadow: none;
}


.exhib_rowbox .left .bd .item ._status ._btn {
    padding: 0 20px;
    height: 32px;
    background: linear-gradient(270deg, #FC573F 0%, #CA252D 100%);
    box-shadow: 0px 4px 4px 0px #FDD8D9;
    border-radius: 30px 30px 30px 30px;
    flex-shrink: 0;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    flex: none;
}

.exhib_rowbox .left .bd .item ._info i {
    font-size: 18px;
    margin-right: 6px;
}


.exhib_rowbox .right .news-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.exhib_rowbox .right .news-list .news-item{
    display: flex;
    gap: 15px;
}
.exhib_rowbox .right .news-list .news-item img{
    width: 119px;
    height: 67px;
    border-radius: 8px 8px 8px 8px;
    object-fit: cover;
}
.exhib_rowbox .right .news-list .news-item ._right{
    flex: 1;
    width: calc(100% - 134px);
    font-weight: bold;
}
.exhib_rowbox .right .news-list .news-item ._right .limit{
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    margin-top: 10px;
    font-weight: normal;
}
.exhib_rowbox .right .news-list .news-item.no-img{
    border-left: 2px solid var(--base-color);
    padding-left: 15px;
}



.bannerbox .right {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex: 1;
}

.bannerbox .right .item {
    width: 285px;
    height: 144px;
    border-radius: 16px 16px 16px 16px;
    background: #fff;
    overflow: hidden;
}
.bannerbox .right .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.event-item {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.event-item .main-img {
    width: 100%;
    aspect-ratio: 285 /350;
    object-fit: cover;
}

.event-item .btm-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.event-item .btm-info .limit2 {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    height: 44px;
    font-weight: bold;
}

.event-item .btm-info ._info {
    font-size: 16px;
    color: #333333;
    display: flex;
    line-height: 22px;
}

.event-item .btm-info ._info i {
    font-size: 18px;
    margin-right: 6px;
}

.event-item .btm-info ._btn {
    line-height: 32px;
    background: #F5F6FA;
    border-radius: 30px 30px 30px 30px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.event-item:hover .btm-info ._btn {
    color: var(--base-color);
    background: #FCF4F4;
}

.sjgle {
    padding: 20px;
   background: url("../../imgs/exhibition/sjgle-bg.png") no-repeat center;
    background-size: cover;
    border-radius: 16px 16px 16px 16px;
    position: relative;
    overflow: hidden;
}

.business-btns {
    display: flex;
    margin-left: 30px;
    gap: 20px;
    margin-top: -20px;
    position: absolute;
    right: 20px;
    top: 40px;
}

.business-btns .iconfont {
    display: flex;
    cursor: pointer;
    width: 46px;
    height: 46px;
    background: none;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 23px 23px 23px 23px;
    border: 1px solid #FFFFFF;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.business-btns .iconfont:hover{
    color: #CA252D;
    background: rgba(255, 255, 255, 0.8);
}
.business-btns .iconfont.swiper-button-disabled {
    color: #999999;
}

.sjgle {
    margin-bottom: 30px;
}

.sjgle .list .item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sjgle .list .item .tpic {
    aspect-ratio: 570 / 321;
    width: 50%;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    flex: none;
    overflow: hidden;
}

.sjgle .list .item .tpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sjgle .list .item .rtext {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.sjgle .list .item .ctext{
    width: 100%;
}
.sjgle .list .item .rtext dt {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
    border-radius:  16px;
    font-size: 30px;
    padding: 20px 20px 20px 60px;
    width: calc(100% + 60px);
    position: relative;
    margin-bottom: 20px;
    left: -60px;
}

.sjgle .list .item .rtext .btn {
    width: max-content;
    height: 32px;
    background: linear-gradient(270deg, #FC573F 0%, #CA252D 100%);
    box-shadow: 0px 4px 4px 0px #FDD8D9;
    border-radius: 30px 30px 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

@media (max-width: 992px) {
    .bannerbox{
        margin: 0 0 16px;
    }
    .bannerbox .container{
        flex-direction: column;
        gap: 10px;
    }
    .banner{
        aspect-ratio: 351 / 121;
        width: 100%;
        height: auto;
    }
    .banner .banner-pagination{
        justify-content: center;
        bottom: 16px;
    }
    .banner .banner-pagination .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 8px;
    }
    .bannerbox .right{
        gap: 10px;
    }
    .bannerbox .right .item{
        aspect-ratio: 170 / 86;
        width: unset;
        flex: 1;
        height: auto;
    }

    .business-btns{
        gap: 12px;
        margin-top: -15px;
    }
    .business-btns .iconfont{
        width: 20px;
        height: 20px;
        font-size: 8px;
    }
    .sjgle{
        padding: 16px;
        margin-bottom: 16px;
    }
    .sjgle .list .item{
        flex-direction: column;
        gap: 0;
    }
    .sjgle .list .item .tpic{
        width: 100%;
    }
    .sjgle .list .item .rtext{
        width: 100%;
        padding-left: 40px;
        margin-top: -40px;
    }
    .sjgle .list .item .rtext dt{
        left: 0;
        padding: 20px;
        font-size: 16px;
        line-height: 22px;
        width: 100%;
    }
    .sjgle .list .item .ctext{
        padding: 0 20px 0;
    }
    .sjgle .list .item .rtext .btn{
        margin-left: 20px;
    }
    .exhibition-item .btm-info .limit{
        font-size: 16px;
    }
    .exhib_rowbox{
        flex-direction: column;
        gap: 16px;
    }
    .exhib_rowbox .left .hd{
        margin-bottom: 16px;
    }
    .exhib_rowbox .left .hd .datalist{
        padding: 0 44px;
    }
    .exhib_rowbox .left .hd .datalist .item{
        font-size: 14px;
        padding: 10px 8px;
    }
    .exhib_rowbox .right{
        width: 100%;
        padding: 16px;
    }
    .exhibitionbox{
        gap: 16px;
        padding-bottom: 16px;
    }
    .ewmlist{
        margin: 0;
    }
    .ewmlist .list .item{
        padding: 20px 14px;
    }
    .ewmlist .list .item dt{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .ewmlist .list .item p{
        font-size: 12px;
    }
    .exhib_rowbox .left .bd .list{
        height: auto; max-height: 500px}
}
