.notice-list-page {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
}
.current-label {
  color: #c9242b;
}
.notice-list-content {
  border: 1px solid #d9d9d9;
  padding: 15px;
}
.notice-list-content .list .list-item {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.notice-list-content .title {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #3c3c3c;
  padding-bottom: 10px;
  margin-bottom: 32px;
}
.notice-list-content .title h2 {
  width: 500px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #404040;
}
.notice-list-content .title h2::before {
  content: '';
  height: 16px;
  width: 4px;
  background: #d7363e;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.notice-title {
  cursor: pointer;
}
.notice-time {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 20px;
  margin-top: 5px;
}

.paging {
  font-size: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.45);
}
.page-num {
  margin: 0 8px;
}
.page-choose {
  display: flex;
  align-items: center;
}
.page-number {
  display: flex;
  align-items: center;
}
.previous-page,
.next-page {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  position: relative;
  cursor: pointer;
}
.previous-page::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-left: 1px solid #595959;
  border-bottom: 1px solid #595959;
  transform: translate(-50%, -50%) rotate(45deg);
}
.next-page::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #595959;
  border-right: 1px solid #595959;
  transform: translate(-50%, -50%) rotate(45deg);
}
.page-number div {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  margin: 0 4px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.page-number .active {
  background: #e14040;
  color: #fff;
}
