@charset "UTF-8";
/* * * *统一样式 */
* {
  margin: 0;
  padding: 0;
  font-family: PingFangSC, PingFangSC-Regular, '微软雅黑', sans-serif, Arial, Helv, Helvetica;
}

body {
  overflow-x: hidden;
}

body,
input,
select,
textarea {
  background-color: #f5f7f9;
}

html {
  font-size: 16px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

a:hover,
a:focus {
  text-decoration: none;
}
.h4,
h4 {
  font-size: 1.125rem;
}
.text-overfllow {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/*图片*/
.an_image_box {
  overflow: hidden;
}
.an_image_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease-in-out 0.56s;
  transition: all ease-in-out 0.56s;
}
.an_image_box:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.container {
  padding: 0;
  max-width: none;
}

.container-fy {
  width: 87.875rem;
  margin: 0 auto;
}

.container2-fy {
  width: 80rem;
  margin: 0 auto;
}

.index_area_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
}

.english_tit {
  font-family: times new roman;
}

.index_area_box .english_tit {
  order: 2;
  font-size: 1.375rem;
  font-weight: 700;
  color: #2b9767;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.index_area_box .chinese_tit {
  order: 1;
  font-size: 2.25rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.1;
}

/* 导航 */
.header .navbar-collapse {
  flex-grow: 0;
}

.header #nav_list,
.header .isPartyNavList {
  background: #d9ece4;
  width: 100%;
  justify-content: center;
  /*height: 5rem !important;*/
  padding: 0 !important;
}

.header .isPartyNavList {
  background: #a22121 !important;
}

.nav_list_cont {
  display: flex;
  align-items: center;
}

.header .nav_list {
  float: unset;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 auto;
  width: 68%;
  height: 5.375rem;
}

.header .nav_list li {
  position: relative;
  display: flex;
  align-items: center;
}

.header .nav_list a,
.header .isPartyNavList a {
  color: #23252f;
  font-size: 1.1rem;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
}

.header .nav_list a h4 {
  font-weight: bold;
}

.header .nav_list li > a p {
  display: none;
}

.header .isPartyNavList a {
  color: rgba(255, 255, 255, 0.8);
}

.header .isPartyNavList .p_nav_fir,
.header .isPartyNavList .p_nav_sec {
  color: #000000;
}

.nav_drop li a {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
}

.header a.nav_fir {
  height: 2rem;
  line-height: 2rem;
  word-break: keep-all;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

/* .header .nav_list a:hover,
.header a.nav_fir.active {
  font-weight: 500;
  color: #000 !important;
} */
.myNavdefault {
  border: none !important;
  margin-bottom: 0 !important;
  height: 5.375rem;
}

.header .active,
.header .isPartyACtive {
  background: #1da066;
  width: auto;
  padding: 0 1rem !important;
}

.header .nav_list > li {
  height: 100%;
  margin-right: 1.875rem;
}
.header .nav_list > li > a:hover {
  color: #1da066;
}

.header .nav_list li.active > a {
  margin-top: 1rem;
}
.header .nav_list li.active > a h4 {
  margin-bottom: 0.375rem;
  font-weight: bold;
}
.header .nav_list li.active > a p {
  display: block;
  opacity: 0.7;
  text-transform: capitalize;
}
.header .nav_list li.active > a:hover {
  color: #fff;
}

.header .active:hover,
.header .isPartyACtive:hover {
  color: #fff;
}

.header .isPartyACtive {
  background: #f79f00 !important;
}

.header .active > a {
  color: #fff;
}
.header .active > a p {
  display: block;
}

.header .active > a:after,
.header .isPartyACtive > a:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 1rem;
  left: 0;
  bottom: -1rem;
  background: #1da066;
  z-index: 9;
}

.header .isPartyACtive > a:after {
  background: #f79f00 !important;
}

.right_icon {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-right: 1.875rem;
  position: relative;
}
.nav_down_box {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 1.875rem;
}
.nav_down_box .down_btn {
  width: 1.375rem;
  height: 1.375rem;
  cursor: pointer;
  position: relative;
}
.nav_down_box .down_btn a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../2023/img/icon/down.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.nav_down_box .down_btn.show a {
  background-image: url(../../2023/img/icon/isClickDown.png);
}

.right_icon .search_btn {
  position: relative;
  width: 1.375rem;
  height: 1.375rem;
}
.right_icon .search_btn a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../2023/img/icon/search.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.right_icon .search_btn.show a {
  background-image: url(../../2023/img/icon/isClickSearch.png);
}

.right_icon .line {
  background: #000;
  width: 1px;
  height: 1.875rem;
  margin: 0 1.25rem;
  margin-left: 0;
}

.right_icon > div > img {
  width: 100%;
  height: 100%;
}

.logo {
   margin-left: 1rem;
    width: 20% !important;
    height: 3.575rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}
.logo a {
  display: block;
}
.logo a img {
  display: block;
  max-width: 100%;
}

.logo > img {
  width: 100%;
  height: 100%;
  margin-top: 0.0625rem;
}

/* 二级 */
.header .nav_drop ul:before {
  content: ' ';
  position: absolute;
  border: 0.625rem solid transparent;
  border-bottom-color: #fff;
  top: -1rem;
  left: 40%;
}

.header .nav_drop {
  position: absolute;
  min-width: 6.8rem;
  left: 50%;
  top: 83%;
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
  transform: translateX(-50%);
  white-space: nowrap;
  border-radius: 0.625rem;
  border-top: none;
  display: none;
  z-index: 99;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08);
}
.header .nav_drop ul {
  border-radius: 0.625rem;
  margin-top: 0.625rem;
  background: #fff;
  padding: 1rem 0;
  position: relative;
}

.header .nav_drop li {
  margin: 0;
  padding: 0;
  flex-direction: column;
}

.header .nav_drop li a:hover {
  background: #1da066;
  color: #fff !important;
}

.header .isRed_nav_drop li a:hover {
  background: #a22121;
  color: #fff !important;
}

.header .nav_drop a.nav_fir2 .nav_drop {
  display: none;
}

.header .nav_drop a.nav_fir2 {
  padding: 0 0;
  height: 2.125rem;
  line-height: 2.125rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.header .nav_drop a.nav_fir2:hover,
.header .nav_drop a.nav_fir2.active {
  color: #023692;
  background: #e9e9e9;
  font-weight: 700;
}

.header a.nav_sec {
  padding: 0 0;
  height: 2.125rem;
  line-height: 2.125rem;
  font-size: 1rem;
  font-weight: normal;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.header a.nav_sec:hover,
.header a.nav_sec.active {
  color: #023692;
  background: #fff;
  font-weight: 700;
}

.new_down_box {
  display: none;
  position: absolute;
  top: 100%;
  left: -3.125rem;
  width: 7rem;
  height: auto !important;
  background: #fff !important;
  padding: 0.5rem 0;
  border-radius: 0.3125rem;
  z-index: 9;
}

.new_down_box a {
  display: block;
  width: 100%;
  height: 2.3rem;
  text-align: center;
  cursor: pointer;
  line-height: 2.3rem;
}

.new_down_box a:hover {
  background: #1da066;
  color: #fff !important;
}

.isRed_new_down_box a:hover {
  background: #a22121;
  color: #fff !important;
}

.new_search_box {
  display: none;
  position: absolute;
  top: 3.2rem;
  right: 1.25rem;
  width: 30rem;
  height: 5rem;
  background: #fff;
  border-radius: 5px;
  z-index: 10;
}
.new_search_box form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new_down_box.show,
.new_search_box.show {
  display: block;
}

.new_search_box:after,
.new_down_box:after {
  content: ' ';
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
}

.new_search_box:after {
  left: initial;
  right: 10px;
  transform: inherit;
}

.new_search_box .search_border {
  width: 90%;
  display: flex;
  align-items: center;
  height: 2.5rem;
  background: #ffffff;
  border: 1px solid #004811;
  border-radius: 0.25rem;
}
.new_search_box .search_border .input_text {
  width: calc(100% - 1rem);
  height: 100%;
  border: none;
  outline: none;
  background: none;
  padding-right: 0.625rem;
}

.new_search_box .input_text::placeholder {
  color: #adadad;
}

.new_search_box .input_text:focus-visible {
  outline: none;
}

.search_box_img {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0.625rem;
}

.search_box_img span {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon/searchBox.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/*
 * 人才培养
 */

/*
 * 搜索页面
 */
.search_banner {
  width: 100%;
  height: 12rem;
  background: url(../img/nav_banner7.png) no-repeat center;
  display: flex;
  align-items: center;
}

.search_input {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.search_input > input {
  border: none;
  background: #fff;
  width: 40%;
  height: 3rem;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  text-indent: 0.9375rem;
  font-size: 1rem;
  border: none;
}

.right_button {
  background: #1da066;
  width: 4rem;
  height: 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  cursor: pointer;
}

.search_img {
  width: 1.5rem;
  height: 1.5rem;
  background: none;
  border: none;
}

.search_img > img {
  width: 100%;
  height: 100%;
}

.seat,
.banner_location {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.25rem;
}

.seat {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: #333;
}
.seat a {
  color: #8f929d;
}
.seat .seat-icon {
  color: #8f929d;
}

.seat .seat-cur {
  color: #8f929d;
}

.is_location {
  color: #000000;
}

/* .seat > div:not(:first-child) {
  margin-right: 10px;
} */

.seat .is_location {
  font-weight: bold;
}

.count_sheet {
  margin-bottom: 2.5rem;
  position: relative;
  display: inline-block;
  border-bottom: 0.0625rem solid #1da066;
}
.count_sheet p {
  color: #1da066;
  margin: 0;
  display: flex;
  align-items: center;
  padding-bottom: 0.2rem;
  width: auto;
  text-align: left;
}

.count_sheet p:before {
  content: ' ';
  background: #1da066;
  width: 12px;
  height: 12px;
  margin-right: 0.625rem;
}

/*
 * 学院新闻详情
 */
.detail_title {
  font-size: 2rem;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #040404;
  margin-bottom: 1.25rem;
}

.detail_message {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #8f929d;
}

.message_left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.message_left > div {
  padding-right: 0.75rem;
  font-size: 0.875rem;
  border-right: 0.0625rem solid #e4e4e4;
}

.message_left > div:last-child {
  border-right: none;
}

.message_left > div:not(:nth-child(1)) {
  padding-left: 0.75rem;
}

.detail_box {
  padding-top: 2rem;
}

.detail_box p,
.detail_box > img {
  padding-bottom: 1rem;
}

.detail_box p > img {
  /* width: 86% !important; */
  display: block;
  height: auto;
  margin: 0 auto;
}
.detail_box p > span {
  /* display: flex; */
  align-items: center;
}
.detail_box p > span img {
  margin-right: 0.625rem;
}

/* 返回顶部 */
.footer_return {
  display: none;
  background-image: url(../img/icon/footerReturn.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: fixed;
  bottom: 0;
  right: 3%;
  width: 2.75rem;
  height: 3rem;
  transform: translate(-10%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  z-index: 99;
  text-align: center;
}
.footer_return .text-en {
  color: #fff;
  font-size: 0.875rem;
}
.footer_return .text-en p {
  margin: 0 auto;
  text-align: center !important;
  text-indent: initial !important;
}

.footer_icon {
  width: 1.25rem;
  height: 0.625rem;
  margin: 0 auto;
}

.footer_icon > img {
  width: 100%;
  height: 100%;
}

/* fly animation name */
@keyframes bounceFly {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
.bounce-fly {
  -webkit-animation-name: bounceFly;
  animation-name: bounceFly;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* @keyframes toRightFly {
  from {
    // -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    // animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  to {
    // -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(100%, 0, 0);
    // opacity: 0;
  }
} */
@keyframes toRightFly {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(100%);
  }
}
.to-right-fly {
  animation: toRightFly 5s linear 0.8s infinite;
}