.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: #94070a;
  color: #fff;
}
.asideList19 .asideListUl li span.gp-toggles {
  display: block;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 20px;
  color: #fff;
  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: #94070a;
  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: #94070a;
    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(148, 7, 10, 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 #94070a;
  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-teacher5 {
  overflow: hidden;
}
.gp-teacher5 > ul {
  margin: 0 -10px 0;
  overflow: hidden;
}
.gp-teacher5 > ul li {
  margin-bottom: 25px;
}
.gp-teacher5 > ul li a {
  display: block;
  margin: 0 10px;
}
.gp-teacher5 > ul li a .img {
  padding-bottom: 119.5%;
}
.gp-teacher5 > ul li a .title {
  margin: 3px 0 0;
  height: 1.8em;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-align: center;
}
.gp-teacher5 > ul li a p {
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 2.1em;
  line-height: 2.1;
}
@media screen and (max-width:479px) {
  .gp-teacher5 > ul li {
    margin-bottom: 0;
  }
  .gp-teacher5 > ul li a {
    margin: 0 8px;
  }
  .gp-teacher5 > ul {
    margin: 0 -8px;
  }
}
