@charset "utf-8";
/* CSS Document */
.top {
  height: 140px;
  width: 100%;
  transition: 0.4s;
}
.part {
  width: 100%;
  position: fixed;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  z-index: 2;
  background:linear-gradient(150deg, #e7f4fe 6%, #f0edfa 97%);
  transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -moz-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -ms-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -o-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  overflow: hidden;
  overflow-y: scroll;
}
.part.showdiv {
  top: 0;
}

.header2 {
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 2;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.7s ease-out 0s;
  top: 0;
}

.part.showdiv .header2 {
  transform: none;
  opacity: 1;
  transition: all 0.5s ease-in-out 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  .top {
    height: 140px;
    width: 100%;
    background-color: #0c308e;
    border-bottom: #8fbaff 1px solid;
    transition: 0.4s;
    .top_bg {
      height: 100%;
      width: 100%;
      overflow: hidden;
      background: url(../img/nav_bg.png) no-repeat right bottom;
      background-size: auto 100%;
    }
  }
  .nav {
    background: #0c308e;
    position: relative;
    z-index: 10;
    transition: 0.4s;
  }
}


.top_bg {
  height: 100%;
  width: 100%;
}

.top_r {
  width: calc(100% - 313px);
}
.eng_h1 {
  line-height: 18px;
  font-size: 12px;
  margin-top: 18px;
  color: #aab5d3;
  margin-right: 24px;
}
.eng_h1 a {
  color: #aab5d3;
  font-size: 12px;
}

.eng_h {
  line-height: 18px;
  right: 0;
  font-size: 15px;
  top: 62px;
  color: #aab5d3;
}
.eng_h a {
  color: #aab5d3;
  font-size: 15px;
}
.top .top_bg .logo {
  margin-top: 33px;
  float: left;
  z-index: 2;
  height: 69px;
}

.top .top_bg .logo a {
  display: block;
  height: 100%;
}
.top .top_bg .logo a img {
  height: 100%;
}

.nav1 {
  position: relative;
  z-index: 10;
  transition: 0.4s;
  width: 100%;
  margin-top: 10px;
}
.nav1 ul {
  height: 40px;
  line-height: 40px;
  width: 100%;
}
.nav1 ul li {
  font-size: 14px;
  float: left;
  width: 12.5%;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #ffffff;
}
.nav1 ul li a {
  display: block;
  color: #fff;
}
.nav1 ul li a:hover,
.nav1 ul li:hover {
  background: #931724;
  color: #fff;
}
.nav1 ul li ul {
  position: absolute;
  z-index: 999;
  width: 100%;
  display: none;
  left: 0;
  top: 40px;
  height: auto;
}
.nav1 ul li ul li {
  width: 100%;
  clear: both;
  background: #055abc;
  border: none;
}
.nav1 ul li ul li a {
  color: #fff;
}
.nav1 ul li ul li a:hover {
  color: #fff;
  background: #931724;
}
.nav1 ul li:hover ul {
  display: block;
}

.nav {
  position: relative;
  z-index: 10;
  transition: 0.4s;
}
.nav ul {
  height: 60px;
  line-height: 60px;
  width: 1400px;
}
.nav ul li {
  font-size: 18px;
  float: left;
  width: 12.5%;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #ffffff;
}
.nav ul li a {
  display: block;
  color: #fff;
}
.nav ul li a:hover,
.nav ul li:hover {
  background: #931724;
  color: #fff;
}
.nav ul li ul {
  position: absolute;
  z-index: 999;
  width: 100%;
  display: none;
  left: 0;
  top: 60px;
  height: auto;
}
.nav ul li ul li {
  width: 100%;
  clear: both;
  background: #055abc;
  border: none;
}
.nav ul li ul li a {
  color: #fff;
}
.nav ul li ul li a:hover {
  color: #fff;
  background: #931724;
}
.nav ul li:hover ul {
  display: block;
}

.main-banner {
  position: relative;
  min-width: 1400px;
  /* top: 0;
  width: 100%; */
}

.banner {
  /* width: 100%; */
  display: block;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  width: 100%;
}

.banner a {
  height: 100vh !important;
}

.banner .image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}



.banner .swiper-slide img {
  width: 100%;
  object-fit: cover;
}

.banner .swiper-pagination {
  bottom: 20px;
  text-align: center;
  width: 100%;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #dcc55a;
}

/*标题栏*/
.top1 {
  text-align: left;
  color: #e3e3e3;
  position: relative;
}
.topicon {
  width: 85px;
  height: 92px;
  margin-left: 12px;
}
.topcn {
  position: absolute;
  left: 0;
  top: 25px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  letter-spacing: 4px;
  font-family: Microsoft YaHei-Bold;
  white-space: nowrap;
  font-weight: 700;
  text-align: left;
  line-height: 38px;
}

.fff-color {
  color: #fff !important;
}
.bottom42 {
  margin-bottom: 42px;
}
.bottom30 {
  margin-bottom: 30px;
}
.top60 {
  margin-top: 60px;
}
.more {
  margin-left: 24px;
}
.more a {
  display: flex;
  align-items: center;
}

.more a:hover .moreImg {
  transform: translateX(10px);
}

.more a .moreImg {
  width: 38px;
  height: 38px;
  transition: 0.3s;
}

.more a .bline {
  margin-left: 5px;
  width: 3px;
  height: 19px;
  background: #005a9f;
}

.con01 {
  height: 94px;
  width: 100%;
}

.con01box {
  margin-top: 30px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  width: 1240px;
  height: 64px;
}

.con01box .con01_item {
  width: 177px;
  height: 100%;
  background-color: rgba(12, 48, 142, 1);
  cursor: pointer;
}

.con01box .con01_item:hover {
  background: #931724;
}

.con01box .con01_item:first-child {
  background-color: rgba(255, 255, 255, 1);
}

.con01box .con01_item:first-child:hover {
  background-color: rgba(255, 255, 255, 1);
}

.con01box .con01_item .zsicon {
  margin-right: 10px;
  width: 32px;
  height: 26px;
  background-image: url(../img/icon1.png);
  background-size: 100% 100%;
}

.con01box .con01_item .con01_item_text {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: Microsoft YaHei UI-Bold;
  font-weight: 700;
  text-align: left;
  line-height: 24px;
}

.con01box .con01_item:first-child .con01_item_text {
  color: rgba(21, 30, 73, 1);
}

/*图片切换*/

.slideBox {
  width: 100%;
  height: 484px;
  box-sizing: border-box;
  position: relative;
}

.slideBox .swiper-container {
  margin: 0;
  height: 100%;
}

.slideBox .swiper-slide {
  height: 100%;
}

.news-img {
  overflow: hidden;
  height: 100%;
}

.news-img img {
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-img a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.con02 {
  background: url(../img/bg2.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-width: 1400px;
  height: 868px;
  margin-top: 201px;
}

.con02left {
  padding-top: 60px;
}

.con02rightmain {
  width: 34%;
}
.con02rightmain01 {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  height: 484px;
  width: calc(100% - 20px);
}
.con02rightmain01 ul li:first-child .section_43 {
  margin-top: 0px;
}

.con02rightmain01 ul li:hover .section_43 {
  background-color: rgba(12, 48, 142, 1);
  .text_433 {
    display: block;
  }
  .group_431 {
    display: none;
  }
  .text_4321 {
    color: #fff;
  }
  .text_4322 {
    color: rgba(255, 255, 255, 0.85);
  }
}

.con02right_item .arrow-w {
  display: none;
  width: 32px;
  height: 41px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 32px;
  margin: 9px 26px 0 9px;
}

.con02right_item {
  height: 100%;
  width: 100%;
  /* 使用flex布局使right_title占据剩余空间 */
  .right_title {
    flex: 1 1 auto; /* 允许flex item收缩 */
    min-width: 0; /* 防止flex item溢出 */
    height: 30px;
    overflow-wrap: break-word;
    color: rgba(21, 30, 73, 1);
    font-size: 16px;
    font-family: Microsoft YaHei UI-Regular;
    font-weight: normal;
    text-align: left;
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
    line-height: 30px;
    margin-top: 14px;
    padding-left: 32px;
    padding-right: 35px;
  }
  .right_date {
    flex-shrink: 0;
    height: 18px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-family: Microsoft YaHei UI-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 14px;
    margin-top: 20px;
    margin-right: 35px;
  }
}
.con02leftmain {
  width: 66%;
}
.con02leftmain01 {
  width: 40%;
}

.con02leftmain02 {
  width: 60%;
  background-color: #fff;
  height: 484px;
}
.con02leftmain02 ul li {
  height: 69px;
  clear: both;
  width: 100%;
}
.con02leftmain02 ul li:last-child {
  border-bottom: none;
}

.news-rq {
  background-color: rgba(147, 23, 36, 1);
  border-radius: 0px 0px 20px 0px;
  height: 38px;
  width: 104px;
  left: 0;
  top: 0;
  position: absolute;
}

.news-rq-dd {
  width: 82px;
  height: 18px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: Microsoft YaHei UI-Bold;
  font-weight: 700;
  text-align: left;
  line-height: 14px;
  margin: 10px 9px 0 6px;
}

.news-bottom-bg {
  height: 50px;
  background: rgba(0, 0, 0, 0.49);
  width: 100%;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.news-bottom-text {
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  font-weight: normal;
  margin-right: 30px;
  margin-left: 20px;
}

.news-bottom-right {
  right: 10px;
  bottom: 12px !important;
  left: auto !important;
  text-align: right !important;
}

.news-bullet {
  font-size: 18px;
  color: #ffffff;
  opacity: 0.5;
  cursor: pointer;
  width: 18px;
  display: inline-block;
}

.news-bullet-active {
  opacity: 1;
}

.date-txt .txt1 {
  width: 78px;
  height: 18px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 73, 0.65);
  font-size: 14px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 14px;
  margin-right: 26px;
}
.date-txt span {
  display: none;
  width: 32px;
  height: 41px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 32px;
  margin: 9px 26px 0 9px;
}
.date-txt:hover {
  background-color: rgba(12, 48, 142, 1);
}
.date-txt:hover .text-box {
  width: calc(100% - 50px);
}
.date-txt:hover .text-box .red-box {
  background-color: #fff;
}

.date-txt:hover .text-box .title2 {
  color: #fff;
}
.date-txt:hover .txt1 {
  display: none;
}
.date-txt:hover span {
  display: block;
}
.date-txt {
  width: 100%;
  overflow-wrap: break-word;
  color: rgba(21, 30, 73, 1);
  font-size: 16px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 30px;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  .text-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: calc(100% - 150px);
    .red-box {
      display: flex;
      flex-direction: column;
      background-color: rgba(147, 23, 36, 1);
      width: 14px;
      height: 14px;
      margin-left: 22px;
    }
  }
}

.date-txt .text-box .title2 {
  width: calc(100% - 45px);
  overflow-wrap: break-word;
  color: rgba(21, 30, 73, 1);
  font-size: 16px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 24px;
  margin-left: 14px;
}
/*招生快讯*/

/*领导关怀*/

.con02right {
  width: 363px;
}
.con02right .top {
  margin: 0px auto 15px auto;
}
.con02right ul li + li {
  margin-top: 24px;
}
.con02right ul li a {
  display: block;
  width: 363px;
  height: 318px;
  overflow: hidden;
}
.con02right ul li a:hover {
  width: 363px;
  transition: all 0.4s ease-out;
  -moz-box-shadow: 0px 17px 35px -17px rgba(0, 0, 0, 0.3); /* 老的 Firefox */
  box-shadow: 0px 17px 35px -17px rgba(0, 0, 0, 0.3);
}

.con02right ul li a:hover img {
  transition: all 0.4s ease-out;
  overflow: hidden;
  box-shadow: none;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.con03 {
  background: url(../img/bg3.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-width: 1400px;
  height: 758px;
}

.richcontent {
  line-height: 2.1;
  padding: 0;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.richcontent h3 a {
  color: #1e50ae;
}
.richcontent h3 a:hover {
  color: #ba0707;
}
.richcontent .desc {
  font-size: 14px;
  color: #666;
  text-indent: 2em;
}

.newslist ul {
  background-color: #fff !important;
  height: 460px;
}

.newslist ul li {
  height: 92px;

  .section_3 {
    width: 100%;
    height: 94px;
  }

  .group_31 {
    width: 50px;
    height: 56px;
    margin-left: 24px;
    margin-top: 6px;
  }

  .text_311 {
    width: 100%;
    height: 30px;
    overflow-wrap: break-word;
    color: rgba(12, 48, 142, 1);
    font-size: 16px;
    font-family: Source Han Sans CN-Bold;
    font-weight: 700;
    text-align: center;
    line-height: 22px;
  }

  .text_312 {
    width: 100%;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(12, 48, 142, 1);
    font-size: 14px;
    font-family: Source Han Sans CN-Regular;
    font-weight: normal;
    text-align: center;
    line-height: 22px;
  }

  .group_32 {
    width: calc(100% - 85px);
    height: 53px;
  }

  .text_321 {
    overflow-wrap: break-word;
    color: rgba(21, 30, 73, 1);
    font-size: 16px;
    font-family: Microsoft YaHei UI-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 26px;
    margin-right: 20px;
  }

  .text_322 {
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(21, 30, 73, 0.65);
    font-size: 14px;
    font-family: Microsoft YaHei UI-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 24px;
    margin-top: 6px;
    margin-right: 20px;
  }
}
.newslist ul li:hover {
  background-color: #931724;
}
.newslist ul li a:hover {
  background-color: #931724;
  .text_311 {
    color: #fff;
  }
  .text_312 {
    color: rgba(255, 255, 255, 0.65);
  }
  .text_321 {
    color: #fff;
  }
  .text_322 {
    color: rgba(255, 255, 255, 0.65);
  }
}

.two_left,
.two_right {
  width: calc((100% - 40px) / 3);
}

.con04 {
  background: url(../img/bg4.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-width: 1400px;
  height: 770px;
}

.newslist2 {
  height: 500px;
}

.section_41 {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  height: 136px;
  margin-bottom: 20px;
}

.image_41 {
  width: 235px;
  height: 136px;
}

.group41 {
  width: calc(100% - 235px);
  height: 105px;
  margin: 20px 22px 0 21px;
}
.text_41 {
  width: 100%;
  height: 60px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 73, 1);
  font-size: 16px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 30px;
}

.text_date_41 {
  width: 100%;
  height: 41px;
  margin-top: 4px;
  .text_411 {
    width: 78px;
    height: 18px;
    overflow-wrap: break-word;
    color: rgba(21, 30, 73, 0.65);
    font-size: 14px;
    font-family: Microsoft YaHei UI-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 14px;
    margin-top: 12px;
  }
  .text_412 {
    width: 32px;
    height: 41px;
    overflow-wrap: break-word;
    color: rgba(12, 48, 142, 1);
    font-size: 32px;
    font-family: Microsoft YaHei UI-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 32px;
  }
}

.section_42 {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  /* height: 330px; */
  /* margin-top: 21px; */
}
.newslist2 ul .section_42 li:hover {
  .group_42 {
    background-color: rgba(12, 48, 142, 1);
  }
  .group_421 {
    background-color: #fff;
  }
  .text_421 {
    color: #fff;
  }
  .text_422 {
    display: none;
  }
  .text_423 {
    display: block;
  }
  .lyBox {
    background: #ebf2ff;
    color: #8195c2;
  }
}
.group_42 {
  width: 100%;
  height: 66px;
}
.group_42 {
  width: 100%;
  height: 66px;
}
.group_42_box {
  height: 97.2px;
}

.lyBox {
  height: 31px;
  font-size: 14px;
  background-color: #f5f6fa;
  line-height: 31px;
  color: rgba(21, 30, 73, 0.65);
  padding-left: 23px;
}

.group_421 {
  background-color: rgba(147, 23, 36, 1);
  width: 4px;
  height: 25px;
}
.text_421 {
  width: calc(100% - 150px);
  overflow-wrap: break-word;
  color: rgba(21, 30, 73, 1);
  font-size: 16px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 24px;
  margin-left: 20px;
}
.text_422 {
  width: 78px;
  height: 18px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 73, 0.65);
  font-size: 14px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 14px;
  margin: 6px 0 0 24px;
}
.text_423 {
  width: 32px;
  height: 41px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 32px;
  margin: 9px 25px 0 69px;
  display: none;
}

.newslist2 ul li:first-child .section_43 {
  margin-top: 0px;
}
.newslist2 ul li:hover .section_43 {
  background-color: rgba(12, 48, 142, 1);
  .text_433 {
    display: block;
  }
  .group_431 {
    display: none;
  }
  .text_4321 {
    color: #fff;
  }
  .text_4322 {
    color: rgba(255, 255, 255, 0.85);
  }
}
.section_43 {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  height: 84px;
  margin-top: 16px;
}
.text_433 {
  width: 32px;
  height: 41px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 32px;
  margin: 22px 34px 0 26px;
  display: none;
}
.group_431 {
  background-color: rgba(147, 23, 36, 1);
  width: 84px;
  height: 84px;
}
.text_431 {
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 20px;
  margin-bottom: 6px;
}
.text_432 {
  margin-top: 6px;
  height: 18px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 16px;
}
.group_432 {
  width: calc(100% - 84px);
  height: 49px;
}
.text_4321 {
  margin-left: 24px;
  margin-right: 16px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 73, 1);
  font-size: 16px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 24px;
}
.text_4322 {
  margin-left: 24px;
  margin-right: 14px;
  height: 18px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 73, 0.65);
  font-size: 14px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 14px;
  margin-top: 14px;
}

.con05 {
  background: url(../img/bg5.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-width: 1400px;
  height: 770px;
}
.con05leftmain01 {
  width: 320px;
  height: 450px;
}
.con05leftmain02 {
  width: calc(100% - 392px);
  background-color: #fff;
  height: 404px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 24px 36px 22px 36px;
}
.text_51 {
  height: 30px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 73, 1);
  font-size: 20px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 30px;
}
.text_52 {
  margin-top: 14px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 73, 0.65);
  font-size: 14px;
  letter-spacing: 2px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 26px;
}
.text_53 {
  width: 32px;
  height: 41px;
  overflow-wrap: break-word;
  color: rgba(12, 48, 142, 1);
  font-size: 32px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 32px;
  margin-top: 9px;
}
.con05_col {
  width: 133px;
  right: 24px;
  position: absolute;
  top: 160px;
}

.image_51 {
  width: 320px;
  height: 450px;
}

.group05 {
  background-color: rgba(255, 255, 255, 1);
  height: 185px;
  width: calc(100% - 170px);
}

.text_box51.active {
  background-color: rgba(12, 48, 142, 1);
  border-radius: 54px;
  height: 32px;
  margin-top: 5px;
  width: 100%;
}

.text_box51 {
  background-color: rgba(198, 224, 255, 1);
  border-radius: 54px;
  height: 32px;
  margin-top: 7px;
  width: 100%;
}

.text_55 {
  width: 60px;
  height: 30px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 73, 0.65);
  font-size: 15px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 30px;
  margin-left: 37px;
}

.text_box51.active .text_55 {
  width: 60px;
  height: 30px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 30px;
  margin-left: 37px;
}

.jiaoshi,
.xuesheng,
.xiaoyou {
  display: none;
  width: 100%;
}

.text_box51,
.text_box52 {
  cursor: pointer;
}

.text_box51:hover,
.text_box52:hover {
  opacity: 0.8;
}
.jiaoshi {
  display: block;
}

.xuesheng {
  display: none;
}

.xiaoyou {
  display: none;
}

.group51 {
  width: 100%;
  height: 247px;
}

.image_text_5 {
  width: 30%;
  height: 247px;
}
.image_52 {
  width: 100%;
  height: 196px;
  object-fit: cover;
}

.text_group_52 {
  width: 100%;
  height: 41px;
  margin-top: 10px;
}
.text_56 {
  height: 30px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 73, 1);
  font-size: 16px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 30px;
}
.text_57 {
  width: 32px;
  height: 41px;
  overflow-wrap: break-word;
  color: rgba(12, 48, 142, 1);
  font-size: 32px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 32px;
}

.con05rightmain01 {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  height: 450px;
  width: calc(100% - 20px);
}

.image_wrapper_5 {
  width: 100%;
  height: 450px;
}
.image_53 {
  width: 100%;
  height: 136px;
}

.footer2 {
  background-color: rgba(30, 55, 92, 1);
  height: 365px;
  margin-top: -1px;
  width: 100%;
}
.footer_1 {
  width: 100%;
  height: 365px;
  background: url(../img/bg6.png) 100% no-repeat;
  background-size: 100% 100%;
}
.footer2con {
  height: 217px;
}
.footer2left {
  flex-shrink: 0;
  height: 200px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  font-family: Microsoft YaHei UI-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 25px;
}

.footer2center {
  height: 217px;
}
.image_f_center {
  width: 162px;
  height: 161px;
}
.text_f_center {
  height: 37px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.85);
  font-size: 26px;
  letter-spacing: 8px;
  font-family: Microsoft YaHei-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 26px;
  margin-top: 19px;
}

.footer_right_l {
  width: 174px;
  height: 203px;
  margin-top: 13px;
}
.f_box1 {
  height: 24px;
}
.f_text_link {
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  font-family: Microsoft YaHei UI-Bold;
  font-weight: 700;
  text-align: left;
  line-height: 24px;
  margin-right: 12px;
}
.f_code {
  width: 140px;
  height: 148px;

  .code_image {
    width: 110px;
    height: 110px;
  }
  .code_text {
    height: 24px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    font-family: Microsoft YaHei UI-Regular;
    font-weight: normal;
    text-align: left;
    line-height: 24px;
    margin-top: 14px;
  }
}

.footer_bottom2 {
  background-color: rgba(0, 28, 64, 0.65);
  height: 48px;
  margin-top: 42px;
  width: 100%;
  .footer_bottom2_text {
    height: 19px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: Noto Sans-Display Regular;
    font-weight: normal;
    text-align: center;
    line-height: 14px;
    margin-top: 14px;
  }
}

.maintitle p {
  display: inline-block;
  float: left;
}
.maintitle h3 {
  font-size: 20px;
  font-weight: bold;
  color: #1e50ae;
  display: inline-block;
  float: left;
}
.maintitle .title_eng {
  color: #cbcbcb;
  line-height: 16px;
  font-size: 16px;
  margin-left: 12px;
  float: left;
  margin-top: 8px;
}
.one_center .more {
  margin-top: 8px;
}
.maintitle .more a {
  color: #cbcbcb;
  line-height: 14px;
  font-size: 14px;
  margin-left: 15px;
  margin-top: 12px;
}
.maintitle .more a:hover {
  color: #ba0707;
  line-height: 14px;
  font-size: 14px;
  margin-left: 15px;
  text-decoration: underline;
  margin-top: 12px;
}
.maintitle .dividingline0 {
  background: #1e50ae;
  border-color: #1e50ae;
  font-size: 0;
  width: 6px;
  height: 9px;
  margin-left: 16px;
  float: left;
  margin-top: 12px;
}
.maintitle .dividingline1 {
  width: 128px;
  height: 9px;
  margin-left: 14px;
  background: #f5f5f5;
  font-size: 0;
  display: inline-block;
  float: left;
  margin-top: 12px;
}

.maintitle .dividingline2 {
  width: 950px;
  height: 9px;
  margin-left: 14px;
  background: #f5f5f5;
  font-size: 0;
  display: inline-block;
  float: left;
  margin-top: 12px;
}

.activityTrailer_list li {
  min-height: 285px;
  float: left;
  width: 225px;
  background: url(../images/act_not_de.jpg) no-repeat right center;
  padding: 0 36px;
}

.activityTrailer_time {
  color: #c7c7c7;
  font-size: 20px;
}

.activityTrailer_date {
  font-size: 50px;
  line-height: 50px;
  margin: 10px 0px;
  color: #015db2;
}
.date_out {
  color: #b1b5bd;
}
.activityTrailer_tit {
  width: 217px;
  line-height: 26px;
  color: #333;
  font-size: 16px;
}
.activityTrailer_tit a {
  line-height: 26px;
  color: #333;
  font-size: 16px;
}
.a_clock {
  background: url(../images/clock.jpg) no-repeat 0px 2px;
  padding-left: 24px;
  margin-top: 20px;
  color: #b0b0b0;
  font-size: 14px;
}

.a_place {
  background: url(../images/place.jpg) no-repeat 0px 2px;
  padding-left: 24px;
  margin-top: 6px;
  color: #b0b0b0;
  font-size: 14px;
}

.zhuanti {
}
.zhuanti ul li {
  float: left;
  padding: 0px 20px;
}

.xtrk {
  background: #f8f8f8;
  font-size: 16px;
  padding: 20px 0;
  overflow: hidden;
}
.xtrk ul li {
  width: 239px;
  text-align: center;
  height: 100px;
  float: left;
  border-left: 1px solid #ddd;
  margin-left: -1px;
}
.xtrk ul li a {
  display: block;
  margin-top: 6px;
  color: #0c5e9f;
}
.xtrk ul li a span {
  display: block;
  height: 64px;
  width: 64px;
  margin: 0 auto 8px;
  background: url() 0 0 no-repeat;
}
.xtrk ul li a span.hdb {
  background-position: 0 -64px;
}
.xtrk ul li a span.jcg {
  background-position: 0 -128px;
}
.xtrk ul li a span.hyd {
  background-position: 0 -192px;
}
.xtrk ul li a span.dhc {
  background-position: 0 -256px;
}
.xtrk ul li a:hover {
  color: #951616;
}
.xtrk ul li a:hover span {
  background-image: url();
}
.in_artlist {
  width: 380px;
  float: left;
}
.in_artlist h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0c5e9f;
  padding-bottom: 3px;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #0c5e9f;
}
.in_artlist h3 a.more {
  font-weight: normal;
  font-size: 14px;
  color: #555;
  float: right;
}
.in_artlist li {
  height: 50px;
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.in_artlist li .time {
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 10px;
  background: #ddd;
}
.in_artlist li .time span {
  display: block;
  height: 25px;
  color: #333;
  font-size: 12px;
  text-align: center;
}
.in_artlist li .time span.day {
  font-size: 14px;
  color: #fff;
  background: #0b5997;
}
.in_artlist li a {
  display: block;
  color: #555;
  height: 50px;
  overflow: hidden;
}
.friendLink {
  background: #f4f4f4;
  width: 100%;
  height: 110px;
  overflow: hidden;
}
.friendLink .left {
  float: left;
  color: #fff;
  font-size: 24px;
  width: 220px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  background: #0c5e9f;
}
.friendLink .right {
  float: right;
  margin: 20px 0;
  height: 70px;
  width: 960px;
  overflow: hidden;
}
.friendLink .right a {
  display: inline-block;
  width: 140px;
  color: #555;
  margin: 0 10px;
}
.bottom {
  background: #555;
  text-align: center;
  color: #ddd;
  padding: 20px 0;
}

.w1090 {
  max-width: 1090px;
  width: calc(100% - 260px);

}
.w230 {
  width: 230px;
}

.brnav {
  line-height: 45px;
  border-bottom: 2px solid #0c5e9f;
  margin-bottom: 40px;
  color: #888;
}
.brnav a {
  color: #888;
}
.brnav a:hover {
  color: #0c5e9f;
  text-decoration: underline;
}
/*列表页导航*/
.list .w230 dl {
  font-size: 16px;
  background: linear-gradient(180deg, #fff 38%, #ebf0f9 100%);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
.list .w230 dl dt {
  color: #fff;
  line-height: 100px;
  text-align: center;
  background: #076ce0;
}
.list .w230 dl dd {
  line-height: 60px;
  border-bottom: 1px dotted #ddd;
}
.list .w230 dl dd:hover {
  line-height: 100px;
  background: #076ce0;
}
.list .w230 dl dt a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.list .w230 dl dd a {
  display: block;
  color: #555;
  text-align: center;
}
.list .w230 dl dd a:hover {
  background: #fff;
  color: #0c5e9f;
}
.sear {
  padding: 20px 0;
  background: #f8f8f8;
}
.sear input {
  height: 40px;
  line-height: 40px;
  background: #fff;
  width: 190px;
  margin-left: 10px;
  padding: 0 10px;
  border: 1px solid #eee;
  color: #888;
}
.sear a {
  display: block;
  padding: 0 10px;
  background: #076ce0;
  color: #fff;
  width: 50px;
  line-height: 35px;
  text-align: center;
  margin: 10px auto 0;
}

.pages {
  text-align: center;
  margin: 50px auto;
}
.pages span {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
  padding: 0 15px;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  color: #555;
  font-weight: bold;
}
.pages a,
.pages span {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
  padding: 0 15px;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  color: #555;
}
.pages select {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
  padding: 0 15px;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  color: #555;
  width: 60px;
}
.pages a:hover,
.pages a.cur {
  color: #fff;
  background: #076ce0;
  border-color: #11abec;
}
.pages .cur {
  color: #fff;
  background: #076ce0;
  border-color: #11abec;
}

.textbox {
  overflow: hidden;
  padding: 0 0 50px;
}
.textbox div {
  text-indent: 2em;
  font-size: 17px;
  line-height: 38px;
}
.textbox h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
}
.textbox .desc {
  font-size: 14px;
  color: #071927;
  margin-top: 10px;
  border-bottom: 2px solid #edeceb;
  margin-bottom: 10px;
}
.textbox .desc span {
  margin-right: 20px;
}
.textbox p {
  color: #555;
  font-size: 17px;
  line-height: 38px;
}
.textbox img {
  display: block;
  margin: 20px auto;
  max-width: 1090px;
}

.banner_center {
  background: url(../images/banner_list011.jpg) center no-repeat;
  height: 197px;
  text-align: center;
  overflow: hidden;
}

.banner_center h3 {
  font-family: 微软雅黑;
  color: #ffffff;
  font-size: 35px;
  margin-top: 80px;
  line-height: 1em;
}
/*师资*/
.teacher_list {
  margin-top: 30px;
}
.teacher_list ul li {
  padding: 15px;
  width: 117px;
  float: left;
  margin: 5px 5px 5px 35px;
  text-align: center;
  border: 1px solid #e9e7e7;
}
.teacher_pic {
  overflow: hidden;
}
.teacher_pic img {
  width: 115px;
  height: 136px;
  margin: 0 auto;
  border: 0;
  vertical-align: top;
}
.teacher_name {
  width: 115px;
  height: 43px;
  line-height: 23px;
  background: #eeecec;
  margin: 0 auto;
}
.teacher_name a {
  font-size: 16px;
  line-height: 43px;
  color: #444444;
  font-family: 微软雅黑;
}
/*快速导航*/
.fast_link {
  margin-top: 40px;
}
.fast_link ul li {
  width: 210px;
  height: 65px;
  background: url(../images/spe_icon.png) no-repeat;
  text-align: center;
  float: left;
  margin-left: 60px;
}
.fast_link ul li a {
  line-height: 65px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5em;
  color: #ffffff;
}
.fast_link .link01 {
  background-position: 0px -86px;
}
.fast_link .link02 {
  background-position: 0px -170px;
}
.fast_link .link03 {
  background-position: 0px -255px;
}
.fast_link .link04 {
  background-position: 0px -340px;
}
/* 底部开始 */
.footer {
  width: 100%;
  height: 348px;
  background-color: #1a2438;
  padding: 78px 0 0 0;
  overflow: hidden;
}
.footer_l {
  width: 517px;
}
.fA {
  font-family: "Arial";
  font-weight: normal;
}
.footer_l h6 {
  color: #b7b7b7;
  font-size: 16px;
  font-weight: bold;
}
.common_link li {
  float: left;
  width: 240px;
  margin-bottom: 13px;
}
.common_link li a {
  color: #a1a1a1;
  font-size: 14px;
}
.common_link li a:hover {
  color: #275ec7;
}
.common_link {
  margin-top: 20px;
}
.ewm_box {
  width: 166px;
  height: 200px;
  background-color: #1a315d;
  text-align: center;
}
.ewm_pic {
  width: 126px;
  height: 126px;
  margin: 16px auto 9px;
}
.weixin {
  color: #fff;
  font-size: 16px;
}
.ewm_font {
  color: #6a82b0;
  font-size: 14px;
}
.footer_r {
  width: 517px;
}
.school_name {
  color: #b7b7b7;
  font-size: 16px;
  text-align: right;
}
.school_name span {
  color: #b7b7b7;
  font-size: 14px;
}
.school_place {
  font-size: 14px;
  color: #a8a8aa;
  text-align: right;
}
.mb20 {
  margin-bottom: 20px;
}
.footer_bottom {
  margin-top: 40px;
  clear: both;
  text-align: center;
  color: #8f96a4;
  font-size: 14px;
  border-top: 1px solid #39465f;
}
.footer_bottom p {
  line-height: 83px;
}
.footer_top {
  width: 100%;
}
/* 底部结束 */

/*师资队伍列表页*/

.jys {
  width: 900px;
  height: 60px;
  line-height: 60px;
}
.jys ul {
  margin: 0px auto;
  height: 60px;
  line-height: 60px;
}
.jys ul h4 {
  font-size: 16px;
  width: 100px;
  border-bottom: 1px solid #d0d0d0;
  height: 60px;
  line-height: 60px;
  color: #000000;
}
.jys ul li {
  width: 130px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  padding: 0px;
  border-bottom: 1px dashed #d0d0d0;
  font-size: 14px;
  float: left;
}
.jys ul li:hover {
  width: 130px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  padding: 0px;
  border-bottom: 1px dashed #d0d0d0;
  font-size: 14px;
  float: left;
}
.jys ul li a {
  width: 130px;
  display: block;
  color: #434343;
  height: 60px;
  line-height: 60px;
}

.pro_particulars {
  width: 900px;
}
.pro_particulars .pro_particulars_ul li {
  float: left;
  margin: 0 40px 30px 0;
  width: 410px;
  height: 274px;
  position: relative;
  overflow: hidden;
}
.pro_particulars .bw_pic {
  width: 203px;
  height: 263px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.pro_particulars .bl_arr {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-color: transparent #f2f2f2 transparent transparent;
  border-style: dashed solid dashed dashed;
}
.pro_particulars .bw_font {
  background: #f2f2f2;
  width: 428px;
  height: 263px;
  position: absolute;
  right: -15px;
  bottom: 0;
}
.pro_particulars .bw_font .fr {
  width: 180px;
  margin: 60px 25px 0 0;
}
.pro_particulars .bw_font .fr h6 {
  color: #333;
  font-size: 30px;
  height: 40px;
}
.pro_particulars .bw_font .fr h6 a {
  color: #333;
  font-size: 30px;
}

.pro_particulars .bw_font .fr p {
  color: #333;
  font-size: 14px;
  line-height: 30px;
}
.pro_particulars .bw_a:hover img {
  opacity: 0.9;
}
.pro_particulars .pro_preparation_box.current {
  height: 100px;
}

.pro_particulars .professor_view {
  border: 1px solid #e5e7eb;
  position: relative;
  margin-bottom: 80px;
}
.pro_particulars .professor_tit {
  position: absolute;
  top: 0;
  left: 0;
}
.pro_particulars .pro_banner {
  width: 100%;
  position: relative;
}
.pro_particulars .pro_banner ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 1000%;
}
.pro_particulars .pro_banner ul li {
  float: left;
  width: 220px;
  padding: 40px 30px 0;
}
.pro_particulars .pro_name {
  color: #333;
  font-size: 30px;
  line-height: 50px;
}
.pro_particulars .pro_name a {
  color: #333;
  font-size: 30px;
  line-height: 50px;
}
.pro_particulars .pro_name_p {
  color: #b8b8b8;
  font-size: 14px;
}
.pro_particulars .pro_pic {
  overflow: hidden;
  width: 110px;
  height: 110px;
  margin-right: 18px;
  display: block;
}
.pro_particulars .pro_pic:hover {
  opacity: 0.9;
}
.pro_particulars .pro_inf_box {
  margin-top: 20px;
}
.pro_particulars .line-red {
  background: #c32139;
  width: 40px;
  height: 1px;
}
.pro_particulars .pro_banner {
  margin: 33px 0 18px 0;
  overflow: hidden;
  width: 100%;
  height: 377px;
}
.pro_font_box h6 {
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 3px;
}
.pro_font_box h6 a {
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.pro_font_box h6 a:hover {
  color: #4876ce;
}
.pro_font_box p {
  color: #999;
  font-size: 12px;
  line-height: 24px;
}
.pro_pic_box {
  margin-bottom: 20px;
}
.professor_view ol {
  position: absolute;
  right: 30px;
  top: 18px;
  z-index: 2;
}
.professor_view ol li {
  width: 9px;
  height: 9px;
  background-color: #cccccc;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 100%;
}
.professor_view ol li.current {
  background-color: #c32139;
}

.pro_preparation_tit {
  color: #111;
  font-size: 16px;
  width: 100px;
  border-bottom: 1px solid #e9e9e9;
  height: 76px;
  line-height: 45px;
}
.pro_preparation_list li {
  float: left;
  background: url() no-repeat center right;
  border-bottom: 1px solid #eaeaea;
}
.pro_preparation_list li a {
  color: #666;
  font-size: 14px;
  line-height: 45px;
  padding: 0 20px;
}
.pro_preparation_list li a:hover {
  color: #a03900;
}
.pro_preparation_list li a.current {
  color: #a03900;
}
.pro_preparation_list2 li a.current {
  color: #a03900;
}
.pro_preparation_list1 li a.current {
  color: #a03900;
}
.pro_preparation_list {
  width: 776px;
  position: relative;
}

.pro_preparation_kong {
  height: 45px;
  background: none !important;
}
.pro_preparation_kong1 {
  height: 45px;
  background: none !important;
}
.pro_preparation_kong2 {
  height: 45px;
  background: none !important;
}
.grapheme {
  width: 734px;
  padding-left: 21px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
}
.grapheme li {
  float: left;
  margin: 0 14px 12px 0;
}
.grapheme li a {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #c4c7ca;
  background-color: #e7ebed;
  color: #313537;
  text-align: center;
  line-height: 24px;
}
.grapheme li a:hover {
  border: 1px solid #c32139;
  background-color: #a03900;
  color: #fff;
}
.grapheme li a.current {
  border: 1px solid #c32139;
  background-color: #a03900;
  color: #fff;
}
.grapheme_tit {
  line-height: 23px;
}
.grapheme_box {
  margin-top: 15px;
}

.pro_preparation_box {
  border-top: 1px solid #eaeaea;
  position: relative;
  margin-bottom: 44px;
  overflow: hidden;
}
.arrowheadd {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -18.5px;
  cursor: pointer;
  width: 37px;
  height: 26px;
  background: url() no-repeat center;
  text-align: center;
  z-index: 5;
}
.arrowheadd.current {
  bottom: 1px;
}
/* 师资队伍 内容页01*/
.slideTxtBox {
  text-align: left;
  margin-top: 20px;
}
.slideTxtBox .hd {
  height: 45px;
  line-height: 45px;
  background: #ddd;
  border: none;
  position: relative;
}
.slideTxtBox .hd ul {
  float: left;
  position: absolute;
  height: 45px;
}
.slideTxtBox .hd ul li {
  border: none;
  float: left;
  text-indent: 0px;
  height: 45px;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
  color: #000;
  cursor: pointer;
}
.slideTxtBox .hd ul li.on {
  border: none;
  height: 45px;
  font-size: 16px;
  text-indent: 0px;
  font-weight: normal;
  text-align: center;
  padding: 0 15px;
  background: #71001c;
  color: #fff;
}
.slideTxtBox .bd ul {
  padding: 15px;
  font-size: 14px;
  zoom: 1;
}
.slideTxtBox .bd li {
  font-size: 14px;
  line-height: 24px;
}
.slideTxtBox .bd ul div {
  font-size: 14px;
  line-height: 24px;
  text-indent: 0px;
  color: #434343;
}
/* 师资队伍 内容页02*/
.slideTxtBox1 {
  text-align: left;
  margin-top: 20px;
  min-height: 50px;
  height: auto !important;
  height: 50px;
  overflow: visible;
}
.slideTxtBox1 .hd {
  line-height: 45px;
  border: none;
  min-height: 50px;
  height: auto !important;
  height: 50px;
  overflow: visible;
}
.slideTxtBox1 .hd ul {
  min-height: 50px;
  height: auto !important;
  height: 50px;
  overflow: visible;
}
.slideTxtBox1 .hd ul li {
  border: none;
  border-left: 4px solid #71001c;
  text-indent: 0px;
  background: #ddd;
  width: 1090px;
  font-weight: normal;
  height: 45px;
  font-size: 16px;
  text-align: left;
  padding: 0 15px;
  color: #000;
}
.slideTxtBox .hd ul li:hover {
  border: none;
  height: 45px;
  font-size: 16px;
  border-left: 4px solid #71001c;
  text-indent: 0px;
  font-weight: normal;
  text-align: center;
  padding: 0 15px;
  background: #71001c;
  color: #fff;
}

.slideTxtBox1 .hd ul div {
  font-size: 14px;
  line-height: 30px;
  text-indent: 0px;
  margin: 15px;
  color: #434343;
  min-height: 50px;
  height: auto !important;
  height: 50px;
  overflow: visible;
}

@media screen and (max-width: 1550px) {
  .list .w1090 li h3 a {
    width: calc(100% - 100px);
  }
  .w1090 {
    width: calc(100% - 250px);
  }
  .list .w1090 li h3 {
       width: 100%;
  }
  .textbox img {
  width: 100%;
  }
  .slideTxtBox1 .hd ul li {
   width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .banner a {
    height: 0 !important;
    padding-bottom: 50%;
  }
  .part {
    position: relative;
  } 
  .con02 {
    margin-top: 0px;
  }
}
.main-left > ul {
  padding-bottom: 100px;
}

.main-left > ul > li {
  border-bottom: 1px dashed #ddd;
  position: relative;
}

.main-left > ul > li:last-child {
  border-bottom: none;
}

.main-left li a {
  font-size: 18px;
  color: #333;
  display: block;
  padding: 12px 30px;
  line-height: 30px;
}

.li_xlz {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: url(../img/right_blue.svg) no-repeat center center;
  background-size: 13px 13px;
  width: 55px;
  height: 55px;
}

.navContent {
  display: none;
}

.navContent li {
  padding-left: 20px;
  line-height: 45px;
}

.navContent li a {
  font-size: 16px;
  color: #333333;
  padding: 10px 30px;
}

.li_xlz.on {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.main-left > ul > li.cur > a,
.main-left > ul > li:hover > a {
  background-image: linear-gradient(90deg, #00d8ff 0%, #3328ca 100%);
  color: #ffffff;
}

.main-left > ul > li.cur .li_xlz,
.main-left > ul > li:hover .li_xlz {
  background: url(../img/right.svg) no-repeat center center;
  background-size: 13px 13px;
}

.navContent li.cur a {
  color: #093e9a;
}

.main-left li.cur .navContent {
  display: block;
}

.navContent li:hover a {
  color: #093e9a;
}

/*!å›¾æ–‡åˆ—è¡¨*/
.d-newsU4 li {
  margin-top: -1px;
  position: relative;
}
.d-newsU4 li + li {
  border-top: 1px dashed rgba(141, 141, 141, 0.3);
}
.d-newsU4 .inner {
  padding: 30px 50px 30px 30px;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
}
.d-newsU4 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: #0848a7;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.d-newsU4 .pic {
  width: 29.46%;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.d-newsU4 .pic:after {
  content: "";
  display: block;
  padding-top: 66.67%;
}
.d-newsU4 .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.d-newsU4 .text {
  width: 70.54%;
  flex-shrink: 0;
}
.d-newsU4 .date {
  margin-bottom: 20px;
  font-family: SourceHanSerifCN-Bold;
  display: -webkit-flex;
  display: flex;
}
.d-newsU4 .date .date-in {
  padding: 0 30px 10px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}

.d-newsU4 .date .date-in:after,
.d-newsU4 .date .date-in:before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.d-newsU4 .date .date-in:before {
  left: 0;
  bottom: 0;
  right: 6px;
  height: 1px;
  background-color: #d9b45d;
}
.d-newsU4 .date .date-in:after {
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border: 1px solid #d9b45d;
  border-radius: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.d-newsU4 .date .t1 {
  font-size: 24px;
  color: #0848a7;
  line-height: 1.42;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.d-newsU4 .date .t2 {
  margin-left: 6px;
  padding-bottom: 3px;
  font-size: 14px;
  color: #a3a4a5;
  line-height: 1.43;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.d-newsU4 .tit {
  padding-left: 30px;
  margin-bottom: 16px;
  font-size: 20px;
  color: #2c2c2c;
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.d-newsU4 .desc {
  margin-bottom: 12px;
  padding-left: 30px;
  font-size: 16px;
  color: grey;
  opacity: 0.7;
  line-height: 1.88;
  max-height: 62px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.d-newsU4 .d-btns1 {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
}
.d-newsU4 .d-btns1 .more {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.d-newsU4 .d-btns1 .more:after {
  background-image: url(../images/d-btn-bg5.png);
}
.d-newsU4 .d-btns1 .more .plane {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.d-newsU4 li:hover {
  border-color: transparent;
  z-index: 10;
}
.d-newsU4 .inner:hover .bg {
  opacity: 1;
}
.d-newsU4 .inner:hover .pic img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.d-newsU4 .inner:hover .date .date-in:after {
  border-color: #fff;
}
.d-newsU4 .inner:hover .date .date-in:before {
  background-color: #fff;
}
.d-newsU4 .inner:hover .date .t1,
.d-newsU4 .inner:hover .date .t2,
.d-newsU4 .inner:hover .desc,
.d-newsU4 .inner:hover .tit {
  color: #fff;
}
.d-newsU4 .inner:hover .d-btns1 {
  opacity: 1;
}
.d-newsU4 .inner:hover .d-btns1 .more .plane {
  animation: 2s linear infinite ani_right;
  -webkit-animation: 2s linear infinite ani_right;
}

.list-w100 {
  width: 100% !important;
}