.block-list82 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 33px;
  width: 100%;
  overflow: hidden;
}
.block-list82 h2 {
  color: #17573D;
  line-height: 2.2;
  position: relative;
  display: inline-block;
}
.block-list82 .gp-bread {
  float: right;
  text-align: right;
  color: #999;
  height: auto;
  line-height: 20px;
  padding: 10px 0;
  overflow: hidden;
}
.block-list82 .gp-bread span {
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.block-list82 .gp-bread a {
  color: #999;
}
.block-list82 .gp-bread a:hover {
  color: #17573D;
  opacity: 1;
  filter: alpha(opacity=100);
}


.horizontalMenu1 {
  text-align: center;
}
.horizontalMenu1 ul li a {
  padding: 12px 0;
  margin: 0 30px;
  display: inline-block;
  transition: all 0.35s ease-in-out;
  position: relative;
  line-height: 1.4;
  vertical-align: middle;
}
.horizontalMenu1 ul li a::before {
  content: '';
  width: 0;
  bottom: 0;
  height: 2px;
  left: 50%;
  transition: all 0.35s ease-in-out;
  background-color: #17573D;
  position: absolute;
}
.horizontalMenu1 ul li a:hover {
  color: #17573D;
}
.horizontalMenu1 ul li a.active {
  color: #17573D;
}
.horizontalMenu1 ul li a.active::before {
  width: 100%;
  left: 0;
}

@media screen and (max-width:996px) {
  .horizontalMenu1 ul{
    display: flex;
    justify-content: center;
  }
  .horizontalMenu1 ul li a{
    margin: 0;
  }
  .block-list82 .gp-bread{
    position: absolute;
    font-size: 0.7em;
    right: 2em;
  }

}

.gp-teacher7 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content:left;
  gap:5px;
}
.gp-teacher7 ul li {
    width: 33%;
    height: 9em;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    min-width: 300px;
}
.gp-teacher7 ul li a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.gp-teacher7 ul li a .img {
  position: absolute;
  width: 6em;
  height: 100%;
  left: 0;
}
/* .gp-teacher7 ul li a .img span {
  padding-bottom: 100%;
} */
.gp-teacher7 ul li a h3 {
  color: #333333;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 1.8em;
  width: 30%;
  line-height: 1.32;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin: 0.6em 0 0.6em 0;
  border-bottom: 1px solid #c4c4c4;
}
.gp-teacher7 >ul li a p {
  color: #666666;
  line-height: 1.5;
  height: 1.5em;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  /* margin-bottom: 0.8em; */
}

p.gp-f20.position {
}
.gp-teacher7 ul li a >span {
  display: block;
  text-align: right;
  color: #999999;
}
.gp-teacher7 >ul li a:hover {
  /* box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.3); */
}
.gp-teacher7 ul li a:hover h3,
.gp-teacher7 ul li a:hover p,
.gp-teacher7 ul li a:hover span {
  color: #17573d;
}

.gp-f20.teacherInfo p {
  /* border: 1px solid; */
  font-size: 0.9em;
  line-height: 1.32;
  height: 1.8em;
}

.gp-f20.teacherInfo {
  position: absolute;
  width: 18em;
  height: 100%;
  text-align: left;
  margin: 0 0 0 6.5em;
  transition: all 0.3s ease-in-out;
}

.gp-avg-sm-3 a:hover .gp-f20.teacherInfo {
  transform: scale(1.01);
}

@media screen and (max-width:996px) {
  .gp-teacher7 ul {
    margin: 0 -7px;
  }
  .gp-teacher7 ul li{
    width: 90%;
    margin: 0 auto;
    height: 8em;
  }
  .gp-teacher7 ul li a {
    margin: 0;
  }
  .gp-teacher7 ul li a .img {
    width: 80px;
    /* top: -40px; */
    right: 15px;
  }
  .gp-teacher7 ul li a h3{
    height: 1.5em;
  }
  .gp-f20.teacherInfo{
    margin-left: 6em;
  }
  .gp-f20.teacherInfo p{
    height: 1.5em;
    font-size: 0.9em;
  }
}