* {
    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: 15px;

}

.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%;
}

.topic {
    width: 20vw;
    font-size: 2vw;
    font-weight: 700;
    display: flex;
    margin-top: 8vh;
}

.topic .topocImg {
    color: #dcdcdc;
    font-size: 1.5vw;
    position: relative;
    margin-top: 1vh;
    margin-left: 0.3vw;
}

.topic .topocImg .line {
    width: 4vw;
    border: 0.3vh solid #dcdcdc;
    position: absolute;
    display: none;
}

.list>a {
    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: #6b6b6e;
    font-weight: 700;
    text-align: right;
    cursor: pointer;
}

.importantNews .content {
    width: 100%;
}

.importantNews>div>.line {
    border-bottom: 0.2vh solid #666666;
    margin: 2vh 0 5vh 0;
}