.asideList16 .gp-subLeft {
  position: relative;
  z-index: 1;
  padding: 13px 0px;
}
.asideList16 .gp-subLeft .subLeftTitle {
  padding: 20px;
  display: none;
  color: #007072;
  font-weight: normal;
  text-align: center;
  background: #e1e1e1;
  position: relative;
  margin-bottom: 1px;
}
.asideList16 .gp-subLeft .gp-m-inner-header-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  display: none;
  line-height: 40px;
  transform: translateY(-50%);
}
.asideList16 .gp-subLeft > ul > li {
  position: relative;
  box-sizing: border-box;
}
.asideList16 .gp-subLeft > ul > li > a {
  padding: 17px 10px 17px;
  display: block;
  transition: all 0.35s ease-in-out;
  position: relative;
  position: relative;
  line-height: 1.4;
  margin: 0 22px;
  border-bottom: #d9d9d9 1px dashed;
  text-align: left;
}
.asideList16 .gp-subLeft > ul > li > a:hover {
  color: #007072;
}
.asideList16 .gp-subLeft > ul > li a.active {
  color: #007072;
  padding-left: 40px;
}
.asideList16 .gp-subLeft > ul > li .gp-toggles {
  width: 40px;
  height: 47px;
  position: absolute;
  right: 10px;
  top: 5px;
  line-height: 47px;
  text-align: center;
  cursor: pointer;
  color: #999;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 18px;
}
.asideList16 .gp-subLeft > ul > li .gp-second-nav {
  display: none;
  background-color: #fafafa;
}
.asideList16 .gp-subLeft > ul > li .gp-second-nav dd a {
  display: block;
  padding: 12px 20px;
  color: #666;
  transition: all 0.35s ease-in-out;
  position: relative;
  font-size: 15px;
  margin: 0 22px;
  text-align: center;
  border-bottom: #d9d9d9 1px solid;
}
.asideList16 .gp-subLeft > ul > li .gp-second-nav dd a:hover {
  color: #007072;
}
.asideList16 .gp-subLeft > ul > li .gp-second-nav dd a > span {
  position: relative;
}
.asideList16 .gp-subLeft > ul > li .gp-second-nav dd a.active {
  background-color: #007072;
  color: #fff;
}
@media screen and (max-width: 996px) {
  .asideList16 .gp-subLeft {
    padding-bottom: 0px;
  }
  .asideList16 .gp-subLeft .subLeftTitle {
    display: block;
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
  }
  .asideList16 .gp-subLeft .gp-m-inner-header-icon {
    display: block;
  }
  .asideList16 .gp-subLeft > ul {
    display: none;
  }
  .asideList16 .gp-subLeft > ul > li > a {
    text-align: left;
  }
  .asideList16 .gp-subLeft > ul > li .gp-second-nav dd a {
    text-align: left;
  }
}
.gp-title54 .more {
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 20px;
  color: #007072;
  background: #e7eaf3;
}
.gp-title54 h2 {
  box-sizing: border-box;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.gp-title54 h2::before {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background: #007072;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.gp-title54 h2 a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title54 h2 span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  font-weight: normal;
}
.gp-title54 h2 .gpColumnTitleIcon {
  margin-right: 10px;
}
.gp-teacher19 li::marker {
  content: '';
}
.gp-teacher19 li a {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px 2px rgba(230, 234, 240, 0.68);
  box-sizing: border-box;
  padding: 25px 30px;
}
.gp-teacher19 li a .iconfont {
  line-height: 25px;
  max-width: 24px;
  flex: none;
  color: #007072;
}
.gp-teacher19 li a .right {
  flex: 1;
  margin-left: 20px;
}
.gp-teacher19 li a .right .info {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.gp-teacher19 li a .right .info .name {
  font-weight: bold;
  color: #333333;
  max-width: 50%;
  flex: none;
  flex-shrink: 0;
}
.gp-teacher19 li a .right .info .gpColumnTitle {
  margin-left: 20px;
  font-weight: 400;
  color: #666666;
  box-sizing: border-box;
}
.gp-teacher19 li a .right .summary {
  font-weight: 400;
  color: #666666;
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px dashed #999999;
}
.gp-teacher19 li a:hover {
  background: #007072;
}
.gp-teacher19 li a:hover .iconfont {
  color: #fff;
}
.gp-teacher19 li a:hover .right .info * {
  color: #fff;
}
.gp-teacher19 li a:hover .right .summary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .gp-teacher19 li a {
    padding: 20px;
  }
  .gp-teacher19 li a .right {
    margin-left: 10px;
  }
  .gp-teacher19 li a .right .info .name {
    font-size: 16px;
  }
  .gp-teacher19 li a .right .info .gpColumnTitle {
    margin-left: 10px;
  }
  .gp-teacher19 li a .right .summary {
    margin-top: 15px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .gp-teacher19 li a {
    padding: 20px 15px;
  }
  .gp-teacher19 li a {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 370px) {
  .gp-teacher19 li a {
    padding: 10px;
  }
  .gp-teacher19 li a .right .info {
    flex-direction: column;
    align-items: flex-start;
  }
  .gp-teacher19 li a .right .info .name {
    width: 100%;
    max-width: unset;
  }
  .gp-teacher19 li a .right .info .gpColumnTitle {
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
  }
  .gp-teacher19 li a .right .summary {
    margin-top: 5px;
    padding-top: 5px;
  }
}
