body {
    background: #F5F5F5;
}

.content {
    margin-top: 5px;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.content .list {
    width: 100%;
    margin-bottom: 30px;
}

.content .list .listbox {
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.content .list .listbox .left {
    width: 97px;
    height: 72px;
    border-radius: 0px 0px 0px 0px;
    margin-right: 12px;
    flex-shrink: 0;
}

.content .list .listbox .left img {
    width: 100%;
    height: 100%;
}

.content .list .listbox .right {
    width: 100%;
}

.content .list .listbox .right .title {
    width: 100%;
    font-family: FBD;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 13px;
}

.content .list .listbox .right .time {
    font-family: FBD;
    font-weight: 500;
    font-size: 10px;
    color: #999999;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}