
.column-wrap .l-wrap .column-list .column-item .r-box .txt {
    -webkit-line-clamp: 2;
    height: auto;
}

.bottom {
    display: inline-flex;
    color: #A7A7A7;
    font-size: 14px;
    margin-top: 11px;
    height: 17px;
    line-height: 22px;
}

.bottom .name, .area, .time {
    margin-right: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    justify-content: left;
}

.bottom img {
    width: 14px;
    height: 14px;
    display: flex;
    margin-top: 3px;
    margin-right: 4px;
}

.column-wrap .l-wrap .column-list .column-item {
    padding: 16px 10px;
}