header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
* {
  box-sizing: border-box;
}
.header-nav {
  width: 100%;
  background-color: rgba(1, 74, 125, 0.9);
  height: 46px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.header-nav .header-nav-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 1407px;
}
.header-nav .header-nav-menu {
  display: flex;
  align-items: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.header-nav .header-nav-menu a {
  transition: color 0.2s linear;
  color: rgba(255, 255, 255, 0.6);
}
.header-nav .header-nav-menu .divider {
  width: 1px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  margin: 0 15px;
  height: 14px;
  display: inline-block;
  vertical-align: bottom;
}
.header-nav .header-nav-menu > li:hover a {
  color: #fff;
  font-weight: 700;
}
.header-nav .header-nav-action {
  margin-left: 60px;
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.header-nav .header-nav-action .action-item {
  width: 25px;
  height: 25px;
}
.header-nav .header-nav-action .action-item img {
  width: 100%;
}
.header-content {
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.header-content .header-menus {
  display: flex;
  align-items: center;
}
.header-content .header-content-inner {
  width: 1407px;
  display: flex;
  justify-content: space-between;
}
.header-content .header-logo {
  width: 343px;
  height: 54px;
}
.header-content .header-logo img {
  width: 100%;
}
.header-content .menu-list {
  display: flex;
  align-items: center;
  column-gap: 29px;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
}
.header-content .menu-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-content .menu-item > a {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.header-content .menu-item > img {
  width: 18px;
}
.header-content .menu-item .sub-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 55px;
  display: none;
  padding-top: 14px;
  transition: height 0.2s ease;
}
.header-content .menu-item .sub-menu .sub-menu-content {
  position: relative;
  animation-duration: 0.3s;
  border-radius: 2px;
  border-top: 4px solid #50aef0;
  min-width: 160px;
  background: #014a7d;
  color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.header-content .menu-item .sub-menu .sub-menu-content:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: -24px;
  left: 50%;
  transform: translateX(-50%) !important;
  border: 10px solid transparent;
  border-bottom-color: #50aef0;
}
.header-content .menu-item .sub-menu .sub-menu-item {
  height: 40px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  transition: background-color 0.2s linear;
}
.header-content .menu-item .sub-menu .sub-menu-item a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.header-content .menu-item .sub-menu .sub-menu-item:hover {
  background-color: #195b89;
}
.header-content .menu-item:hover .sub-menu {
  display: block !important;
}
.school-overview-banner {

  width: 100%;
  overflow: hidden;
  text-align: center;
}
.school-overview-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-section {
  background-image: url("/images/school-overview/info-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.info-menu-content {
  position: relative;
  width: 304px;
  top: -130px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.info-content {
  width: 1200px;
  display: flex;
  column-gap: 36px;
  padding: 36px 0;
  margin: 0 auto;
  padding-bottom: 130px;
}
.info-content .blue-card {
  padding: 43px 20px;
  background-color: #014A7D;
  border-top-right-radius: 40px;
  width: 279px;
  height: 428px;
  position: absolute;
  left: 0;
  top: 0;
}
.info-content .blue-card .info-page-title {
  font-size: 40px;
  color: #fff;
  font-family: "HYZhongSong";
}
.info-content .menu-card {
  width: 284px;
  min-height: 569px;
  background-color: #fff;
  padding-top: 47px;
  position: relative;
  right: 0;
  top: 116px;
  border-top-right-radius: 40px;
}
.info-content .menu-card .info-menu-item {
  font-family: "HYZhongSong";
  font-size: 24px;
  line-height: 36px;
  padding-left: 34px;
  padding-right: 34px;
  position: relative;
}
.info-content .menu-card .info-menu-item.active a {
  color: #1B5D8A;
}
.info-content .menu-card .info-menu-item.active:before {
  content: "";
  background-image: url("/images/menu-arrow-right.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 38px;
}
.info-content .menu-card .info-menu-item a {
  transition: transform 0.35s ease;
  display: inline-block;
}
.info-content .menu-card .info-menu-item a:hover {
  transform: translate3d(15px, 0, 0);
}
.info-content .menu-card .divider {
  width: 100%;
  height: 1px;
  box-shadow: 0 1px 0.5px #E3E3E3;
  margin: 20px 0;
}
.info-content .menu-card .stone-carving {
  height: 219px;
  margin-top: 26px;
}
.info-content .info-article-container {
  flex: 1;
}
.info-content .info-article-title {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 18px;
}
.info-content .info-article-title .info-article-title-name {
  color: #1A5C8A;
  font-size: 28px;
  line-height: 36px;
  font-family: "HYZhongSong";
}
.info-content .info-article-title .breadcrumb {
  color: #333;
  font-size: 16px;
}
.info-content .info-article-title .breadcrumb > span:after {
  content: ">";
  padding-left: 4px;
  display: inline-block;
  vertical-align: middle;
}
.info-content .info-article-title .breadcrumb > span:last-child:after {
  display: none;
}
.container-content {
  margin-top: 30px;
  box-sizing: border-box;
}
.container-content .leader-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 80px;
  row-gap: 40px;
}
.container-content .leader-list-item {
  flex: none;
  box-sizing: border-box;
  width: 390px;
  height: 56px;
  border-top: 1px solid #014A7D;
  border-bottom: 1px solid #014A7D;
  padding: 16px 42px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.3s ease;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.container-content .leader-list-item span {
  position: relative;
  z-index: 5;
}
.container-content .leader-list-item:hover {
  color: #fff;
}
.container-content .leader-list-item:hover .fill-bg {
  width: 100%;
  height: 56px;
}
.container-content .leader-list-item .fill-bg {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 4px;
  background-color: #014A7D;
  height: 42px;
  top: 50%;
  transform: translateY(-50%);
  transition: height 0.2s ease, width 0.3s 0.2s ease;
}
.container-content .leader-list-2 {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  justify-content: center;
  align-items: center;
}
.container-content .leader-list-2 .leader-list-2-item {
  display: flex;
  align-items: center;
}
.container-content .leader-list-2 .leader-list-2-item .title {
  width: 160px;
  color: #014A7D;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}
.container-content .leader-list-2 .leader-list-2-item .name {
  width: 100px;
  color: #333;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  margin-left: 30px;
}
/*# sourceMappingURL=department.css.map */