 .biaoti {
    border-bottom: 1px solid #eee;
    margin: 20px 0!important;
}

.detail {
    margin: 50px 120px !important;
}

.detail p{
    font-size: 16px;
    line-height:32px;
    margin: 16px 0 !important;
    text-indent: 2ch;
}


.news-page{
    margin: 50px 120px !important;
}

#news-list ul li:first-child {
    margin-top: 30px!important;
}


.page-navigator {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 20px 0;
}

.page-navigator li {
  margin: 0 5px;
}

.page-navigator a {
  display: inline-block;
  padding: 8px 14px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  background-color: #fff;
}

.page-navigator a:hover {
  background-color: #f0f0f0;
  color: #9B1010;
}

.page-navigator .current a {
  background-color: #9B1010;
  color: white;
  border-color: #9B1010;
  font-weight: bold;
}

.page-navigator .next a {
  background-color: #e9ecef;
  color: #333;
}