.asideList16 .gp-subLeft {
  position: relative;
  z-index: 1;
  padding: 13px 0px;
}
.asideList16 .gp-subLeft .subLeftTitle {
  padding: 20px;
  display: none;
  color: #007072;
  font-weight: normal;
  text-align: center;
  background: #e1e1e1;
  position: relative;
  margin-bottom: 1px;
}
.asideList16 .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%);
}
.asideList16 .gp-subLeft > ul > li {
  position: relative;
  box-sizing: border-box;
}
.asideList16 .gp-subLeft > ul > li > a {
  padding: 17px 10px 17px;
  display: block;
  transition: all 0.35s ease-in-out;
  position: relative;
  position: relative;
  line-height: 1.4;
  margin: 0 22px;
  border-bottom: #d9d9d9 1px dashed;
  text-align: left;
}
.asideList16 .gp-subLeft > ul > li > a:hover {
  color: #007072;
}
.asideList16 .gp-subLeft > ul > li a.active {
  color: #007072;
  padding-left: 40px;
}
.asideList16 .gp-subLeft > ul > li .gp-toggles {
  width: 40px;
  height: 47px;
  position: absolute;
  right: 10px;
  top: 5px;
  line-height: 47px;
  text-align: center;
  cursor: pointer;
  color: #999;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 18px;
}
.asideList16 .gp-subLeft > ul > li .gp-second-nav {
  display: none;
  background-color: #fafafa;
}
.asideList16 .gp-subLeft > ul > li .gp-second-nav dd a {
  display: block;
  padding: 12px 20px;
  color: #666;
  transition: all 0.35s ease-in-out;
  position: relative;
  font-size: 15px;
  margin: 0 22px;
  text-align: center;
  border-bottom: #d9d9d9 1px solid;
}
.asideList16 .gp-subLeft > ul > li .gp-second-nav dd a:hover {
  color: #007072;
}
.asideList16 .gp-subLeft > ul > li .gp-second-nav dd a > span {
  position: relative;
}
.asideList16 .gp-subLeft > ul > li .gp-second-nav dd a.active {
  background-color: #007072;
  color: #fff;
}
@media screen and (max-width: 996px) {
  .asideList16 .gp-subLeft {
    padding-bottom: 0px;
  }
  .asideList16 .gp-subLeft .subLeftTitle {
    display: block;
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
  }
  .asideList16 .gp-subLeft .gp-m-inner-header-icon {
    display: block;
  }
  .asideList16 .gp-subLeft > ul {
    display: none;
  }
  .asideList16 .gp-subLeft > ul > li > a {
    text-align: left;
  }
  .asideList16 .gp-subLeft > ul > li .gp-second-nav dd a {
    text-align: left;
  }
}
.gp-title54 .more {
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 20px;
  color: #007072;
  background: #e7eaf3;
}
.gp-title54 h2 {
  box-sizing: border-box;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.gp-title54 h2::before {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background: #007072;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.gp-title54 h2 a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title54 h2 span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  font-weight: normal;
}
.gp-title54 h2 .gpColumnTitleIcon {
  margin-right: 10px;
}
.gp-teacherArticle9 {
  position: relative;
}
.gp-teacherArticle9 .incumLeft {
  width: 240px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 50px;
  z-index: 1;
}
.gp-teacherArticle9 .incumLeft .icumImg {
  padding-bottom: 133.33%;
}
.gp-teacherArticle9 .icumRight {
  min-height: calc(240px * 1.3333);
  display: flex;
  flex-direction: column;
}
.gp-teacherArticle9 .icumRight .icumrTop {
  padding: 30px 0 30px 340px;
  box-sizing: border-box;
  line-height: 1.25;
}
.gp-teacherArticle9 .icumRight .icumrTop .names {
  color: #333333;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 12px 0 12px 28px;
}
.gp-teacherArticle9 .icumRight .icumrTop .names::before {
  content: "";
  display: block;
  width: 8px;
  height: 2.5em;
  background: #007072;
  position: absolute;
  left: 0;
  top: 0;
}
.gp-teacherArticle9 .icumRight .icumrTop span {
  color: #999999;
  margin-left: 30px;
}
.gp-teacherArticle9 .icumRight .icumrBot {
  flex: 1;
  overflow: hidden;
  padding: 35px 0 35px 340px;
  box-sizing: border-box;
  position: relative;
  background: #f2f2f2;
}
.gp-teacherArticle9 .icumRight .icumrBot svg {
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 140%;
}
.gp-teacherArticle9 .icumRight .icumrBot svg .p1 {
  fill: #007072;
  fill-opacity: 0.03;
}
.gp-teacherArticle9 .icumRight .icumrBot svg .p2 {
  fill: #007072;
  fill-opacity: 0.03;
}
.gp-teacherArticle9 .icumRight .icumrBot .icumrb1 {
  color: #333333;
  position: relative;
}
.gp-teacherArticle9 .icumRight .icumrBot .icumrb1 p {
  line-height: 1.25;
  margin-bottom: 20px;
}
.gp-teacherArticle9 .icumRight .icumrBot .icumrb1 p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 996px) {
  .gp-teacherArticle9 .incumLeft {
    width: 200px;
    margin: 0 30px;
  }
  .gp-teacherArticle9 .icumRight {
    min-height: calc(200px * 1.3333);
  }
  .gp-teacherArticle9 .icumRight .icumrTop {
    padding: 20px 0 20px 260px;
  }
  .gp-teacherArticle9 .icumRight .icumrBot {
    padding: 20px 0 20px 260px;
  }
}
@media screen and (max-width: 768px) {
  .gp-teacherArticle9 .incumLeft {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
  }
  .gp-teacherArticle9 .icumRight {
    min-height: auto;
  }
  .gp-teacherArticle9 .icumRight .icumrTop {
    padding: 20px 0 20px 0px;
  }
  .gp-teacherArticle9 .icumRight .icumrBot {
    padding: 20px;
  }
  .gp-teacherArticle9 .icumRight .icumrTop .names {
    padding: 5px 0 5px 15px;
  }
  .gp-teacherArticle9 .icumRight .icumrTop .names::before {
    height: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
  }
  .gp-teacherArticle9 .icumRight .icumrTop span {
    margin-left: 20px;
  }
  .gp-teacherArticle9 .icumRight .icumrBot .icumrb1 p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 479px) {
  .gp-teacherArticle9 .icumRight .icumrTop {
    padding: 15px 0 15px 0px;
  }
}
.gp-article1 {
  position: relative;
  line-height: 1.8;
  padding-bottom: 25px;
  padding-top: 15px;
  color: #666;
}
@media screen and (max-width:767px) {
  .gp-article1 {
    font-size: 14px;
  }
}
