.m_head,
.inform {
    display: none;
}

@media screen and (max-width: 750px) {
    html {
        font-size: 312.5%;
    }

    .head,
    .webTop,
    .newsList .line,
    .newsList .describe,
    .footer,
    .topNav {
        display: none;
    }

    .m_head {
        display: block;
    }

    .m_head img {
        width: 100%;
    }

    .newsBox {
        width: 100%;
        padding: 0;
    }

    .focusNews {
        width: 100%;
    }

    .newsList {
        width: 100%;
    }

    .newsList li {
        padding: 0.4rem 0.3rem;
        box-sizing: border-box;
        border-bottom: 0.05rem solid #f0f0f0;
    }

    .newsList li:last-child {
        border-bottom: none;
    }

    .newsList .title {
        width: calc(100% - 2.71rem);
        font-size: 0.36rem;
        line-height: 0.5rem;
        margin: 0;
        float: right;
    }

    .newsList .info {
        float: left;
        width: 2.71rem;
    }

    .newsList .pic img {
        width: 2.47rem;
        height: auto;
        margin-right: 0.24rem;
    }

    .inform {
        width: 100%;
        display: flex;
        font-size: 0.2rem;
        color: #C1BBB8;
        margin-top: 0.3rem;
    }
}