.school_search {
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px 20px 50px;
}

.school_search_top {
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.school_search_row {
  display: none;
}

.highlight {
  display: table-row;
}

.sst_input {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
}

.sst_input label {
  display: flex;
  align-items: center;
}

.sst_input label span {
  font-size: 16px;
}

.sst_input label input {
  width: 210px;
  height: 40px;
  font-size: 15px;
  background-color: #F4F4F4;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  padding: 0 16px;
}

.sst_input label:first-child input {
  width: 250px;
}

.school_search_top button {
  flex-shrink: 0;
  width: 178px;
  height: 40px;
  background-color: #F65742;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  line-height: 40px;
  cursor: pointer;
}

.school_search_result table {
  width: 100%;
  table-layout: auto;
}

.school_search_result table th {
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  background-color: #f65742;
}

.school_search_result table td {
  word-break: break-word;
  max-width: 404px;
  height: 60px;
  text-align: center;
  font-size: 14px;
}

.school_search_result table th,
.school_search_result table td {
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  padding: 10px 20px;
}