.index_cen_one_page {
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.pagination {
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.index_cen_one_page li {
  padding: 0 5px;
}
.pagination li {
  padding: 0 5px;
}

.index_naw_wz1_bot {
  width: 177px;
  position: absolute;
  bottom: -110px;
  left: 0;
  color: black;
  background: #ffffff;
  box-shadow: 0 0 5px rgb(131 129 129);
  display: none;
}

.index_cen_one_page a {
  color: #428bca;
}

