.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 {
  height: 320px;
}
.inner-banner .img {
  width: 100%;
  height: 100%;
}
.inner-banner .img img {
  width: 100%;
  height: 100%;
}
.centent_list {
  padding: 23px 0 80px;
  background-image: url(../images/content_foot_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.centent_list .common-content {
  padding-bottom: 150px;
}
.centent_list .common-content .common-left {
  width: 19%;
  float: left;
  margin-top: -85px;
}
.centent_list .common-content .common-left .nav_t {
  position: relative;
}
.centent_list .common-content .common-left .nav_t .local-title {
  width: 100%;
  height: 118px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 30px;
  color: #EDEDED;
  line-height: 118px;
  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%;
  background: #F5F4F3;
  padding-left: 4px;
}
.centent_list .common-content .common-left .nav_t .navlist2::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #B79A68;
  position: absolute;
  left: 0;
  top: 0;
}
.centent_list .common-content .common-left .nav_t .navlist2 li {
  width: 100%;
}
.centent_list .common-content .common-left .nav_t .navlist2 li.active {
  position: relative;
  background: #FFFFFF;
}
.centent_list .common-content .common-left .nav_t .navlist2 li.active a {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 17px;
  color: #9B7851;
}
.centent_list .common-content .common-left .nav_t .navlist2 li.active::before {
  content: "";
  display: block;
  position: absolute;
  border: 7px solid transparent;
  border-left-color: #9B7851;
  right: 15px;
  top: 26px;
}
.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;
  background-color: #FFFFFF;
  margin-left: 28px;
  border-top: 1px solid #BEA170;
  padding: 10px 0;
}
.centent_list .common-content .common-left .nav_t .navlist2 li .thr-sub li a {
  position: relative;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #676767;
  line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}
.centent_list .common-content .common-left .nav_t .navlist2 li .thr-sub li a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #676767;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 17px;
}
.centent_list .common-content .common-left .nav_t .navlist2 li .thr-sub li a.active {
  position: relative;
  background: #F6F3ED;
  color: #9B7851;
}
.centent_list .common-content .common-left .nav_t .navlist2 li .thr-sub li a.active::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #9B7851;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 17px;
}
.centent_list .common-content .common-left .nav_t .navlist2 li .thr-sub .havefour ul {
  padding-left: 12px;
}
.centent_list .common-content .common-left .nav_t .navlist2 li .thr-sub .havefour ul li a {
    font-size: 14px;
    line-height: 32px;
}
.centent_list .common-content .common-left .nav_t .navlist2 li .thr-sub .havefour ul li a::after {
      content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #676767;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 15px;
}
.centent_list .common-content .common-left .nav_t .navlist2 li a {
  display: block;
  width: 88%;
  height: 100%;
  line-height: 40px;
  padding-left: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #FFFFFF;
}
.centent_list .common-content .common-left .special {
  float: right;
  width: 100%;
  margin-top: 110px;
}
.centent_list .common-content .common-left .special .special_title {
  position: relative;
  background-image: url(../images/index_title_line2.png);
  background-size: 68%;
  background-repeat: no-repeat;
  background-position: center right;
  height: 28px;
  margin-bottom: 25px;
  padding-left: 15%;
}
.centent_list .common-content .common-left .special .special_title .title {
  position: absolute;
  top: 0;
  left: 0;
}
.centent_list .common-content .common-left .special .special_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
.centent_list .common-content .common-left .special .special_title .mores {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #ECD3C0;
}
.centent_list .common-content .common-left .special .special_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #6F6F6F;
}
.centent_list .common-content .common-left .special .special_list ul li {
  position: relative;
  width: 100%;
  height: 94px;
}
.centent_list .common-content .common-left .special .special_list ul li:nth-child(2) {
  margin: 13px 0;
}
.centent_list .common-content .common-left .special .special_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.centent_list .common-content .common-left .special .special_list ul li a .img {
  width: 100%;
  height: 100%;
}
.centent_list .common-content .common-left .special .special_list ul li a .img img {
  width: 100%;
  height: 100%;
}
.centent_list .common-content .common-left .special .special_list ul li a .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  text-align: center;
  background: rgba(72, 27, 7, 0.7);
}
.centent_list .common-content .common-left .special .special_list ul li a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 36px;
}
.centent_list .common-content .common-right {
  float: right;
  width: 75%;
}
.centent_list .common-content .common-right .top_title {
  position: relative;
  padding-bottom: 10px;
  width: 100%;
}
.centent_list .common-content .common-right .top_title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 24px;
  background-image: url(../images/content_title_line.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.centent_list .common-content .common-right .top_title .title {
  float: left;
  width: 200px;
}
.centent_list .common-content .common-right .top_title .title .img {
  float: left;
  width: 11px;
  height: 15px;
  margin-right: 15px;
}
.centent_list .common-content .common-right .top_title .title .img img {
  width: 100%;
  height: 100%;
}
.centent_list .common-content .common-right .top_title .title h4 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1f678d;
  line-height: 22px;
}
.centent_list .common-content .common-right .top_title .common-local {
  display: inline-block;
  position: relative;
  z-index: 99;
}
.centent_list .common-content .common-right .top_title .common-local .img {
  width: 11px;
  height: 15px;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
.centent_list .common-content .common-right .top_title .common-local .img img {
  width: 100%;
  height: 100%;
}
.centent_list .common-content .common-right .top_title .common-local a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.centent_list .common-content .common-right .common-list li.list_one {
  padding: 30px 0;
}
.centent_list .common-content .common-right .common-list li.list_one a {
  display: block;
  width: 100%;
  height: 100%;
}
.centent_list .common-content .common-right .common-list li.list_one a:hover .title_s .title h4 {
  color: #936839;
}
.centent_list .common-content .common-right .common-list li.list_one a:hover .title_s .summary p {
  color: #936839;
}
.centent_list .common-content .common-right .common-list li.list_one a .time {
  width: 62px;
  height: 50px;
  background: rgba(229, 229, 229, 0.8);
  border-radius: 0px 0px 10px 0px;
  float: left;
  text-align: center;
}
.centent_list .common-content .common-right .common-list li.list_one a .time .year_mouth {
  height: 19px;
  background: rgba(147, 104, 57, 0.8);
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 19px;
}
.centent_list .common-content .common-right .common-list li.list_one a .time .day {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #936839;
  line-height: 28px;
}
.centent_list .common-content .common-right .common-list li.list_one a .title_s {
  margin: 0 4% 0 2%;
  float: left;
  width: 80%;
}
.centent_list .common-content .common-right .common-list li.list_one a .title_s .title {
  margin-bottom: 12px;
}
.centent_list .common-content .common-right .common-list li.list_one a .title_s .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.centent_list .common-content .common-right .common-list li.list_one a .title_s .summary p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #474747;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.centent_list .common-content .common-right .common-list li.list_one a .icon {
  width: 0.55rem;
  height: 0.5rem;
  float: right;
  margin-top: 0.2rem;
}
.centent_list .common-content .common-right .common-list li.list_one a .icon img {
  width: 100%;
  height: 100%;
}
.centent_list .common-content .common-right .common-list li.list-S {
  float: left;
  width: 100%;
  padding-left: 20px;
  position: relative;
  background: #FFFFFF;
}
.centent_list .common-content .common-right .common-list li.list-S::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: 50%;
  transform: translateY(50%);
  width: 11px;
  height: 11px;
  background-image: url(../images/title_icon_1.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.centent_list .common-content .common-right .common-list li.list-S:nth-child(2n) {
  background: #F8F7F5;
}
.centent_list .common-content .common-right .common-list li.list-S a {
  padding: 15px 0;
  letter-spacing: 0px;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  padding: 0 135px 0 30px;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.centent_list .common-content .common-right .common-list li.list-S a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 15px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.centent_list .common-content .common-right .common-list li.list-S a:hover {
  color: #936839;
}
.centent_list .common-content .common-right .common-list li.list-S span {
  position: absolute;
  right: 27px;
  top: 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.teacher-list {
  padding-top: 45px;
}
.teacher-list ul .li {
  float: left;
  width: 46%;
  height: auto;
  min-height: 160px;
  background: #F7F6F2;
  margin-bottom: 69px;
}
.teacher-list ul .li:nth-child(odd) {
  margin-right: 8%;
}
.teacher-list ul .li:hover {
  transform: translateY(-10px);
  transition: all 0.5s;
}
.teacher-list ul .li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 14px;
  padding-bottom: 18px;
}
.teacher-list ul .li a .img {
  float: left;
  width: 130px;
  height: 160px;
  margin-top: -18px;
  box-shadow: 6px 6px 0px 0px #9B7851;
}
.teacher-list ul .li a .img img {
  width: 100%;
  height: 100%;
}
.teacher-list ul .li a .msg {
  float: left;
  width: 60%;
  margin-left: 6%;
}
.teacher-list ul .li a .msg .title {
  padding: 24px 0 21px;
  border-bottom: 1px solid rgba(183, 154, 104, 0.3);
}
.teacher-list ul .li a .msg .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 22px;
  color: #70481B;
}
.teacher-list ul .li a .msg .text {
  padding-top: 10px;
}
.teacher-list ul .li a .msg .text p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 26px;
}
.teacher-info {
  margin-top: 50px;
}
.teacher-info .teacher-detail-top {
  padding: 0 0 20px 14px;
  background-image: url(../images/tch_bg.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.teacher-info .teacher-detail-top .teacher-detail-img {
  width: 100%;
}
.teacher-info .teacher-detail-top .teacher-detail-img .img {
  float: left;
  width: 136px;
  height: 189px;
  margin-top: -22px;
  margin-right: 4%;
}
.teacher-info .teacher-detail-top .teacher-detail-img .img img {
  width: 100%;
  height: 100%;
}
.teacher-info .teacher-detail-top .teacher-detail-img .msg {
  float: left;
  width: 67%;
}
.teacher-info .teacher-detail-top .teacher-detail-img .msg .name {
  margin-top: 30px;
}
.teacher-info .teacher-detail-top .teacher-detail-img .msg .name h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #70481B;
}
.teacher-info .teacher-detail-top .teacher-detail-img .msg .yi {
  margin: 19px 0 24px;
}
.teacher-info .teacher-detail-top .teacher-detail-img .msg .yi p {
  width: 72px;
  height: 4px;
  background: #DBC296;
}
.teacher-info .teacher-detail-top .teacher-detail-img .msg .relation {
  position: relative;
  width: 100%;
}
.teacher-info .teacher-detail-top .teacher-detail-img .msg .relation .text p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}
.teacher-info .equipment-tabs {
  margin-top: 36px;
  margin-bottom: 37px;
  border-bottom: 1px solid #B79A68;
}
.teacher-info .equipment-tabs li {
  float: left;
  cursor: pointer;
  padding: 3px 35px;
  line-height: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #9B7851;
  position: relative;
}
.teacher-info .equipment-tabs li::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 1px;
  height: 14px;
  background: #CCCCCC;
}
.teacher-info .equipment-tabs li:last-child::before {
  display: none;
}
.teacher-info .equipment-tabs li.active {
  background: #9B7851;
  border-radius: 10px 10px 0px 0px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.teacher-info .equipment-tabs li.active::before {
  display: none;
}
.teacher-info .equipment-content .ytable-row {
  display: table-row;
}
.teacher-info .equipment-content .ytable-cell {
  min-height: 66px;
  padding: 25px 15px 25px 30px;
  background-color: #f2f2f2;
  border: solid 1px #d2d2d2;
  font-size: 16px;
  font-weight: normal;
  color: #4a4a4a;
}
.teacher-info .equipment-content .equipment-table {
  border: solid 1px #d2d2d2;
  margin-bottom: 25px;
}
.teacher-info .equipment-content .txt {
  font-weight: bold;
  color: #000000;
  background-color: #fff;
}
.teacher-info .equipment-txt {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #000000;
}
.teacher-info .equipment-txt p {
  text-indent: 2em;
}
.teacher-info .equipment-content .info-tab {
  display: none;
}
.teacher-info .equipment-content .on {
  display: block;
}
.common_centent {
  padding-top: 32px;
}
.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: 1200px) {
  .teacher-list ul .li {
    width: 49%;
  }
  .teacher-list ul .li:nth-child(odd) {
    margin-right: 1%;
  }
  .teacher-list ul .li a .img {
    width: 120px;
    height: 150px;
  }
  .teacher-list ul .li a .msg {
    margin-left: 3%;
  }
}
@media (max-width: 991px) {
  .centent_list {
    padding: 0 0 30px;
    background-size: inherit;
    min-height: 83vh;
  }
  .inner-banner {
    height: 150px;
  }
  .centent_list .common-content .common-left {
    width: 100%;
    margin-top: 0;
  }
  .centent_list .common-content .common-left .special {
    margin-top: 10px;
  }
  .centent_list .common-content .common-left .special .special_title {
    background-image: url(../images/index_title_line1.png);
    background-size: 85%;
  }
  .centent_list .common-content .common-right {
    width: 100%;
  }
  .centent_list .common-content .common-right .common-list {
    padding-top: 17px;
  }
  .centent_list .common-content .common-right .top_title {
    padding: 15px 0;
  }
  .common-local {
    padding: 0;
  }
  .centent_list .common-content .common-right .common-list li.list_one a .text {
    padding-bottom: 5px;
  }
  .footer .center_msg {
    width: 54%;
    margin: 0 2%;
  }
  .footer .right_msg {
    width: 18%;
  }
}
@media (max-width: 750px) {
  .teacher-list ul .li {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .inner-banner {
    height: auto;
  }
  .inner-banner .img {
    width: 100%;
    height: 100%;
  }
  .inner-banner .img img {
    width: 100%;
    height: 100%;
        object-fit: contain;
  }
  .centent_list {
    background: #fff;
}
  .centent_list .common-content {
    padding-bottom: 20px;
  }
  .centent_list .common-content .common-left .special .special_title {
    background-size: 74%;
    margin-bottom: 7px;
  }
  .centent_list .common-content .common-left .special .special_list ul li {
    height: 70px;
  }
  .centent_list .common-content .common-left .special .special_list ul li a .title {
    height: 26px;
  }
  .centent_list .common-content .common-left .special .special_list ul li a .title h4 {
    font-size: 14px;
    line-height: 26px;
  }
  .centent_list .common-content .common-right .common-list li.list_one {
    padding: 12px 0;
  }
  .centent_list .common-content .common-right .common-list li.list_one a .time {
    width: 48px;
  }
  .centent_list .common-content .common-right .common-list li.list_one a .time .year_mouth {
    font-size: 10px;
  }
  .centent_list .common-content .common-right .common-list li.list_one a .title_s {
    width: 69%;
  }
  .centent_list .common-content .common-right .common-list li.list_one a .icon {
    width: 32px;
    height: 32px;
  }
  .common-list > li.list-S {
    padding: 15px 0;
  }
  .centent_list .common-content .common-right .common-list li.list-S a .common-list > li.list-S {
    padding: 7px 0;
  }
  .centent_list .common-content .common-right .common-list li.list-S a {
    font-size: 16px;
    max-height: max-content;
    overflow: auto;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .common_centent .article-title {
    font-size: 18px;
  }
  .centent_list .common-content .common-left .nav_t .navlist2 li a {
    line-height: 45px;
    font-size: 14px;
  }
  .centent_list .common-content .common-left .nav_t .navlist2 li.active a {
    font-size: 17px;
  }
  .centent_list .common-content .common-right .top_title {
    padding: 8px 0;
  }
  .centent_list .common-content .common-left .nav_t .navlist2 li .thr-sub li a {
    line-height: 32px;
    font-size: 14px;
  }
  .centent_list .common-content .common-right .top_title::after {
    height: 12px;
  }
  .centent_list .common-content .common-left .nav_t .navlist2 li .thr-sub li a::after,
  .centent_list .common-content .common-left .nav_t .navlist2 li .thr-sub li a.active::after {
    top: 12px;
  }
  .teacher-info .teacher-detail-top .teacher-detail-img .img {
    width: 100px;
    height: 140px;
  }
  .teacher-info .teacher-detail-top .teacher-detail-img .msg {
    width: 58%;
  }
  .teacher-info .teacher-detail-top .teacher-detail-img .msg .name h4 {
    font-size: 17px;
  }
  .teacher-info .teacher-detail-top .teacher-detail-img .msg .name {
    margin-top: 8px;
  }
  .teacher-info .teacher-detail-top .teacher-detail-img .msg .yi {
    margin: 8px 0 9px;
  }
  .teacher-info .teacher-detail-top .teacher-detail-img .msg .relation .text p {
    font-size: 12px;
    line-height: 17px;
  }
  .teacher-info .equipment-tabs {
    margin-top: 10px;
    margin-bottom: 21px;
  }
  .teacher-info .equipment-tabs li {
    font-size: 14px;
    padding: 3px 8px;
    line-height: 26px;
  }
  .teacher-info .equipment-tabs li.active {
    font-size: 14px;
  }
  .footer {
    padding-top: 0px;
  }
  .footer .left_msg .copyright {
    // border-top: 1px solid rgba(183, 154, 104, 0.22);
  }
  .footer .left_msg,
  .footer .center_msg,
  .footer .right_msg {
    width: 100%;
    margin: 10px 0;
  }
  .footer .left_msg .copyright p,
  .footer .left_msg .copyright p a,
  .footer .center_msg .link .title h4 {
    // color: #B79A68 !important;
  }
  .footer .center_msg {
    margin: 0;
  }
  .footer .center_msg .link .link_list li {
    width: 50%;
    margin-bottom: 18px;
  }
  .activity {
    margin-bottom: 10px;
  }
}
