.flex{
    display: flex;
    justify-content:space-between;
    padding: .2rem 0;
    width: 7.2rem;
}
.flex>div{
    width: calc(100% - 2.1rem);
    margin-right: 0.1rem;
}
.flex p{
    font-size: .35rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.2rem;
}
.flex img{
    width: 2rem;
    height: 1.5rem;
    object-fit: cover;
    border-radius: 0.08rem;
}
.flex span{
    /*font-size: .2rem;*/
    color: #85898C;
}
