.content {
  background-color: #fff;
  padding-bottom: 66px;
}

.common-table,
.public-opinion,
.common-list,
.park-forum {
  margin-bottom: 26px;
  box-sizing: border-box;
  padding: 0 34px;
}

/* public-opinion */
.public-opinion .opinion-wrap {
  min-height: 100px;
}

.public-opinion .opinion-wrap .opinion {
  padding: 0;
}

/* park-forum */
.park-forum {
  width: 100%;
  background-color: #fff;
}

.park-forum .title-wrap {
  padding-bottom: 24px;
}

.park-forum .cur-wrap .more-forum {
  width: 120px;
  height: 34px;
  border-radius: 17px;
  border: solid 1px #d9d9d9;
  font-size: 16px;
  color: #686868;
  line-height: 34px;
  text-align: center;
}

.park-forum .forum-wrap {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.forum-wrap .item {
  display: flex;
  justify-content: space-between;
  width: 33.1%;
  border-right: 1px #e5e5e5 dashed;
}

.forum-wrap .item .item-pic {
  width: 130px;
  height: 130px;
  margin-right: 18px;
  margin-left: 34px;
}

.forum-wrap .item .item-pic img {
  /* width: 100%;
    height: 100%; */
  width: 130px;
  height: 130px;
}

.forum-wrap .item .item-info {
  padding-right: 38px;
}

.forum-wrap .item .item-info .info-title {
  font-size: 20px;
  color: #000;
  width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px 0 14px 0;
}

.forum-wrap .item .item-info .info-basic {
  display: flex;
  justify-content: start;
  padding-bottom: 6px;
}

.forum-wrap .item .item-info .info-basic .theme,
.forum-wrap .item .item-info .info-basic .forum-num {
  padding-right: 28px;
  font-size: 14px;
  color: #333;
}

.forum-wrap .item .item-info .info-basic .theme-value,
.forum-wrap .item .item-info .info-basic .forum-num-value {
  color: #b50005;
}

.forum-wrap .item .item-info .info-content {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}

.forum-wrap .item .item-info .info-last-time {
  font-size: 14px;
  color: #333;
  padding-top: 10px;
}

.forum-wrap .item .item-info .info-last-time .last-time-value {
  color: #666;
}

.forum-wrap .item:nth-child(3n) {
  border-right: 0;
}

.forum-wrap .item:nth-child(n + 4) {
  padding-top: 24px;
}

.forum-wrap .item:nth-child(3n + 1) .item-pic {
  margin-left: 0;
}

.forum-wrap .item-3:nth-last-child(n + 4) {
  border-bottom: 1px #e5e5e5 dashed;
  padding-bottom: 26px;
}

.forum-wrap .item-2:nth-last-child(n + 3) {
  border-bottom: 1px #e5e5e5 dashed;
  padding-bottom: 26px;
}

.forum-wrap .item-1:nth-last-child(n + 2) {
  border-bottom: 1px #e5e5e5 dashed;
  padding-bottom: 26px;
}
