.comment-banner {
  background: url("../image/comment-banner.png");
  background-size: 100% 100%;
}

.comment {
  margin-top: 60px;
  padding: 30px 30px 10px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
}

.comment .row {
  margin: 0 -10px;
}

.comment .row .comment-item, .comment .row .comment-image {
  padding: 0 10px;
}

.comment li {
  margin-bottom: 20px;
  overflow: hidden;
}

.comment li .comment-content {
  height: 50px;
  line-height: 48px;
  border: 1px solid #979797;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 600;
}

.comment li .comment-title {
  float: left;
  width: 82.2%;
  padding: 0 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.comment li .comment-title a {
  color: #999999;
}

.comment li .time {
  float: right;
  width: 17.8%;
  text-align: center;
  background: linear-gradient(135deg, rgba(184, 222, 255, 0.54) 0%, rgba(130, 186, 255, 0.54) 100%);
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(67, 101, 152, 0.5);
}

.comment .comment-image {
  height: 330px;
  margin-bottom: 20px;
}

.comment .comment-image .img {
  height: 100%;
}

.comment .page {
  text-align: center;
}

.comment .page .pagination > li > a {
  background-color: transparent;
  color: #999;
}

.comment .page .pagination {
  margin-top: 5px;
}

.comment .page .pagination .active a {
  color: #1D2A33;
  font-weight: 600;
}
