.forum-list {
    /*background: #fff;*/
    padding: 25px 45px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.forum-list .top-user .head-img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.forum-list .top-user .user-name {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333;
    margin-left: 18px;
    line-height: 1;
}
.forum-list .top-user .create-time {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999;
    margin-left: 18px;
    line-height: 1;
    margin-top: 6px;
}
.forum-list .forum-content .forum-info {
    margin-top: 13px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666;
}
.forum-list .forum-content .forum-img .forum-images{
    height: 120px;
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 10px;
}

.forum-list .forum-content .forum-img .forum-images .img-box{
    width: 120px;
    height: 120px;
    border-radius: 10px;;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.forum-list .forum-content .forum-img .forum-images .img-box > img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.forum-list .forum-content .forum-bottom ul > li{
    float: left;
    margin-right: 50px;

}
.forum-list .forum-content .forum-bottom ul > li:nth-child(1)::before{
    content: '\e8ab';
    font-family: "iconfont" !important;
    color: #B1B1B1;
    font-size: 16px;
    margin-right: 3px;
}
.forum-list .forum-content .forum-bottom ul > li:nth-child(2)::before{
    content: '\e6ad';
    font-family: "iconfont" !important;
    color: #B1B1B1;
    font-size: 16px;
    margin-right: 3px;
}
.forum-list .forum-content .forum-bottom ul > li:nth-child(3)::before{
    content: '\e8c7';
    font-family: "iconfont" !important;
    color: #B1B1B1;
    font-size: 16px;
    margin-right: 3px;
}
.forum-list li {
    cursor: pointer;
}
.forum-list .forum-content .forum-bottom ul > li:nth-child(4)::before{
    content: '\e69b';
    font-family: "iconfont" !important;
    color: #aa7700;
    font-weight: 800;
    font-size: 19px;
}
ul>li:nth-child(4){
    cursor: pointer;
}
.like{
    color: #cf971764 !important;
}

