.wzdh-container {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 16px 0 40px 0;
}

.wzdh-box {
    width: 100%;
    background-color: #f5f5f5;
    padding: 24px;
    margin-top: 20px;
}

.wzdh-box .content-box {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.wzdh-box .content-box .content-item {
    cursor: pointer;
    margin-right: 60px;
    color: #4a92d3;
    font-size: 14px;
    margin-bottom: 16px;
    min-width: 170px;
}

.wzdh-box .content-box .content-item:hover {
    opacity: 0.8;
}

.wzdh-container .mainTitle-flex {
    padding-bottom: 10px;
    border-bottom: 2px #ddd solid;
}