a, ul,
li {
    list-style: none;
}

.hd-slider {
    margin: 0;
    height: 480px;
    background-image: url('images/consult/consult-bg.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.consult-content {
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
}

.consult-nav {
    width: 1175px;
    margin-top: 32px;
    color: #000000;
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
}

.consult-nav .consult-nav-link a {
    cursor:pointer;
    height: 30px;
    color: #000000;
    margin-right: 86px;
    padding-bottom: 5px;
    border-bottom: 1px solid #D9D9D9;
}

.consult-nav .consult-nav-link .consult-nav-active {
    border-bottom: 4px solid #2472FB;
}

.consult-nav .consult-nav-link a:hover {
    color: #000000;
    width: 90px;
    border-bottom: 4px solid #2472FB;
}

.consult-list {
    margin-top: 40px;
}

.consult-list-item {

    padding: 10px;
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.consult-list-item:hover {
    box-shadow: 2px 2px 27px 0 rgba(41, 26, 204, 0.12);

}

.consult-list-line{
    border-bottom: 1px solid #E0E0E0;
}

.consult-list-text {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 0 20px;
}

.consult-list-date {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 120px;
    font-size: 22px;
    padding: 12px 0 10px;
    color: #B8B8B8;
}

.consult-text-content {
    padding: 15px 0;
}

.consult-list-title {
    font-size: 24px;
    color: #000000;
    margin-bottom: 0;
}


.consult-list-font {
    /* min-height: 65px; */
    font-size: 18px;
    color: #6C6C6C;
}