.txang_lis {
    margin-top: 20px;
}

.txang_lis li {
    float: left;
    margin-right: 40px;
    margin-bottom: 19px;
    transition: all 0.3s;
}

.txang_lis li:nth-child(4n) {
    margin-right: 0;
}

.txang_lis li:hover {
    box-shadow: 0 4px 8px rgba(3, 27, 78, 0.12);
}

.thang_cont {
    width: 200px;
    height: 220px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 32px 15px 27px 15px;
}

.thang_cont .userimg {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.thang_cont .user_name {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    text-align: center;
    margin-top: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thang_cont .bq {
    font-size: 12px;
    color: #999;
    line-height: 17px;
    text-align: center;
    margin-top: 16px;
}

.comment-content-partner {
    display:flex;
    justify-content: flex-end;
    gap:10px;
}
.comment-content-partner > span {
    float: right;
    font-size: 12px;
    padding: 5px 5px;
}

.user-nameb {
    margin-top: 10px;
}

.user-nameb>span {
    padding-right: 30px;
}
