

/* 分页css */
.youth-page-paginations {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.youth-page-btn {
  float: left;
  margin-top: 0;
  width: 36px;
  height: 36px;
  border: 2px solid #64aae2;
  text-align: center;
  margin-right: 14px;
  background: #fff;
}
.youth-page-btn:hover {
  background-color: #64aae2;
  color: #fff;
  cursor: pointer;
}
.youth-page-btn.active {
  background-color: #64aae2;
  color: #fff;
}

.youth-page-link {
  width: auto;
  font-size: 16px;
  color: #5a5a5a;
  border: none;
}
.youth-page-link:hover {
  background-color: #fff;
  color: #5a5a5a;
  text-decoration: underline;
}
