.latestReply{
    width:333px;
    height:870px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    padding: 30px 20px;
}
.replyContent{
    padding: 10px 0 20px 0;
}
.replyContent:hover .contentAbc p span{
    color: #0B367A;
}
.replyContent>p{
    color: #999;
    font-size: 12px;
    margin-bottom: 8px;
}
.contentAbc img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    float: left;
}
.contentAbc p{
    color: #999;
    font-size: 14px;
    float: left;
    margin-left: 12px;
    width: 228px;
    line-height: 23px;
}
.contentAbc p span{
    color: #333;
}














