.list_wrapper{
    background: #fff;
    padding-right: 1rem;
    /*box-shadow:2px 0px 3px #ccc;*/
    box-shadow:0 2px 10px -5px #ccc;
    overflow: hidden;
}
.list_item{
    display: block;
    padding: 1.3rem 0;
    margin-left: 1.1rem;
    /*border-bottom: 1px solid #e6e6e6;*/
}
.list_item:last-child{
    border: none;
}
.list_item_text{
    font-size: 1.6rem;
    width: 100%;
}
.list_item_text_limit{
    font-size: 1.2rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list_item_date{
    font-size: 1rem;
    color: #929292;
}
.progress_item{
    position: relative;
    margin-left: 4rem;
    color: #929292;
}
.progress_item:last-child{
    padding-bottom: 1.6rem;
}
.progress_item:before{
    position: absolute;
    top:1.5rem;
    left: -2.3rem;
    /*z-index: 5;*/
    display: block;
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    border: 1px solid #ff9e6b;
    background: #fff;
}
 .progress_item:first-child:before{
    left: -2.4rem;
    width: 0.7rem;
    height: 0.7rem;
    background: #ff9e6b;
 }
.progress_item:after{
    position: absolute;
    top:0;
    left: -2rem;
    /*z-index: 1;*/
    display: block;
    content: '';
    width: 1px;
    height: 110%;
    border-left: 1px solid #ff9e6b;
}
.progress_item:first-child:after{
    top:1.8rem;
}
