@media screen and (max-width: 768px) {
    .shanBannerPic{
        width: auto;
    }
    .shanBannerCon{
        width: auto;
        height: 450px;
    }
    .shanBannerPos{
        margin-top: 0 !important;
        top: 60px;
        left:20px;
        margin-right: 20px;
    }
    .shanBanerTitle{
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 28px;
    }
    .shanBanerTitle span{
        font-size: 34px;
        margin-right: 10px;
    }
    .shanBanerFont {
        font-size: 14px;
        line-height: 1.8;
        color: #f2f2f2;
    }
    .shanCon{
        width: auto;

    }
    .shanConLeft{
        float: none;
        width: auto;
        margin: 0 20px;
    }
    .shanList{
        padding: 0;
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }
    .shanListImg{
        width: calc(30% - 10px) !important;
        margin-top: 0 !important;
        height: calc( ((30vw - 10px) * 230px) / 325px) !important;
        float: none;
    }
    .shanListImg img{
        width: calc(30% - 10px) !important;
        margin-top: 0 !important;
        height: calc( ((30vw - 10px) * 230px) / 325px) !important;
    }
    .shanListExplain{
        float: none;
        width: 70%;
        height: auto;
        line-height: 1.8;
        font-size: 14px;
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .shanListTitle{
        height: auto;
        line-height: 1.8;
        width: 100%;
    }
    .shanListTitle h3{
        font-size: 18px;
        white-space: nowrap; /* 强制单行 */
        overflow: hidden; /* 超出隐藏 */
        text-overflow: ellipsis; /* 显示省略号 */

    }
    .industry{
        font-size: 12px; 
        margin: 4px 0;
        height: auto;
        margin-right: 10px;
        line-height: 1.8;
        max-height: none !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;

    }
    .freeGrab{
        margin-top: 4px;
    }
    .moreActivities{
        margin-right: 6px;
        margin-top: 0;
    }
    .shanListExplain a.pageView{
        font-size: 12px;
        display: inline-block;
        font-size: 12px;
        height: 22px;
        line-height: 22px;

    }
    .shanConRight{
        width: auto;
        float: none;
        margin: 0 20px;
    }
    .expoonDynamics{
        width: auto;
        height: auto;
    }
    .hotBooth{
        width: auto;
        margin-top: 20px;
    }
    .hotBoothCon{
        width: auto;
    }
    .hotBoothCon li{
        margin: 0 auto;
    }
}