.aj-flex-s {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashi {
    font-size: 24px;
    color: #333333;
    text-align: center;
}
.dashi-list * {
    box-sizing: border-box;
}

.dashi-list {
    width: 1400px;
    background: url("https://cdn.weifenghr.com/static/pc/base-zt/image/shijian-map.png") no-repeat;
    height: 460px;
    margin: 0 auto;
    padding-top: 28px;
    background-size: cover;
}

.sjx-line {
    flex: 1;
    height: 2px;
    background: #53B6F1;
    border-radius: 1px;
}

.shj-dian {
    width: 18px;
    height: 18px;
    background: #53B6F1;
    border: 3px solid #F6F6F6;
    border-radius: 50%;

}

.sjx-con {
    position: relative;
}

.sjx-time {
    position: absolute;
    top: 20px;
    font-size: 18px;
    color: #333333;
    left: -10px;
}

.triangle-bottomleft {
    width: 0;
    height: 0;
    border-bottom: 20px solid #FFFFFF;
    border-right: 20px solid transparent;
    position: absolute;
    top: 60px;
    left: -5px;
}

.sjx-con-text {
    width: 113px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 1px 30px 0px rgba(175, 175, 175, 0.17);
    position: absolute;
    top: 80px;
    left: -5px;
    font-size: 12px;
    color: #666666;
    padding: 12px 10px 30px;
}