.c_f4f {
  background: #F4F6F9;
}


.mzl_wrap {
  /* background: #F4F6F9; */
}

.mzl_crumb {
  height: 44px;
  line-height: 44px;
}


.mzl_crumb span {
  font-size: 14px;
  color: #555;
  padding-right: 30px;
  cursor: pointer;
  background: url(../images/bz_smart_education0815/right.png) no-repeat center right 10px;
}

.mzl_crumb span.on {
  color: #b2b2b2;
  background: none;
}

.mzl_info_box {
  padding: 24px 20px 40px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
}

.mzl_search_box {
  display: flex;
  align-items: center;
}

.qjf_selecur p,
.qjf_seleautocur p {
  font-size: 14px;
  background: url(../images/bz_smart_education0815/down.png) no-repeat right center;
}

.mzl_search_box .search_box {
  display: flex;
  align-items: center;
  padding-left: 12px;
  width: 220px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #DEE4EB;
  background: #FFF;
  box-sizing: border-box;
}

.mzl_search_box .search_box .search_ico {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/bz_smart_education0815/search.png) no-repeat center;
}

.mzl_search_box .search_box input {
  margin-left: 8px;
  border: none;
  font-size: 14px;
}

.mzl_button {
  width: 80px;
  height: 32px;
  background: #0085FF;
  color: #FFF;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.info_list {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info_list li {
  margin-bottom: 20px;
  padding: 18px 20px 20px 20px;
  width: 275px;
  height: 109px;
  background: linear-gradient(180deg, rgba(0, 194, 255, 0.1) 0%, rgba(0, 194, 255, 0.00) 36.70%, rgba(0, 194, 255, 0.00) 100%);
  /* opacity: .1; */
  border: 1px solid #e9eff5;
  box-sizing: border-box;
}

.info_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.info_list li .names {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
}

.info_list li .names::before {
  position: absolute;
  left: -20px;
  top: 4px;
  content: '';
  width: 3px;
  height: 20px;
  background: #3370FF;
  ;
}

.info_list li .school {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  line-height: 27px;
}

.info_list li .tel {
  color: #666;
  font-size: 14px;
  line-height: 27px;
}

.mgt40 {
  margin-top: 20px;
}


/* 11.01 */
.koi_bz_table {
  font-family: "PingFang SC";
  width: 100%;
  border-collapse: collapse;
}

.koi_bz_table tr th {
  font-size: 14px;
  border-top: 1px solid #E6EBF1;
  height: 40px;
  padding: 10px 25px;
  box-sizing: border-box;
}

.koi_bz_table tr td {
  height: 56px;
  padding: 10px 25px;
  box-sizing: border-box;
  color: #000;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
}

.koi_bz_table .item {
  border-bottom: 1px solid #E6EBF1;
  border-left: 1px solid #E6EBF1;
  border-right: 1px solid #E6EBF1;
  background: #FFF;

}
.koi_bz_table tr.item.bg_hover:hover{
  background: #F4F6F9;
  cursor: pointer;
}
.koi_bz_table th {
  color: #555;
  font-family: PingFang SC;
  font-size: 14px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 4px;
  background-color: #F4F6F9;
  color: #555;
}

.koi_bz_table tr.alt td {
  color: #000000;
  background-color: #EAF2D3;
}

/* 11.01 */