﻿#schoolList {
  box-sizing: border-box;
  padding: 0 0.288rem 0.24rem;
}
#schoolList .s-title {
  box-sizing: border-box;
  padding-top: 0.24rem;
  border-bottom: .024rem solid #e6e6e6;
}
#schoolList .s-title > ul {
  display: flex;
  justify-content: space-between;
}
#schoolList .s-title > ul li {
  width: 33.33%;
  padding-bottom: .156rem;
}
#schoolList .s-title > ul li:last-child p {
  border-right: none;
}
#schoolList .s-title > ul li > p {
  text-align: center;
  width: 100%;
  height: 0.36rem;
  box-sizing: border-box;
  border-right: .024rem solid #e6e6e6;
  font-size: 0.288rem;
}
#schoolList .s-title > ul li > p img {
  width: .216rem;
  height: .108rem;
  margin-left: .096rem;
  transform: translateY(-0.048rem);
}
#schoolList .s-title > ul li .con-wrap {
  display: none;
}
#schoolList .s-title .label {
  display: flex;
  justify-content: space-between;
  padding: .144rem 0;
  border-bottom: .024rem solid #e6e6e6;
}
#schoolList .s-title .label p {
  width: 1.68rem;
  height: 0.48rem;
  box-sizing: border-box;
  border: .024rem solid #ccc;
  border-radius: .048rem;
  text-align: center;
  line-height: 0.48rem;
}
#schoolList .s-title .label .active {
  background-color: #eba327;
  border-color: #eba327;
  color: #fff;
}
#schoolList .h-b-body ul {
  width: 100%;
  padding-bottom: 0.24rem;
  padding-top: 0.24rem;
}
#schoolList .h-b-body ul .more {
  display: block;
  width: 100%;
  height: 0.72rem;
  background-color: #f5f5f5;
  line-height: 0.72rem;
  text-align: center;
  font-size: 0.24rem;
  color: #656565;
  margin-top: 0.24rem;
}
#schoolList .h-b-body ul li {
  padding-top: 0.24rem;
  padding-bottom: .12rem;
  border-bottom: .0024rem 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: .192rem;
  color: #999;
  padding: .096rem .192rem;
  background-color: #f5f5f5;
  border-radius: 0.24rem;
/*  margin-top: .96rem;*/
}
#schoolList .h-b-body ul li .pos img {
  width: .192rem;
/*  transform: translateY(0.24rem);*/
}
#schoolList .h-b-body ul li .img {
  width: 2.04rem;
  height: 2.04rem;
  background-color: #ccc;
  overflow: hidden;
  border-radius: .168rem;
  flex-shrink: 0;
  min-width: 0;
  margin-top: 0.26rem;
}
#schoolList .h-b-body ul li .img img {
  width: 100%;
}
#schoolList .h-b-body ul li .con {
  flex: 1;
  margin-left: .192rem;
}
#schoolList .h-b-body ul li .con h3 {
  font-size: 0.312rem;
}
#schoolList .h-b-body ul li .con .xz {
  margin: .12rem 0;
}
#schoolList .h-b-body ul li .con .xz span {
  position: relative;
  padding: .048rem .192rem;
  font-size: .192rem;
  margin-right: .144rem;
}
#schoolList .h-b-body ul li .con .xz span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  border-radius: 0.48rem;
  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: 0.36rem;
}
#schoolList .h-b-body ul li .con .rz span {
  margin-right: .096rem;
  font-size: .216rem;
  color: #666;
  white-space: nowrap;
}
