.max {
    width: 351px;
    margin: 0px auto;
    margin-top: 24px;
}

.box {
    width: 351px;
    background: rgba(255, 255, 255, 1);
    position: relative;
    margin-bottom: 24px;
    overflow: hidden;
}

.box .img {
    width: 131px;
    height: 85px;
}

.box p {
    position: absolute;
}

.box p.centent {
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 26px;
    top: 0px;
    left: 150px;
    margin: 0px;
}

.box p.time {
    font-size: 13px;
    font-family: Helvetica;
    color: rgba(153, 153, 153, 1);
    line-height: 16px;
    top: 70px;
    left: 150px;
    margin: 0px;
}