.school_header {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #D0DBE6, #E7EAF1, #E4E8EF);
}

.school_header span {
  font-size: 24px;
  font-weight: bold;
}

.school_search {
  display: flex;
  align-items: center;
  margin: 20px 0 30px;
}

.school_search h1 {
  font-size: 20px;
  margin-right: 20px;
  flex-shrink: 0;
}

.school_search h1 span {
  color: #E70012;
}

.school_search form {
  flex: 1;
  height: 44px;
  display: flex;
  align-items: center;
  background-color: #F6F6F6;
}

.school_search form input {
  flex: 1;
  height: 100%;
  padding: 0 12px;
}

.school_search form button {
  width: 44px;
  height: 100%;
  cursor: pointer;
}

.school_search form button svg {
  width: 18px;
  height: 18px;
  fill: #999;
}

.school_container {
  display: flex;
}

.shb_item .checked {
  font-weight: bold;
  color: #E70012;
}

.school_content {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
}

.school_list {
  padding-bottom: 30px;
}

.school_list li {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
}

.school_list li + li {
  margin-top: 10px;
}

.school_logo {
  width: 80px;
  height: 80px;
  margin-right: 18px;
}

.school_logo img {
  width: 100%;
  height: 100%;
}

.school_infos {
  font-size: 12px;
  color: #999;
  margin-right: auto;
}

.school_infos h2 {
  font-size: 18px;
}

.school_infos div {
  margin-top: 12px;
}

.school_infos div > span {
  margin-right: 2em;
}

.school_infos span span {
  color: #333;
}

.school_bmbtn {
  width: 100px;
  height: 36px;
  opacity: 0.8;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  background-color: #E70012;
}

.school_bmbtn:hover {
  opacity: 1;
  text-decoration: none;
}

.school_content .list_pages {
  margin: 42px 0;
}




.school_aside {
  width: 320px;
  margin-left: 10px;
}

.school_aside > div + div {
  margin-top: 10px;
}