body {
    background: #F5F5F5;
}
/*搜索*/
.search{
    padding: 6px 15px;
    border-bottom: 4px solid #EEEEEE;
}
.search_area{
    position: relative;
    background: #F1F1F1;
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    
}
.search_text{
    width: 100%;
    height: 34px;
    text-indent: 12px;
    box-sizing: border-box;
    border: none;
}
.cancel,.search_btn{
    position: absolute;
    top: 7px;
}
.cancel{
    right: 57px;
    color: #999999;
}
.search_btn{
    right:12px;
}
.search_btn::before{
    content:'';
    width: 1px;
    height: 10px;
    background: #C8C8C8;
    display: inline-block;
    margin-right: 12px;
}

.content {
    margin-top: 5px;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}
.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;
}

.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: 500;
    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;
}