.section-banner {
    height: 380px;
    display: flex;
    padding-top: 120px;
    justify-content: center;
    background: url(../../images/sub-pc/consulting-service-banner.jpg) no-repeat center / cover;
}

.section-title {
    height: 136px;
    background: url(../../images/sub-pc/consulting-service-title.png) no-repeat left / 388px 136px;
}

.section-content {
    padding: 12px 0 178px;
}

.filter-container {
    margin-top: 40px;
}

.filter-type:not(:first-child) {
    margin-top: 20px;
}

.filter-list button {
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    margin-left: 20px;
}

.filter-list button.checked {
    border-color: #DCAE60;
}

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

.article-item:not(:first-child) {
    margin-top: 20px;
}

.article-img {
    width: 300px;
    height: 160px;
    min-width: 300px;
    border-radius: 12px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.article-content {
    padding: 20px 30px;
    overflow: hidden;
    word-wrap: break-word;
}

