body {
    background: #F5F5F5;
}

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

.content .item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.item-top .item-title {
    display: inline-flex;
    align-items: center;
}

.item-title img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.item-title p {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    display: inline-block;
}

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

.content .list .listbox {
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 16px;
    border-bottom: 1px solid #EEEEEE;
}

.content .list .listbox .left {
    width: 100%;
    height: 190px;
    border-radius: 0px 0px 0px 0px;
}

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

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

.content .list .listbox .right .title {
    display: block;
    font-size: 16px;
    font-family: ABC;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
    text-align: center;
}

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