.asideList19 {
  position: relative;
}
.asideList19 .subLeftTitle {
  padding: 30px 10px;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  border-bottom: 5px solid #cfa972;
  color: #333333;
}
.asideList19 .subLeftTitle .subLefttg {
  display: none;
}
.asideList19 .asideListUl {
  overflow: hidden;
  padding-bottom: 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom-right-radius: 16px;
}
.asideList19 .asideListUl li {
  position: relative;
}
.asideList19 .asideListUl li >a {
  padding: 20px 10px 20px;
  color: #222;
  display: block;
  line-height: 1;
  transition: all 0.35s ease-in-out;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
.asideList19 .asideListUl li a.active,
.asideList19 .asideListUl li a:hover {
  background-color: #3744b7;
  color: #fff;
}
.asideList19 .asideListUl li span.gp-toggles {
  display: block;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  position: absolute;
  right: 22px;
  top: 26px;
  color: #666666;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.asideList19 .asideListUl li .gp-second-nav {
  background: #f1f1f1;
  display: none;
}
.asideList19 .asideListUl li .gp-second-nav a {
  display: block;
  padding: 10px 15px 10px 20px;
  border-bottom: 1px dotted #fff;
  transition: all 0.35s ease-in-out;
  position: relative;
}
.asideList19 .asideListUl li .gp-second-nav a.active,
.asideList19 .asideListUl li .gp-second-nav a:hover {
  background-color: #3744b7;
  color: #fff;
}
.asideList19 .asideListUl li.active .gp-toggles {
  color: #fff;
}
@media screen and (max-width: 996px) {
  .asideList19 .subLeftTitle {
    line-height: 1.83;
    text-align: left;
    font-size: 20px;
    position: relative;
    background: #3744b7;
    padding: 0 20px;
    margin-bottom: 0;
    color: #fff;
  }
  .asideList19 .asideListUl {
    display: none;
  }
  .asideList19 .subLeftTitle .subLefttg {
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
  }
  .asideList19 .asideListUl li a {
    padding: 10px 20px !important;
    margin: 0;
    border-bottom: 1px solid #bfbeac;
    font-size: 16px;
  }
  .asideList19 .asideListUl li .gp-second-nav {
    background: rgba(55, 68, 183, 0.4);
  }
  .asideList19 .asideListUl li .gp-second-nav a {
    padding: 5px 35px !important;
  }
  .asideList19 .asideListUl li a::before {
    display: none;
  }
  .asideList19 .asideListUl li span.gp-toggles {
    top: 8px;
  }
}
.gp-title3 {
  border-bottom: 1px solid #3744b7;
  padding: 13px 0;
  margin-bottom: 10px;
}
.gp-title3 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title3 h2 {
  font-weight: normal;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-teacher3 >ul li a {
  background: #F5F5F5;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
}
.gp-teacher3 >ul li a .img {
  width: 130px;
}
.gp-teacher3 >ul li a .img div {
  padding-bottom: 140%;
}
.gp-teacher3 >ul li a .info {
  padding-left: 20px;
  overflow: hidden;
  flex: 1;
}
.gp-teacher3 >ul li a .info div h3 {
  padding: 25px 0 22px;
  color: #333333;
  display: inline-block;
  position: relative;
  margin-right: 28px;
}
.gp-teacher3 >ul li a .info div h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #3744b7;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gp-teacher3 >ul li a .info div h4 {
  color: #666666;
  display: inline-block;
  font-weight: normal;
}
.gp-teacher3 >ul li a .info p {
  color: #999999;
  margin-top: 22px;
  line-height: 1.5;
  display: -webkit-box;
  height: 3em;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width:767px) {
  .gp-teacher3 ul li a .img {
    width: 100px;
  }
  .gp-teacher3 ul li a .info {
    padding-left: 15px;
  }
  .gp-teacher3 ul li a .info div h3 {
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 10px 0;
  }
  .gp-teacher3 ul li a .info div h4 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .gp-teacher3 ul li a .info p {
    margin-top: 10px;
  }
}
