
    @media all and (min-width:901px) {
        .phone {
            display: none !important;
        }
    }

    @media all and (max-width:900px) {
        .animate__animated {
            opacity: 1;
        }

        .computer {
            display: none !important;
        }

        header>.row {
            display: none;

        }

        .main_74 {
            width: 100%;
        }

        header {
            position: fixed;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: none;
            left: 0;
            top: 0;
            padding: 4vw;
            height: 15vw;
            background-color: white;

        }

        header>div img {
            height: 7vw;
        }

        body {
            padding: 4vw;
        }

        .above {
            height: auto;
            background-image: none;
        }

        .phone_top {
            background-image: url(../images/consultingCenter/background.png);
            background-repeat: no-repeat;
            background-size: cover;
            height: 40vw;
            position: relative;
            top: 0;
            left: 0;
            margin-top: 11vw;
        }

        footer {
            background-color: #000000;
            padding: 6vw;
        }

        footer .content {
            display: flex;
            justify-content: space-between;
        }

        footer .content>.left {
            width: 25vw;
        }

        footer .content>.left img {
            width: 25vw;
            height: 25vw;
        }

        footer .content>.right {
            font-size: 2.8vw;
            color: white;
        }

        footer .content>.right>div {
            margin-top: 1vw;
        }

        .importantNews {
            margin: 8vw 0;
        }
        .importantNews .title {
           display: flex;
           margin-bottom: 5vw;
        }
        .importantNews .title_ch {
            font-size: 5vw;
            font-weight: 700;
            color: #212529;
            line-height: 5vw;
        }

        .importantNews .title_en {
    font-size: 4vw;
    font-weight: 700;
    color: #e5e5e5;
    margin-left: 1vw;
        }

        .importantNews>div>.title .line {
            border-bottom: 1vw solid #e5e5e5;
            width: 10vw;
            margin: 1vw 0 5vw 0;
    display: none;
        }

        .importantNews .subtitle {
            font-size: 4vw;
            color: #212529;
            font-weight: 700;
        }

        .importantNews .content>div {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding-top: 5vw;

        }

        .importantNews .content .list>a {
            display: block;
            width: 44.5vw;
            height: 25vw;
            margin-top: 2.2vw;
            border: 0.2vw solid #dedede;
            box-shadow: 0px 3px 5px #dedede;
            border-radius: 5px;
            padding: 3vw;

        }

        .importantNews .content .title {
            font-size: 2.5vw;
            color: #907fbd;
            text-align: left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .importantNews .content .name {
            font-size: 3vw;
            color: #5d5c60;
            text-align: left;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-top: 2vw;
        }

        .importantNews .content .time {
            font-size: 2vw;
            color: #8d8d8d;
            text-align: right;
            margin-top: 2vw;
        }
    }