.tingzhao {
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
  background-color: #b5b5b5;
  padding: 3px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.bmlc > img {
  margin: 0;
}


.jianjie {
  position: relative;
}

.school_juli {
  margin-top: 20px
}

.school_title {
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
}

.school_title + div {
  display: inline-block;
}

.school_title + div > a {
  display: block;
  background: url(/statics/img/anbin/schoolContacts.png) no-repeat;
  text-decoration: none;
  color: #ffffff;
  width: 166px;
  text-align: center;
  position: absolute;
  right: -39px;
  top: 65px;
}

.school-info {
  margin: 20px 0;
  display: flex;
  align-items: center;
}

.school-info > li {
  padding-left: 25px;
  white-space: nowrap;
}

.school-info > li:first-child {
  padding: 0;
}

.school_img {
  width: 18px;
  height: 18px;
  margin: 0 !important;
  padding: 0 0 3px 0;
}

.school_img + b {
  width: 105px;
  height: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  padding-left: 8px;
}

.noIndent {
  text-indent: 0 !important;
}

.lcOne {
  width: 830px;
  height: 110px;
  background: #F0F8FF;
}

.lcTwo {
  padding: 10px 30px;
  margin: 0 auto;
  box-sizing: border-box;
}

.lcThree {
  background: url(/statics/img/anbin/schoolLc.png) no-repeat;
  background-position: 0 35px;
  display: flex;
  width: 100%;
  align-items: center;
}

.lcThree > div {
  text-align: center;
  margin-right: 20px;
}

.lcThree span {
  font-size: 12px;
  font-weight: 400;
  color: #3E3F3F;
}

.lcThree a {
  width: 110px;
  display: block;
  height: 30px;
  background: #2F7DF2;
  border-radius: 15px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 20px;
  /*transition: transform .3s;*/
}

.lcThree a:hover {
  text-decoration: none;
  background-color: #5FB878;
  transform: scale(1.1);
}