.HJZF2_Z_other_80_wrapper li a {
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 8px;
}

.HJZF2_Z_other_80_wrapper li {
    margin-bottom: 20px;
}

.HJZF2_Z_other_80_wrapper li dl {
    margin-left: 38px;
    margin-right: 30px;
    display: flex;
    justify-content: space-between;
}

.HJZF2_Z_other_80_wrapper li dl dd {
    position: relative;
    color: #333;
}

.HJZF2_Z_other_80_wrapper li dl dd:after {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
    content: '';
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
}

.HJZF2_Z_other_80_wrapper li span {
    display: block;
    font-weight: bold;
    font-size: 24px;
    margin: 20px auto;
}

.HJZF2_Z_other_80_wrapper li em {
    font-style: normal;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    background-color: #ff680d;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 40px;
}

@media(max-width:768px) {
    .HJZF2_Z_other_80_wrapper li span {
        margin: 10px auto;
    }

    .HJZF2_Z_other_80_wrapper li em {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }
    .HJZF2_Z_other_80_wrapper li dl{
        margin-left: 5px;
        margin-right: 0;
        flex-wrap: wrap;
    }
    .HJZF2_Z_other_80_wrapper li dl dd{
        margin-left: 10px;
        text-align: left;
        flex: 0 0 100%;
    }
}