.gp-teacherArticle8 {
  display: flex;
  flex-wrap: nowrap;
}
.gp-teacherArticle8 .img {
  width: 220px;
}
.gp-teacherArticle8 .img span {
  padding-bottom: 140%;
}
.gp-teacherArticle8 .info {
  padding-left: 30px;
  flex: 1;
  position: relative;
}
.gp-teacherArticle8 .info h3 {
  color: #333333;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 26px;
}
.gp-teacherArticle8 .info h4 {
  color: #666666;
  font-weight: normal;
  display: inline-block;
}
.gp-teacherArticle8 .info >div {
  border-top: 1px solid #d8d8d8;
  padding: 25px 0 0;
  text-indent: 2em;
  line-height: 1.8;
  height: auto !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.gp-teacherArticle8 .info .annex {
  margin: 30px 0 0;
}
.gp-teacherArticle8 .info .annex li >a {
  width: 120px;
  display: flex;
  box-sizing: border-box;
  padding: 10px;
  align-items: center;
  border-bottom: 1px solid #000;
  color: #000;
}
.gp-teacherArticle8 .info .annex li >a .span1 {
  font-weight: bold;
  flex: 1;
  overflow: hidden;
}
.gp-teacherArticle8 .info .annex li >a:hover {
  border-bottom: 1px solid #000000;
  color: #000000;
}
@media screen and (max-width:768px) {
  .gp-teacherArticle8 {
    display: block;
    flex-wrap: wrap;
  }
  .gp-teacherArticle8 .img {
    flex: 1;
    margin: 0 auto;
    max-width: 220px;
    margin-bottom: 10px;
    width: auto;
  }
  .gp-teacherArticle8 .info {
    padding-left: 0px;
  }
  .gp-teacherArticle8 .info h3 {
    margin-bottom: 10px;
  }
  .gp-teacherArticle8 .info >div {
    padding: 10px 0 0;
  }
  .gp-teacherArticle8 .info .annex {
    position: relative;
    bottom: auto;
  }
}
.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 25px 29px 220px;
  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;
  height: auto;
  display: block;
  text-align: left;
}
.gp-teacher11 .wrap_content >ul li a .right .title i {
  background: #dedede;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  *
  display: inline;
  *
  zoom: 1;
  vertical-align: middle;
  margin: 0px 0 0 10px;
}
.gp-teacher11 .wrap_content >ul li a .right .title .post{margin-left: 0px;color: rgba(255,255,255,.7);}
.gp-teacher11 .wrap_content >ul li a .right .info {
  line-height: 1.5;
  height: 7.5em;
  overflow: auto;
  /* 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; */
  color: rgba(255,255,255,.7) !important;
}
.gp-teacher11 .wrap_content >ul li a .right::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: -1px;
  left: 200px;
}
.gp-teacher11 .wrap_content >ul li:hover {
  transform: translateY(-8px);
}
.gp-teacher11 .wrap_content >ul li:hover .gp-img-responsive img{
  opacity: 1;
  transform: scale(1.03);
}
@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;
  }
  .gp-teacher11 .wrap_content >ul li a .left{position:static;width: 100%;max-width: 220px;margin: 0 auto;}
  .gp-teacher11 .wrap_content >ul li a .right{border:none;padding: 15px 0;margin-top: 10px;}
}
