.information-ul{
    padding: 15px;
}
.information-li {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.information-top{
    display: flex;
}
.information-top .left {
    flex: 1;
}
.information-top .picture {
    width: 100px;
    height: 60px;
    border-radius: 5px;
    object-fit: cover;
}

.information-bottom {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}
.information-bottom .block {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
}
.information-bottom img {
    width: 20px;
    height: 20px;
}

.bottom {
    margin-top: 10px;
    display: flex;
    color: #999;
    font-size: 12px;
    align-items: center;
}
.bottom  .block {
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 0;
    margin-right: 10px;
}

.zan-icon {
    width: 15px;
    height: 15px;
}

.info-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}
