.list-resaneh {
    direction: rtl;
    float: right;
    width: 100%;
}
.list-resaneh .item-res .link-res{
    
    float: right;
    width: 100%;
    margin: 3px 0;
    text-decoration: none;
}
.list-resaneh .link-res .img-res{
    
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #eee;
    margin-left: 8px;
    float: right;
}
.list-resaneh .link-res .img-res > img{
    
    width: 100%;
    height: 100%;
}
.list-resaneh .link-res .title-res{
    
    font-size: 14px;
    color: #222;
    font-weight: 500;
    margin: 5px 0 0;
    line-height: 1.3;
}
.list-resaneh .link-res span{
    
    font-size: 10px;
    color: #bbb;
}
.list-resaneh .link-res .name-res{
    
    margin-left: 10px;
}