@media screen and (max-width: 768px) {
    /* more */
    .case-more {
        width: 3.71rem;
        height: 1.09rem;
        border: 0.03rem solid #222222;
        font-size: 0.32rem;
        line-height: 1.09rem;
        text-align: center;
        margin: auto;
    }

    /* new list */
    .new-list {
        margin: 0.8rem 0 0;
    }
    .new-copy {
        padding: 0;
        margin-bottom: 1.41rem;
    }
    .new-copy:last-child {
        margin-bottom: 0;
    }
    .new-center {
        display: none;
    }
    .new-left {
        width: 5.87rem;
        margin-right: 0.4rem;
    }
    .new-left > p {
        font-size: 0.43rem;
        margin-bottom: 0.48rem;
        /*font-family: SourceHanSansCN-Normal, SourceHanSansCN;*/
    }
    .new-left > h1 {
        font-size: 0.35rem;
        /*font-family: SourceHanSerifSC-Regular, SourceHanSerifSC;*/
        font-weight: 400;
        color: #999999;
    }
    .new-left > h1 >span:first-child {
        margin-right: 0.27rem;
    }
    .new-img {
        width: 2.93rem;
        height: 2.21rem;
    }

    /* tou ding wei */
    .content-position {
        top: -1.17rem;
    }
    .content-nav > li {
        height: 1.17rem;
        padding: 0 0.8rem;
        line-height: 1.17rem;
        font-size: 0.4rem;
        letter-spacing: 0;
    }
    .content-nav-hover {
        border-top: 0.05rem solid #B60004;
    }
}