.comment-container {
  min-height: 500px;
  margin-top: 27px;
  font-family: 'PingFangSC';
}

.comment-container .item {
  display: block;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 30px 15px;
}

.comment-container .item .comment-title {
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #535353;
}

.comment-container .item .comment-title::before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 16px;
  height: 16px;
  background: #E9C357;
}

.comment-container .item .profile {
  height: 96px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #535353;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.comment-container .item .time {
  font-size: 14px;
  color: #535353;
  text-align: right;
}
