#schoolList {
  box-sizing: border-box;
  padding: 0 1.2rem 1rem;
}
#schoolList .s-title {
  box-sizing: border-box;
  padding-top: 1rem;
  border-bottom: .1rem solid #e6e6e6;
}
#schoolList .s-title > ul {
  display: flex;
  justify-content: space-between;
}
#schoolList .s-title > ul li {
  width: 33.33%;
  padding-bottom: .6rem;
}
#schoolList .s-title > ul li:last-child p {
  border-right: none;
}
#schoolList .s-title > ul li > p {
  text-align: center;
  width: 100%;
  height: 1.5rem;
  box-sizing: border-box;
  border-right: .1rem solid #e6e6e6;
  font-size: 1.2rem;
}
#schoolList .s-title > ul li > p img {
  width: .9rem;
  height: .45rem;
  margin-left: .4rem;
  transform: translateY(-0.2rem);
}
#schoolList .s-title > ul li .con-wrap {
  display: none;
}
#schoolList .s-title .label {
  display: flex;
  justify-content: space-between;
  padding: .6rem 0;
  border-bottom: .1rem solid #e6e6e6;
}
#schoolList .s-title .label p {
  width: 7rem;
  height: 2rem;
  box-sizing: border-box;
  border: .1rem solid #ccc;
  border-radius: .2rem;
  text-align: center;
  line-height: 2rem;
}
#schoolList .s-title .label .active {
  background-color: #eba327;
  border-color: #eba327;
  color: #fff;
}
#schoolList .h-b-body ul {
  width: 100%;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
#schoolList .h-b-body ul .more {
  display: block;
  width: 100%;
  height: 3rem;
  background-color: #f5f5f5;
  line-height: 3rem;
  text-align: center;
  font-size: 1rem;
  color: #656565;
  margin-top: 1rem;
}
#schoolList .h-b-body ul li {
  padding-top: 1rem;
  padding-bottom: .5rem;
  border-bottom: .01rem solid #e5e5e5;
}
#schoolList .h-b-body ul li .top {
  display: flex;
}
#schoolList .h-b-body ul li:last-of-type {
  border-bottom: none;
}
#schoolList .h-b-body ul li a {
  display: flex;
}
#schoolList .h-b-body ul li .pos {
  display: inline-block;
  font-size: .8rem;
  color: #999;
  padding: .4rem .8rem;
  background-color: #f5f5f5;
  border-radius: 1rem;
  margin-top: .4rem;
}
#schoolList .h-b-body ul li .pos img {
  width: .8rem;
  transform: translateY(0.1rem);
}
#schoolList .h-b-body ul li .img {
  width: 8.5rem;
  height: 6.3rem;
  background-color: #ccc;
  overflow: hidden;
  border-radius: .7rem;
  flex-shrink: 0;
  min-width: 0;
}
#schoolList .h-b-body ul li .img img {
 width: 8.5rem;
  height: 6.3rem;
}
#schoolList .h-b-body ul li .con {
  flex: 1;
  margin-left: .8rem;
}
#schoolList .h-b-body ul li .con h3 {
  font-size: 1.3rem;
}
#schoolList .h-b-body ul li .con .xz {
  margin: .5rem 0;
}
#schoolList .h-b-body ul li .con .xz span {
  position: relative;
  padding: .2rem .7rem;
  font-size: .8rem;
  margin-right: .5rem;
}
#schoolList .h-b-body ul li .con .xz span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  border-radius: 2rem;
  border: 1px solid;
  transform-origin: 0 -5%;
  transform: scale(0.5);
}
#schoolList .h-b-body ul li .con .xz span:nth-of-type(odd) {
  border-color: #ed5d2b;
  color: #ed5d2b;
}
#schoolList .h-b-body ul li .con .xz span:nth-of-type(even) {
  border-color: #00b2fc;
  color: #00b2fc;
}
#schoolList .h-b-body ul li .con .rz {
  display: flex;
  flex-wrap: wrap;
  color: #333;
  line-height: 1.5rem;
}
#schoolList .h-b-body ul li .con .rz span {
  margin-right: .4rem;
  font-size: .9rem;
  color: #666;
  white-space: nowrap;
}
