
.comment {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}
.comment a {
    border:1px solid #eee;
     padding:10px 10px 10px 40px;
     margin:0;
     border-bottom: 1px solid #eee;
     margin-top: 10px;
     display: block;
     text-decoration: none;
     height:147px;
     font-size: 18px
}
.comment a:hover{ 
    border:1px solid #e3231e;
     cursor:pointer;
     text-decoration: none
 }
.commentleft{ 
    margin-top:0px;
}
.jj{
    font-size: 14px; 
    color: #999; 
    padding-top: 10px;
}
.comment img {
    box-sizing: border-box;
    width: 105px;
    margin-right: 20px;
    height: 125px;
    padding: 10px 0;
    padding-right: 0px;
    border-radius: 50%;
    float: left;
}
