.main-module {
  min-height: calc(100vh - 50px - 335px);
}
.information-container {
  padding: 20px;
}
.information-title {
  margin-bottom: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
}
.information-time {
  margin-bottom: 5px;
}

.information-time,.information-view-num {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.information-view-num {
  padding-bottom: 20px;
}
.divider {
 height: 1px;
 background-color: #D8D8D8;
 transform: scaleY(0.5);
 margin-bottom: 15px;
}

.next-page,.prev-page {
  margin: 10px 0;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
}

.next-page label,.prev-page label{
  cursor: pointer;
  color: #666666;
}
.next-page span,.prev-page span{
  cursor: pointer;
  color: #3366CC;
}

.back-btn-wrap {
  margin-top: 20px;
  text-align: right;
}

.back-btn {
  width: 80px;
  height: 32px;
  line-height: 32px;
  background: #0077FF;
  border-radius: 10px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  border: 0;
}