.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.6rem;
    color: #333;
    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: 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;
}
.list_item_date{
    font-size: 1.2rem;
    color: #929292;
}