
.list{
    display: flex;
    /*align-items: center;*/
    margin-bottom: 20px;
}
.list-l{
    display: block;
    width: 150px;
    height: 120px;
    flex-shrink: 0;
}
.list-r{
    padding: 0px 0 0 15px;
}
.list-r p{
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin: 10px 0 10px 0;
}
.list-r span{
    color: #999;
    font-size: 14px;
}
.list-r-t{
    font-size: 18px;
}