@charset "UTF-8";
.gp-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.teacherList{
    margin-top: 15px;
}
.teacherList .box{
    margin-bottom: 50px;
}
.teacherList .box:last-child{
    margin-bottom: 0px;
}
.teacherList .boxTil{
    font-size: 20px;
    font-weight: bold;
    color: #06437D;
    line-height: 1.35;
    padding-bottom: 13px;
    border-bottom: 1px solid #D9D9D9;
}
.teacherList .boxCon{
    margin-top: -10px;
}
.teacherList .boxCon ul{
    margin: 0 -8px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}
.teacherList .boxCon li{
    width: 20%;
    margin-top: 26px;
}
.teacherList .boxCon a{
    display: block;
    margin: 0 8px;
    transition: all 0.3s ease-in-out;
}
.teacherList .boxCon a:hover{
    transform: translateY(-5px);
}
.teacherList .img{
    overflow: hidden;
}
.teacherList .gp-img-responsive{
    padding-bottom: 124.64%;
    transition: all 0.3s ease-in-out;
}
.teacherList .boxCon a:hover .gp-img-responsive{
    transform: scale(1.04);
}
.teacherList .name{
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    margin-top: 10px;
    color: #000;
}

/* 教师详情 */
.teacherArticle{
    padding-top: 20px;
}
.gp-teacherArticle11 table {
  border: none !important;
  text-align: left;
  width: 100% !important;
}
.gp-teacherArticle11 table th{
    vertical-align: middle;
}

.gp-teacherArticle11 table th:first-child,
.gp-teacherArticle11 table td:first-child {
  width: 195px !important;
  padding: 0px 20px 0px 0px !important;
  background: none !important;
}

.gp-teacherArticle11 table th:first-child p,
.gp-teacherArticle11 table th:first-child img,
.gp-teacherArticle11 table td:first-child p,
.gp-teacherArticle11 table td:first-child img {
  max-width: 195px;
}

.gp-teacherArticle11 table th:first-child br,
.gp-teacherArticle11 table td:first-child br {
  display: none;
}

.gp-teacherArticle11 table th:first-child p,
.gp-teacherArticle11 table td:first-child p {
  margin-bottom: 0 !important;
}

.gp-teacherArticle11 table td,
.gp-teacherArticle11 table th {
  padding: 0 !important;
  border: none !important;
  width: auto !important;
}

.gp-teacherArticle11 table td p,
.gp-teacherArticle11 table th p {
  font-weight: normal;
  line-height: 1.28 !important;
  margin-bottom: 14px !important;
}
.gp-teacherArticle11 table th p{
    padding-left: 16px;
    font-size: 18px;
}
.gp-teacherArticle11 table th:first-child p{
    padding-left: 0px;
}

.gp-teacherArticle11 table td p img,
.gp-teacherArticle11 table th p img {
  display: inline-block;
  width: 100% !important;
  height: auto;
}

.gp-teacherArticle11 .list-paddingleft-2 {
  padding-left: 20px;
}

.gp-teacherArticle11 h2 {
  color: #06437D;
  background-color: #f4f4f4;
  border-left: 4px solid #06437D;
  padding: 0 0 0 15px;
  line-height: 1.85 !important;
  margin-bottom: 10px !important;
  font-size: 20px;
  font-weight: bold;
}

.gp-teacherArticle11 h2:not(:first-child) {
  margin-top: 30px !important;
}

.gp-teacherArticle11 p {
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 10px;
  font-size: 13pt;
}

@media screen and (max-width: 767px) {
  .gp-teacherArticle11 table th:first-child,
  .gp-teacherArticle11 table td:first-child {
    width: 230px !important;
  }

  .gp-teacherArticle11 table th:first-child p,
  .gp-teacherArticle11 table th:first-child img,
  .gp-teacherArticle11 table td:first-child p,
  .gp-teacherArticle11 table td:first-child img {
    max-width: 200px !important;
  }

  .gp-teacherArticle11 table th:first-child img,
  .gp-teacherArticle11 table td:first-child img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .gp-teacherArticle11 table td,
  .gp-teacherArticle11 table th {
    width: auto !important;
    display: block;
  }

  .gp-teacherArticle11 table th p,
  .gp-teacherArticle11 table td p {
    text-align: left;
    max-width: 300px;
    margin: 0 auto 10px;
  }

  .gp-teacherArticle11 table th p:last-child,
  .gp-teacherArticle11 table td p:last-child {
    margin-bottom: 20px;
  }

  .gp-teacherArticle11 table th p:first-child br,
  .gp-teacherArticle11 table td p:first-child br {
    display: none;
  }

  .gp-teacherArticle11 table th:first-child,
  .gp-teacherArticle11 table td:first-child {
    width: auto !important;
    text-align: center;
  }

  .gp-teacherArticle11 table th:first-child p,
  .gp-teacherArticle11 table td:first-child p {
    text-align: left;
    max-width: 300px;
    margin: 0 auto !important;
  }
}
