.comment-container {
  margin-top: 1rem;
  width: 100%;
  overflow: hidden;
}

.comment-container .comment-module-title {
  padding: 0 1rem .8rem 1rem;
  border-bottom: .2rem solid #E0E0E0;
}

.comment-container .comment-module-title i {
  display: inline-block;
  margin-bottom: -0.3rem;
  width: 1.7rem;
  height: 2rem;
  background: url("../image/info-page-icon.svg");
  background-size: 100% 100%;
}

.comment-container .comment-module-title span {
  font-size: 1.8rem;
  color: #458EE6;
  font-weight: 600;
}

.comment-container .comment-list {
  padding: 0 1rem;
}

.comment-container .comment-list .comment-item {
  margin-top: 1rem;
  min-height: 8.5rem;
  box-shadow: 0px 2px 4px 0px rgba(179, 179, 179, 0.5);
  border-radius: 0.8rem;
  padding: 0.5rem;
}

.comment-container .comment-list .comment-item .comment-message {
  padding-left: 1rem;
}

.comment-container .comment-list .comment-item .comment-message .comment-title {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
  height: 4.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.comment-container .comment-list .comment-item .comment-message .msg {
  margin-top: 1.5rem;
  color: #949494;
  line-height: 1.7rem;
  font-size: 1.2rem;
}

.comment-container .comment-list .comment-item .comment-message .msg span {
  display: inline-block;
}

.comment-container .comment-list .comment-item .comment-message .msg .readnum {
  float: left;
}

.comment-container .comment-list .comment-item .comment-message .msg .time {
  float: right;
}
