/*侧边栏*/
.asideList9 .gp-subLeft {
  position: relative;
}
.asideList9 .gp-subLeft .subLeftTitle {
  line-height: 28px;
  position: relative;
  text-align: center;
  background: #942c2c;
  border-radius: 30px 0 30px 0;
  margin-right: 20px;
  color: #fff;
  padding: 21px;
}
.asideList9 .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%);
}
.asideList9 .gp-subLeft > ul {
  background: #eef6ff;
  padding: 70px 0;
  margin-left: 20px;
  margin-top: -50px;
  border-bottom-right-radius: 50px;
}
.asideList9 .gp-subLeft > ul > li {
  position: relative;
}
.asideList9 .gp-subLeft > ul > li > a {
  display: block;
  transition: all 0.35s ease-in-out;
  padding: 12px 30px;
  text-align: center;
}
.asideList9 .gp-subLeft > ul > li > a.active {
  color: #942c2c;
  font-weight: bold;
}
.asideList9 .gp-subLeft > ul > li.active >a {
  color: #942c2c;
  font-weight: bold;
}
.asideList9 .gp-subLeft > ul > li .gp-toggles {
  font-size: 12px;
  font-size: 1.2rem;
  width: 25px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 9px;
  top: 0;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  display: block;
  color: rgba(148, 44, 44, 0.7);
}
.asideList9 .gp-subLeft > ul > li .gp-second-nav {
  font-size: 14px;
  display: none;
}
.asideList9 .gp-subLeft > ul > li .gp-second-nav dd {
  position: relative;
}
.asideList9 .gp-subLeft > ul > li .gp-second-nav dd a {
  display: block;
  position: relative;
  padding: 7px 30px;
  transition: all 0.35s ease-in-out;
  text-align: center;
}
.asideList9 .gp-subLeft > ul > li .gp-second-nav dd a.active {
  color: #942c2c;
}
@media screen and (max-width:996px) {
  .asideList9 .gp-subLeft .subLeftTitle {
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
    border-radius: 15px 0 15px 0;
    margin: 0;
  }
  .asideList9 .gp-subLeft .gp-m-inner-header-icon {
    display: block;
  }
  .asideList9 .gp-subLeft > ul {
    display: none;
    padding: 0;
    margin: 0;
  }
  .asideList9 .gp-subLeft > ul >li >a {
    padding: 5px 10px 5px 30px;
    font-size: 14px;
    text-align: left;
  }
  .asideList9 .gp-subLeft > ul >li >a.active {
    border-bottom: none;
  }
  .asideList9 .gp-subLeft > ul >li .gp-toggles {
    height: 28px;
    line-height: 28px;
  }
  .asideList9 .gp-subLeft > ul >li .gp-second-nav {
    background: none;
  }
  .asideList9 .gp-subLeft > ul >li .gp-second-nav dd a {
    padding: 5px 10px 5px 50px;
    font-size: 14px;
    text-align: left;
  }
}
.block-list82 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 33px;
  width: 100%;
  overflow: hidden;
}
.block-list82 h2 {
  color: #942c2c;
  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: #942c2c;
  opacity: 1;
  filter: alpha(opacity=100);
}
.gp-teacher11 {
  overflow: hidden;
  padding: 25px 0 0;
}
.gp-teacher11 .wrap_content {
  position: relative;
}
.gp-teacher11 .wrap_content >ul {
  overflow: hidden;
  margin: 0 -14px;
}
.gp-teacher11 .wrap_content >ul li {
  margin-bottom: 55px;
  transition: all 0.3s ease-in-out;
}
.gp-teacher11 .wrap_content >ul li a {
  display: block;
  margin: 0 14px 0;
  position: relative;
  overflow: hidden;
}
.gp-teacher11 .wrap_content >ul li a .left {
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.gp-teacher11 .wrap_content >ul li a .left .img {
  padding-bottom: 140%;
}
.gp-teacher11 .wrap_content >ul li a .right {
  border: 1px solid #e6e6e6;
  border-radius: 0 20px 0 0;
  margin: 31px 0 0;
  padding: 27px 29px 29px 230px;
  text-align: justify;
  position: relative;
  z-index: 2;
}
.gp-teacher11 .wrap_content >ul li a .right .title {
  margin: 0 0 14px;
  line-height: 1.3;
  height: 5.2em;
  overflow: hidden;
  color: #333333;
  position: relative;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.gp-teacher11 .wrap_content >ul li a .right .title::after {
  content: "";
  background: #dedede;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 0 0 40px;
}
.gp-teacher11 .wrap_content >ul li a .right .info {
  line-height: 1.5;
  height: 7.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #757575;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.gp-teacher11 .wrap_content >ul li a .right::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background: #942c2c;
  position: absolute;
  bottom: -1px;
  left: 200px;
}
.gp-teacher11 .wrap_content >ul li:hover {
  transform: translateY(8px);
}
@media screen and (max-width: 767px) {
  .gp-teacher1 .wrap_content ul li a .right .title {
    height: auto;
  }
  .gp-teacher1 .sub_top .sub_menu_1 li a {
    margin: 0 10px 0;
  }
}
@media screen and (max-width: 479px) {
  .gp-teacher1 .wrap_content ul li a .left {
    width: 150px;
  }
  .gp-teacher1 .wrap_content ul li a .right .info {
    height: auto;
    max-height: 7.5em;
  }
  .gp-teacher1 .wrap_content ul li a .right {
    padding: 27px 29px 29px 175px;
  }
}
