.importantNews .videoClassification {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.importantNews .videoClassification>div {
    width: 17vw;
    margin-top: 3vh;
}

.importantNews .videoClassification>div img {
    width: 17vw;
    height: 22vh;
}

.importantNews .videoClassification>div .name {
    font-size: 0.8vw;
    color: #666666;
    font-weight: 700;
    margin-top: 0.1vh;
}

.importantNews .videoClassification>div .type {
    font-size: 0.6vw;
    color: #a7a7a7;
    display: flex;
    /* font-weight: 700; */
    margin-top: 0.1vh;
}

.importantNews .videoClassification>div .type>div {
    margin-left: 0.5vw;
}

 @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;

        }

        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;
        }
        .main_74 {
            width: 100%;
            margin: 0 auto;
        }
        .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 .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 {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding-top: 5vw;

        }
        .importantNews>div .videoClassification>div {
            width: 44.5vw;
            height: 40vw;
            margin-top: 2.2vw;
            /* border: 0.2vw solid #dedede; */
            /* box-shadow: 0px 3px 5px #dedede; */
            border-radius: 5px;
            /* padding: 3vw; */
        }

        .importantNews>div .videoClassification>div .videoImg {
            width: 100%;
        }

        .importantNews>div .videoClassification>div .videoImg img {
            width: 100%;
            height: 25vw;
        }

        .importantNews .videoClassification>div .name {
            font-size: 4vw;
            color: #666666;
            font-weight: 700;
            margin-top: 0.5vw;
        }

        .importantNews .videoClassification>div .type {
            font-size: 3.5vw;
            color: #a7a7a7;
            font-weight: 700;
            margin-top: 0.5vw;
        }
    }

