* {
    padding: 0;
    margin: 0;
}


li {
    list-style: none;
}
.phone{
display: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: 15px;

}

.nav2 {
    color: #0056b3;
    background-color: #fff;
    border-radius: 20px;
}


.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%;
}

.topic {
    width: 20vw;
    font-size: 2vw;
    font-weight: 700;
  /* display: flex; */
    margin: 0 auto;
    margin-top: 8vh;
    margin-bottom: 8vh;
    text-align: center;
}

.topic .topocImg {
    color: #dcdcdc;
    font-size: 1.5vw;
    position: relative;    margin-top: 1vh;
}

.topic .topocImg .line {
    width: 1.5vw;
    border: 0.3vh solid #dcdcdc;
margin: 0 auto;
}

.importantNews {
    overflow: hidden;
    padding-bottom: 10vh;
}

.main_74 a {
    color: #000;
}

.importantNews .content {
    display: flex;
    justify-content: space-between;

}

.importantNews .content>div {
    width: 35vw;
    height: 49vh;
}

.importantNews .content>div img {
    width: 100%;
    height: 49vh;

}

.swiper {
    width: 100%;
    height: 100%;
}

.importantNews .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.importantNews .swiper-slide img {
    display: block;
    width: 100%;
    height: 40vh;
    object-fit: cover;
}

.list {
    border-bottom: 1px solid #dedede;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9vw;
    color: #666666;
    height: 7vh;
}

.list a {
    color: #666666;
}

.list .icon img {
    width: 0.8vh !important;
    height: 0.8vh !important;
    margin-top: -0.5vh !important;
    margin-right: 1vh !important;
}
    .list .title {
        width: 60%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.time {
    font-size: 0.8vw;
    color: #bbbbbb;
    font-weight: 500;
}

.more {
    font-size: 0.8vw;
    color: #666666;
    /* font-weight: 700; */
    text-align: right;
    cursor: pointer;
}

.vdeoConsultation {
    background-color: #f5f5f5;
    overflow: hidden;
}

.vdeoConsultation .content {
    margin-bottom: 8vh;
}

.vdeoConsultation .videoClassification {
    display: flex;
    justify-content: space-between;
}

.vdeoConsultation .videoClassification>div {
    width: 17vw;
}

.vdeoConsultation .videoClassification>div img {
    width: 17vw;
    height: 22vh;
}

.vdeoConsultation .videoClassification>div .name {
    font-size: 0.8vw;
    color: #666666;
    font-weight: 700;
    margin-top: 0.1vh;
}

.vdeoConsultation .videoClassification>div .type {
    font-size: 0.6vw;
    color: #a7a7a7;
    display: flex;
    /* font-weight: 700; */
    margin-top: 0.1vh;
}

.vdeoConsultation .videoClassification>div .type>div {
    margin-left: 0.5vw;
}

.vdeoConsultation .content .message {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 8vh;
}

.vdeoConsultation .content .message>div {
    width: 35vw;
}