.block-list82 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 33px;
  width: 100%;
  overflow: hidden;
}
.block-list82 h2 {
  color: #17573D;
  line-height: 2.2;
  position: relative;
  display: inline-block;
}
.block-list82 .gp-bread {
  float: right;
  text-align: right;
  color: #999;
  height: auto;
  line-height: 20px;
  padding: 10px 0;
  overflow: hidden;
}
@media screen and (max-width:996px){
  .block-list82 h2{
    position:absolute;
    left:0.5em;
  }
  .block-list82 .gp-bread{
    position: absolute;
    right: 1em;
    font-size: 0.8em;
  }
}
.block-list82 .gp-bread span {
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.block-list82 .gp-bread a {
  color: #999;
}
.block-list82 .gp-bread a:hover {
  color: #17573D;
  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: 0px 0 30px;
}
.gp-teacherArticle5 .img {
  width: 240px;
  float: right;
  margin-top: -60px;
}
.gp-teacherArticle5 .img span {
  padding-bottom: 100%;
  border-radius: 5%;
  overflow: hidden;
  min-width: 15em;
  position: relative;
  min-height: 20em;
}
.gp-teacherArticle5 .info {
  margin-right: 300px;
}
.gp-teacherArticle5 .info h3 {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
  color: #333333;
  text-align: center;
  font-size: 20px;
}
.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: 10em;
    height: 12em;
  }
  .gp-teacherArticle5 .info {
    margin-right: 200px;
  }
  .gp-teacherArticle5 .img span{
    position:static;
  }
}
@media screen and (max-width: 996px) {
  .gp-teacherArticle5 .img {
    position: relative;
    float: none;
    margin: 0 auto;
    display: none;
  }
  .gp-teacherArticle5 .info {
    margin: 10px 0 0 0;
  }
  
}
