@media only screen and (max-width: 750px) {
    body {
        min-width: 0px;
        width: 100%;
        /* margin: 0 8px; */
    }
    /* .contentTop{
        width: 100%;
    }
    .contentTop img{
        display: none;
    }
    .contentTop .contentTopIn{
        position: relative;
        cursor: pointer;
        overflow: hidden;
        background-size: 100% 100%;
        padding: 25px;
        background: url(../img/Region/bg.png) no-repeat;
    }
    .contentTop .contentTopIn span {
        font-size: 25px;
        color: #fff;
        display: inline-block;
        margin: 0;
    } */
    /* .contentTop .contentTopIn{
        position: relative;
        cursor: pointer;
        overflow: hidden;
        background-size: 100% 100%;
        padding: 25px;
        background: url(/upload/images/2023/9/d533d1eb5ebfba55.png) no-repeat;
    } */
    .information .informationContent {
        width: 100%;
        padding: 0 10px;
    }
    .layoutContent{
        display: block;
    }
    .layoutContentList{
        width: 100%;
    }
    .layoutContentList img{
        width: 100%;
    }
}