.list_wrapper{
    padding-right: 1rem;
    background: #fff;
    box-shadow:2px 0px 3px #ccc;
}
.list_title{
    display: block;
    position: relative;
    padding: 1.3rem 0;
    margin-left: 1.1rem;
    border-bottom: 1px solid #e6e6e6;
    font-size: 1.4rem;
    color: #333;
    text-decoration: none;
}
.with_title_block:before{
    display: block;
    position: absolute;
    top: 0rem;
    left: -1.1rem;
    content: '';
    width: 0.2rem;
    height: 100%;
    background: #ff8505;
}
.arr_orgbg{
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 0.7rem;
    text-align: center;
    background: #ff8505;
    border-radius: 2px;
    margin-top: 0.1rem;
}
.arr_orgbg[class*="icon_arr_"]:after{
    right: 0.5rem;
    border:#fff solid;
    border-width: 1px 1px 0 0;
}
.list_item{
    display: block;
    padding: 1.3rem 0;
    margin-left: 1.1rem;
    border-bottom: 1px solid #e6e6e6;
}
.progress_item{
    position: relative;
    margin-left: 4rem;
    color: #929292;
}
.progress_item:before, .progress_item:first-child:before{
    position: absolute;
    top:1.9rem;
    left: -2.3rem;
    z-index: 2;
    display: block;
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    border: 1px solid #ff9e6b;
    border-radius: 50%;
    background: #fff;
}
.progress_item:first-child:before{
    top:1.8rem;
    left: -2.35rem;
    width: 0.55rem;
    height: 0.55rem;
    background: #ff9e6b;
    border: 0.2rem solid #ff9e6b;
}
.progress_item:after{
    position: absolute;
    top:0;
    left: -1.95rem;
    /*z-index: 1;*/
    display: block;
    content: '';
    width: 1px;
    height: 110%;
    border-left: 1px solid #ff9e6b;
}
.progress_item:first-child:after{
    top:1.8rem;
}
.list_wrapper .list_body{
    overflow: hidden;
}
.list_item:last-child{
    border: none;
}
.list_item_text{
    font-size: 1.4rem;
}
.list_item_date{
    font-size: 1.0rem;
    color: #929292;
}