.friend_con{
    padding:10px;
    background:#fff;
    border:solid #eaeaea 1px;
    float:left;
    margin-bottom:10px;
}
.friend_con img{
    width:260px;
    height:80px;
    text-align:center;
    margin-bottom:5px;
    display: table-cell;
    vertical-align: middle;
}
.friend_con p{
    font-size:14px;
    line-height:24px;
    color:#666;
padding:3px 10px;
    background:#f8f8f8;
}
.friend_name{
   height:40px;
    width:100%;
    display:inline-block;
    text-align:center;
}