/*侧边栏*/
.asideList11 .gp-subLeft {
  position: relative;
}
.asideList11 .gp-subLeft .subLeftTitle {
  padding: 25px 0 25px 40px;
  color: #fff;
  background: #ba2528;
  position: relative;
  margin-bottom: 1px;
}
.asideList11 .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%);
}
.asideList11 .gp-subLeft > ul > li {
  position: relative;
}
.asideList11 .gp-subLeft > ul > li > a {
  padding: 18px 40px;
  display: block;
  transition: all 0.35s ease-in-out;
  position: relative;
  position: relative;
  line-height: 1.4;
  background: #f0f2f7;
  color: #444;
}
.asideList11 .gp-subLeft > ul > li > a:hover {
  color: #ba2528;
  background-color: #fff;
  margin-right: 0;
  font-weight: bold;
}
.asideList11 .gp-subLeft > ul > li > a.active {
  color: #ba2528;
  background-color: #fff;
  margin-right: 0;
  font-weight: bold;
  border-bottom: 1px solid #ba2528;
}
.asideList11 .gp-subLeft > ul > li .gp-toggles {
  width: 40px;
  height: 53px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  color: #999;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 18px;
}
.asideList11 .gp-subLeft > ul > li a.active + span.gp-toggles {
  color: #ba2528 !important;
}
.asideList11 .gp-subLeft > ul > li .gp-second-nav {
  display: none;
}
.asideList11 .gp-subLeft > ul > li .gp-second-nav dd a {
  display: block;
  padding: 13px 15px 13px 50px;
  color: #666;
  transition: all 0.35s ease-in-out;
  position: relative;
  background: #f0f2f7;
}
.asideList11 .gp-subLeft > ul > li .gp-second-nav dd a:hover {
  background-color: #fff;
  color: #ba2528;
  font-weight: bold;
}
.asideList11 .gp-subLeft > ul > li .gp-second-nav dd a.active {
  background-color: #fff;
  color: #ba2528;
  font-weight: bold;
}
.asideList11 .gp-subLeft > ul > li .gp-second-nav dd a > span {
  position: relative;
}
@media screen and (max-width:996px) {
  .asideList11 .gp-subLeft .subLeftTitle {
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
  }
  .asideList11 .gp-subLeft .gp-m-inner-header-icon {
    display: block;
  }
  .asideList11 .gp-subLeft > ul {
    display: none;
  }
}
.block-list56 {
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #c09f80;
  padding-bottom: 15px;
}
.block-list56 h2 {
  font-weight: normal;
}
.block-list56 .bread {
  float: right;
  margin-top: 10px;
}
.block-list56 .bread span {
  color: #666;
}
.block-list56 .bread span a {
  color: #666;
  margin: 0 3px;
}
.block-list56 .bread span a:last-child {
  color: #666666;
}
.block-list56 .bread span a:hover {
  color: #ba2528;
}
.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 {
}
.gp-teacher3 >ul li a .info {
  padding-left: 20px;
  overflow: hidden;
  flex: 1;
}
.gp-teacher3 >ul li a .info div h3 {
  color: #333333;
  display: inline-block;
  padding: 25px 0 22px;
  position: relative;
  margin-right: 28px;
}
.gp-teacher3 >ul li a .info div h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ba2528;
  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 {
    padding: 10px 0;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .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;
  }
}