
.st_list li {
    position: relative;
    padding: 15px 0;
    padding-left: 35px;
    font-size: 15px;
    line-height: 1.4em;
    color: #1e1e1e;
    vertical-align: middle;
    word-break: keep-all;
    border-bottom: 1px dashed #ddd;
}
.st_list li p {
    font-weight:700
        margin-bottom:2px;
}
.st_list li span {
    position: absolute;
    left: 0;
    background-color: #2367d4;
    color: #fff;
    padding: 3px 6px;
    border-radius: 50%;
    font-size: 0.9em;
    font-weight: 900;
    top: 15px;
    margin-bottom:5px;
}
