* {
  behavior: url("css/PIE.htc");
}

.school-info {
  position: relative;
  box-sizing: border-box;
  width: 1200px;
  height: 764px;
  margin: 0 auto;
  font-size: 14px;
  background-color: #FFF;
  border-radius: 4px;
}

.nav {
  width: 1160px;
  height: 13px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #A8A8A8;
  line-height: 26px;
  padding: 20px;
  margin: 0 auto;
  background-color: #fff;
  border-bottom: 1px solid #E8EAEE;
  border-radius: 4px 4px 0 0;
}

.first-title {
  color: #A8A8A8;
}

.first-title:hover {
  cursor: pointer;
}

.second-title {
  color: #2489e8;
}


.search-option {
  width: 1180px;
  background-color: #fff;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-top: 10px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
}

.place-select,
.section-select {
  width: 130px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
}

.search-school {
  width: 219px;
  height: 36px;
  padding: 0 30px 0 10px;
  /* box-sizing: border-box; */
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  line-height: 36px;
}

.el-icon-search {
  margin-left: -30px;
}

/* .el-icon-search:hover {
  cursor: pointer;
} */

.search-school-btn {
  width: 80px;
  height: 36px;
  line-height: 36px;
  color: #FFF;
  background-color: #2489E8;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}


.no-school {
  margin-top: 115px;
}

.school-list {
  /* display: flex; */
  /* box-sizing: border-box; */
  width: 1180px;
  height: 574px;
  /* height: 60px; */
  padding-left: 20px;
  background-color: #fff;
  margin: 0 auto;
  /* flex-wrap: wrap;
  justify-content: space-between; */
}

.school-item {
  float: left;
  width: 270px;
  height: 60px;
  margin-bottom: 20px;
  margin-right: 22px;
  background: #F5FDFF;
  border: 1px solid #DCDFE6;
  border-radius: 10px;
  overflow: hidden;
}
.schoolLine{
  line-height: 36px;
}

.position-icon {
  float: left;
  width: 65px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  border-right: 1px solid #DCDFE6;
  border-radius: 10px 0 0 10px;
  text-align: center;
  cursor: pointer;
  background: url(../img/mapicon.png) no-repeat center #fff;
}
.school-item a:hover .position-icon{
  background: url(../img/mapiconH.png) no-repeat center #2489e8;
}



.school-detail-info {
  float: left;
  box-sizing: border-box;
  width: 200px;
  height: 49px;
  padding: 12px 14px;
  cursor: pointer;
  overflow: hidden;
}

.school-name {
  word-wrap: break-word;
}

.school-no {
  color: #999;
  word-wrap: break-word;
}
.school-detail-info:hover .school-name,.school-detail-info:hover .school-no{
  color: #2489E8;
}

.page {
  width: 1200px;
  height: 40px;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  display: none;
}

.page-change {
  /* float: right; */
  margin-right: 270px;
}

.page-btn {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #E3E1E2;
  color: #555;
  border: none;
  border-radius: 4px;
}

.page-btn:hover {
  cursor: pointer;
}

.page-btn-item+.page-btn-item {
  margin-left: 3px;
}

.jump-page-btn {
  width: 66px;
  height: 32px;
  border: 1px solid #BCBCBC;
  background-color: #fff;
  cursor: pointer;
}
.jumpH:hover{
  border-color: #2489E8;
  color: #2489E8;
}

.first-page {
  margin-left: 400px;
}

.last-page {
  margin-right: 10px;
}

.first-page,
.last-page {
  width: 50px;
  height: 30px;
}

.page-select {
  width: 66px;
  height: 30px;
}

.compute-record {
  /* float: right; */
  margin-right: 10px;
}

.clear {
  clear: both;
}

