#list{

}
#list .table:first-child{
    border-top: none;

}
.table{
    display: flex;
    /* border-top: 1px solid #ccc; */
    border-bottom: 1px solid #ccc;
    padding: 20px 0 10px;
    margin:  0 15px;
}
.table .left{
    width: 185px;
    margin-right: 10px;
}
.table p{
    /* height: 60px; */
    margin-bottom: 10px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
    /* overflow: hidden;
text-overflow:ellipsis; */
 /* white-space: nowrap; */
}
.table img{
    width: 150px;
    height: 90px;
}
.table .color-red{
    color: rgb(236, 152, 72);
    font-size: 16px;
    margin-right: 2px;
}
.table .color-grey{
    color: #ccc;
    font-size: 12px;
    /* margin-right: 10px; */
}