.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 .container {
  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 .local {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 19.7%;
  height: 175px;
  background: rgba(0, 67, 145, 0.7);
  padding-left: 34px;
  padding: 37px 0 0 35px;
}
.inner-banner .local .one_p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 28px;
  color: #FF9526;
}
.inner-banner .local .two_p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.inner-banner .local .local-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 28px;
  color: #EDEDED;
  padding: 10px 0 15px;
}
.left_nav {
  position: relative;
  background: #F5F9FD;
}
.left_nav .navlist2 li {
  background: #F5F9FD;
  width: 100%;
}
.left_nav .navlist2 li .thr-sub li {
  background-color: #fff;
}
.left_nav .leftbar_bg {
  width: 100%;
  height: 100%;
}
.common-right .common-local {
  position: relative;
}
.common-right .common-local .wire {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 70%;
  height: 1px;
  background: #DCDCDC;
}
.common-right .common-local .wire .dot {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #1757A1;
  border-radius: 50%;
}
.common-right .common-list .list-S:nth-child(odd) {
  background-color: #F8F9FB;
}
.common-right .common-list .list-S:nth-child(even) {
  background-color: #FFFFFF;
}
.common-right .common-list .list_one {
  padding: 20px 27px 24px 20px;
  background-color: #edf1fc;
}
.common-right .common-list .list_one a {
  display: block;
  width: 100%;
  height: 100%;
}
.common-right .common-list .list_one a:hover .right_title .title h4 {
  color: #004391;
}
.common-right .common-list .list_one a:hover .right_title .summy p {
  color: #004391;
}
.common-right .common-list .list_one a .time {
  float: left;
  width: 6.7%;
  height: 66px;
  background: #E8EDF4;
  border-radius: 0px 0px 10px 0px;
  text-align: center;
}
.common-right .common-list .list_one a .time .mouth {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  width: 100%;
  height: 30px;
  background: #1757A1;
  padding: 5px 0;
}
.common-right .common-list .list_one a .time .day {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #1757A1;
  width: 100%;
  height: 36px;
}
.common-right .common-list .list_one a .right_title {
  float: left;
  width: 76%;
  margin-left: 3%;
}
.common-right .common-list .list_one a .right_title .title {
  margin-bottom: 18px;
}
.common-right .common-list .list_one a .right_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.common-right .common-list .list_one a .right_title .summy p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #707070;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.common-right .common-list .list_one a .list_arr {
  float: right;
  width: 50px;
  height: 20px;
  margin-top: 23px;
}
.common-right .common-list .list-S {
  background-color: #F8F9FB;
  border-bottom: 1px dashed #eee;
}
.common-right .common-list .list-S .list {
  padding: 20px 27px 24px 20px;
}
.common-right .common-list .list-S .list a {
  display: flex;
}
.common-right .common-list .list-S .list a .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 64px;
  height: 59px;
  margin-right: 24px;
  padding-top: 0.7%;
}
.common-right .common-list .list-S .list a .time .month_day {
  position: relative;
  width: 64px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  background-color: #1899B1;
}
.common-right .common-list .list-S .list a .time .month_day::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 36%;
  border: 8px solid transparent;
  border-top-color: #1899B1;
}
.common-right .common-list .list-S .list a .time .year {
  width: 100%;
  text-align: center;
  line-height: 28px;
  color: #666666;
  background-color: #EEEEEE;
  font-size: 14px;
  border-bottom: 2px solid #FFA02F;
}
.common-right .common-list .list-S .list a .list-right {
  width: 82%;
}
.common-right .common-list .list-S .list a .list-right .title {
  color: #00768C;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-right .common-list .list-S .list a .list-right .content {
  color: #010101;
  font-size: 12px;
  line-height: 22px;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.common-right .common-list .list-S .list a .right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-right .people_list {
  margin-top: 20px;
}
.common-right .people_list li {
  float: left;
  width: 16%;
  height: 260px;
  margin-right: 5%;
  margin-bottom: 50px;
}
.common-right .people_list li:nth-child(5n) {
  margin-right: 0;
}
.common-right .people_list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #F3F3F3;
}
.common-right .people_list li a:hover {
  background-color: #004391;
}
.common-right .people_list li a:hover .title h4 {
  color: #fff;
}
.common-right .people_list li a:hover .title h4::before {
  border-left-color: #fff;
}
.common-right .people_list li a .img {
  position: absolute;
  top: 10px;
  left: -15px;
  width: 100%;
  height: 198px;
}
.common-right .people_list li a .img img {
  width: 100%;
  height: 100%;
}
.common-right .people_list li a .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52px;
  padding: 0 0 0 12%;
}
.common-right .people_list li a .title h4 {
  position: relative;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 17px;
  color: #1757A1;
  line-height: 52px;
}
.common-right .people_list li a .title h4::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left-color: #C3DCE9;
}
.common-right .teacher_info {
  margin-top: 25px;
}
.common-right .teacher_info .teacher-detail-top {
  padding: 11px 0 15px 24px;
  background-image: url(../images/teacher_bg.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.common-right .teacher_info .teacher-detail-top .teacher-detail-img {
  width: 100%;
}
.common-right .teacher_info .teacher-detail-top .teacher-detail-img .img {
  float: left;
  width: 150px;
  height: 186px;
  margin-right: 58px;
}
.common-right .teacher_info .teacher-detail-top .teacher-detail-img .img img {
  width: 100%;
  height: 100%;
}
.common-right .teacher_info .teacher-detail-top .teacher-detail-img .msg {
  float: left;
}
.common-right .teacher_info .teacher-detail-top .teacher-detail-img .msg .name {
  margin-top: 29px;
}
.common-right .teacher_info .teacher-detail-top .teacher-detail-img .msg .name h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #1757A1;
}
.common-right .teacher_info .teacher-detail-top .teacher-detail-img .msg .yi {
  margin: 19px 0 40px;
}
.common-right .teacher_info .teacher-detail-top .teacher-detail-img .msg .yi p {
  width: 26px;
  height: 4px;
  background: #FF9526;
}
.common-right .teacher_info .teacher-detail-top .teacher-detail-img .msg .relation {
  position: relative;
}
.common-right .teacher_info .teacher-detail-top .teacher-detail-img .msg .relation .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 23px;
}
.common-right .teacher_info .teacher-detail-top .teacher-detail-img .msg .relation .icon img {
  width: 100%;
  height: 100%;
}
.common-right .teacher_info .teacher-detail-top .teacher-detail-img .msg .relation .text {
  margin-left: 40px;
}
.common-right .teacher_info .teacher-detail-top .teacher-detail-img .msg .relation .text p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.common-right .teacher_info .teacher-detail-right .teacher-title {
  position: relative;
  width: 100%;
  padding: 18px 52px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #1757A1;
  background: #F0F4F8;
  margin-top: 50px;
  margin-bottom: 35px;
}
.common-right .teacher_info .teacher-detail-right .teacher-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/teacher_title_icon.jpg);
}
.common-right .column-list li {
  position: relative;
  margin: 32px 0;
  padding: 22px 45px 22px 22px;
  background-image: url(../images/list_bg.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.common-right .column-list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: #004391;
  transition: all 0.5s;
  z-index: 1;
}
.common-right .column-list li:hover::after {
  left: -100%;
}
.common-right .column-list li:hover .left_img .img_bg {
  transform: scale(1.1);
}
.common-right .column-list li:hover .left_img img {
  transform: scale(1.1);
}
.common-right .column-list li:hover .right_msg .title h4,.common-right .column-list li:hover .right_msg .title h4 font  {
  color: #004391 !important;
}
.common-right .column-list li:hover .right_msg .summy p {
  color: #004391;
}
.common-right .column-list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.common-right .column-list li a .left_img {
  position: relative;
  float: left;
  width: 30%;
  height: 180px;
  margin-right: 4%;
  z-index: 99;
  overflow: hidden;
}
.common-right .column-list li a .left_img .img_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  // background-color: #e8edf4;
  transition: all 0.5s;
}
.common-right .column-list li a .left_img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.common-right .column-list li a .left_img .time {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: rgba(0, 67, 145, 0.6);
  text-align: center;
}
.common-right .column-list li a .left_img .time .day {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 26px;
  color: #FFFFFF;
}
.common-right .column-list li a .left_img .time .year_mouth {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}
.common-right .column-list li a .right_msg {
  position: relative;
  float: left;
  width: 60%;
  height: 100%;
  z-index: 99;
}
.common-right .column-list li a .right_msg .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 32px;
}
.common-right .column-list li a .right_msg .timesb {
  position: absolute;
  bottom: 5px;
  left: 0;
}
.common-right .column-list li a .right_msg .timesb p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #7e7e7e;
}
.common-right .column-list li a .right_msg .summy {
  margin: 32px 0 30px;
}
.common-right .column-list li a .right_msg .summy p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
}
.common-right .column-list li a .right_msg .list_arr {
  width: 50px;
  height: 20px;
  float: right;
}
/* 列表鼠标经过显示隐藏 */
.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;
}

.fu_title {
 text-align: center;
    line-height: 50px;
    font-size: 26px;
color: #04336A;
}
@media (max-width: 991px) {
  .navlist2 > li > a {
    font-size: 16px;
    padding: 8px 20px 8px 18px;
  }
  .navlist2 .active.has-sub > a {
    font-size: 17px;
  }
  .thr-sub li a.active {
    padding: 4px 20px 4px 45px;
  }
  .navlist2 .thr-sub {
    padding: 10px 0 10px 20px;
  }
  .left_nav .leftbar_bg {
    display: none;
  }
  .local {
    display: none;
  }
  .common-right .common-local .wire {
    display: none;
  }
  .common-right .people_list li {
    width: 21%;
  }
  .common-right .people_list li:nth-child(5n) {
    margin-right: 5%;
  }
  .common-right .people_list li:nth-child(4n) {
    margin-right: 0%;
  }
}
@media (max-width: 760px) {
  .inner-banner .img {
    height: 135px;
  }
}
@media (max-width: 500px) {
  .common-right .common-list .list_one {
    padding: 10px;
  }
  .common-right .common-list .list_one a .time {
    width: 50px;
  }
  .common-right .common-list .list_one a .right_title .title {
    margin-bottom: 10px;
  }
  .common-right .common-list .list_one a .list_arr {
    display: none;
  }
  .common-right .people_list li {
    width: 47%;
  }
  .common-right .people_list li:nth-child(5n),
  .common-right .people_list li:nth-child(4n) {
    margin-right: 5%;
  }
  .common-right .people_list li:nth-child(2n) {
    margin-right: 0%;
  }
  .common-right .people_list li a .img {
    left: 0;
  }
  .common-right .teacher_info {
    margin-top: 10px;
  }
  .common-right .teacher_info .teacher-detail-top {
    padding: 11px 0 15px 8px;
  }
  .common-right .teacher_info .teacher-detail-top .teacher-detail-img .img {
    width: 90px;
    height: 110px;
    margin-right: 10px;
  }
  .common-right .teacher_info .teacher-detail-top .teacher-detail-img .msg .name {
    margin-top: 9px;
  }
  .common-right .teacher_info .teacher-detail-top .teacher-detail-img .msg .name h4 {
    font-size: 21px;
  }
  .common-right .teacher_info .teacher-detail-top .teacher-detail-img .msg .yi {
    margin: 19px 0 24px;
  }
  .common-right .teacher_info .teacher-detail-top .teacher-detail-img .msg .relation .text p {
    font-size: 12px;
  }
  .common-right .teacher_info .teacher-detail-right .teacher-title {
    margin: 20px 0;
    padding: 12px 52px;
  }
  .common-right .column-list li {
    margin: 15px 0;
    padding: 15px;
  }
  .common-right .column-list li a .left_img {
    width: 36%;
    height: 135px;
    margin-right: 4%;
  }
  .common-right .column-list li a .left_img .time {
    width: 47px;
    height: 47px;
  }
  .common-right .column-list li a .left_img .time .day {
    font-size: 18px;
  }
  .common-right .column-list li a .left_img .time .year_mouth {
    font-size: 10px;
  }
.common-right .column-list li a .right_msg .timesb {
  bottom: 0;
}
  .common-right .column-list li a .right_msg .title h4 {
    font-size: 17px;
    line-height: 24px;
  }
  .common-right .column-list li a .right_msg .summy {
    margin: 10px 0;
  }
  .common-right .column-list li a .right_msg .summy p {
    font-size: 12px;
    line-height: 18px;
  }
}

