.banner {
  background-image: url(../image/disclosure-banner.png);
}

.comment {
  padding: 20px 0;
  overflow: hidden;
}

.comment .comment-container .comment-list {
  margin-top: 20px;
}

.comment .comment-container .item {
  margin-bottom: 15px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.09);
  padding: 10px 8px 20px 8px;
}

.comment .comment-container .item .comment-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.comment .comment-container .item .comment-title a {
  font-size: 18px;
  font-weight: 600;
  color: #666666;
}

.comment .comment-container .item .comment-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.comment .comment-container .item .time {
  text-align: right;
  line-height: 55px;
  font-size: 16px;
  color: #666;
}
