.case {
  height: 137px;
  line-height: 137px;
  text-align: center;
  font-size: 36px;
  color: #233394;
}
.container-fluid {
  background-color: #f6f8fa;
}
.data {
  text-align: center;
  font-size: 30px;
  color: #8f8f8f;
  padding-bottom: 45px;
}
.city {
  margin-right: 115px;
}
.school {
  text-align: left;
}
.school li:hover img {
  transform: scale(1.05);
}
.school li {
  padding: 0;
  max-width: 31%;
  display: inline-block;
  margin: 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.school li a {
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #454545;
}
.school li img {
  transition: all 0.6s;
  border-radius: 10px;
  width: 362.69px;
  height: 272.02px;
}
.school li div {
  padding-top: 16px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer {
  background-color: #fff;
  padding-bottom: 20px;
}
