.comment-list .item {
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
}
.comment-list .item .item-heade {
  overflow: hidden;
}
.comment-list .item .item-heade .title {
  float: left;
  width: 80%;
  font-size: 20px;
  font-weight: 700;
  color: #616161;
}
.comment-list .item .item-heade .title i {
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../image/comment.png');
  background-size: 100% 100%;
  border-radius: 10%;
  margin-bottom: -3px;
}
.comment-list .item .item-heade .time {
  float: right;
  font-size: 20px;
  color: #B6A675;
  font-size: 700;
}
.comment-list .item .content {
  margin-top: 15px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
