.list_wrapper{
    background: #fff;
    padding-right: 1rem;
    box-shadow:2px 0px 3px #ccc;
    overflow: hidden;
}
.progress_wrapper{
    /*padding-bottom: 4rem;*/
}
.list_title{
    display: block;
    position: relative;
    /*padding: 1rem 0;*/
    padding: 0.9rem 0;
    margin-left: 1.1rem;
    border-bottom: 1px solid #e6e6e6;
    font-size: 1.4rem;
    color: #636363;
    text-decoration: none;
}
.with_title_block:before{
    display: block;
    position: absolute;
    top: 1.5rem;
    left: -1.1rem;
    content: '';
    width: 0.2rem;
    height: 1.6rem;
    background: #ff8505;
}
.list_item{
    display: block;
    padding: 0.85rem 0;
    margin-left: 1.1rem;
    border-bottom: 1px solid #e6e6e6;
}
.list_item:last-child{
    border: none;
}
.list_item_text{
    font-size: 1.2rem;
    line-height: 2.0rem;
    color: #636363;
}
.list_item_date{
    font-size: 1.0rem;
    color: #929292;
}
.progress_item{
    position: relative;
    margin-left: 4rem;
    color: #636363;
}

.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:first-child:before{
    top:1.5rem;
    left: -2.3rem;
    width: 0.55rem;
    height: 0.55rem;
    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;
}
.with_title_block:before{
    display: block;
    position: absolute;
    top: 1.5rem;
    left: -1.1rem;
    content: '';
    width: 0.2rem;
    height: 1.6rem;
    background: #ff8505;
}
/*头部*/
.express_info{
    background: #fff;
    margin-bottom: 1rem;
    padding: 0.6rem 1rem;
    box-shadow:2px 0px 3px #ccc;
}
.express_info_text{
    font-size: 1.4rem;
    line-height: 2.4rem;
}