body {
  background-color: #f5f7fa;
}

.page-content-container {
  background-color: #fff;
  padding: 0.3rem 0.3rem;
  margin-bottom: 0.36rem;
}
.page-content-container .u-title-box {
  display: flex;
  flex-direction: row;
}
.page-content-container .u-title-box span {
  display: block;
  margin-right: 0.25rem;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1.25;
  color: #2f72da;
}
.page-content-container .u-title-box .line {
  flex: 1;
  position: relative;
  margin-top: 0.14rem;
  height: 0.02rem;
  background-color: #d9e8fd;
}
.page-content-container .u-title-box .line i {
  display: block;
  position: absolute;
  left: -0.05rem;
  top: -0.05rem;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #d9e8fd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.page-content-container .s-list {
  margin-top: 0.25rem;
  min-height: 3.5rem;
  *zoom: 1;
}
.page-content-container .s-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.page-content-container .s-list a {
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 14.85294%;
  height: 1.4rem;
  margin-top: 1.617647%;
  margin-left: 2.176472%;
  border-radius: 10px;
  background-color: #f0f6ff;
}
.page-content-container .s-list a:nth-child(6n+1) {
  margin-left: 0;
}
.page-content-container .s-list a:nth-child(-n+6) {
  margin-top: 0;
}
.page-content-container .s-list a .img-container {
  width: 0.44rem;
  height: 0.44rem;
  margin: 0.24rem auto 0.1rem;
  background-color: #2f72da;
  border-radius: 50%;
}
.page-content-container .s-list a .img-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 0.24rem;
}
.page-content-container .s-list a .name {
  padding: 0 0.21rem;
  font-size: 0.18rem;
  line-height: 1.2;
  text-align: center;
}
.page-content-container .s-list a:hover .img-container img {
  animation: rotate360 0.3s ease 0s 1 both;
}
@keyframes rotate360 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.page-content-container .s-list a:hover .name {
  color: #2f72da;
}

@media screen and (max-width: 992px) {
  .page-content-container {
    padding: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
  .page-content-container .u-title-box span {
    margin-right: 0.25rem;
    font-size: 0.35rem;
  }
  .page-content-container .u-title-box .line {
    margin-top: 0.22rem;
    height: 0.02rem;
  }
  .page-content-container .u-title-box .line i {
    top: -0.03rem;
  }
  .page-content-container .s-list {
    margin-top: 0.25rem;
    min-height: auto;
  }
  .page-content-container .s-list a {
    width: calc((100% - 0.5rem) / 3);
    height: 2rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0.25rem;
    margin-bottom: 0.2rem;
  }
  .page-content-container .s-list a:nth-child(6n+1) {
    margin-left: 0;
  }
  .page-content-container .s-list a:nth-child(-n+6) {
    margin-top: 0;
  }
  .page-content-container .s-list a:nth-child(3n+3) {
    margin-right: 0;
  }
  .page-content-container .s-list a .img-container {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0.35rem auto 0.1rem;
    background-color: #2f72da;
    border-radius: 50%;
  }
  .page-content-container .s-list a .img-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 0.24rem;
  }
  .page-content-container .s-list a .name {
    padding: 0 0.21rem;
    font-size: 0.3rem;
    line-height: 1.2;
    text-align: center;
  }
  .page-content-container .s-list a:hover .img-container img {
    animation: rotate360 0.3s ease 0s 1 both;
  }
  @keyframes rotate360 {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  .page-content-container .s-list a:hover .name {
    color: #2f72da;
  }
}