.trowbox{
    display: flex;
    border-radius: 16px 16px 16px 16px;
    background: #FFFFFF;
    gap: 20px;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
}
.trowbox .tpic{
    /* height: 100%; */
    flex: none;
    border-radius: 16px;
    overflow: hidden;
    max-width: 544px;
    height: 325px;
    text-align: center;
}
.trowbox .tpic img{
    height: 100%;
    /* width: 100%; */
    /* object-fit: cover; */
}
.trowbox .rtext{
    flex: 1;
}
.trowbox .rtext dt{
    font-size: 22px;
    margin-bottom: 20px;color: #333333;
}
.trowbox .infotext{
    display: flex; flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0;
    border-top: 1px solid #E4E4E4;
}

/*.product-detail  .trowbox ._status{*/
/*    justify-content: end;*/
/*}*/
.trowbox .infotext .item{
    width: 100%;
    display: flex;
}
.trowbox .infotext .item .label{
    width: 70px;font-size: 14px;color: #333333;
}
.trowbox .infotext .item .value{
    font-size: 14px;color: #333333;
}

.trowbox ._status{
    display: flex;
    gap: 15px;
}
.trowbox ._status .btn{
    width: 103px;
    height: 40px;
    background: #CA252D;
    border-radius: 1000px 1000px 1000px 1000px;
    display: flex;
    color: #fff;font-size: 16px;
    align-items: center;
    justify-content: center;
}


.trowbox ._status.ended .count-down{
    background: linear-gradient( 270deg, rgba(212,212,212,0) 0%, rgba(212,212,212,0.1) 100%);
}
.trowbox ._status.ended .count-down i{
    color: #D4D4D4;
}
.trowbox ._status.ended ._btn{
    background: #D4D4D4;
    box-shadow: none;
}
.trowbox ._status i.search {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E5E5;
    cursor: pointer;
}

.trowbox ._status .btn.on{
    background: #FCF4F4;color: #CA252D;
}
.rightnew .news-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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



.page-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 30px;
    color: #333333;
    line-height: 42px;
    margin-bottom: 20px;
}

.page-title .more-btn {
    font-size: 16px;
    color: #999999;
    cursor: pointer;
}
.rightnew .page-title{
    font-size: 16px;
    line-height: 22px;
}

.exhibition-box{
    display: flex;
}
.exhibition-box .item-title{
    font-size: 16px;
}
.exhibition-box .netext p{
    text-indent:0 !important;

}
.exhibition-box ._left dt{
    display: flex;
    border-bottom: 1px solid #F4F4F4;
}
.exhibition-box ._left dt *{
    font-size: 16px;color: #CA252D;
    border-bottom: 1px solid #CA252D;
    padding-bottom: 20px;
}
.exhibition-item{
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}
.exhibition-item .main-img{
    width: 100%;
    aspect-ratio: 285 / 160;
    object-fit: cover;
}
.exhibition-item .btm-info{
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.exhibition-item .btm-info ._name{
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    font-weight: bold;
}
.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;
}
.rightnew{
    margin-bottom: 20px;
}


.trowbox ._status{
    gap: 20px;
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}
.trowbox ._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;
}
.trowbox ._status .count-down i{
    color: var(--base-color);
    margin: 0 7px;
    font-size: 12px;
}
.trowbox ._status .count-down {
    font-size: 14px;
}
.trowbox ._status .count-down span{
    font-weight: normal;
    margin: 0 2px;
    font-size: 12px;
}
.trowbox ._status ._btn{
    width: 96px;
    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;
}
.exhi-item ._status ._btn:hover{
    opacity: .8;
}
.exhibition-box .row{
    margin: 0;
}

@media (max-width: 992px) {
    .trowbox{
        flex-direction: column;
        padding: 16px;
        gap: 16px;
    }
    .trowbox .tpic img{
        max-width: 100% !important;
    }
    .trowbox .tpic{
        width: 100%;
        height: auto;
    }
}
