.progress_list{
    width: 644px;
    margin: 46px auto 0;
    padding-bottom:42px;
}
.progress_list_item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*font-size: 16px;*/
    color: #747474;
    padding-left: 122px;
    position: relative;
    padding-bottom: 25px;
}
.progress_list_item:after{
    content: '';
    height: 12px;
    width: 12px;
    border-radius: 50%;
    position: absolute;
    left: 97px;
    top: 11px;
    margin-top: -3px;
    border: 1px solid #333;
    background-color: #00ff99;
}
/*.progress_list_item:first-child:after{
    border-color: #ff0000;
}*/
.progress_list_item:last-child:before{
    display: none;
}
.progress_list_item:before{
    content: '';
    width: 0;
    border-right: 2px dashed #333;
    position: absolute;
    top: 21px;
    left: 102px;
    bottom: -7px;
}
.progress_list_day{
    /*font-size: 14px;*/
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 80px;
}
.progress_list_time{
    margin-right: 22px;
}