.list-top {
  width: 100%;
  height: 150px;
  background: url(../images/content_banner.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 22px;
}
.inner-bt {
  margin-bottom: 2%;
}
.common-content {
  float: left;
  width: 100%;
  min-height: 200px;
  padding-bottom: 10px;
  position: relative;
}
.common-left {
  float: left;
  width: 21%;
}
.common-right {
  position: relative;
}
.common-right::after {
  content: "";
  position: absolute;
  top: 47px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #E5E5E5;
  z-index: -1;
}
/* .local-title:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 20px;
} */
/* 左侧栏 */
/* 二级 */
.navlist2 {
  background-color: #fff;
  padding-top: 15px;
}
.navlist2_bg {
  width: 100%;
  height: 229px;
  background-color: #EBF2F9;
  position: relative;
}
.navlist2_bg img {
  width: 157px;
  height: 146px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.navlist2 .active > a::before {
  content: "";
  display: block;
  position: absolute;
  right: 23px;
  top: 27px;
  border: 7px solid transparent;
  border-left-color: #fff;
}
.navlist2 .has-sub > a:after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 15px;
  background-color: #e7ad31;
}
/* 三级 */
.navlist2 .thr-sub {
  position: relative;
  background-color: #fff;
  padding: 10px 0;
}
.thr-sub li a {
  font-weight: 900;
  font-size: 14px;
  color: #000 !important;
  padding: 10px 20px 10px 45px;
  position: relative;
}
/* .thr-sub li>a:after {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #e6a732 !important;
} */
/* .open a {
  background-color: #fff !important;
  color: #4594d5 !important;
  font-weight: 800;
} */
/* 右侧两条边框 */
.common-local {
  position: relative;
  display: inline-block;
}
.boder {
  display: inline-block;
  width: 12px;
  height: 14px;
}
.boder img {
  width: 100%;
  height: 100%;
}
.common-details {
  border-top: 2px solid #E5E5E5;
}
.common-list {
  border-top: 2px solid #E5E5E5;
  padding-top: 15px;
}
.common-list li {
  display: flex;
  align-items: center;
}
.common-list li a {
  width: 80%;
  display: block;
  padding: 18px 0 18px 20px;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  position: relative;
}
.common-list li a:hover {
  color: #00498a;
}
.common-list li a:hover:before {
  left: 5px;
  border-left: 6px solid #00498a;
}
.common-list li a::before {
  content: '';
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 6px solid #b5b5b5;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
  transition: all 0.2s ease-in;
}
.common-list li span {
  font-size: 14px;
  color: #767676;
  width: 20%;
  text-align: right;
}
.teacher-list1 {
  float: left;
  margin-top: 25px;
  font-size: 0;
  width: 100%;
}
.teacher-list1 li {
  float: left;
  width: 100%;
  height: 204px;
  margin-bottom: 40px;
}
.teacher-list1 li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 28px 15px 0;
  background: #eee;
  vertical-align: top;
  transition: all 0.2s ease-in;
}
.teacher-list1 li a:hover {
  background: #00498a;
}
.teacher-list1 li a:hover .teacher-list1-right h4 {
  color: #fff;
  border-bottom: 1px dashed #336da1;
}
.teacher-list1 li a:hover .teacher-list1-right h4 span,
.teacher-list1 li a:hover .teacher-list1-right .teacher-list1-p1,
.teacher-list1 li a:hover .teacher-list1-right .teacher-list1-p2,
.teacher-list1 li a:hover .teacher-list1-right .teacher-list1-p3 {
  color: #fff;
}
.teacher-list1 li a .img {
  width: 145px;
  width: 17%;
  height: 194px;
  float: left;
  margin: -23px 19px 0 9px;
}
.teacher-list1 li a .img img {
  width: 100%;
  height: 100%;
}
.teacher-list1 li a .teacher-list1-right {
  float: right;
  width: 78%;
}
.teacher-list1 li a .teacher-list1-right h4 {
  padding-bottom: 10px;
  border-bottom: 1px dashed #d2d2d2;
  font-size: 28px;
  color: #00498a;
  margin-bottom: 11px;
  transition: all 0.2s ease-in;
}
.teacher-list1 li a .teacher-list1-right h4 span {
  float: right;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  margin-top: 3px;
  transition: all 0.2s ease-in;
}
.teacher-list1 li a .teacher-list1-right .teacher-list1-p1 {
  color: #333;
  font-size: 16px;
  margin-bottom: 22px;
}
.teacher-list1 li a .teacher-list1-right .teacher-list1-p1 span {
  padding-left: 27px;
  display: inline-block;
  transition: all 0.2s ease-in;
}
.teacher-list1 li a .teacher-list1-right .teacher-list1-p1 span.teacher-list1-email {
  margin-right: 28%;
  background: url(../images/icon_email_nor.png) left center no-repeat;
}
.teacher-list1 li a .teacher-list1-right .teacher-list1-p1 span.teacher-list1-phone {
  background: url(../images/icon_phone_nor.png) left center no-repeat;
}
.teacher-list1 li a .teacher-list1-right .teacher-list1-p3 {
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 10px;
  transition: all 0.2s ease-in;
}
.teacher-list1 li a .teacher-list1-right .teacher-list1-p2 {
  font-size: 16px;
  color: #333;
  /* text-indent: 2em; */
  line-height: 21px;
  max-height: 63px;
  overflow: hidden;
  transition: all 0.2s ease-in;
}
.teacher-list2 {
  margin-top: 20px;
}
.teacher-list2 div {
  margin-bottom: 45px;
}
.teacher-list2 .wp_subcolumn_list .wp_sublist .sublist_title {
  pointer-events: none;
}
.teacher-list2 .wp_subcolumn_list .wp_sublist {
  margin-bottom: 0px;
}
.teacher-list2 .wp_subcolumn_list .wp_sublist .sublist_title {
  font-size: 18px;
  color: #00498a;
  padding: 9px 17px;
  border-bottom: 3px solid #3379b6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-weight: normal;
  height: auto;
  line-height: inherit;
  margin-bottom: 0px;
}
.teacher-list2 .wp_subcolumn_list .wp_sublist .sublist_title:before {
  content: '';
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 6px solid #00498a;
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -3.5px;
}
.teacher-list2 .wp_subcolumn_list .wp_sublist .sublist_title a,
.teacher-list2 .teacher-list2 .wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name {
  cursor: default;
  font-size: 18px;
  color: #00498a;
  font-weight: normal;
}
.teacher-list2 .wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
  display: none;
  cursor: default;
}
.teacher-list2 .wp_article_list {
  font-size: 0;
}
.teacher-list2 .wp_article_list .list_item {
  display: inline-block;
  width: auto;
  height: auto;
  line-height: inherit;
  border-bottom: none;
  vertical-align: middle;
}
.teacher-list2 .wp_article_list .list_item span {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-left: 0px;
}
.teacher-list2 .wp_article_list .list_item a {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding: 18px 0;
  width: 147.5px;
  border-bottom: 1px solid #dbdbdb;
  text-indent: 3em;
}
.teacher-list2 .wp_article_list .list_item a:hover {
  color: #00498a;
}
.teacher-list3-1 .teacher-list3-title {
  margin-bottom: 19px;
}
.teacher-list3-1 .main-title {
  float: left;
  width: 100%;
  border-bottom: 3px solid #336da1;
  margin-top: 20px;
}
.teacher-list3-1 .teacher-list3-title h4 {
  font-size: 18px;
  font-weight: normal;
  float: left;
  color: #fff;
  padding: 11px 22px;
  margin-bottom: -3px;
  position: relative;
  background: #00498a;
}
.teacher-list3-1 .main-title h4:after {
  content: '';
  border-right: 10px solid transparent;
  border-bottom: 40px solid #00498a;
  position: absolute;
  right: -10px;
  top: 0;
}
.teacher-list3-1 .teacher-list3 {
  font-size: 0;
  margin-left: -1.8%;
  margin-right: -1.8%;
}
.teacher-list3-1 .teacher-list3 > li {
  display: inline-block;
  margin: 0 0.5% 32px;
}
.teacher-list3-1 .teacher-list3 > li a {
  display: block;
  width: 140px;
  height: auto;
  text-align: center;
}
.teacher-list3-1 .teacher-list3 > li a .img {
  width: 100%;
  height: auto;
}
.teacher-list3-1 .teacher-list3 > li a .img img {
  width: 100%;
  height: 100%;
}
.teacher-list3-1 .teacher-list3 > li a h4 {
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #00498a;
  height: 31px;
  line-height: 31px;
  background: #eee;
  text-align: center;
  transition: all 0.2s ease-in;
}
.teacher-list3-1 .teacher-list3 > li a:hover h4 {
  color: #fff;
  background: #00498a;
}
.teacher-list4 {
  float: left;
  margin-top: 25px;
  font-size: 0;
}
.teacher-list4 li {
  float: left;
  margin-right: 6%;
  width: 47%;
}
.teacher-list4 li:nth-child(2n) {
  margin-right: 0;
}
.teacher-list4 li a {
  display: block;
  width: 100%;
  height: auto;
  min-height: 175px;
  float: left;
  padding: 15px 28px 15px 0;
  background: #eee;
  margin-bottom: 40px;
  vertical-align: top;
  transition: all 0.2s ease-in;
}
.teacher-list4 li a:hover {
  background: #00498a;
}
.teacher-list4 li a:hover .teacher-list1-right h4 {
  color: #fff;
  border-bottom: 1px dashed #336da1;
}
.teacher-list4 li a:hover .teacher-list1-right h4 span,
.teacher-list4 li a:hover .teacher-list1-right .teacher-list1-p1,
.teacher-list4 li a:hover .teacher-list1-right .teacher-list1-p2,
.teacher-list4 li a:hover .teacher-list1-right .teacher-list1-p3 {
  color: #fff;
}
.teacher-list4 li a .img {
  width: 145px;
  width: 33%;
  height: 194px;
  float: left;
  margin: -23px 10px 0 9px;
}
.teacher-list4 li a .img img {
  width: 100%;
  height: 100%;
}
.teacher-list4 li a .teacher-list1-right {
  width: 60%;
  float: right;
}
.teacher-list4 li a .teacher-list1-right h4 {
  padding-bottom: 10px;
  border-bottom: 1px dashed #d2d2d2;
  font-size: 28px;
  color: #00498a;
  margin-bottom: 11px;
  transition: all 0.2s ease-in;
}
.teacher-list4 li a .teacher-list1-right h4 span {
  float: right;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  margin-top: 3px;
  transition: all 0.2s ease-in;
}
.teacher-list4 li a .teacher-list1-right .teacher-list1-p1 {
  color: #333;
  font-size: 16px;
  margin-bottom: 22px;
}
.teacher-list4 li a .teacher-list1-right .teacher-list1-p1 span {
  padding-left: 27px;
  display: inline-block;
  transition: all 0.2s ease-in;
}
.teacher-list4 li a .teacher-list1-right .teacher-list1-p1 span.teacher-list1-email {
  margin-right: 28%;
  background: url(../images/icon_email_nor.png) left center no-repeat;
}
.teacher-list4 li a .teacher-list1-right .teacher-list1-p1 span.teacher-list1-phone {
  background: url(../images/icon_phone_nor.png) left center no-repeat;
}
.teacher-list4 li a .teacher-list1-right .teacher-list1-p3 {
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 10px;
  transition: all 0.2s ease-in;
}
.teacher-list4 li a .teacher-list1-right .teacher-list1-p2 {
  font-size: 16px;
  color: #333;
  /* text-indent: 2em; */
  line-height: 21px;
  max-height: 63px;
  overflow: hidden;
  transition: all 0.2s ease-in;
}
.teacher-list5 {
  float: left;
  margin-top: 25px;
  font-size: 0;
  width: 100%;
}
.teacher-list5 li {
  width: 100%;
}
.teacher-list5 li a {
  display: block;
  width: 100%;
  height: auto;
  min-height: 175px;
  float: left;
  padding: 15px 28px 15px 0;
  background: #eee;
  margin-bottom: 40px;
  vertical-align: top;
  transition: all 0.2s ease-in;
}
.teacher-list5 li a:hover {
  background: #00498a;
}
.teacher-list5 li a:hover .teacher-list1-right h4 {
  color: #fff;
  border-bottom: 1px dashed #336da1;
}
.teacher-list5 li a:hover .teacher-list1-right h4 span,
.teacher-list5 li a:hover .teacher-list1-right .teacher-list5-p1,
.teacher-list5 li a:hover .teacher-list1-right .teacher-list1-p2,
.teacher-list5 li a:hover .teacher-list1-right strong {
  color: #fff;
}
.teacher-list5 li a .img {
  width: 17%;
  height: 194px;
  float: left;
  margin: -23px 10px 0 9px;
}
.teacher-list5 li a .img img {
  width: 100%;
  height: 100%;
}
.teacher-list5 li a .teacher-list1-right {
  width: 77%;
  float: right;
}
.teacher-list5 li a .teacher-list1-right h4 {
  padding-bottom: 10px;
  border-bottom: 1px dashed #d2d2d2;
  font-size: 28px;
  color: #00498a;
  margin-bottom: 11px;
  transition: all 0.2s ease-in;
}
.teacher-list5 li a .teacher-list1-right h4 span {
  float: right;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  margin-top: 3px;
  transition: all 0.2s ease-in;
}
.teacher-list5 li a .teacher-list1-right .teacher-list5-p1 {
  font-size: 12px;
  color: #333;
  line-height: 25px;
  max-height: 100px;
  overflow: hidden;
  transition: all 0.2s ease-in;
  margin-bottom: 20px;
}
.teacher-list5 li a .teacher-list1-right strong {
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 10px;
  transition: all 0.2s ease-in;
}
.teacher-list5 li a .teacher-list1-right .teacher-list1-p2 {
  font-size: 16px;
  color: #333;
  /* text-indent: 2em; */
  line-height: 21px;
  max-height: 63px;
  overflow: hidden;
  transition: all 0.2s ease-in;
}
.photo-lists li a {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px dashed #d2d2d2;
  margin: 15px 0 10px;
}
.photo-lists li a .photo-left {
  float: left;
  width: 25%;
  height: 125px;
  margin-right: 2.5%;
}
.photo-lists li a .photo-left img {
  width: 100%;
  height: 100%;
}
.photo-lists li a .photo-right {
  float: left;
  width: 70%;
}
.photo-lists li a .photo-right h4 {
  font-size: 16px;
  color: #333;
  margin-top: 7px;
  margin-bottom: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.photo-lists li a .photo-right p {
  font-size: 14px;
  color: #202020;
  line-height: 28px;
  max-height: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 992px) {
  .common-left {
    width: 100%;
    position: unset;
  }
}
@media (max-width: 650px) {
  .teacher-list4 li {
    width: 100%;
  }
}
@media (max-width: 610px) {
  .teacher-list1 li a .teacher-list1-right {
    width: 63%;
  }
  .teacher-list1 li a .img {
    width: 28%;
  }
  .teacher-list1 li {
    height: 210px;
  }
}
@media (max-width: 500px) {
  .common-list li a {
    width: 68%;
  }
  .common-list li span {
    width: 32%;
  }
  .teacher-list1 li a .img img,
  .teacher-list4 li a .img img,
  .teacher-list5 li a .img img {
    width: auto;
    height: auto;
  }
  .teacher-list1 li a .teacher-list1-right h4,
  .teacher-list4 li a .teacher-list1-right h4,
  .teacher-list5 li a .teacher-list1-right h4 {
    font-size: 17px;
  }
  .teacher-list1 li a .teacher-list1-right h4 span,
  .teacher-list4 li a .teacher-list1-right h4 span,
  .teacher-list5 li a .teacher-list1-right h4 span {
    font-size: 12px;
  }
  .teacher-list1 li a .teacher-list1-right .teacher-list1-p1,
  .teacher-list1 li a .teacher-list1-right .teacher-list1-p3,
  .teacher-list1 li a .teacher-list1-right .teacher-list1-p2,
  .teacher-list4 li a .teacher-list1-right .teacher-list1-p1,
  .teacher-list4 li a .teacher-list1-right .teacher-list1-p3,
  .teacher-list4 li a .teacher-list1-right .teacher-list1-p2,
  .teacher-list5 li a .teacher-list1-right .teacher-list1-p1,
  .teacher-list5-p1 li a .teacher-list1-right .teacher-list5-p1,
  .teacher-list5 li a .teacher-list1-right .teacher-list1-p2 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .teacher-list1 li {
    height: 190px;
  }
  .teacher-list1 li {
    margin-bottom: 22px;
  }
  .teacher-list2 .wp_article_list .list_item {
    margin-right: 50px;
  }
  .teacher-list2 .wp_article_list .list_item:nth-child(even) {
    margin-right: 0px;
  }
  .teacher-list2 .wp_subcolumn_list .wp_sublist .sublist_title a,
  .teacher-list2 .teacher-list2 .wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name {
    font-size: 16px;
  }
  .teacher-list3-1 .teacher-list3 > li {
    margin: 0 8% 32px;
  }
  .teacher-list5 li a .img {
    height: 100%;
  }
  .teacher-list5 li a .teacher-list1-right .teacher-list5-p1 {
    margin-bottom: 0px;
  }

.photo-lists li a .photo-left{
 height:100%;
}
  .photo-lists li a .photo-right h4{
  margin-top: 0;
    margin-bottom: 10px;
  }

.photo-lists li a .photo-right p{
line-height: 18px;
 -webkit-line-clamp: 2;
}
}
