.people-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.people-list .people-item {
    width: 48%;
    display: flex;
    padding: 10px 10px 10px 10px;
    margin-top: 16px;
    background-color: #f4f4f4;
    cursor: pointer;
}

.people-list .people-item .attach-group {
}

.people-list > .people-item .text-value {
    width: 267px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.people-list .people-item .img-btn-group .avatar {
    width: 115px;
    height: 150px;
    display: block;
    object-fit: cover;
}

.people-list .people-item .img-btn-group .button-primary {
    width: 118px;
    height: 35px;
    background: #446CF7;
    display: block;
    border: 0;
    color: #ffffff;
    border-radius: 6px;
    margin-top: 15px;
    cursor: pointer;
}

.people-list .people-item .attach-group .attach-item {
    display: flex;
    line-height: 37px;
}

.people-list .people-item .attach-group .text-label-right {
    display: inline-block;
    width: 134px;
    text-align: right;
}
