.commentsList {
  list-style: none;
  padding-left: 0;
}

.avatar {
  width: 50px;
  height: 50px;
  float: left;
}
.commentsList:before,
.commentsList:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
.commentsList .commentItem {
  box-sizing: border-box;
  margin: 10px 0;
}
.commentsList .commentItem .commentBody {
  padding-left: 70px;
  font-size: 16px;
  line-height: 18px;
}
.commentsList .commentItem .commentBody .username {
  color: #3b5998;
  font-weight: 600;
}
.commentsList .commentItem .commentBody .commentAction a {
  color: #3b5998;
  text-decoration: none;
}
.commentsList .commentItem .commentBody .commentAction .circle {
  font-size: 7px;
  position: relative;
  top: -2px;
  padding: 0 5px;
}
.commentsList .commentItem .commentBody .commentAction .likeImage {
  position: relative;
  top: 8px;
  width: 25px;
  height: 25px;
}
.commentsList .commentItem .commentBody .commentAction .likeCount {
  color: #ccc;
}
.commentsList .commentItem .commentBody .commentAction .time {
  color: #ccc;
}
 {
  display: block;
}
