.unit_section {
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 25px;
    line-height: 50px;
    background-color: #fff;
    font-size: 12px;
    color: #666;
}

.unit_section > li {
    margin-left: 18px;
}

.unit_section > li:first-child {
    margin-left: 0;
}

.unit_section .division_line {
    position: relative;
}

.unit_section .division_line:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 11px;
    background: #bfc5cf;
    top: 20px;
    right: -10px;
}



