* {
    padding: 0;
    margin: 0;
}


li {
    list-style: none;
}
header .navbox>div,
.entry>div {
    padding: 0;
}
header {
    width: 100%;
    height: 8vh;
    background-color: rgba(244, 244, 244, 0);
    font-size: 0.9vw;
    border-bottom: 1px solid white;
}

header div {
    color: white;
    line-height: 8vh;
}

header .logo {
    width: 100%;
    height: 100%;
    font-size: 1.2vw;
}

a:hover {
    text-decoration: none;
}

.nav {
    display: inline;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
}

.nav:hover {
    color: #0056b3;
    background-color: #fff;
    border-radius: 20px;

}

.nav2 {
    color: #0056b3;
    background-color: #fff;
    border-radius: 15px;
}


.above {
    position: relative;
    top: 0;
    left: 0;
    height: 80vh;
    width: 100%;
    background-image: url(../images/consultingCenter/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.main_74 {
    width: 74vw;
    margin: 0 auto;

}

.above .title {
    margin-top: 30vh;
}

.above .title .aboutUsImg {
    width: 100%;
    display: flex;
    justify-content: center;
}

.above .title .aboutUsImg img {
    width: 46%;
}

nav {
    height: 8vh;
    background-color: white;
    box-shadow: 0px 3px 20px #888888;
    line-height: 8vh;
    color: #8f8f8f;
    font-weight: 700;
    line-height: 8vh;
}

nav .breadcrumb {
    padding: 0;
    background-color: white;
}

nav img {
    width: 1vw;
    margin-top: -0.5vh;
}

nav a {
    color: #8f8f8f;
}

nav li {
    margin-left: 0.3vw;
}

nav .active {
    color: #1350db;
}

article {
    background-color: #f6f6f6;
    overflow: hidden;
}

article .content {
    margin-top: 5vh;
    background-color: white;
    /* height: 50vh; */
    padding: 2.5vw;
    margin-bottom: 5vh;
}

article .content .text {
    margin-top: 5vh;
}

article .content .title {
    border-bottom: 1px dashed #cfcfcf;
    font-size: 2vw;
    padding-bottom: 2vh;
    font-weight: 700;
    color: #565656;
}

article .content .Subtitle {
    font-size: 1.5vw;
    font-weight: 700;
    color: #1451db;
}

article .content .SubtitleContent {
    display: flex;
    justify-content: space-between;
    margin-top: 5vh;
    font-size: 1.1vw;
    line-height: 4vh;
    color: #6f6f6f;
    font-weight: 700;
}

article .content .SubtitleContent .left {
    width: 28vw;
}

article .content .SubtitleContent .left>div {
    margin-top: 5vh;
}

article .content .SubtitleContent img {
    width: 100%;
}

article .content .SubtitleContent .right {
    width: 38vw;
}

article .content .SubtitleContent .right>div {
    margin-top: 5vh;
}

article .content .subheading {
    color: #6f6f6f;
    font-weight: 700;
    font-size: 1.2vw;
    margin-top: 5vh;
}
article .content  img{
    max-width:100%;
}
.SubtitleContent2 {
    color: #6f6f6f;
    font-weight: 700;
    font-size: 1.2vw;
    line-height: 5vh;
}

.SubtitleContent2>div {
    margin-top: 5vh;
}


@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;
    }

    .importantNews {
        margin: 8vw 0;
    }

    .importantNews .title_ch {
        font-size: 5vw;
        font-weight: 700;
        color: #212529;
        line-height: 5vw;
    }

    .importantNews .title_en {
        font-size: 7vw;
        font-weight: 700;
        color: #e5e5e5;
        line-height: 8vw;
    }

    .importantNews>.title .line {
        border-bottom: 1vw solid #e5e5e5;
        width: 10vw;
        margin: 1vw 0 5vw 0;
    }

    .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>.content>div {
        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>div>.title {
        font-size: 2.5vw;
        color: #907fbd;
        text-align: left;
    }

    .importantNews>.content>div>.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>div>.time {
        font-size: 2vw;
        color: #8d8d8d;
        text-align: right;
        margin-top: 2vw;
    }

    .main_74 {
        width: 100%;
    }

    article {
        background-color: white;
    }

    article .content {
        margin: 0;
    }

    article .content .SubtitleContent {
        flex-wrap: wrap;
    }

    article .content div {
        width: 100% !important;
        margin-top: 2vw !important;
    }

    article .content .text{
        font-size: 3vw !important;
    }
    article .content .text img{
        width:100% !important;
    }
    article .content .title {
        font-size: 5vw;
    }

    article .content .sign {
        font-size: 4.5vw;
        color: #e43d30;
        display: flex;
        font-weight: 700;
    }

    article .content .sign .times {
        font-size: 3vw;
        color: #888888;
        margin-left: 3vw;
        margin-top: 1vw;
    }
}