.bg-cover {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-cover img {
  width: 100%;
  height: 100%;
}
.inner-bt {
  margin-bottom: 2%;
  position: relative;
}
.common-content {
  float: left;
  width: 100%;
  min-height: 200px;
  padding-bottom: 10px;
}
.common-left {
  float: left;
  width: 17.15%;
  position: absolute;
  top: -142px;
  left: 0;
}
/* .local-title:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 20px;
} */
/* 左侧栏 */
/* 二级 */
.navlist2 {
  background-color: #EBF2F9;
  border-top: 4px solid #CDA139;
  padding-top: 19px;
  padding-left: 10px;
  position: relative;
}
/* .navlist2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 254px;
  height: 113px;
  background-image: url('../images/leftbar_bg_2.png');
  background-repeat: no-repeat;
} */
.navlist2_bg {
  width: 100%;
  height: 229px;
  background-color: #EBF2F9;
  position: relative;
}
.navlist2_bg img {
  width: 254px;
  height: 113px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.navlist2 .active.has-sub > a {
  position: relative;
  background-color: #fff;
  color: #087181 !important;
  border-bottom: 1px solid #eeeeee;
}
.navlist2 .has-sub > a:after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 15px;
  background-color: #e7ad31;
}
/* 三级 */
.navlist2 .thr-sub {
  position: relative;
  background-color: #fff;
  padding: 10px 0;
}
.thr-sub li a {
  font-weight: 900;
  font-size: 14px;
  color: #000;
  padding: 10px 20px 10px 45px;
  position: relative;
}
.checked {
  background-color: #fff !important;
  color: #087181 !important;
  font-weight: 800;
}
.thr-sub .checked:after {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #2A91B1 !important;
}
/* 右侧两条边框 */
.common-local {
  position: relative;
}
.orientation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #DCDCDC;
  height: 50px;
}
.orientation .title {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
}
.orientation .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #087181;
}
.orientation .title .img {
  width: 36px;
  height: 30px;
  margin-right: 12px;
}
.orientation .title .img img {
  width: 100%;
  height: 100%;
}
.orientation .title h4 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
.boder {
  display: inline-block;
  width: 12px;
  height: 14px;
}
.boder img {
  width: 100%;
  height: 100%;
}
.footer-all {
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 35px;
  padding: 30px 0;
}
.teacher_list .professional {
  margin-top: 38px;
  margin-bottom: 18px;
  height: 48px;
  background: #4CA2BD;
  border-radius: 4px;
  width: 100%;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 48px;
  padding: 0 17px;
}
.teacher_list .professional:nth-child(1) {
  margin-top: 0;
}
.teacher_list .professional span {
  display: inline-block;
  margin-right: 17px;
}
.teacher_list ul li {
  float: left;
  width: 11.95%;
  height: 42px;
  background: #FFFFFF;
  margin-right: 2.7%;
  margin-bottom: 20px;
}
.teacher_list ul li:nth-child(7n) {
  margin-right: 0;
}
.teacher_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 42px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}
.teacher_list ul li a:hover {
  border: 1px solid #2A91B1;
  color: #157E9F;
}
.teacher_search .input_group {
  width: 274px;
  height: 42px;
  display: flex;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  overflow: hidden;
}
.teacher_search .searchInp {
  width: calc(100% - 54px);
  height: 40px;
  background: #F3F3F3;
  padding-left: 28px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #585858;
}
.teacher_search .input_group_btn {
  width: 54px;
  background: #2A91B1;
  position: relative;
  cursor: pointer;
}
.teacher_search .input_group_btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.teacher_search .input_group_btn .searchButton {
  width: 54px;
  background: #2A91B1;
}
.xrld_list ul li {
  float: left;
  width: 10.7%;
  height: 250px;
  background: #eee;
  margin: 2% 2.85% 2.6%;
}
.xrld_list ul li:hover .text {
  background: #187fc9;
}
.xrld_list ul li:hover .text h4,
.xrld_list ul li:hover .text p {
  color: #fff;
}
.xrld_list ul li a {
  display: block;
}
.xrld_list ul li a .img {
  width: 100%;
  height: 185px;
}
.xrld_list ul li a .img img {
  width: 100%;
  height: 100%;
}
.xrld_list ul li a .text {
  background-color: #eeeeee;
}
.xrld_list ul li a .text h4 {
  padding: 0 12px;
  border-left: 3px solid #62a5d6;
  font-size: 16px;
  color: #187fc9;
  transition: all 0.2s ease-in;
  text-align: left;
}
.xrld_list ul li a .text h4 span {
  border-bottom: 1px dashed #dcdcdc;
  height: 35px;
  line-height: 35px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xrld_list ul li a .text p {
  padding: 0 12px;
  border-left: 3px solid #adcce3;
  font-size: 13px;
  color: #333;
  transition: all 0.2s ease-in;
  text-align: left;
}
.xrld_list ul li a .text p span {
  height: 30px;
  line-height: 30px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  .xrld_list ul li {
    width: 13.7%;
  }
}
@media (max-width: 1200px) {
  .xrld_list ul li {
    width: 17.7%;
  }
}

@media (max-width: 992px) {
  .common-left {
    width: 100%;
    position: inherit;
  }
}
@media (max-width: 500px) {
  .orientation .title {
    width: 25%;
  }
  .orientation .title .img {
    width: 25px;
    height: 25px;
    margin-right: 0;
  }
  .orientation .title h4 {
    font-size: 14px;
  }
  .common-list > li.list-S > a > p {
    width: 76%;
  }
  .teacher_list ul li,
  .teacher_list ul li:nth-child(7n) {
    width: 30%;
    margin-right: 2.5%;
  }
  .teacher_list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .teacher_search .input_group {
    width: 240px;
  }

  .xrld_list ul li {
    width: 44%;
  }
}
