@media (max-width: 750px) {
    .banner a{
        display: none;
    }
    .exhiWrap{
        margin-top: 0.6rem;
        margin-bottom: 0;
        padding: 0 0.3rem;
        box-sizing: border-box;
    }
    .exhiTitle {
        width: 2.13rem;
        height: 0.99rem;
        margin-bottom: 0px;
    }
    .exhiItem{
        width: 100%;
        background: none;
    }
    .exhiContent li:nth-child(2n){
        margin-left: 0px;
    }
    .newsContent .exhiItem{
        height: auto;
        align-items: flex-start;
        padding: 0.5rem 0 0.4rem;
        margin-bottom: 0px;
        border-bottom: 1px solid #234365;
    }
    .newsContent .exhiItem>img{
        order: 2;
        margin-right: 0px;
        width: 2rem;
        height: 1.25rem;
    }
    .newsContent .exhiItem .exhiItem_right{
        order: 1;
        margin-right: 0.48rem;
    }
    .newsContent .exhiItem_right h3{
        height: 24px;
        font-size: 18px;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        text-align: left;
        color: #ffffff;
        line-height: 24px;
        margin-bottom: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .newsContent .exhiItem_right h3{
        height:  1.35rem;
        font-size: 0.32rem;
        line-height: 0.45rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
        margin-bottom: 0.2rem;
    }
    .newsContent .exhiDesc{
        display: none;
        
    }
    .newsContent .loadMoreBtn{
        margin-top: 0px;
        text-align: left;

    }
    .loadMoreBtn a{
        display: none;
    }
    .newsContent p{
        font-size: 0.28rem;
        margin-top: 20px;
        margin-bottom: 0px!important;
    }
    .contactHead{
        height: 1.25rem;
        background: url(../images/t8.png) 0rem 0.6rem no-repeat;
        background-size: 2.37rem 1.25rem;
    }
    .contactHead::before {
        display: none;
    }
    .contactHead h3,.contactHead span{
        display: none;
    }
}   