html,
body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
body {
  background: linear-gradient(180deg, #A7D2FF 0%, #F5F5F5 23%, #F5F5F5 100%) #F5F5F5 no-repeat;
}
.more-top {
  width: 87.6%;
  margin: 0 auto;
  font-size: 1.125rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 3.125rem;
  color: #333333;
  text-align: center;
  position: relative;
}
.more-top img {
  width: 12px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.libox {
  width: 93.6%;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.875rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 0.875rem;
}
.libox .libox-text {
  color: #333333;
}
.libox a {
  margin-bottom: 10px;
  width: 48%;
  height: 110px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #fff;
  padding: 16px 5px 10px 16px;
}
.libox a .a-top {
  display: flex;
  align-items: center;
}
.libox a .a-top img {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-right: 12px;
}
.libox a .a-top .libox-text {
  font-size: 1rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 2.75rem;
  color: #333333;
}
@media (min-width:500px) {
.libox a .a-p {
  font-size: 0.9rem !important;
}
}
.libox a .a-p {
  margin-top: 10px;
  font-size: 0.75rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 1rem;
  color: #666666;
}
.libox .zw {
  width: 85px;
}
.middle {
  margin-top: 10px;
  text-align: center;
  color: #999;
  font-size: 0.875rem;
}
.middle a {
  display: block;
  margin-top: 10px;
  color: #999;
}
@media (max-width: 360px) {
  .libox {
    width: 97.6%;
  }
}
