@media only screen and (min-width: 700px) {
    #new {
        width: 99.5%;
    }

    .newimg img {
        width: 100%;
        height: 370px;
        position: relative;
        z-index: 0;
    }

    /* 新闻资讯 */
    #new .news {
        position: relative;
        top: 100px;
        width: 80%;
        height: auto;
    }

    #new .news .title {
        position: absolute;
        top: 0px;
        left: 200px;
        width: 484px;
        height: auto;
    }

    #new .news .title .eng {
        text-align: left;
        color: #444444;
        font-size: 36px;
        font-weight: 300;
    }

    #new .news .title .chi {
        line-height: 45px;
        text-align: left;
        color: rgb(68, 68, 68);
        font-size: 26px;
        font-weight: 100;

    }
    #new .news .threenews{
        position: relative;
        left: 10vw;
    }
    #new .news .threenews .new1 .background {
        position: absolute;
        z-index: -1;
        top: 1px;
        left: 0px;
        width: 380px;
    }

    #new .new1 {
        position: absolute;
        top: 188px;
        left: 0px;
        width: 380px;
    }

    #new .new1 .newtitle {
        margin-top: 20px;
        margin-left: 20px;
        font-size: 16px;
        color: #333;
        text-decoration: none;

    }

    #new .new1 .newdetail {
        margin-left: 20px;
        line-height: 26px;
        color: #666;
        white-space: normal;
        margin-top: 14px;
        font-size: 14px;
    }

    #new .new1 .newtime {
        margin-left: 20px;
        line-height: 26px;
        color: #666;
        white-space: normal;
        margin-top: 30px;
        font-size: 14px;
    }

    #new .news .threenews .new2 .background {
        position: absolute;
        z-index: -1;
        top: 1px;
        left: 0px;
        width: 380px;
    }

    #new .new2 {
        position: absolute;
        top: 188px;
        left: 420px;
        width: 380px;
    }

    #new .new2 .newtitle {
        margin-top: 20px;
        margin-left: 20px;
        font-size: 16px;
        color: #333;
        text-decoration: none;

    }

    #new .new2 .newdetail {
        margin-left: 20px;
        line-height: 26px;
        color: #666;
        white-space: normal;
        margin-top: 14px;
        font-size: 14px;
    }

    #new .new2 .newtime {
        margin-left: 20px;
        line-height: 26px;
        color: #666;
        white-space: normal;
        margin-top: 30px;
        font-size: 14px;
    }

    #new .news .threenews .new3 .background {
        position: absolute;
        z-index: -1;
        top: 1px;
        left: 0px;
        width: 380px;
    }

    #new .new3 {
        position: absolute;
        top: 188px;
        left: 840px;
        width: 380px;
    }

    #new .new3 .newtitle {
        margin-top: 20px;
        margin-left: 20px;
        font-size: 16px;
        color: #333;
        text-decoration: none;

    }

    #new .new3 .newdetail {
        margin-left: 20px;
        line-height: 26px;
        color: #666;
        white-space: normal;
        margin-top: 14px;
        font-size: 14px;
    }

    #new .new3 .newtime {
        margin-left: 20px;
        line-height: 26px;
        color: #666;
        white-space: normal;
        margin-top: 30px;
        font-size: 14px;
    }
    #new .news .newimg {
        width: 380px;
        height: 270px;
    }
    #new .news .background img
    {
        width: 380px;
        height: 500px;
    }
    #new .news .tonews {
        position: absolute;
        width: 70vw;
        height: auto;
        margin-left: 100px;
        margin-top: 750px;
    }

    #new .news .newxx {
        position: relative;
        width: 80vw;
        height: auto;
        margin-left: 100px;
        height: 220px;
        /* background-color: aqua; */
        z-index: 0;
    }

    #new .tonews .newxx {
        color: #444;
    }

    #new .tonews .newxx:hover {
        color: #FFC001;
    }

    #new .news .newxx img {
        position: absolute;
        width: 280px;
        height: 150px;
        left: 100px;
        top: 30px;
    }

    #new .news .newxx .newtitle {
        position: absolute;
        width: 45vw;
        /* height: 200px; */
        left: 500px;
        top: 30px;
        font-size: 24px;
        font-weight: 300px;
        color: #444444;
    }

    #new .news .newxx .newtime {
        position: absolute;
        width: 45vw;
        /* height: 200px; */
        left: 500px;
        top: 90px;
        color: #444444;
    }

    #new .news .newxx .newdetail {
        position: absolute;
        width: 45vw;
        /* height: 200px; */
        left: 500px;
        top: 140px;
        color: #444444;
    }

    #new .page {
        margin: 0 auto;
        text-align: center;
        margin-top: 90px;
        margin-left: 400px;
        z-index: 1;
    }
    #new .el-card
    {
        height: 200px;
    }
}<!--耗时1768593121.8675秒-->