.people-voice-detail .content-wrap {
  width: 100%;
  background: url("../image/top.png") no-repeat 118px 39px/59px 44px, url("../image/bottom.png") no-repeat left 1022px bottom 39px/59px 44px, linear-gradient(180deg, #e8f0ff 0%, rgba(255, 255, 255, 0.77) 100%);
}
.people-voice-detail .content-wrap .content {
  width: 888px;
  margin: 59px auto;
}
.people-voice-detail .content-wrap .content .title {
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
}
.people-voice-detail .content-wrap .content .time {
  font-size: 13px;
  color: #999999;
}
.people-voice-detail .content-wrap .content .top-wrap {
  margin-bottom: 17px;
}
.people-voice-detail .content-wrap .content .message-content {
  margin-bottom: 23px;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.people-voice-detail .content-wrap .content .message-img {
  margin-bottom: 23px;
}
.people-voice-detail .content-wrap .content .message-img .single img {
  width: 100%;
  height: 483px;
  border-radius: 2px;
  object-fit: cover;
}
.people-voice-detail .content-wrap .content .message-img .multiple img {
  width: 285px;
  height: 157px;
  margin-bottom: 11px;
  border-radius: 2px;
  object-fit: cover;
}
.people-voice-detail .content-wrap .content .message-img .multiple img:not(:nth-child(3n)) {
  margin-right: 11px;
}
.people-voice-detail .content-wrap .content .photo-message-wrap .photo {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  margin-right: 17px;
}
.people-voice-detail .content-wrap .content .photo-message-wrap .title {
  width: 822px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.people-voice-detail .content-wrap .content .online-user-wrap {
  border-top: 0px solid #ededed;
  padding-top: 22px;
}
.people-voice-detail .content-wrap .content .online-user-wrap .wrap-title {
  margin-bottom: 29px;
}
