b{
  font-weight: normal;
}
.fl{
  float: left;
}

.school {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}

.school img {
  float: left;
  margin-right: 6px;
  margin-bottom: 7px;
  animation-fill-mode: backwards;
  transition: all .3s linear;

}

.school img:hover {
  transform: scale(1.2);
}

/*线路*/

.map {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 40px 50px 50px 50px;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0 0 5px 5px #eee;
  font-size: 0;
  line-height: 0;
}

.map .mapjianjie {
  margin-top: 50px;
  margin-bottom: 30px;
}

.mapjianjie .addres {
  float: left;
  padding-left: 40px;
  font-size: 20px;
  line-height: 1;
  color: #3d3d3d;
  position: relative;
}

.addres::before {
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  width: 28px;
  height: 28px;
  background: url(/assetsv2/images/campus/addres.png)center center no-repeat;
}

.mapjianjie .phone {
  float: left;
  padding-left: 40px;
  font-size: 20px;
  line-height: 1;
  color: #3d3d3d;
  position: relative;
  font-weight: bold;
  margin-left: 40px;
}

.phone::before {
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  width: 28px;
  height: 28px;
  background: url(/assetsv2/images/campus/phone.png)center center no-repeat;
}

.map h5 {
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  color: #3D3D3D;
  margin-bottom: 20px;
  position: relative;
}

.map h5::before {
  content: '';
  width: 800px;
  height: 3px;
  position: absolute;
  top: -30px;
  left: 0;
  background: url(/assetsv2/images/campus/line.png)center center no-repeat;
}

.map p {
  font-size: 16px;
  line-height: 1;
  color: #3d3d3d;
  margin-bottom: 30px;
}

.map p span {
  display: inline-block;
  width: 90px;
  text-align-last: justify;
  text-align: justify;
}

.map p b {
  margin-left: 106px;
  line-height: 1.7;
}
