.news-detail-section-mobile{
    width: 100%;
    margin: 0 auto;
}
.news-detail-section-mobile .exhibition-header{
    margin: 0 3.33vw;
    background: #FFFFFF;
    box-shadow: 0px 0px 2.66vw 0px rgba(0, 0, 0, 0.08);
    border-radius: 2.66vw;
    padding: 4.8vw 3.73vw;
    margin-bottom: 1vh;
}
.news-detail-section-mobile .exhibition-header .title{
    font-size: 4.8vw;
    color: #333333;
    line-height: 6.4vw;
    text-align: left;
    font-weight: bold;
}

.news-detail-section-mobile .exhibition-header .meta-info{
    font-weight: 500;
    font-size: 3.2vw;
    color: #999999;
    display: flex;
    justify-content: space-between;
    margin-top: 4.133vw;
}
.news-detail-section{
    display: none;

}

.news-detail-section-mobile .abouts-exhibition-box{
    margin: 3.33vw 3.33vw;
    background: #FFFFFF;
    box-shadow: 0px 0px 2.66vw 0px rgba(0, 0, 0, 0.08);
    border-radius: 2.66vw;
    padding: 4.8vw 3.73vw;
}

.news-detail-section-mobile .abouts-exhibition-box .abouts-title{
    font-weight: 500;
    font-size: 3.733vw;
    color: #333333;
    text-align: left;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 3vw;
}



.abouts-exhibition-box .exhibition-box {
    background: #ffffff;
    padding: 4.26vw 0 0 0;
}

.abouts-exhibition-box .exhibition-box .m1 {
    display: flex;
    flex-wrap: nowrap;
    height: 24.33vw;
    width: 100%;
}
.abouts-exhibition-box .exhibition-box .m1 .exhibition-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 5px;
    width: 30.55%;
}
.abouts-exhibition-box .exhibition-box .m1 .exhibition-img .logo {
    width: 70%;
    height: 100%;
    background-image: url(/templets/2024showg/images/tubj.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: #ffffff;
    border-radius: 5px;
}

.abouts-exhibition-box .exhibition-box .m1 .exhibition-info {
    padding: 0 0 0 3%;
    position: relative;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    width: 69.45%;
}

.abouts-exhibition-box .exhibition-box .m1 .exhibition-info .row{
    display: flex;
    justify-content: space-between;
}
.abouts-exhibition-box .exhibition-box .m1 .exhibition-info .row.name{
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 3.7vw;
    color: #000000;
    text-align: left;
}

.abouts-exhibition-box .exhibition-box .m1 .exhibition-info .row.hot{
    display: flex;
    width: 100%;
    border-radius: 3px 0px 0px 3px;
    flex-direction: column;
    align-items: flex-start;
}

.abouts-exhibition-box .exhibition-box .m1 .exhibition-info .row.hot .hots-icon{
    font-weight: 500;
    font-size: 12px;
    color: #333333;
}



.abouts-exhibition-box .exhibition-box .m2{
    margin: 2vw 0 0 0;
    width: 100%;
    display: flex;
    background: #F9F9F9;
    border-radius: 10px 0px 0px 10px;
    height: 8vw;
    align-items: center;
}

.abouts-exhibition-box .exhibition-box .m2 .row{
    display: flex;
    justify-content: space-between;
    padding: 0 2vw;
    width: 80%;
}

.abouts-exhibition-box .exhibition-box .m2 .row .time{
    font-size: 14px;
    color: #999999;
}
.abouts-exhibition-box .exhibition-box .m2 .row .status{
    font-size: 14px;
    color: #45AA5E;
}

.abouts-exhibition-box .exhibition-box .m2 .join{
    width: 20%;
    height: 100%;
    opacity: 1;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFAA25;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    cursor: pointer;
}

.news-detail-section-mobile .content{
    font-size: 3.733vw;
    color: #333333;
    line-height: 6.4vw;
}

.news-detail-section-mobile .content p{
    margin-bottom: 3vw; /* 设置段落后间距 */
    margin-top: 0;      /* 可以选择性地设置段落前间距 */
}

.news-detail-section-mobile .content img{
    max-width: 100%;
    height: auto;
}

.news-detail-section-mobile .tips{
    font-weight: 500;
    font-size: 3.2vw;
    color: #FF6600;
    line-height: 5.06vw;
    text-align: left;
    margin: 3.33vw;
}



.news-detail-section-mobile .hot-exhibition-box{
    margin: 3.33vw 3.33vw;
    background: #FFFFFF;
    box-shadow: 0px 0px 2.66vw 0px rgba(0, 0, 0, 0.08);
    border-radius: 2.66vw;
    padding: 4.8vw 3.73vw;
}


.news-detail-section-mobile .hot-exhibition-box .abouts-title{
    font-weight: 500;
    font-size: 3.733vw;
    color: #333333;
    text-align: left;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 3vw;
}



.hot-exhibition-box .exhibition-box {
    background: #ffffff;
    padding: 4.26vw 0 4.26vw 0;
    border-bottom: 1px dashed #E2E2E2;
}

.hot-exhibition-box .exhibition-box .m1 {
    display: flex;
    flex-wrap: nowrap;
    height: 21.33vw;
    width: 100%;
}
.hot-exhibition-box .exhibition-box .m1 .exhibition-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 5px;
    width: 30.55%;
}
.hot-exhibition-box .exhibition-box .m1 .exhibition-img .logo {
    width: 70%;
    height: 100%;
    background-image: url(/templets/2024showg/images/tubj.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: #ffffff;
    border-radius: 5px;
}

.hot-exhibition-box .exhibition-box .m1 .exhibition-info {
    padding: 0 0 0 3%;
    position: relative;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    width: 69.45%;
}

.hot-exhibition-box .exhibition-box .m1 .exhibition-info .row{
    display: flex;
    justify-content: space-between;
}
.hot-exhibition-box .exhibition-box .m1 .exhibition-info .row.name{
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 3.7vw;
    color: #000000;
    text-align: left;
}

.hot-exhibition-box .exhibition-box .m1 .exhibition-info .row.hot{
    display: flex;
    width: 100%;
    border-radius: 3px 0px 0px 3px;
}

.hot-exhibition-box .exhibition-box .m1 .exhibition-info .row.hot .hots-icon {
    font-size: 3.2vw;
    font-weight: 500;
    letter-spacing: 0px;
    color: #333333;
    background-image: url(/templets/2024showg/images/hot-new.png);
    background-repeat: no-repeat;
    background-size: 3.06667vw 3.6vw;
    background-position: 1vw 0.1vw;
    padding: 0 0 0 5.33333vw;
    display: block;
}

.hot-exhibition-box .exhibition-box .m1 .exhibition-info .row.hot .status {
    font-size: 3.2vw;
    font-weight: 400;
    color: #45AA5E;
}


.hot-exhibition-box .exhibition-box .m2{
    margin: 2vw 0 0 0;
    width: 100%;
    display: flex;
    background: #F9F9F9;
    border-radius: 10px 0px 0px 10px;
    height: 8vw;
    align-items: center;
}

.hot-exhibition-box .exhibition-box .m2 .row{
    display: flex;
    justify-content: space-between;
    padding: 0 2vw;
    width: 80%;
}

.hot-exhibition-box .exhibition-box .m2 .row .time{
    font-size: 14px;
    color: #999999;
}
.hot-exhibition-box .exhibition-box .m2 .row .status{
    font-size: 14px;
    color: #45AA5E;
}

.hot-exhibition-box .exhibition-box .m2 .join{
    width: 20%;
    height: 100%;
    opacity: 1;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFAA25;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    cursor: pointer;
}


.tag {
    width: 6.4vw;
    margin: 0 0.53333vw 0 0;
    height: 4.8vw;
    opacity: 1;
    border-radius: 0.8vw;
    padding: 1px 1.06667vw;
    font-size: 3.2vw;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 4.63467vw;
    color: #ffffff;
}
.tag.type1 {
    background: #ffc300;
}