.list {
    font-size: 0;
    margin: 24px 0 258px -20px;
}
.list_txt {
    color: #3e1f0e;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 0 20px;
    vertical-align: top;
    width: 300px;
}
.list_li {
    background-color: #fffcf8;
    border: 3px solid #cfc5bd;
    display: inline-block;
    margin: 0 0 20px 20px;
    text-align: center;
    vertical-align: top;
    width: 294px;
}
.list_li_img {
    height: 172px;
    line-height: 172px;
    margin: 0 0 14px;
    position: relative;
}
.list_li_img .avatar {
    display: inline-block;
    vertical-align: middle;
}
.list_li_img .ico {
    bottom: 15px;
    position: absolute;
    right: 15px;
}
.list_li_tit {
    color: #3e1f0e;
    font-family: 'RobotoB';
    font-size: 20px;
    height: 50px;
    line-height: 25px;
    margin: 0 40px;
}
.list_li_txt {
    color: #3e1f0e;
    font-size: 13px;
    height: 68px;
    line-height: 17px;
    margin: 3px 15px 18px;
    overflow: hidden;
}
.list_li_see {
    background-color: #73a000;
    color: #fff;
    display: block;
    font-family: 'RobotoL';
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
}