.row-item{
    display: flex;
    margin-bottom: 16px;
}

.row-item .thumb{
    width:190px;
    margin-right: 10px;
}

.row-item .thumb img{
    width:100%;
}

.row-item .row-info{
    display: flex;
    flex-direction: column;
}

.row-item .title{
    font-size:18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

.row-item .time{
    flex-grow: 1;
    color:#999;
    font-size:14px;
}

.row-item .hot-value{
    color:#999;
    font-size:14px;
    display: flex;
    align-items: center;
}

.row-item .hot-value::before{
    content:"\e9e5";
    font-family: iconfont;
    font-size:20px;
    line-height: 1;
}