.contents_bj {
  padding-top: 1.3%;
  background-image: url(/images/bg.jpg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.inner-banner {
  position: relative;
}
.inner-banner .img {
  height: 100%;
}
.inner-banner .img img {
  width: 100%;
  height: 100%;
}
.inner-banner .banner_bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.inner-banner .common-local {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33%;
  font-size: 12px;
  color: #FFFFFF;
  background-image: url(../images/local_bg.png);
  background-size: cover;
  padding: 10px 40px;
}
.inner-banner .common-local a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}
.content {
  padding-top: 38px;
}
.content .common-left .big_title {
  position: relative;
  width: 100%;
  height: 120px;
  background-image: url(../images/lleftbar_title_bg.jpg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.content .common-left .big_title .local-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 26px;
  color: #FFFFFF;
}
.content .common-left .navlist2 {
  padding: 22px 0 0 22px;
  background: #F2F2F2;
}
.content .common-right .top_title {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
.content .common-right .top_title .title {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.content .common-right .top_title .title img {
  margin-right: 16px;
  width: 4px;
  height: 22px;
}
.content .common-right .top_title .title span {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #242D36;
}
.content .common-right .top_title .xian {
  flex: 1;
  height: 1px;
  background: #88BCC5;
  position: relative;
}
.content .common-right .top_title .xian::before {
  content: "";
  position: absolute;
  right: -4px;
  top: -4px;
  width: 8px;
  height: 8px;
  background: #15798A;
  border-radius: 50%;
}
.content .common-right .common-list .list-S {
  height: 80px;
  background: #FFFFFF;
}
.content .common-right .common-list .list-S:nth-child(odd) {
  background: #F6FAFB;
}
.content .common-right .common-list .list-S a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.content .common-right .article-header {
  position: relative;
}
.content .common-right .article-header .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.content .common-right .article-header .bg img {
  width: 100%;
  height: 100%;
}
.content .common-right .teacher_list .list {
  float: left;
  width: 48%;
  margin-bottom: 3.4%;
  transition: all 0.6s;
}
.content .common-right .teacher_list .list:hover {
  transform: translateY(-10px);
}
.content .common-right .teacher_list .list:nth-child(2n) {
  float: right;
}
.content .common-right .teacher_list .list a {
  display: block;
}
.content .common-right .teacher_list .list a .left {
  float: left;
  width: 30%;
  height: 164px;
  line-height: 164px;
  text-align: center;
  background-color: #eff7f9;
}
.content .common-right .teacher_list .list a .left img {
  width: auto;
  height: auto;
}
.content .common-right .teacher_list .list a .right {
  float: left;
  position: relative;
  width: 68%;
  height: 164px;
  padding: 7.5% 7% 4% 8%;
  background-image: url(../images/teacher_bg.jpg);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.content .common-right .teacher_list .list a .right .top {
  position: absolute;
  top: 17.5%;
  left: 11%;
  right: 8%;
  display: flex;
  align-items: center;
  padding-bottom: 5%;
  margin-bottom: 4%;
}
.content .common-right .teacher_list .list a .right .top .name {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #15798A;
}
.content .common-right .teacher_list .list a .right .top span {
  margin: 0 15px;
}
.content .common-right .teacher_list .list a .right .top .post {
  display: inline-block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5C5C5C;
  transition: all 0.6s;
}
.content .common-right .teacher_list .list a .right .btm {
  position: absolute;
  top: 49.5%;
  left: 11%;
  right: 8%;
}
.content .common-right .teacher_list .list a .right .btm span {
  margin-right: 5px;
}
.content .common-right .teacher_list .list a .right .btm p {
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.6s;
}
.content .common-right .teacher_list .list a .right .btm .post {
  margin-bottom: 7%;
}
/* 列表鼠标经过显示隐藏 */
.common-list > li.list-S > .list {
  display: none;
}
.common-list > li.list-S.active > .list {
  display: block;
}
.common-list > li.list-S.active > .tit {
  display: none;
}
@media (max-width: 991px) {
  .navlist2 > li > a {
    padding: 10px 20px 10px 30px;
  }
  .inner-banner .common-local {
    width: 50%;
  }
  .content .common-right .common-list .list-S {
    height: auto;
  }
  .content {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .content .common-right .teacher_list .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .inner-banner .common-local {
    width: 100%;
  }
  .content .common-right .teacher_list .list a .left {
    width: 122px;
  }
  .content .common-right .teacher_list .list a .right {
    width: 64%;
  }
}
