/*侧边栏*/
.asideList11 .gp-subLeft {
  position: relative;
}
.asideList11 .gp-subLeft .subLeftTitle {
  padding: 25px 0 25px 40px;
  color: #fff;
  background: #00833E;
  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: #00833E;
  background-color: #fff;
  margin-right: 0;
  font-weight: bold;
}
.asideList11 .gp-subLeft > ul > li > a.active {
  color: #00833E;
  background-color: #fff;
  margin-right: 0;
  font-weight: bold;
  border-bottom: 1px solid #00833E;
}
.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: #fff !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: #00833E;
  font-weight: bold;
}
.asideList11 .gp-subLeft > ul > li .gp-second-nav dd a.active {
  background-color: #fff;
  color: #00833E;
  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;
  }
}
.gp-bread1 {
  padding: 20px 0;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  text-align: right;
  color: #999999;
}
.gp-bread1 span {
  color: #999999;
}
.gp-bread1 a {
  color: #999999;
}
@media screen and (max-width:767px) {
  .gp-bread1 {
    text-align: left;
    padding: 10px 0;
  }
}
.gp-title15 {
  position: relative;
}
.gp-title15 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title15 h2 {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title15 h2 a {
  color: #00833E;
}
.gp-teacher8 li {
  position: relative;
}
.gp-teacher8 li::before {
  width: 6px;
  height: 80px;
  background-color: #00833E;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
}
.gp-teacher8 li .list-label strong {
  display: inline-block;
  padding: 0 20px 0 13px;
  background-color: #00833E;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-weight: bold;
  border-radius: 0 30px 0 0;
  overflow: hidden;
}
.gp-teacher8 li dl dd a {
  box-sizing: border-box;
  padding: 25px 35px 25px 25px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  border-left: 3px solid rgba(0, 131, 62, 0.1);
  display: flex;
}
.gp-teacher8 li dl dd a .img {
  width: 130px;
}
.gp-teacher8 li dl dd a .img span {
  padding-bottom: 140%;
}
.gp-teacher8 li dl dd a .info {
  flex: 1;
  padding-left: 30px;
}
.gp-teacher8 li dl dd a .info .tit {
  padding: 15px 0;
  position: relative;
}
.gp-teacher8 li dl dd a .info .tit:before {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 0;
}
.gp-teacher8 li dl dd a .info .tit h4 {
  color: #333333;
}
.gp-teacher8 li dl dd a .info .tit .more {
  color: #999999;
}
.gp-teacher8 li dl dd a .info .tit .more:hover {
  color: #00833E;
}
.gp-teacher8 li dl dd a .info p {
  color: #333333;
  line-height: 1.57;
  margin-bottom: 12px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media screen and (max-width:996px) {
  .gp-teacher8 li dl dd a {
    padding: 20px;
  }
}
@media screen and (max-width:768px) {
  .gp-teacher8 li dl dd a {
    padding: 15px;
  }
}
@media screen and (max-width:479px) {
  .gp-teacher8 li dl dd a {
    display: block;
  }
  .gp-teacher8 li dl dd a .img {
    margin: 0 auto;
  }
  .gp-teacher8 li dl dd a .info {
    padding-left: 0;
    margin-top: 10px;
  }
}
.gp-teacher8 li a {
  box-sizing: border-box;
  padding: 25px 35px 25px 25px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  border-left: 3px solid rgba(0, 131, 62, 0.1);
  display: flex;
}
.gp-teacher8 li a .img {
  width: 130px;
}
.gp-teacher8 li a .img span {
  padding-bottom: 140%;
}
.gp-teacher8 li a .info {
  flex: 1;
  padding-left: 30px;
}
.gp-teacher8 li a .info .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gp-teacher8 li a .info .tit h4 {
  color: #333333;
  padding: 15px 0;
  position: relative;
}
.gp-teacher8 li a .info .tit h4:before {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 0;
}
.gp-teacher8 li a .info .tit span {
  color: #999999;
}
.gp-teacher8 li a .info .tit span:hover {
  color: #00833E;
}
.gp-teacher8 li a .info p {
  color: #333333;
  line-height: 1.6;
  margin-bottom: 12px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media screen and (max-width:996px) {
  .gp-teacher8 li a {
    padding: 20px;
  }
  .gp-teacher8 li a .info {
    padding-left: 20px;
  }
}
@media screen and (max-width:768px) {
  .gp-teacher8 li a {
    padding: 15px;
  }
  .gp-teacher8 li a .info {
    padding-left: 15px;
  }
}
@media screen and (max-width:479px) {
  .gp-teacher8 li a {
    display: block;
  }
  .gp-teacher8 li a .img {
    margin: 0 auto;
  }
  .gp-teacher8 li a .info {
    padding-left: 0;
    margin-top: 10px;
  }
  .gp-teacher8 li a .info .tit h4 {
    padding: 6px 0;
  }
}
