.addTabBox{}
.addTabBox .item{
    display: none;
}
.addTabBox .item:nth-of-type(1){
    display: block;
}
/* 师资队伍 */
.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;
  }
}