.list_banner {
  background-image: url(../images/banner_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.list_banner img {
  width: 100%;
  height: 100%;
}
.inner-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.inner-banner .img {
  width: 100%;
  height: 100%;
}
.inner-banner .img img {
  width: 100%;
  height: 100%;
}
.inner-banner .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24.7%;
  background-image: url(../images/leftbar_title_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0px 25px 0px 0px;
}
.inner-banner .title .local-title {
  position: relative;
  float: right;
  height: 100px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 100px;
  padding-left: 38px;
  padding-right: 20%;
}
.inner-banner .title .local-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 32px;
  background: #B19C7A;
}
.centent_list .common-content .common-left {
  width: 18%;
  float: left;
}
.centent_list .common-content .common-left .nav_t {
  position: relative;
}
.centent_list .common-content .common-left .nav_t .local-title {
  width: 100%;
  height: 100px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 100px;
  padding-left: 28px;
  background-image: url(../images/leftbar_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0px 25px 0px 0px;
}
.centent_list .common-content .common-left .nav_t .navlist2 {
  position: relative;
  width: 100%;
}
.centent_list .common-content .common-left .nav_t .navlist2 li {
  width: 100%;
  background-color: #F9F6F0;
}
.centent_list .common-content .common-left .nav_t .navlist2 li.active {
  position: relative;
  background-color: #FFFFFF;
}
.centent_list .common-content .common-left .nav_t .navlist2 li.active a {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #7B2525;
}
.centent_list .common-content .common-left .nav_t .navlist2 li.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 25px;
  width: 8px;
  height: 8px;
  background: #7B2525;
  border-radius: 50%;
}
.centent_list .common-content .common-left .nav_t .navlist2 li.active .thr-sub {
  display: block;
}
.centent_list .common-content .common-left .nav_t .navlist2 li .thr-sub {
  display: none;
}
.centent_list .common-content .common-left .nav_t .navlist2 li .thr-sub li {
  padding-left: 21px;
  background-color: #fff;
}
.centent_list .common-content .common-left .nav_t .navlist2 li .thr-sub li a {
  position: relative;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #515151;
  line-height: 32px;
}
.centent_list .common-content .common-left .nav_t .navlist2 li .thr-sub li a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #BCBCBC;
  border-radius: 50%;
  position: absolute;
  left: 25px;
  top: 14px;
}
.centent_list .common-content .common-left .nav_t .navlist2 li .thr-sub li a.active {
  position: relative;
  background: #FFFFFF;
  color: #7B2525;
}
.centent_list .common-content .common-left .nav_t .navlist2 li .thr-sub li a.active::after {
  background: #7B2525;
}
.centent_list .common-content .common-left .nav_t .navlist2 li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 58px;
  padding-left: 44px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  border-bottom: 1px solid #FFFFFF;
}
.centent_list .common-content .common-left .nav_t .navlist_img {
  width: 100%;
  height: 172px;
  text-align: center;
  padding-top: 24px;
  background-color: #F9F6F0;
}
.centent_list .common-content .common-right {
  float: right;
  width: 78%;
  padding-top: 35px;
}
.centent_list .common-content .common-right .top_title {
  position: relative;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.centent_list .common-content .common-right .top_title .title {
  float: left;
  white-space: nowrap;
  padding-right: 18px;
}
.centent_list .common-content .common-right .top_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 28px;
  color: #242D36;
  line-height: 28px;
}
.centent_list .common-content .common-right .xian {
  float: left;
  width: 100%;
  flex: 1;
  height: 1px;
  background: #D4D4D4;
  position: relative;
}
.centent_list .common-content .common-right .xian::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 8px;
  background: #B19C7A;
  border-radius: 50%;
}
.centent_list .common-content .common-right .common-local {
  float: right;
  // width: 38%;
// margin-left: 26px;
  position: relative;
  text-align: right;
  margin-left: 10px;
}
.centent_list .common-content .common-right .common-local a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  white-space: nowrap;
}
.centent_list .common-content .common-list li.list-S {
  float: left;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  background: #F7F7F7;
}
.centent_list .common-content .common-list li.list-S:nth-child(2n) {
  background: #FFFFFF;
}
.centent_list .common-content .common-list li.list-S a {
  padding: 15px 0;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  color: #000;
  padding: 0 80px 0 30px;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.centent_list .common-content .common-list li.list-S a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #7B2525;
  border-radius: 50%;
}
.centent_list .common-content .common-list li.list-S a:hover {
  color: #7B2525;
}
.centent_list .common-content .common-list li.list-S span {
  position: absolute;
  right: 0;
  top: 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #767676;
}
.centent_list .common-content .leader_list ul li {
  float: left;
  width: 45%;
  height: 270px;
  background-image: url(../images/leader_bg.jpg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
.centent_list .common-content .leader_list ul li:nth-child(2n) {
  float: right;
}
.centent_list .common-content .leader_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4% 6%;
  position: relative;
}
.centent_list .common-content .leader_list ul li a .top_name {
  padding-bottom: 18px;
  border-bottom: 1px dashed #E1D3BD;
}
.centent_list .common-content .leader_list ul li a .top_name .name {
  float: left;
}
.centent_list .common-content .leader_list ul li a .top_name .name h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  line-height: 32px;
}
.centent_list .common-content .leader_list ul li a .top_name .post {
  position: absolute;
  right: 0;
  top: 20px;
  height: 29px;
  background: #7B2525;
  border-radius: 14px 0px 0px 14px;
  padding: 0 34px 0 23px;
  text-align: center;
}
.centent_list .common-content .leader_list ul li a .top_name .post p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 29px;
}
.centent_list .common-content .leader_list ul li a .img_msg {
  padding-top: 21px;
}
.centent_list .common-content .leader_list ul li a .img_msg .img {
  float: left;
  width: 29%;
  height: 164px;
  margin-right: 8%;
}
.centent_list .common-content .leader_list ul li a .img_msg .img img {
  width: 100%;
  height: 100%;
}
.centent_list .common-content .leader_list ul li a .img_msg .msg {
  float: left;
  position: relative;
  width: 63%;
  height: 164px;
}
.centent_list .common-content .leader_list ul li a .img_msg .msg .text p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.centent_list .common-content .leader_list ul li a .img_msg .msg .other {
  position: absolute;
  left: 0;
  bottom: 0;
}
.centent_list .common-content .leader_list ul li a .img_msg .msg .other .phone {
  margin-bottom: 18px;
}
.centent_list .common-content .leader_list ul li a .img_msg .msg .other span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.centent_list .common-content .teacher_info {
  margin-top: 70px;
}
.centent_list .common-content .teacher_info .teacher-detail-top {
  background-image: url(../images/tch_bg.jpg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 206px;
  padding-bottom: 17px;
}
.centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img {
  position: relative;
  width: 100%;
  padding: 30px 0 17px 184px;
}
.centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img .img {
  position: absolute;
  top: -17px;
  left: 0;
  width: 184px;
  height: 206px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img .img img {
  width: 100%;
  height: auto;
}
.centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img .msg {
  float: left;
  width: 80%;
  margin-left: 6%;
}
.centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img .msg .name h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #333333;
}
.centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img .msg .name h4 span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #7B2525;
  margin-left: 17px;
}
.centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img .msg .yi {
  margin: 19px 0 25px;
}
.centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img .msg .yi p {
  width: 426px;
  height: 1px;
  background: rgba(162, 86, 86, 0.1);
}
.centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img .msg .relation {
  position: relative;
}
.centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img .msg .relation .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 23px;
}
.centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img .msg .relation .icon img {
  width: 100%;
  height: 100%;
}
.centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img .msg .relation .msgs {
  margin-bottom: 32px;
}
.centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img .msg .relation .msgs p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img .msg .relation .text span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-left: 5px;
}
.centent_list .common-content .teacher_info .teacher-detail-right .teacher-title {
  position: relative;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 35px;
  height: 56px;
  border-radius: 20px 0px 20px 0px;
  background-image: url(../images/tch_line.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.centent_list .common-content .teacher_info .teacher-detail-right .teacher-title span {
  display: inline-block;
  padding: 17px 52px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background: #8C2D2D;
  border-radius: 20px 0px 20px 0px;
}
.centent_list .common-content .teacher_info .teacher-detail-right .teacher-title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}
.centent_list .common-content .teacher_list {
  margin-top: 15px;
}
.centent_list .common-content .teacher_list .teacher_tab {
  margin-bottom: 30px;
}
.centent_list .common-content .teacher_list .teacher_tab ul li {
  float: left;
  width: 160px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #BDA5A5;
  text-align: center;
  margin-right: 26px;
}
.centent_list .common-content .teacher_list .teacher_tab ul li.active {
  background: #7B2525;
}
.centent_list .common-content .teacher_list .teacher_tab ul li.active a {
  color: #FFFFFF;
}
.centent_list .common-content .teacher_list .teacher_tab ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #484747;
  line-height: 46px;
}
.centent_list .common-content .teacher_list .teacher_item .item {
  display: none;
}
.centent_list .common-content .teacher_list .teacher_item .item .item_list .teacher_item_title {
  position: relative;
  width: 100%;
  height: 60px;
  background-image: url(../images/tch_line.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 28px;
}
.centent_list .common-content .teacher_list .teacher_item .item .item_list .teacher_item_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 6px;
  height: 22px;
  background: #A94B4B;
}
.centent_list .common-content .teacher_list .teacher_item .item .item_list .teacher_item_title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #7B2525;
  line-height: 60px;
}
.centent_list .common-content .teacher_list .teacher_item .item .item_list .teacher_item_list {
  margin-bottom: 60px;
}
.centent_list .common-content .teacher_list .teacher_item .item .item_list .teacher_item_list ul {
  border-bottom: 1px solid #E8E8E8;
}
.centent_list .common-content .teacher_list .teacher_item .item .item_list .teacher_item_list ul li {
  float: left;
  width: 12.5%;
  border-bottom: 1px solid #E8E8E8;
}
.centent_list .common-content .teacher_list .teacher_item .item .item_list .teacher_item_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 38px 0 29px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
}
.centent_list .common-content .teacher_list .teacher_item .item .item_list .teacher_item_list ul li a:hover {
  color: #7B2525;
}
.common_centent .cnetent_title {
  padding-top: 32px;
  margin-bottom: 39px;
  background: #FAF9F6;
}
.common_centent .article-title {
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 28px;
  color: #000000;
}
.common_centent .article-small {
  text-align: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  padding: 27px 0;
}
.common_centent .article-content p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 34px;
}
.common_centent .publish-time {
  position: relative;
}
.common_centent .publish-time:before {
  content: "";
  /*display: block;*/
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url('../images/content_icon_1.png');
  width: 15px;
  height: 16px;
}
.common_centent .publish-unit {
  position: relative;
}
.common_centent .publish-unit:before {
  content: "";
  /*display: block;*/
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url('../images/content_icon_2.png');
  width: 15px;
  height: 17px;
}
@media (max-width: 991px) {
  .centent_list {
    padding: 0 0 30px;
  }
  .centent_list .common-content .common-right,
  .centent_list .common-content .common-left {
    width: 100%;
    padding-top: 0;
  }
  .inner-banner .title {
    display: none;
  }
  .centent_list .common-content .common-right .common-local {
    // width: 80%;
  }
  .centent_list .common-content .leader_list ul li {
    width: 49%;
  }
  .centent_list .common-content .teacher_info {
    margin-top: 0;
  }
  .centent_list .common-content .teacher_info .teacher-detail-right .teacher-title {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img .msg .yi p {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .centent_list .common-content .leader_list ul li {
    width: 100%;
  }
  .centent_list .common-content .leader_list ul li a .img_msg .img img {
    width: auto;
  }
}
@media (max-width: 500px) {
  .centent_list .common-content .common-right .xian {
    display: none;
  }
  .common_centent .article-title {
    font-size: 18px;
  }
  .centent_list .common-content .common-right .top_title {
    padding-bottom: 0;
    display: block;
  }

.centent_list .common-content .common-right .common-local {
      text-align: left;
      // width: 100%;
}
  .common_centent .cnetent_title {
    padding-top: 17px;
    margin-bottom: 20px;
  }
  .common_centent .article-small {
    padding: 18px 0;
  }
  .centent_list .common-content .leader_list ul li a .img_msg .img {
    margin-right: 4%;
    width: 33%;
  }
  .centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img .img {
    width: 120px;
  }
  .centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img {
    padding: 30px 0 17px 120px;
  }
  .centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img .msg .name h4 {
    font-size: 17px;
  }
  .centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img .msg .relation .msgs p,
  .centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img .msg .relation .text span {
    font-size: 12px;
  }
  .centent_list .common-content .teacher_info .teacher-detail-top .teacher-detail-img .msg .relation .msgs {
    margin-bottom: 16px;
  }
  .centent_list .common-content .teacher_info .teacher-detail-top {
    height: 180px;
  }
  .centent_list .common-content .teacher_info .teacher-detail-right .teacher-title {
    margin-top: 12px;
    margin-bottom: 18px;
    height: 41px;
  }
  .centent_list .common-content .teacher_info .teacher-detail-right .teacher-title span {
    padding: 11px 40px;
    font-size: 17px;
  }
  .centent_list .common-content .common-left .nav_t .navlist_img {
    height: 120px;
    padding-top: 10px;
  }
  .centent_list .common-content .common-left .nav_t .navlist_img img {
    width: auto;
    height: 100%;
  }
  .centent_list .common-content .teacher_list .teacher_tab ul li {
    width: 120px;
    height: 36px;
    margin-right: 10px;
  }
  .centent_list .common-content .teacher_list .teacher_tab ul li a {
    line-height: 36px;
    font-size: 14px;
  }
  .centent_list .common-content .teacher_list .teacher_item .item .item_list .teacher_item_title {
    height: 40px;
  }
  .centent_list .common-content .teacher_list .teacher_item .item .item_list .teacher_item_title h4 {
    line-height: 40px;
  }
  .centent_list .common-content .teacher_list .teacher_item .item .item_list .teacher_item_list ul li {
    width: 20%;
  }
  .centent_list .common-content .teacher_list .teacher_item .item .item_list .teacher_item_list ul li a {
    padding: 20px 0;
  }
  .centent_list .common-content .teacher_list .teacher_item .item .item_list .teacher_item_list {
    margin-bottom: 30px;
  }
  .centent_list .common-content .common-list li.list-S {
    padding: 14px 6px;
  }
  .centent_list .common-content .common-list li.list-S a {
    font-size: 14px;
    padding: 0px 80px 0 18px;
    line-height: 20px;
  }
  .centent_list .common-content .common-list li.list-S span {
    font-size: 12px;
  }
  .list-title h4 {
    font-size: 18px;
  }
  .centent_list .common-content .common-right .top_title .title h4 {
    font-size: 22px;
  }
.centent_list .common-content .common-right .top_title .title{
  margin-top: 10px;
}
  .centent_list .common-content .common-right .common-local a {
    font-size: 11px;
  }
  .centent_list .common-content .common-left .nav_t .navlist2 li a {
    line-height: 45px;
  }
  .centent_list .common-content .common-left .nav_t .navlist2 li.active::before {
    top: 20px;
  }
}
