.main_content {
  width: 100%;
  min-height: calc(100vh - 110px);
  background: url('2023zww_bac.png') center  top repeat-y;
}

.main_content_box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px 25px;
  overflow:auto;
}

.main_body {
  min-height: calc(100vh - 110px);
}

.nav_box {
  width: 100%;
  height: 37px;
  line-height: 37px;
  /* background-color: rgba(232, 232, 232, 1);
  border-radius: 12.5px; */
  border-bottom: 1px solid rgba(237, 237, 237, 1);
  padding: 0 10px;
}

.nav_active {
  color: rgba(42, 95, 201, 1)
}

.nav_ind,
.nav_ind a {
  color: rgba(102, 102, 102, 1)
}

.content_box ul li div {
  font-size: 18px;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid rgba(237, 237, 237, 1);
}

.content_box ul li div .date {
  float: right;
  color: rgba(153, 153, 153, 1);
}

.content_box ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.content_box ul li .title {
  display: inline-block;
  color: rgba(51, 51, 51, 1);
  height: 100%;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.content_pagination {
  width: 100%;
  height: 37px;
  line-height: 37px;
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
}

.content_pagination ul li {
  display: inline-block;
  padding: 0 10px;
}

.content_pagination ul .curPage a,
.content_pagination ul .clickable a {
  color: rgba(6, 111, 196, 1);
}

.content_pagination ul .noPage a {
  color: rgba(153, 153, 153, 1);
}