/*侧边栏*/
.asideList1 .gp-subLeft {
  position: relative;
}
.asideList1 .gp-subLeft .subLeftTitle {
  padding: 20px 15px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background: #94070a;
  position: relative;
  margin-bottom: 1px;
}
.asideList1 .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%);
}
.asideList1 .gp-subLeft > ul > li {
  position: relative;
}
.asideList1 .gp-subLeft > ul > li > a {
  padding: 15px 20px;
  display: block;
  transition: all 0.35s ease-in-out;
  position: relative;
  position: relative;
  line-height: 1.4;
  border-bottom: 1px solid #e0e0e0;
  border-left: 10px solid #F1F1F1;
}
.asideList1 .gp-subLeft > ul > li > a:hover {
  color: #333;
  background-color: #fff;
  margin-right: 0;
}
.asideList1 .gp-subLeft > ul > li a.active {
  color: #fff;
  margin-right: 0;
  border-left: 10px solid #94070a;
  background-color: #94070a;
}
.asideList1 .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;
}
.asideList1 .gp-subLeft > ul > li a.active + span.gp-toggles {
  color: #fff !important;
}
.asideList1 .gp-subLeft > ul > li .gp-second-nav {
  display: none;
  background-color: #fafafa;
}
.asideList1 .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;
  font-size: 15px;
}
.asideList1 .gp-subLeft > ul > li .gp-second-nav dd a::before {
  content: '';
  width: 10px;
  height: 0;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #94070a;
  transition: all 0.4s ease-in-out;
  height: 100%;
}
.asideList1 .gp-subLeft > ul > li .gp-second-nav dd a:hover {
  color: #94070a;
}
.asideList1 .gp-subLeft > ul > li .gp-second-nav dd a > span {
  position: relative;
}
.asideList1 .gp-subLeft > ul > li .gp-second-nav dd a.active {
  background-color: #94070a;
  color: #fff;
}
@media screen and (max-width:996px) {
  .asideList1 .gp-subLeft .subLeftTitle {
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
  }
  .asideList1 .gp-subLeft .gp-m-inner-header-icon {
    display: block;
  }
  .asideList1 .gp-subLeft > ul {
    display: none;
  }
}
.block-list78 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 33px;
  width: 100%;
  overflow: hidden;
}
.block-list78 h2 {
  color: #94070a;
  line-height: 2.2;
  position: relative;
  display: inline-block;
}
.block-list78 h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #94070a;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-list78 .gp-bread {
  float: right;
  text-align: right;
  color: #333333;
  opacity: 0.6;
  filter: alpha(opacity=60);
  height: auto;
  line-height: 20px;
  color: #999;
  padding: 10px 0;
  overflow: hidden;
}
.block-list78 .gp-bread span {
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #999;
  width: 7px;
  height: 5px;
  background: url(../images/block-list78_rt.png) no-repeat;
  background-size: cover;
}
.block-list78 .gp-bread a {
  color: #333333;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.block-list78 .gp-bread a:hover {
  color: #94070a;
  opacity: 1;
  filter: alpha(opacity=100);
}
.gp-teacherArticle5 {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  margin: 60px 0 30px;
}
.gp-teacherArticle5 .img {
  width: 240px;
  float: right;
  margin-top: -60px;
}
.gp-teacherArticle5 .img span {
  padding-bottom: 100%;
  border-radius: 50%;
}
.gp-teacherArticle5 .info {
  margin-right: 300px;
}
.gp-teacherArticle5 .info h3 {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
  color: #333333;
}
.gp-teacherArticle5 .info h3::before {
  content: '';
  width: 35px;
  height: 1px;
  background-color: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gp-teacherArticle5 .info p {
  color: #333333;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media screen and (max-width:996px) {
  .gp-teacherArticle5 .img {
    width: 180px;
  }
  .gp-teacherArticle5 .info {
    margin-right: 200px;
  }
}
@media screen and (max-width:640px) {
  .gp-teacherArticle5 .img {
    float: none;
    margin: 0 auto;
  }
  .gp-teacherArticle5 .info {
    margin: 10px 0 0 0;
  }
}
.gp-teacher5 {
  overflow: hidden;
}
.gp-teacher5 .articleTitle {
  margin: 30px 0 27px;
}
.gp-teacher5 .articleTitle h2 {
  font-weight: normal;
}
.gp-teacher5 ul {
  margin: 0 -13px 0;
  overflow: hidden;
}
.gp-teacher5 ul li a {
  display: block;
  margin: 0 13px;
}
.gp-teacher5 ul li a .img {
  padding-bottom: 150%;
  background: #d8e3e6;
}
.gp-teacher5 ul li a .title {
  margin: 8px 0 5px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-align: center;
}
.gp-teacher5 ul li a p {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
}
@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;
  }
}
