body{
    background: url(/img/find_bg.png) no-repeat;
}
.center-content{
    margin-top: 130px;
    margin-bottom: 30px;
}
.user-item{
    width: 11.11%;
    float: left;
    text-align: center;
}
.user-item img{
    width: 68px;
    height: 68px;
    border-radius: 100%;
}
.user-item p{
    font-size: 16px;
    padding-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 68px;
    margin: auto;
}
.work-item-text h3{
    margin: 10px 0;
}
.user-img{
    width: 20px!important;
    height: 20px!important;
    border-radius: 100%;
    position: relative;
    top: -5px;
}