@-weibit-keyframes musicMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cc {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yy {
  box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
}
.notext {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
}
.fd {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.fbj {
  display: flex;
  flex-wrap: wrap;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.w {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
.shipin {
  position: relative;
}
.shipin::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  background: url(../../images/v2.png) no-repeat center center;
  display: block;
  content: ' ';
  -webkit-background-size: contain;
  background-size: contain ;
}
.shipin::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background: url(../../images/v9.png) no-repeat center center;
  display: block;
  content: ' ';
}
@font-face {
  font-family: 'Inter';
  src: url('Inter-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

/* 思源宋体 CN */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;600;700&display=swap');

img {
  max-width: 100%;
}
@media (max-width: 1500px) {
}
@media (max-width: 767px) {
  .w {
    width: 96%;
  }
}
.head_nav {
  background: #00566d url('../images/nav_bg.png') no-repeat center center;
  background-size: cover;
  color: #fff;
  line-height: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.head_nav .fl {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.head_nav .fl a {
  width: auto;
  display: inline-block;
}
.head_nav .fl img {
  height: 70px;
  padding-left: 10px;
}

.head_nav .fl a:hover img {
}
.head_nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  flex-wrap: nowrap;
  position: relative;

}
.head_nav li {
  text-align: center;
  position: relative;
  z-index: 102;
  white-space: nowrap;
  /* width: 103px; */
  width: 8.2%;
}
.head_nav a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 0 8px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
.head_nav {
  position: relative;
}
.head_nav .sub_menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  min-width: 180px;
  padding: 5px 0;
  z-index: 1000;
}
.head_nav .sub_menu .sub_menu {
  left: 100%;
  top: 0;
  display: none!important;
}
.head_nav .sub_menu li:hover .sub_menu {
  display: block!important;
}
.head_nav .sub_menu li {
  margin: 0;
  text-align: left;
  line-height: normal;
  width: 100%;
}
.head_nav .sub_menu a {
  color: #333;
  width: 100%;
  padding: 8px 16px;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.head_nav .sub_menu a:hover {
  background: #f5f5f5;
  color: #00566d;
}
.head_nav li:hover .sub_menu {
  display: block;
}
.nav_underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #fff;
  transition: all 0.3s ease;
  z-index: 98;
  margin-left: -10px;
}
.head_nav .head_right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.head_nav .search_toggle {
  width: 87px;
  height: 94px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head_nav .search_toggle img {
  width: 24px;
  height: 24px;
}
.search_box.form {
    width: 100%;
    margin: 0 auto;
    padding: 0 30%;
}
.search_box {
  position: fixed;
  top: -94px;
  left: 0;
  right: 0;
  height: 94px;
  background: #00566d;
  z-index: 9999;
  display: flex;
  align-items: center;
  padding: 0 5%;
  transition: top 0.3s ease;
}
.search_close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}
.search_box.show {
  top: 0;
}
.search_box form {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.search_box input {
  width: 100%;
  height: 40px;
  padding: 0 50px 0 20px;
  border: none;
  border-radius: 20px;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.search_box input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

@media (min-width: 1200px) {
  .search_box input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .search_box input {
    font-size: 18px;
  }
}
.search_box button {
  position: absolute;
  right: 30.5%;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_box button img {
}

.head_nav .menu_toggle {
  width: 87px;
  height: 94px;
  background: #006179;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head_nav .menu_toggle img {
  width: 24px;
  height: 24px;
}
.menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 97, 121, 0.9);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
.menu_overlay.show {
  display: flex;
}
.menu_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.menu_close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}
.menu_content > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.menu_content > ul > li {
  margin: 20px 0;
  text-align: center;
  min-width: 50px;
}
.menu_content .sub_menu {
  display: block !important;
  position: relative;
  top: auto;
  left: auto;
  background: transparent;
  box-shadow: none;
  min-width: auto;
  padding: 10px 0;
  z-index: 1000;
}
.menu_content .sub_menu li {
  margin: 10px 0;
  text-align: center;
}
.menu_content .sub_menu a {
  color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  display: block;
  font-size: 18px;
}
.menu_content .sub_menu a:hover {
  background: transparent;
  color: #fff;
}
.menu_content a {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
}
.menu_content li.hv a {
  /* border-bottom: 3px solid #fff; */
}
.menu_content li:hover a {
  /* border-bottom: 3px solid #fff; */
}
.menu_content .sub_menu a {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .head_nav li {
  }
  .head_nav a {
    font-size: 13px;
  }
  .head_nav .search_box input {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .head_nav ul {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #00566d;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .head_nav ul.show {
    display: flex;
  }
  .head_nav li {
    float: none;
    margin: 5px 0;
    width: 100%;
    text-align: left;
  }
  .head_nav a {
    padding: 5px 10px;
  }
  .head_nav .search_box {
    margin-right: 15px;
  }
.head_nav .fl img {
  padding-left: 0px;
}
}
@media (max-width: 767px) {
  .head_nav {
    height: 50px;
    line-height: 50px;
  }
  .head_nav .fl img {
    height: 30px;
  }
  .head_nav .search_box input {
    width: 120px;
    height: 28px;
    line-height: 28px;
  }
  .head_nav ul {
    top: 50px;
  }
}
.jzk_banner img {
  width: 100%;
}

.jzk_banner {
  position: relative;
}

.jzk_banner .jzk_box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(58, 54, 29, 0.5);
  border-radius: 40px 0 40px 0;
}

.banner-search {
  width: 100%;
  margin: 0 auto;
}

.banner-search form {
  display: flex;
  align-items: center;
  width: 100%;
}

.banner-search input {
  flex: 1;
  height:50px;
  margin:0 5% 0 3%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 24px;
  outline: none;
  width: 80%;
  background: none;
  color: #fff;
}

.banner-search input::-webkit-input-placeholder {
  color: #fff;
  font-size: 24px;
}

.banner-search input::-moz-placeholder {
  color: #fff;
  font-size: 24px;
}

.banner-search input:-ms-input-placeholder {
  color: #fff;
  font-size: 24px;
}

.banner-search input::placeholder {
  color: #fff;
  font-size: 24px;
}

.banner-search button {
  height:65px;
  width: 150px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border:none;
  border-radius: 40px 0 40px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.3s ease;
}

.banner-search button:hover {
  background: rgba(0, 0, 0, 1);
  color: #fff;
}

.banner-search button img {
  margin-right: 20px;
  width: auto;
}
.jzk_banner .swiper-pagination-bullet-active {
  padding: 2px;
  background: none;
  border: #fff 1px solid;
  width: 10px;
  height: 10px;
  bottom: -1px;
  position: relative;
}
.jzk_banner .swiper-pagination-bullet-active::after {
  content: ' ';
  display: block;
  background: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.index_news_list {
  display: inline-block;
  float: left;
  width: 100%;
}
.index_news_list li {
  padding-left: 16px;
  line-height: 28px;
  border-bottom: 1px solid #f1f1f1;
  margin-top: 10px;
  padding-bottom: 10px;
  background: url(../images/s4.png) no-repeat left 8px;
}
.index_news_list li a {
  display: inline-block;
  width: 100%;
}
.index_news_list li h3 {
  color: #313131;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.index_news_list li span {
  color: #c1c1c1;
  font-size: 12px;
}
.index_news_t {
  padding-top: 48px;
  float: left;
  width: 100%;
}
.index_news_t h3 {
  font-size: 18px;
  font-weight: bold;
  color: #313131;
}
.index_news_t h3 img {
  margin-left: 8px;
}
.index_news_t span {
  color: #b8b8b8;
  text-transform: uppercase;
  font-size: 12px;
}
.index_news_t span::before {
  content: ' ';
  display: inline-block;
  background: #00566d;
  width: 32px;
  height: 3px;
  border-radius: 3px;
  float: left;
  margin-top: 10px;
  margin-right: 8px;
}
.index_news_t2 {
  padding-top: 48px;
  float: left;
  padding-bottom: 12px;
  width: 100%;
}
.index_news_t2 h3 {
  font-size: 18px;
  font-weight: bold;
  color: #c4c4c4;
  float: left;
  width: 73px;
  margin-right: 30px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_news_t2 h3.hv {
  color: #313131;
}
.index_news_t2 h3.hv::after {
  content: ' ';
  display: inline-block;
  background: #00566d;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  float: left;
  margin-top: 10px;
  margin-right: 8px;
}
.son > * {
  display: none;
}
.son > .hv {
  display: block;
}
.index_w {
  width: 383px;
  float: left;
  margin-bottom: 33px;
}
.index_wr {
  margin-right: 54px;
}
.index_w2_box {
  margin-top: 40px;
  background: #f1f1f1;
}
.index_w2 {
  width: 850px;
  float: left;
}
.index_w2_box .index_news_t {
  padding-top: 28px;
}
.index_img_list {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.index_img_list li {
  width: 47%;
  margin-right: 3%;
  margin-bottom: 3%;
  float: left;
  background: #fff;
}
.index_img_list li img {
  width: 100%;
  height: 210px;
}
.index_img_list li .img_w {
  padding: 10px 26px;
  display: inline-block;
}
.index_img_list li .img_w h3 {
  color: #656565;
  line-height: 32px;
  font-size: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_img_list li .img_w p {
  padding-top: 8px;
  display: inline-block;
  font-size: 14px;
  color: #9e9e9e;
}
.index_w3 {
  width: 428px;
  float: right;
}
.index_discipline {
  height: 830px;
  position: relative;
  background: #fff url(../images/s7.png) repeat-x bottom;
  padding-top: 300px;
}
.index_discipline .index_discipline1 {
  position: absolute;
  left: 0;
  top: -35px;
  padding-top: 28px;
  padding-left: 16px;
  width: 446px;
  background: url(../images/c8.png) no-repeat left top;
}
.index_discipline .index_discipline2 dt {
  display: inline-block;
  width: 100%;
  height: 22px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  border-left: 4px solid #00566d;
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.index_discipline .index_discipline2 dd.disc_dd {padding-left:96px;}
.index_discipline .index_discipline2 dd.disc_dd strong {position:absolute;left:30px;}
.index_discipline .index_discipline2 dd {
  padding-left: 13px;
  float: left;
  line-height: 24px;
  width: 50%;
  padding-bottom: 6px;
  display: inline-block;
}
.index_discipline .index_discipline2 dd a {
  color: #4d4d4d;
  font-size: 15px;
}
.index_discipline .index_discipline2 dl {
  border-bottom: 1px dashed #dfdfdf;
  height: auto;
  overflow: hidden;
  padding-bottom: 20px;
  margin: 0 20px;
  margin-top: 30px;
}
.index_discipline .index_discipline2 dl:last-child {
  border: none;
}
.jzk_scroll_top {
  background: #00728c;
}
.jzk_scroll_top:hover {
  background: #009bbe;
}
@media (max-width: 1200px) {
.index_img_list li img {
  width: 100%;
  height:180px;
}
  .index_wr {
    margin-right: 20px;
  }
  .index_w {
    width: 300px;
    float: left;
    margin-bottom: 33px;
  }
  .index_w2 {
    width: 600px;
  }
  .index_w3 {
    width: 340px;
  }
  .index_discipline {
    padding: 0;
    height: 830px;
  }
  .index_discipline .index_discipline1 {
    position: initial;
    width: 100%;
    background: none;
  }
  .index_discipline .index_discipline1 img {
    width: 260px;
  }
  .head_nav .fl a {
    width: 100%;
  }
  .index_news_t {
    padding-top: 30px;
  }
  .index_news_t2 {
    padding-top: 30px;
    float: left;
    padding-bottom: 12px;
    width: 100%;
  }
  .index_news_t2 h3 {
    margin-right: 15px;
  }
  .index_news_list li {
    margin-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    line-height: 23px;
  }

}
@media (max-width: 991px) {
.index_img_list li img {
  width: 100%;
  height: 160px;
}
  .index_w {
    width: 100%;
    margin-bottom: 20px;
  }
  .index_w2 {
    width: 100%;
  }
  .index_img_list li {
    width: 47%;
    margin: 0 1.5% 3%;
  }
  .index_w3 {
    width: 100%;
  }
  .index_discipline .index_discipline1 img {
    width: 100%;
    padding: 0 15px;
    margin-left: 0;
  }
  .index_discipline .index_discipline1 {
    padding-left: 0;
  }
  .index_discipline {
    height: auto;
    padding-bottom: 40px;
  }

  .top_nav .weibo {
    margin-left: 12px;
  }
  .top_nav .lang a {
    margin-left: 10px;
  }
  .top_nav .lang {
    margin-right: 10px;
  }
  .top_nav input {
    width: 190px;
    padding-left: 7px;
    height: 28px;
    line-height: 28px;
  }
  .top_nav {
    height: 40px;
    line-height: 40px;
  }
  .top_nav button {
    top: 5px;
  }
}
.common_list {
  margin-top: 40px;
}
.common_list ul li {
  width: 48.5%;
  background: #f6f6f6;
  padding: 8px 25px 20px;
  margin-right: 3%;
  float: left;
  margin-bottom: 24px;
}
.common_list ul li:nth-child(2n) {
  margin-right: 0;
}
.common_list ul li .common_t {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  float: left;
  display: inline-block;
  width: 100%;
  line-height: 47px;
}
.common_list ul li .common_d {
  color: #999;
  font-size: 14px;
  line-height: 22px;
}
.common_list ul li .fl {
  float: left;
  width: 37px;
}
.common_list ul li p {
  display: block;
}
.pape_l {
  margin: 42px 0;
  width: 14%;
  float: left;
}
.pape_r {
  padding: 0px 18px 20px;
  margin: 42px 0;
  width: 85%;
  float: right;
  background: #fff;
}
.pape_bg {
}
.pape_l_t {
  height: 52px;
  border-radius:  0  15px 0 0; 
  line-height: 52px;
  font-size: 18px;
  background: linear-gradient(90deg, #02627a 0%, #0487a8 100%);
  color: #fff;
  padding-left: 20px;
  position: relative;
  margin-bottom: 1px;
}
.pape_l_ul {
  line-height: 40px;
  margin-bottom: 23px;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
}
.pape_l_ul li {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  width: 100%;
  float: left;
}
.pape_l_ul li:last-child {
  border-bottom: none;
}
.pape_l_ul > li > a {
  padding-left: 20px;
  color: #333;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  transition: 0.2s;
  position: relative;
}
.pape_l_ul > li > a::after {
  content: " ";
  background: url(../images/papel_r.png) no-repeat center center;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}
.pape_l_ul > li > a:hover,
.pape_l_ul > li > a.hv {
  color: #034656;
  background-color: #f5f5f5;
}
.pape_l_ul li dl {
  display: none;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding:7px 0;
}
/* 以上1200px以上 */
@media (min-width: 1200px) {
  .pape_l_ul li dl {
    display: block !important;
  }
}

.pape_l_ul li dl dd a {
  font-size: 13px;
  padding-left: 30px;
  position: static;
}
.pape_l_ul li dl dd a::after {
  content: none;
}
.pape_l_ul li dl dd a:hover {
  color: #034656;
  background-color: transparent;
}
.pape_l_ul2 {
  line-height: 50px;
  margin-bottom: 23px;
  height: auto;
  overflow: hidden;
  padding: 12px;
    border-radius: 18px 0 18px 0;
    background: #f8f8f8;
}
.pape_l_ul2 li{
  width: 50%;
  padding:8px 0;
  float: left;
}
.pape_l_ul2 a {
  text-align: center;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  transition: 0.2s;
  line-height: 36px;
}
.pape_l_ul2 a img {
  width: 30px;
}
.pape_l_ul2 a span {
  display: inline-block;
}
.pape_l_ul2 a h3 {
  width: 100px;
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
}
.pape_l_ul2 a:hover,
.pape_l_ul2 a.hv {
  color: #007490;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-3px);
  }
}

.pape_l_ul2 a:hover span {
  animation: bounce 2s ease;
}

/* .pape_l_ul .hv dl {
	display: block;
} */

.pape_l_ul dl {
	display: none;
	float: left;
	width: 100%;
	line-height: 40px;   
	    background:none;
}
.pape_l_ul dl a{
	font-size: 14px;padding-left: 30px;
	    background:none;
	}
.pape_l_ul dl a:hover{
	    background:none;
	}
.pape_op {
  line-height: 52px;
    border-radius: 18px 0 18px 0;
    background: #f8f8f8;
    padding: 0 20px 0 0 ;
}
.pape_op::after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.pape_op h3 {
  padding: 0 23px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  float: left;
    border-radius: 18px 0 18px 0;
    background: linear-gradient(90deg, #0487a8 0%, #02627a 100%);
}
.pape_op .fr {
  float: right;
  color: #999;
  font-size: 14px;
}
.pape_op .fr a {
  color: #999;
}
.about_show_t {
  color: #000;
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  padding: 30px 0;
  font-weight: bold;
  text-align: center;
}
.about_show_d {
  color: #000;
  width: 100%;
  color: #666;
  font-size: 16px;
  line-height: 30px;
  padding: 43px;
}
.about_show_b {
    border-radius: 18px 0 18px 0;
    background: linear-gradient(90deg, #02627a 0%, #0487a8 100%);
    padding: 5px 23px  !important;
    margin-bottom: 12px;
    color: #fff;
    display: inline-block;
    }
    .stuL {
      margin-bottom: 20px;
    }
.about_show_d p {
  padding-bottom: 10px;
}
.k_pro {
  height: auto;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 35px;
  padding-left: 4px;
  border-bottom: 1px dashed #e5e5e5;
  display: flex;
  flex-wrap: wrap;
}
.k_pro li {
  width: 31.3%;
  display: inline-block;
  float: left;
  margin: 0 1%;
  text-align: center;
}
.k_pro li a {
  display: inline-block;
  position: relative;
}
.k_pro li .img {
  overflow: hidden;
  display: inline-block;
}
.k_pro li .img img {
  -webkit-transition: 0.3s all linear 0s;
  transition: 0.3s all linear 0s;
}
.k_pro li .img img:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.k_pro li img {
  width: 297px;
  height: 210px;
}
.k_pro li h3 {
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 10px;
}
.omel {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.omel li {
  float: left;
  width: 100%;
  background: #f9f9f9;
  padding: 22px 10px 22px 29px;
  margin-bottom: 30px;
}
.omel li h3 {
  color: #000;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 8px;
}
.omel li p {
  color: #999;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.omel li .fr {
  width: 90px;
  float: right;
  height: 88px;
  border-left: 1px dashed #dcdcdc;
  text-align: center;
  color: #999;
  font-size: 12px;
  margin-top: 10px;
  padding-top: 15px;
  margin-left: 37px;
}
.omel li .fr span {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.news_lst {
  padding: 20px 0;
  float: left;
  width: 100%;
}
.news_lst li {
  font-size: 16px;
  color: #333;
  line-height: 22px;
  padding: 10px 14px;
  display: inline-block;
  float: left;
  width: 100%;
  min-height: 60px;
  box-sizing: border-box;
}
.news_lst li a {
  display: inline-block;
  width: 100%;
  float: left;
  background: url(../images/li2.png) no-repeat left center;
}
.news_lst li h3 {
  float: left;
  font-size: 16px;
  padding-left: 16px;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: calc(100% - 100px);
  line-height: 22px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.news_lst li span {
  float: right;
  color: #adadad;
}
.pape_news li:nth-child(5n) {
  padding-bottom: 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 15px;
}
.kswiper_k3 {
  text-align: center;
  margin: 20px 50px;
  position: relative;
}
.kswiper_k3 .swiper-container {
  width: 700px;
}
.kswiper_k3 .swiper-slide {
  float: left;
  font-size: 0;
}
.kswiper_k3 .swiper-slide img {
  width: 100%;
}
.kswiper_k3 .swiper-button-next,
.kswiper_k3 .swiper-button-prev {
  outline: none;
  width: 35px;
  height: 60px;
  line-height: 56px;
  font-size: 40px;
  border-radius: 8px;
  background: none;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  margin-top: -30px;
  font-size: 30px;
}
.kswiper_k3 .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  transition: all 0.3s;
  overflow: hidden;
}
.kswiper_k3 .swiper-pagination-bullet-active {
  padding: 2px;
  background: 0;
  border: #fff 1px solid;
  width: 10px;
  height: 10px;
  bottom: -1px;
  position: relative;
}
.kswiper_k3 .swiper-pagination-bullet-active::after {
  content: ' ';
  display: block;
  background: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.news_list_02 ul {
  display: inline-block;
}
.news_list_02 ul li {
  width: 100%;
  float: left;
  padding-bottom: 37px;
}
.news_list_02 ul li .img {
  float: left;
  display: inline-block;
  margin-right: 24px;
  overflow: hidden;
}
.news_list_02 ul li .img img {
  -webkit-transition: 0.3s all linear 0s;
  transition: 0.3s all linear 0s;
}
.news_list_02 ul li:hover .img img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.news_list_02 ul li h3 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 8px;
  color: #333;
  line-height: 30px;
    font-family: 'Noto Serif SC', serif;
}
.news_list_02 ul li span {
  color: #999999;
  font-weight: 500;
  font-size: 14px;
}
.news_list_02 ul li span img {
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  margin-top: -2px;
  height: auto !important;
}

.news_list_02 ul li p {
  font-size: 15px;
  padding-top: 8px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  /* 行数 */
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height:30px;
  margin-bottom: 6px;
}
.news_list_02x {
  margin-bottom: 30px;
}
.news_list_02x ul {
  margin-right: 0;
  margin-top: 30px;
}
.news_list_02x li {
  border-bottom: 1px dashed #eeeeee;
  padding: 0 35px;
  padding-top: 36px;
}
.news_list_03x {
  margin-bottom: 30px;
}
.news_list_03x ul {
  margin-right: 0;
  margin-top: 30px;
}
.news_list_03x ul li {
  border-bottom: none;
  padding: 25px 0;
}
.news_list_03x ul li p {
  padding-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news_list_03x .img {
  position: relative;
}
.news_list_03x .img:after {
  content: ' ';
  display: block;
  background: url(../images/v.png) no-repeat center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.index_news_r .news_list_02 ul {
  margin-left: 24px;
  margin-right: 0;
}
.index_news_r .news_list_02 ul li h3 {
  color: #ed322d;
}
.index_more {
  margin-top: 9px;
  border: 1px solid #f0f0f0;
  text-align: center;
  width: 100px;
  color: #005065;
  border-radius: 18px 0 18px 0;
  height: 32px;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.index_more a {
  color: #005065;
  font-size: 12px;
  display: inline-block;
  line-height: 30px;
  width: 100%;
}
.index_more:hover {
    background: linear-gradient(90deg, #02627a 0%, #0487a8 100%);
}
.index_more:hover a {
  color: #fff;
}
.admissions_box {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}
.admissions_box ul li {
  width: calc(100% / 2);
  float: left;
  padding: 0 12px;
  margin-bottom: 20px;
  display: inline-block;
}
.admissions_box ul li h3 {
  text-align: center;
  background: #f6f7f9;
  display: inline-block;
  padding: 12px 0;
  line-height: 26px;
  font-size: 16px;
  width: 100%;
}
.admissions_box ul li h3 span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.admissions_box ul li img {
  width: 100%;
}
.admissions_box ul li .img {
  position: relative;
}
.admissions_box ul li .img::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  background: url(../images/v2.png) no-repeat center center;
  display: block;
  content: ' ';
  -webkit-background-size: contain;
  background-size: contain ;
}
.admissions_box ul li .img::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background: url(../images/v9.png) no-repeat center center;
  display: block;
  content: ' ';
}
@media (max-width:1200px) {
.table-container table tr td,
.table-container table tr th {
  white-space: nowrap;
}
}
.table-container tbody tr:nth-child(2n) {
  background: #e6f3f5;
}
.fu_news_show01 {
  line-height: 28px;
  padding:20px 40px;
}
.fu_news_show01 .fu_news_title {
  padding-top: 30px;
  text-align: center;
}
.blog_content {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 20px;
}
.blog_content p{
  padding-bottom: 20px;
}
.fu_news_show01 .fu_news_meta {
  line-height: 30px;
  padding: 20px 0 19px 0;
  font-size: 16px;
  color: #9e9e9e;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;
}

/* 新闻列表样式 */
.news-list {
  width: 100%;
}

.news-list-item {
  display: flex;
  margin-bottom:15px;
  margin-right: 50px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

.news-list-item:hover {
  color: #006179;
}

.news-list-datebox {
  width: 77px;
  padding: 4px;
  margin-right: 20px;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}
.news-list-4  {
  margin-right: 4%;
}

.news-list-day {
  font-size: 30px;
  color: #006179;
  line-height: 1;
  margin-bottom: 5px;
  font-family: 'Noto Serif SC', serif;
  text-align: center;font-weight: bold;
}

.news-list-month {
  font-size: 13px;
  color: white;
  text-align: center;
  display: flex;font-weight: bold;
  flex-direction: column;
  align-items: center;
  font-family: 'Noto Serif SC', serif;
  justify-content: center;
  background-image: -moz-linear-gradient( -71deg, rgb(7,111,130) 0%, rgb(7,135,140) 100%);

background-image: -webkit-linear-gradient( -71deg, rgb(7,111,130) 0%, rgb(7,135,140) 100%);

background-image: -ms-linear-gradient( -71deg, rgb(7,111,130) 0%, rgb(7,135,140) 100%);
  border-radius: 5px;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 29px;
}

.news-list-datebox.new-style {
  background-color: white;
  background-image: none;
  background-size: cover;
  background-position: center;
  border-radius: 0 12px 0  12px;
  overflow: hidden;
  width: 75px;
  border: 1px solid #e8e8e8;
  transition: all 0.3s ease-in-out;
}

.news-list-item:hover .news-list-datebox.new-style {
  background-image: url('../images/libg.png');
  background-size: cover;
  background-position: center;
}

.news-list-datebox.new-style .news-list-day {
  color: #6b6868;
  margin-bottom: 0;
}

.news-list-datebox.new-style .news-list-month {
  background: none;
  margin-top: 0px;
  color: #6b6868;
}

.news-list-item:hover .news-list-datebox.new-style .news-list-day {
  color: white;
}

.news-list-item:hover .news-list-datebox.new-style .news-list-month {
  color: white;
}
.activities-wrapper {
    padding: 70px 0 50px;
}
.news-list-datebox.new-style-right {
  border-radius: 12px 0 12px 0  ;
  background-color: white;
  background-image: none;
  border: 1px solid #e8e8e8;
}

.news-list-item:hover .news-list-datebox.new-style-right {
  background-image: url('../images/libg.png');
  background-size: cover;
  background-position: center;
}

.news-list-datebox.new-style-right .news-list-day {
  color: #333;
  margin-bottom: 0;
}

.news-list-datebox.new-style-right .news-list-month {
  background: none;
  margin-top: 0px;
  color: #333;
}

.news-list-item:hover .news-list-datebox.new-style-right .news-list-day {
  color: white;
}

.news-list-item:hover .news-list-datebox.new-style-right .news-list-month {
  color: white;
}

.news-list-content {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.news-list-title {
  font-size: 18px;
  margin: 0;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list {
  display: none;
}

.news-list.active {
  display: block;
}

.news-list-title .bracket {
  color: #077e88;
}

.news-list-title .category {
  color: #077e88;
}

.news-list-desc {
  display: none;
}


.news-list-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* 新的jzk_box横排框架样式 */
.section-wrapper {
  background-color: #f9f9f9;
  background-image: url(../images/con1.png);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 80px 0;
}

.jzk_box.horizontal {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media screen and (min-width: 1600px) {
  .jzk_box {
    max-width: 1600px;
    margin: 0 auto;
  }
}

.jzk_box.horizontal .news-carousel {
  width: 48%;
  margin-right: 4%;
  position: relative;
  overflow: hidden;
}

.jzk_box.horizontal .news-carousel .swiper-container {
  width: 100%;
}

.jzk_box.horizontal .news-carousel .swiper-slide {
  position: relative;
  overflow: hidden;
}

.jzk_box.horizontal .news-carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.jzk_box.horizontal .news-carousel .swiper-slide:hover img {
  transform: scale(1.05);
}

.jzk_box.horizontal .news-carousel .carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color: white;
  padding: 17px;
  z-index: 10;
  display: flex;
  align-items: center;
}

.jzk_box.horizontal .news-carousel .carousel-date {
  width:70px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 11;
  margin-right: 14px;
  border-radius: 8px;
    font-family: 'Noto Serif SC', serif;
}

.jzk_box.horizontal .news-carousel .carousel-date .date-day {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  font-family: 'Noto Serif SC', serif;
}
.pape_banner img{
  width: 100%;
}
.jzk_box.horizontal .news-carousel .carousel-date .date-month {
  font-size: 14px;
  line-height: 1;
  margin-top: 8px;
  padding-bottom: 5px;
}
.jzk_box.horizontal .news-carousel a{
    display: flex;
    align-items: center;
  width: 100%;color: #fff;
}
.jzk_box.horizontal .news-carousel .carousel-date .date-month {
  font-size: 14px;
}

.jzk_box.horizontal .news-carousel .caption-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jzk_box.horizontal .news-carousel .carousel-title {
  font-size: 18px;
  line-height: 1.4;
  max-width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jzk_box.horizontal .news-carousel .title-icon {
  width: 21px;
  height: 45px;
  background-image: url('../images/right_icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 15px;
  flex-shrink: 0;
  box-sizing: border-box;
  transform-origin: center;
}

.jzk_box.horizontal .news-carousel .swiper-button-next,
.jzk_box.horizontal .news-carousel .swiper-button-prev {
  color: white;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.jzk_box.horizontal .news-carousel .swiper-button-next:hover,
.jzk_box.horizontal .news-carousel .swiper-button-prev:hover {
  opacity: 1;
}

.jzk_box.horizontal .news-carousel .swiper-pagination-bullet {
  background: white;
  opacity: 0.5;
}

.jzk_box.horizontal .news-carousel .swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}

.jzk_box.horizontal .news-grid {
  width: 48%;
  margin-right: 0;
}

.jzk_box.horizontal .news-grid .grid-container {
  position: relative;
  width: 100%;
  height: 450px;
  margin-top: 60px;
}

.jzk_box.horizontal .news-grid .grid-container .center-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 107px;
  height: 107px;
  border-radius: 50%;
  color: white;
  background-image: -moz-linear-gradient(-71deg, rgb(13, 173, 179) 0%, rgb(7,113,131) 100%);
  background-image: -webkit-linear-gradient(-71deg, rgb(13, 173, 179) 0%, rgb(7,113,131) 100%);
  background-image: -ms-linear-gradient(-71deg, rgb(13, 173, 179) 0%, rgb(7,113,131) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 3px;
  font-family: 'Noto Serif SC', serif;
  z-index: 10;
  text-align: center;
  line-height: 1.1;
  text-decoration: none;
}

.jzk_box.horizontal .news-grid .grid-item {
  position: absolute;
  width: calc(50% - 9px);
  height: calc(50% - 9px);
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: white;
}

.jzk_box.horizontal .news-grid .grid-item:nth-child(1) {
  top: 0;
  left: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}

.jzk_box.horizontal .news-grid .grid-item:nth-child(2) {
  top: 0;
  right: 0;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}

.jzk_box.horizontal .news-grid .grid-item:nth-child(3) {
  bottom: 0;
  left: 0;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}

.jzk_box.horizontal .news-grid .grid-item:nth-child(4) {
  bottom: 0;
  right: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}

.jzk_box.horizontal .news-grid .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.jzk_box.horizontal .news-grid .grid-item:hover img {
  transform: scale(1.05);
}

.jzk_box.horizontal .news-grid .grid-item .grid-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/news_bg.png) repeat-x bottom;
  color: white;
  padding: 10px 20px 10px 50px;
  min-height: 60px;
  display: flex;
  align-items: flex-end;
}

.jzk_box.horizontal .news-grid .grid-item .grid-caption p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.jzk_box.horizontal .news-grid .grid-item .grid-label {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #00566d;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 4px;
}

.jzk_box.horizontal .news-grid .grid-item:nth-child(1) {
  top: 0;
  left: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}

.jzk_box.horizontal .news-grid .grid-item:nth-child(2) {
  top: 0;
  right: 0;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}

.jzk_box.horizontal .news-grid .grid-item:nth-child(3) {
  bottom: 0;
  left: 0;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}

.jzk_box.horizontal .news-grid .grid-item:nth-child(4) {
  bottom: 0;
  right: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}

.jzk_box.horizontal .news-sidebar {
  width: 48%;
}

.section-header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
  position: relative;
}
.section-header .header-box {
  position: relative;
  margin-right: 20px;
}
.section-header .header-line {
  flex-grow: 1;
  height: 1px;
  background-color: #077e88;
  align-self: flex-end;
  margin-bottom: 12px;
  position: relative;
  margin-left: -30px;
}
.section-header-before {
  display: none;
}
.header-more-box a{
  display: none;
}
.header-more-box a.active{
  display: block;
}
.section-header .header-left {
  display: flex;
  z-index: 1;
}
.section-header .header-box {
  margin-right: 30px;
  cursor: pointer;
}

.section-header .header-english {
  font-size: 22px;
  color: #dfdbdb;
  letter-spacing: 2px;
  font-family: 'Noto Serif SC', serif;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.section-header .header-chinese h3  {
  display: inline-block;
}
.section-header .header-chinese,.section-header .header-chinese h3 {
  font-size:30px;
  color: #999999;
  font-weight: 700;
  margin: 0;
  font-family: 'Noto Serif SC', serif;
}
.section-header .header-box .header-chinese .after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: -6px;
  width: 6px;
  height: 6px;
  background-color: #077e88;
  border-radius: 50%;
}
.section-header .header-box.active .header-chinese,.section-header .header-box.active .header-chinese h3 {
  color: #077b87;
}

.section-header .header-more {
  font-size: 16px;
  color: #00677e;
  font-family: 'Noto Serif SC', serif;font-weight: bold;
  text-decoration: none;
  background-color: white;
  border: 1px solid #00677e;
  padding: 3px 19px;
  border-radius: 18px 0 18px 0;
  z-index: 1;
  transition: all 0.3s ease;
}

.section-header .header-more:hover {
  background-color: #f0f8fa;
}

.fu_post_links {
  border-top: #ededed dashed 1px;
  position: relative;
  margin-top: 15px;
  padding: 15px 0 16px;
}
.fu_prev_next1 {
  line-height: 2;
  padding: 10px 0 0;
  float: right;
  width: 100%;
}
.fu_prev_next1 span {
  margin: 0 15px;
}
.fu_prev_next1 a {
  color: #666666;
  font-size: 16px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  width: 100%;
  display: inline-block;
}
.fu_prev_next1 a i {
  font-size: 16px;
  font-weight: normal;
}
.fu_prev_next1 a:hover {
  color: #1baadb;
}
.fu_prev_next1 i {
  padding-right: 12px;
}
.fu_prev_next1 i {
  padding-left: 12px;
}
@media (max-width: 1200px) {
  .pape_l {
    width: 100%;
  }
  .pape_r {
    width: 100%;
    margin: 0 0 22px;
  }
  .pape_l_ul::after {
    clear: both;
    width: 100%;
    display: block;
    content: ' ';
  }
  .pape_l_ul li {
    width: 100%;
    float: left;
	position: relative;z-index: 9;
  }
  .pape_l_ul2 {
    margin-bottom: 0;
  }
  .pape_l_ul2::after {
    clear: both;
    width: 100%;
    display: block;
    content: ' ';
  }
  .pape_l_ul2 li {
    width: 33.3%;
    float: left;
  }
  .k_pro li img {
    width: auto;
    height: auto;
  }
}
@media (max-width: 991px) {
  .k_pro li {
    width: 48%;
  }
}
@media (max-width: 767px) {
	.foot_bg .foot_text ul li {width: 100%;}
  .pape_l_ul a {
    background: none;
    padding-left: 20px;
    /* text-align: center; */
  }
  .pape_l_ul a:hover,
  .pape_l_ul a.hv {
    background: none;
  }
  .pape_l_ul2 a {
    padding-top: 12px;
    line-height: 30px;
  }
  .pape_l_ul2 a h3 {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
  }
  .pape_l_ul2 a span {
    width: 100%;
    margin-right: 0;
  }
  .about_show_d {
    padding: 0 0;
  }
  .about_show_t {
    padding: 20px 0 10px;
    font-size: 18px;
  }
  .pape_l_t {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .pape_op {
    line-height: 46px;
  }
  .pape_op h3 {
    font-size: 16px;
    padding: 0 16px;
  }
  .about_show_d {
    font-size: 14px;
  }
  .about_show {
    padding: 20px 0;
  }
  
  .pape_op .fr {
    font-size: 12px;
  }
  .head_nav .fl a {
    width: auto;
    float: left;
  }
  .news_lst li h3 {
    font-size: 14px;
    padding-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .news_lst li {
    padding: 8px;
    line-height: 20px;
    min-height: 50px;
  }
  .news_lst li span {
    font-size: 14px;
  }
  .k_pro li {
    width: 98%;
  }
  .k_pro li .img img {
    width: 100%;
  }
  .k_pro li a {
    width: 100%;
  }
  .k_pro li .img {
    width: 100%;
  }
  .news_list_02 ul li {
    padding: 12px 0;
  }
  .news_list_02 ul li .img {
    width: 40%;
    margin-right: 14px;
  }
  .k_panav {
    padding-top: 0;
  }
  .omel li {
    padding: 12px 10px 12px 19px;
    margin-bottom: 20px;
  }
  .omel li h3 {
    font-size: 18px;
  }
  .omel li p {
    font-size: 14px;
    line-height: 24px;
  }
  .omel li .fr {
    margin-left: 10px;
    width: 70px;
  }
  .admissions_box ul li {
    width: 100%;
    padding: 0;
  }
  .fu_news_show01 .fu_news_title {
    padding-top: 20px;
  }
  .fu_news_show01 .fu_news_title h1 {
    font-size: 20px;
  }
  .fu_prev_next1 span {
    display: none;
  }
  .fu_prev_next1 a {
    width: 100%;
    display: inline-block;
    line-height: 30px;
  }
  .fu_prev_next1 {
    width: 100%;
    float: left;
    padding-top: 0;
  }
}
.pape_title {margin-top: 25px;border-bottom: 1px solid #136484;display: inline-block; height: auto;overflow: hidden;width: 100%;float: left;}
.pape_title h3 {float: left;background: #136484; color: #fff;display: inline-block;width: 120px;height: 40px;line-height: 40px;text-align: center;border-radius: 8px 8px 0 0;}
.pape_title a {float: right; color: #aeaeae;display: inline-block;margin-top: 5px;margin-right: 5px;}
.pape_new_pb {padding-bottom: 0;background: #fafafa;margin-top: 0;}
.pape_new_pb li:nth-child(5n) {
    padding-bottom: 15px;
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 0;
}
@media (max-width:1200px) {
	/* .pape_l_ul li {z-index: 9999;} */
	.pape_l_ul li.hv {z-index: 999;}
	.pape_l_ul dl {z-index: 99;}
}
@media (max-width: 767px) {
	.news_lst li {
	       padding: 0 8px;
	}
  .index_img_list li img {
    width: 100%;
    height: 120px;
  }
}

.students{width:100%;height:auto;overflow:hidden;}
.students .stu1{height:auto;color:#666464;overflow: hidden;padding-bottom: 15px;margin-bottom: 20px;margin-top: 15px;}
.students .stu1 .stuL,.students .stu1 .stuR{margin-left: 10px;width: 48%}
.students .stu1 .stuL dt,.students .stu1 .stuR dt{font-size:16px;color: #1f7d96;line-height: 40px;}
.students .stu1 .stuL dd,.students .stu1 .stuR dd{width:136px;background:url(../images/point.png) no-repeat left center;height:36px;line-height:36px;float:left;padding-left: 13px;
margin-left: 10px;}
.students .stu1 .stuL dd a,.students .stu1 .stuR dd a{color:#909090;font-size:15px;text-decoration: none;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}
.students .stu1 .stuL dd a:hover,.students .stu1 .stuR dd a:hover{color:#1f7d96;margin-left: 5px;}
.students_t {width: 100%;height: auto;overflow: hidden;}
.students_t ul {margin: 0;padding: 0;}
.students_t li {max-width: 120px;height: 35px;width: 25%; line-height: 35px; margin-bottom: 25px;text-align: center;float: left; margin-right: 15px; list-style: none;}
.students_t li a {display: inline-block;width: 100%;background: #DBEBEF;border-radius: 3px; color: #006793;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}
.students_t li a:hover {background: #1f7d96;color: #fff;}
.pb_sys_style1 .p_no_d {
    border: 1px solid #1f7d96;
    color: #fff;
    background-color: #1f7d96;
}
@media (max-width: 991px){
.students .stu1 .stuL,.students .stu1 .stuR{margin-left: 10px;width: 45%}
.students_t {margin-top: 20px;}
.students_t li { margin-bottom: 15px; margin-right: 0; }
.students_t li a{ border-radius: 0; border-right: 2px solid #fff; }
}
@media (min-width: 1400px){
.head_nav .jzk_box {width: 100%;}
}


.clear{clear:both;height:0;font-size:0}

/* 新增页面 */
.pro_show {margin: 30px;}
.pro_show_l {float: left; }
.pro_show_l img { }
.pro_show_r { padding-top: 10px;margin-left: 20px;float: left;width: calc(100% - 300px);}

/* 教师详情页面样式 */
.teacher-section-title {
  background-color: #dbf2fe;
  color: #003f71;
  line-height: 40px;
  padding-left: 15px;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px; 
    border-radius: 12px 0 12px 0;
}

.teacher-section-content {
  padding: 0 15px 15px;
  line-height: 26px;
  font-size: 15px;
  color: #333;
  text-align: justify;
}

.teacher-section-content p {
  margin-bottom: 10px;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .teacher-section-title {
    line-height: 28px;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 8px;
  }
  
  .teacher-section-content {
    padding: 0 10px 10px;
    line-height: 24px;
    font-size: 14px;
  }
}
.pro_show_r li {float: left; display: inline-block; line-height: 2; width: 50%; 
  font-size: 16px;
}
.pro_show_r li span { padding-left: 10px;  min-width: 80px; display: inline-block;}

#vsb_content {margin: 0 30px 30px 30px;}
@media (max-width: 1200px){
.pro_show_r { padding-top: 10px;margin-left:20px;float: left;width:370px;}
.pro_show_l img  {width: 180px;height: auto!important;}
}
@media (max-width: 991px){
.pro_show_r { padding-top: 10px;margin-left:0;float: left;width:100%;}
.pro_show {margin:20px 0 0;}
#vsb_content {margin: 10px 0;}
}

/* 表格样式 */
.price-table2 {
  width: 100% !important;
  overflow-x: auto !important;
  margin: 20px 0 !important;
}

.price-table2 table {
  width: 100% !important;
  border-collapse: collapse !important;
  background-color: #fff !important;
  overflow: hidden !important;
}
.price-table2 table p{
  padding-bottom: 0;
}
.price-table2 table span{
  font-size: 14px!important;
}
thead {
    background-color: #f8f9fa 
}
#appu2 .form {
display: flex;
align-items: center;
justify-content: center;
}
.price-table2 table th,
.price-table2 table td {
  padding: 12px 10px !important;
  text-align: left ;
  font-size: 16px !important;
  line-height: 1.4 !important;
}

/* 电子邮件列保持固定宽度 */
.price-table2 table th:nth-child(5),
.price-table2 table td:nth-child(5) {
  min-width: 220px !important;
}

/* 岗位职责列自适应宽度 */
.price-table2 table th:nth-child(3),
.price-table2 table td:nth-child(3) {
  width: auto !important;
  word-wrap: break-word !important;
}

.price-table2 table th {
  background-color: #007490 !important;
  color: white !important;
  font-weight: bold !important;
  text-align: center !important;
}

.price-table2 table tr:first-child th {
  border-top: none !important;
}

.price-table2 table tr:last-child td {
  border-bottom: none !important;
}

.price-table2 table tr:nth-child(even) {
  background-color: #f8f9fa !important;
}

.price-table2 table tr:hover {
  background-color: #e3f2fd !important;
  transition: background-color 0.3s ease !important;
}

.price-table2 table td:first-child,
.price-table2 table th:first-child {
  border-left: none !important;
}

.price-table2 table td:last-child,
.price-table2 table th:last-child {
  border-right: none !important;
}

/* 不换行样式 */
.no-wrap {
  white-space: nowrap !important;
}

/* 发展历程页面美化 */
.deve_history {
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}

/* 时间轴样式 */
.timeline-container {
  position: relative;
  padding-left: 80px;
  max-width: 800px;
  margin: 0 auto;
}

/* 时间轴中心线 */
.timeline-container::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #007490;
  opacity: 0.3;
}

/* 时间轴项目 */
.timeline-item {
  position: relative;
  margin-bottom:20px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

/* 时间轴项目动画延迟 */
.timeline-item:nth-child(1) { animation-delay: 0.1s; }
.timeline-item:nth-child(2) { animation-delay: 0.2s; }
.timeline-item:nth-child(3) { animation-delay: 0.3s; }
.timeline-item:nth-child(4) { animation-delay: 0.4s; }
.timeline-item:nth-child(5) { animation-delay: 0.5s; }
.timeline-item:nth-child(6) { animation-delay: 0.6s; }
.timeline-item:nth-child(7) { animation-delay: 0.7s; }
.timeline-item:nth-child(8) { animation-delay: 0.8s; }
.timeline-item:nth-child(9) { animation-delay: 0.9s; }
.timeline-item:nth-child(10) { animation-delay: 1.0s; }
.timeline-item:nth-child(11) { animation-delay: 1.1s; }
.timeline-item:nth-child(12) { animation-delay: 1.2s; }
.timeline-item:nth-child(13) { animation-delay: 1.3s; }
.timeline-item:nth-child(14) { animation-delay: 1.4s; }
.timeline-item:nth-child(15) { animation-delay: 1.5s; }
.timeline-item:nth-child(16) { animation-delay: 1.6s; }
.timeline-item:nth-child(17) { animation-delay: 1.7s; }
.timeline-item:nth-child(18) { animation-delay: 1.8s; }

/* 时间轴日期 */
.timeline-date {
  position: absolute;
  left: -90px;
  top: 0;
  width: 80px;
  height: 40px;
  color: white;
    border-radius: 18px 0 18px 0;
    background: linear-gradient(90deg, #02627a 0%, #0487a8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  z-index: 1;
}

/* 时间轴内容 */
.timeline-content {
  background-color: #f3f3f3;
  padding: 20px;
    border-radius:  0 18px 0 18px;
  transition: all 0.3s ease;
}

/* 时间轴内容悬停效果 */
.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* 时间轴内容段落 */
.timeline-content p {
  margin: 0 0 10px 0;
  line-height: 1.6;
  color: #333;
}

.timeline-content p:last-child {
  margin-bottom: 0;
}

/* 动画效果 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* 响应式设计 */
@media (max-width: 768px) {
  .timeline-container {
    padding-left: 60px;
  }
  
  .timeline-date {
    width: 60px;
    height: 30px;
    font-size: 12px;
    left: -60px;
  }
  
  .timeline-content {
    padding: 15px;
  }
}

/* 响应式设计 */
@media (max-width: 768px) {
  .price-table2 table th,
  .price-table2 table td {
    padding: 8px 10px !important;
    font-size: 12px !important;
  }
}

/* 移除内联样式的影响 */
.price-table2 table td[style],
.price-table2 table th[style] {
  border: none !important;
  padding: 12px 10px !important;
  height: auto !important;
  width: auto !important;
}

.price-table2 table tr[style] {
  height: auto !important;
}

.price-table2 table p[style] {
  margin: 0 !important;
  /* text-align: inherit !important; */
  font-size: inherit !important;
  font-family: inherit !important;
}
@media (max-width: 767px){
.pro_show_l img  {width: auto;height: auto!important;}
.pro_show_l {width: 100%;text-align: center;}
.pro_show_r {width: 100%; padding-top: 20px;}
.input-search .form-control {padding:0 0 0 15px;}
	.input-search-btn { right: 5px;}
	
}

/* 学术讲座和学术动态模块 */
.academic-wrapper {
  padding:60px 0 80px;
  background-color: #f7ffff;

}

.academic-left {
  width: 65%;
  float: left;
  margin-right: 5%;
}

.academic-right {
  width: 30%;
  float: right;
}

.academic-cards {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.academic-card {
  width: calc(33.333% - 20px);
  position: relative;
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.academic-card:hover {
  transform: translateY(-5px);
}
.academic-card {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.card-image {
  display: inline-block;
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 280px;
}
.card-image img{
  width: 280px;
  height: 420px;
  border: 2px solid #fff;
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.card-title {
  margin-top: 293px;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  padding: 15px;
  background:url("../images/news_libg.png") no-repeat left bottom;
  color: white;
  border-radius: 12px 0 12px 0 ;
  position: relative;
  width: 326px;
  height: 234px;
  padding-top: 145px;
  padding-right: 50px;
}
.card-title::after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 14px;
  width: 28px;
  height:28px;
  background:url("../images/vbg.png") no-repeat left bottom;
  z-index: 8;
}


.academic-list {
  margin-top: 30px;
}

.academic-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:10px 0;
  border-bottom: 1px dashed #e8e8e8;
  text-decoration: none;
  color: #333;
}


.item-title {
  flex: 1;
  font-size:18px;
  line-height: 1.4;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item-date {
  width: 80px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 20px;
}

.item-date::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  border-left: 1px dashed #d7dddd;
}

.item-day {
  font-size: 32px;
  color: #a0a3a3;
  font-family: 'Noto Serif SC', serif;
  line-height: 1.1;
  display: block;
  font-weight: bold;
}

.item-year-month {
  font-size: 14px;
  color: #a0a3a3;
  font-family: 'Noto Serif SC', serif;
  line-height: 1.2;
  display: block;
}

/* 数说信管模块 */
.data-show-wrapper {
  margin-top: 60px;
}

/* 数说信管标题样式 */
.data-header {
  text-align: center;
  margin-bottom: 40px;
}

.data-header-english {
  font-size: 48px;
  color: #dfdbdb;
  font-weight: 300;
  letter-spacing: 2px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.data-header-chinese {
  font-size: 36px;
  color: #077b87;
  font-weight: 700;
  margin: -10px 0 15px 0;
  font-family: 'Noto Serif SC', serif;
  position: relative;
  display: inline-block;
}


.data-header-line {
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  margin-top: 30px;
}

/* 合作伙伴模块 */
.partners-wrapper {
  background-color: #f1f9fd;
  padding: 21px 0;
}

.partners-wrapper .jzk_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.partners-header {
  margin-right: 22px;
  padding-right: 22px;
  text-align: right;
  border-right: 2px solid #c3dde2;
  flex-shrink: 0;
}

.partners-chinese {
  font-size: 24px;
  color: #077b87;
  font-weight: 700;
  font-family: 'Noto Serif SC', serif;
  margin-bottom: 5px;
}

.partners-english {
  font-size: 12px;
  color: #dfdbdb;
  font-weight: 300;
  font-family: 'Inter Variable', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.partners-logos {
  overflow: hidden;
  width: 100%;
}

.partners-logos .swiper-slide {
  width: auto;
  margin-right: 30px;
  flex-shrink: 0;
}

.partners-logos .swiper-wrapper {
  display: flex;
  align-items: center;
}

.partner-logo {
  text-align: center;
  transition: all 0.3s ease;
  display: block;
  min-width: 120px;
}
.partners-wrapper .jzk_box::after{
  display: none;
}
.partner-logo:hover {
  transform: translateY(-3px);
}
.partner-logo:hover img{
  filter: grayscale(0%) !important;
}

.partner-logo img {
  max-width: 100%;
  object-fit: contain;
  transition: filter 0.3s ease;
}

/* 底部样式 */
.foot_bg {
  background-color: #007490;
  color: white;
  padding-top: 30px;
  padding-bottom: 20px;
  overflow: hidden;
}

.foot-top {
  padding-bottom: 32px;
}
.foot-logo a{
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
.foot-logo a::after{
  content: ' ';
  display: block;
  width: 800%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  right: 110%;
  transform: translateY(-50%);
  
}
.foot-logo a::before{
  content: ' ';
  display: block;
  width: 800%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 110%;
  transform: translateY(-50%);
  
}

.foot-research-centers {
  display: flex;
  flex-wrap: wrap;
}

.foot-research-centers a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  margin-right: 30px;
  padding-right:30px;
  margin-bottom: 10px;
  white-space: nowrap;
  transition: color 0.3s ease;
  border-right: 1px solid #3691a8;
}
.foot-research-centers a:last-child {
  border-right: none;
}
.partners-logos .swiper-wrapper .swiper-slide {
}
.foot-research-centers a:hover {
  color: #fff;
}

.foot-content {
  margin-bottom: 30px;
}

.foot-logo {
  text-align: center;
}

.foot-logo-text h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px 0;
  font-family: 'Noto Serif SC', serif;
}

.foot-logo-text p {
  font-size: 12px;
  margin: 0;
  line-height: 1.4;
}

.foot-text {
  display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}


.foot-right {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.foot-info {
  margin-right: 70px;
  padding-left: 60px;
  text-align: left;
}

.foot-info p {
  font-size: 16px;
  line-height: 32px;
}

.foot-qrcode {
  flex: 0 0 auto;
  text-align: center;
}

.foot-qrcode img {
  width: 120px;
  height: 120px;
}

.foot-qrcode p {
  font-size: 16px;
  margin: 0;
  text-align: center;
}

.foot-links {
  display: flex;
    font-family: 'Noto Serif SC', serif;
}

.foot-links a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  margin-right: 30px;
  padding: 8px 25px;
  border: 1px solid #66acbc;
  border-radius:17px 0 17px 0;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.foot-links a:first-child {
  border-radius: 0 17px 0 17px;
}
.foot-links a img {
  margin: 0;
  margin-right:11px;
  vertical-align: middle;
}

.foot-links a:hover {
  color: #fff;
  border-radius: 0;
}

/* 邮箱tooltip样式 */
.email-tooltip {
  position: relative;
  cursor: pointer;
}
.tooltip-content {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #000;
  padding: 20px 24px;
  border-radius:  0 12px 0 12px;
  font-size: 16px;
  line-height: 1.8;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}
.tooltip-content::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.email-tooltip:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
}

.foot-copyright {
  text-align: center;
  color: #99c7d3;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  font-size: 16px;
}

.foot-copyright p {
  margin: 0;
}

.xgxy-xsxg-box {
  position: relative
}

.xgxy-xsxg-box .swiper-container {
  margin: 0 0 80px 0
}

.xgxy-xsxg-box .box {
  text-align: center
}

.xgxy-xsxg-box .box li {
  float: left;
  width: 24%;
  margin: 0 0.5%;
  padding-top: 70px;
  background: url(../images/data_bg.png) no-repeat top center;
  background-size: contain;
  height: 230px;
}

.xgxy-xsxg-box .box .num {
  font-size:46px;
  color: #077e88;
  height:50px;
  vertical-align: middle;
  font-family: 'Noto Serif SC', serif;
  position: relative;
}

.xgxy-xsxg-box .box .h3 {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}

.xgxy-xsxg-box .box .num sup {
  position: absolute;
  font-size: 30px;
  top: -30px;
}

.xgxy-xsxg-box .swiper-slide-active .box .h3 {
  color: #666666;font-size: 16px;
}

.xgxy-xsxg-box .box .num .subtxt {
  font-size: 24px
}

.xgxy-xsxg-box .box .num .subtxt1 {
  font-size: 12px
}

.xgxy-xsxg-box .box .hg1,
.xgxy-xsxg-box .box .hg2,
.xgxy-xsxg-box .box .hg5,
.xgxy-xsxg-box .box .hg7,
.xgxy-xsxg-box .box .hg8,
.xgxy-xsxg-box .box .hg9 {
  height: 80px;
  line-height: 80px
}

.xgxy-xsxg-box .box .hg3,
.xgxy-xsxg-box .box .hg6 {
  line-height: 55px
}

.xgxy-xsxg-box .box .hg4 {
  line-height: 77px
}

.xgxy-xsxg-box .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none !important;
  left: 21.5% !important;
  margin-top: -22px !important;
  border: 1px #077e88 solid;
  border-radius: 50%;
}

.xgxy-xsxg-box .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
  right: 21.5% !important;
  margin-top: -22px !important;
  border: 1px #077e88 solid;
  border-radius: 4px;
}

.xgxy-xsxg-box .swiper-button-next,
.xgxy-xsxg-box .swiper-button-prev {
  width: 42px !important;
  height: 42px !important;
  overflow: hidden;
  border-radius: 4px;
}

.xgxy-xsxg-box .swiper-button-prev i {
  background: url(../images/arrow-left.png) no-repeat center center;
  width: 26px;
  height: 12px;
  display: block;
  margin: 15px auto;
  transition: .2s;
  transform-style: preserve-3d;
}

.xgxy-xsxg-box .swiper-button-prev:hover {
}

.xgxy-xsxg-box .swiper-button-prev:hover i {
}

.xgxy-xsxg-box .swiper-button-next i {
  background: url(../images/arrow-right.png) no-repeat center center;
  width: 26px;
  height: 12px;
  display: block;
  margin: 15px auto;
  transition: .2s;
  transform-style: preserve-3d;
}

.xgxy-xsxg-box .swiper-button-next:hover {
}

.xgxy-xsxg-box .swiper-button-next:hover i {
}

.xgxy-layer-left {
  position: absolute !important;
  left: 0 !important;
  top: 0px !important;
  background-color: rgba(255, 255, 255, .51) !important;
  width: 20.5% !important;
  height: 170px !important;
  z-index: 10 !important;
}

.xgxy-layer-right {
  position: absolute !important;
  right: 0 !important;
  top: 0px !important;
  background-color: rgba(255, 255, 255, .51) !important;
  width: 20.5% !important;
  height: 170px !important;
  z-index: 10 !important;
}

/* 返回顶部 */
.jzk_scroll_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background-color: #006179;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  display: none;
}

/* 响应式 */

/* 1600px以上屏幕 */
@media (min-width: 1600px) {
}

/* 1440px到1600px屏幕 */
@media (min-width: 1440px) and (max-width: 1599px) {
  .jzk_box {
    width: 1400px;
  }
  
  .head_nav {
    height: 94px;
  }
  
  .head_nav li {
    width: 100px;
  }
  
  .head_nav a {
    font-size: 16px;
  }
  
  .head_nav .fl img {
    height: 60px;
  }
  
  .head_nav .search_toggle {
    width: 60px;
  }
}

/* 1200px到1439px屏幕 */
@media (min-width: 1200px) and (max-width: 1439px) {
  .jzk_box {
    width: 1100px;
  }
  .nav_underline {
    
  }
  .head_nav .menu_toggle {
        width: 77px;
    height: 80px;
  }
  .head_nav {
    height: 80px;
  }
  
  .head_nav li {
    width: 90px;
    line-height: 80px;
  }
  .head_nav ul {
    width: 600px;
  }
  .head_nav a {
    font-size: 14px;
  }
  
  .head_nav .fl img {
    height: 50px;
  }
  
  .head_nav .search_toggle {
    width: 50px;
  }
  .news-list-item {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .section-header {
    margin-bottom:30px;
  }
  .jzk_box.horizontal .swiper-container  {
    margin-top: 30px;
  }
.news-list-item:nth-child(4) {
  display: none;
}
.jzk_box.horizontal {
  margin-bottom: 0;
}
.section-wrapper {
    padding: 60px 0;
}
.news-list-title {
  font-size: 16px;
}
  .activities-wrapper .news-list-item {
    margin-bottom: 18px;
  }
  .section-header .header-chinese, .section-header .header-chinese h3 {
    font-size: 24px;
  }
  .section-header .header-english {
    font-size: 18px;
  }
.news-list-datebox {
    margin-right: 12px;
}

.card-image img {
   width: 210px !important; 
   height: 376px;
}
    .card-image {
      width: 210px !important; 
    }
.card-title {
  width: 230px !important;
}
.academic-card {
    width: calc(33.333% - 10px);
  }
.card-title {
        margin-top: 293px;
        font-size: 14px !important;
}
.item-title {
    flex: 1;
    margin-right: 12px;
    font-size: 15px;
}
.item-date {
    width: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
.foot-research-centers a {
  
    font-size: 14px;
    margin-right: 20px;
    padding-right: 20px;
}
.foot-top {
    padding-bottom: 22px;
}
.banner-search button,.banner-search input ,.banner-search input::placeholder{
    font-size: 18px;
}

.banner-search input::-webkit-input-placeholder {
  font-size: 18px;
}

.banner-search input::-moz-placeholder {
  font-size: 18px;
}

.banner-search input:-ms-input-placeholder {
  font-size: 18px;
}

}

/* 991px到1199px屏幕 */
@media (min-width: 991px) and (max-width: 1199px) {
  .jzk_box {
    width: 960px;
  }
  .head_nav .menu_toggle {
    
    width: 77px;
    height: 70px;
  }
  
  .head_nav {
    height: 70px;
  }
  
  .head_nav li {
    width: 80px;
  }
  
  .head_nav a {
    font-size: 13px;
  }
  
  .head_nav .fl img {
    height: 45px;
  }
  
  .head_nav .search_toggle {
    width: 45px;
  }

.banner-search button,.banner-search input ,.banner-search input::placeholder{
    font-size: 16px;
}

.banner-search input::-webkit-input-placeholder {
  font-size: 16px;
}

.banner-search input::-moz-placeholder {
  font-size: 16px;
}

.banner-search input:-ms-input-placeholder {
  font-size: 16px;
}
.banner-search button {
    height: 55px;
    width: 130px;
    border-radius: 30px 0 30px 0;
  }
.jzk_banner .jzk_box {
    border-radius: 30px 0 30px 0;
}


.banner-search input {
    height: 40px;
}



}

/* 小于1200px屏幕 */
@media (max-width: 1199px) {
  .head_nav > ul {
    display: none;
  }
  
  .head_nav .search_toggle {
    display: none;
  }
  
  .jzk_box.horizontal .news-carousel {
    width: 100%;
    margin-right:0; 
  }
.jzk_box.horizontal .news-sidebar {
    width: 100%;
    margin-top: 20px;
}
.section-wrapper {
  padding: 30px 0;
}

.jzk_box.horizontal {
    margin-bottom: 10px;
}
.activities-wrapper {
    padding: 20px 0 30px;
}
.section-header .header-chinese, .section-header .header-chinese h3 {
  
    font-size: 22px;
}
.section-header .header-english {
    font-size:15px;
  }



  .academic-left,.academic-right {
    width: 100%;
    margin-right:0; 
}

.academic-right {
  margin-top: 30px;
}
.academic-list {
    margin-top:0px;
}
.section-header {
    margin-bottom:20px;
}




.foot-research-centers a {
    font-size: 14px;
    margin-right: 15px;
    padding-right: 15px;
}
.foot-top {
    padding-bottom: 22px;
}

.academic-item {
  padding: 0;
}
.item-title {
  font-size: 16px;
}




}





/* 1600px以下屏幕 */
@media (max-width: 1600px) {
  .head_nav .fl img {
    height: 60px;
  }
  .card-title {
    margin-top: 293px;
    font-size: 16px;
    padding: 15px;
    color: white;
    border-radius: 12px 0 12px 0;
    position: relative;
    width: 280px;
    height: 180px;
    padding-top: 100px;
    padding-right: 50px;
  }
  .card-image img {
    width: 240px;
    height: 380px;
  }
  .card-image {
      left: 50%;
      transform: translateX(-50%);
      width: 240px;
  }
  .jzk_box {
    width: 1400px;
  }
.foot-right {
  width: 50%;
}
.head_nav li {
  width: 9%;
}
.head_nav .search_toggle {
  width: 60px;
}
.xgxy-xsxg-box .box .h3 {
    font-size: 14px;
}
.xgxy-xsxg-box .box li {
padding-top: 50px;  height: 180px;

}

}

/* 1440px以上屏幕 */
@media (max-width: 1440px) {

  .jzk_box {
    width: 96%;
    margin: 0 2%;
  }
.head_nav a {
    font-size: 14px;
}
  .head_nav .fl img {
    height: 50px;
  }

    .head_nav li {
        width: 8%;
    }
  /* 导航 */
}
/* 1200px以上屏幕 */
@media (max-width: 1200px) {

.card-title {
  width: 100%;
  
    background-size: cover;
        font-size: 14px;
}












}

/* 991px以上屏幕 */
@media (max-width: 991px) {
  /* .pape_l_ul > li > a {
    padding-left: 0;
  } */
.banner-search button {
    height: 45px;
    width: 120px;
    border-radius: 20px 0 20px 0;
    font-size: 16px;
  }

  .jzk_banner .jzk_box {
    border-radius: 20px 0 20px 0;
}


.banner-search button img {
    margin-right: 8px;
    width: 20px;
}
.banner-search button,.banner-search input ,.banner-search input::placeholder{
    font-size: 14px;
}
.banner-search input::-webkit-input-placeholder {
  font-size: 14px;
}
.banner-search input::-moz-placeholder {
  font-size: 14px;
}
.banner-search input:-ms-input-placeholder {
  font-size: 14px;
}

.foot-info {
    margin-right: 30px;
    padding-left: 20px;
    text-align: left;
}

.foot-info p {
    font-size: 14px;
    line-height: 24px;
}
.foot-links a {
    font-size: 14px;
    margin-right: 0;
    padding: 8px 15px;
}


  .banner-search input {
      height: 42px;
  }



  .news-list-datebox {
    margin-right: 10px;
  }
  .news-list-datebox.new-style-right{
      margin-right: 10px ;
  }
  .news-list-title {
      font-size: 16px;
  }
    .academic-right {
        margin-top: 60px;
    }


.academic-cards {
    margin-top:20px;
}
.academic-wrapper {
    padding:30px 0 40px;
}

.foot-logo a {
    margin-bottom: 20px;
} 
.foot-logo a img{
    height: 50px;
} 
.menu_content .sub_menu {
  padding: 0;
}









}

@media (max-width: 767px) {
  .banner-search input {
      height: 42px;
  }

    .jzk_banner .jzk_box {
        border-radius: 14px 0 14px 0;
        padding: 0;
    }

.jzk_box.horizontal .news-carousel .carousel-title {
    font-size: 14px;
  }
.jzk_box.horizontal .news-carousel .carousel-date {
    width: 60px;
    height: 60px;
  }

.jzk_box.horizontal .news-carousel .carousel-date .date-day {
    font-size: 32px;
  }
.jzk_box.horizontal .news-carousel .carousel-caption{
  padding: 12px;
}




.news-list-item {
    margin-bottom: 12px;
    margin-right: 0px;
}
    .news-list-title {
        font-size: 14px;
    }


.section-header .header-more {
    font-size: 14px;
    padding: 2px 12px;
    border-radius: 12px 0 12px 0;
    z-index: 1;
    transition: all 0.3s ease;
}


/* 在这里增加academic-card一行一个的样式 */

.academic-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}

.academic-cards .academic-card {
  width: 100%;
}

    .card-title {
        margin-top: 293px;
        font-size: 16px;
        padding: 15px;
        color: white;
        border-radius: 12px 0 12px 0;
        position: relative;
        width: 100%;
        height: auto;
        padding-top: 100px;
        padding-right: 50px;
    }
.news-list-datebox {
    width: 65px;
    padding: 4px;
    margin-right: 12px;
    border-radius: 6px;
}
.news-list-datebox.new-style {
    width: 65px;

}

.news-list-month {
    font-size: 12px;
    height: 22px;
    border-radius: 3px;
  }
.news-list-day {
  font-size: 24px;
}

.section-header .header-more {
        font-size: 12px;
  
        padding: 0 8px;
    border-radius: 12px 0 12px 0;
}

    .section-header .header-english {
        font-size: 12px;
      margin-bottom: 2px;
      letter-spacing: 0px;
    }



.academic-cards {
  margin-top: 20px;
}
.foot-text {
        flex-wrap: wrap;
}
    .foot-info {
        margin-right: 12px;
        padding-left: 12px;
        text-align: left;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .academic-cards .academic-card {
        width: 80%;
        margin: 0 10%
    }


    .section-header .header-chinese, .section-header .header-chinese h3 {
        font-size: 20px;
    }
    .item-title {
        font-size: 14px;
    }
  .foot-research-centers a {
      font-size: 14px;
      margin-right: 18px;
      padding-right: 0;
      margin-bottom: 6px;
      border-right:none;
  }
  .jzk_scroll_top {
    display: none!important;
  }
.foot-copyright {
    padding-top: 20px;
    font-size: 14px;
}    
  .foot-logo a img {
        height: 40px;
    }
.partners-header {
  text-align: center;
  width: 100%;
    border-right:none;
}

.partners-wrapper .jzk_box {
        flex-wrap: wrap;
}
.partner-logo {
  min-width: inherit;
}
.partners-logos .swiper-slide {
    margin-right: 14px;
}
.foot-research-centers {
    justify-content: center;
}
.partner-logo img {
    filter: grayscale(0)!important;

}
    .banner-search input {
        height:32px;
    }

    .banner-search button {
        height: 38px;
        width: 70px;
        border-radius: 13px 0 13px 0;
    }
    .banner-search button img {
        margin-right: 5px;
        width: 16px;
    }

    .head_nav .fl img {
        height: 36px;
    }
    .head_nav .menu_toggle img {
    width: 20px;
    height: 20px;
}
.head_nav .menu_toggle {
    width: 50px;
    height: 50px;
  }
.jzk_box.horizontal .news-carousel .title-icon {
    width: 16px;
    height: 30px;
  }
.card-title {
  font-size: 14px;
}

.foot-qrcode img {
    width: 100px;
    height: 100px;
}
.foot-links a img {
    margin: 0;
    margin-right:6px;
    width: 20px;
    vertical-align: middle;
}


    .jzk_box.horizontal .news-carousel .carousel-date .date-day {
        font-size: 24px;
    }
    .jzk_box.horizontal .news-carousel .carousel-date {
        width:55px;
        height: 55px;
    }
.jzk_box.horizontal .news-carousel .carousel-date .date-month {
    font-size: 12px;
    line-height: 1;
    margin-top: 4px;
    padding-bottom: 5px;
}
.foot-links a:first-child {
    border-radius: 0 12px 0 12px;
}

.item-day {
    font-size: 26px;
}
.item-date {
    width: 70px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
}
.item-title {
  margin-right: 12px;
}
.menu_content .sub_menu a {
    font-size: 14px;
}
.menu_content a {
    font-size: 16px;
    padding: 4px 12px;
}
.menu_content > ul > li {
    margin: 10px 0;
    text-align: center;
    min-width: 50px;
}
.menu_content > ul {
    gap: 0px;
}
.menu_content .sub_menu a {
    padding: 2px 3px;
  }
.menu_content .sub_menu li {
    margin: 5px 0;
    text-align: center;
}
.about_show_d {
  padding: 20px 0;
}
.price-table2 {
    margin: 0px 0 !important;
}
.about_show_d p{
  font-size: 14px !important;
}

.about_show_d .stu1 p {
        padding-bottom: 4px!important;
       }
/* ========== 发展历程表格美化样式 ========== */
.deve_history {
    border-radius: 12px;
    margin: 20px 0;
}

.deve_history .price-table2 {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.deve_history .price-table2 table {
    border-collapse: separate !important;
    border-spacing: 0;
}

.deve_history .price-table2 table th {
    background: linear-gradient(135deg, #02627a 0%, #0487a8 100%) !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 14px 12px !important;
    border: none !important;
}

.deve_history .price-table2 table td {
    border: 1px solid #e0e7ec !important;
    border-top: none !important;
    border-left: none !important;
    background: #fff;
    transition: all 0.3s ease;
}

.deve_history .price-table2 table tr:last-child td {
    border-bottom: none !important;
}

.deve_history .price-table2 table td:last-child {
    border-right: none !important;
}

/* 年份列特殊样式 - 时间线风格 */
.deve_history .price-table2 table td:first-child {
    background: linear-gradient(135deg, #f0f7fa 0%, #e3f2fd 100%) !important;
    font-weight: bold;
    color: #02627a;
    text-align: center;
    min-width: 90px;
    border-left: 3px solid #0487a8 !important;
    position: relative;
}

.deve_history .price-table2 table td:first-child p {
    font-size: 15px !important;
    color: #02627a !important;
    margin: 0;
    padding: 0;
}

/* 事件列 */
.deve_history .price-table2 table td:last-child p {
    font-size: 14px !important;
    line-height: 1.7 !important;
    color: #444;
}

/* 奇偶行交替色 */
.deve_history .price-table2 table tr:nth-child(odd) td {
    background: #fff;
}

.deve_history .price-table2 table tr:nth-child(even) td {
    background: #f8fafc;
}

.deve_history .price-table2 table tr:nth-child(even) td:first-child {
    background: linear-gradient(135deg, #e8f4f8 0%, #dbeafe 100%) !important;
}

/* 悬停效果 */
.deve_history .price-table2 table tr:hover td {
    background: #e3f2fd !important;
    transition: all 0.25s ease;
}

.deve_history .price-table2 table tr:hover td:first-child {
    background: linear-gradient(135deg, #cce7f5 0%, #bbdefb 100%) !important;
}

.deve_history .price-table2 table td:hover:last-child p {
    color: #02627a;
}

/* 更新时间样式 */
.deve_history > p:last-child {
    text-align: right;
    color: #888;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 0;
}
.menu_close {
  
    top: 18px;
    right: 18px;
}





}