﻿.getLike_list{
    margin-bottom:0;
}
.getLike_list li {
    border-bottom: 1px solid #eef0f0;
}
.getLike_list li a{
    cursor:pointer;
    padding:20px 10px;
    display:block;
}
.getLike_list li .avatar{
    width:45px;
    height:45px;
    border-radius:100%;
}
.getLike_list .getLike_cont{
    width:90%;
    color:#999;
    margin-left:15px;
    vertical-align:top;
    display:inline-block;
}
.getLike_list .getLike_cont p:first-child{
    color:#333;
    margin-bottom:5px;
    clear:both;
}
.getLike_list .getLike_cont span{
    float:right;
    color:#999;
}