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;
}
.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;
  padding-bottom: 130px;
  margin: 0 auto;
}
.info-content .blue-card {
  padding: 43px 20px;
  background-color: #1a5c8a;
  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;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.info-content .info-article-title .info-article-title-name {
  color: #1A5C8A;
  font-size: 28px;
  line-height: 36px;
  font-family: "HYZhongSong";
  width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-content .info-article-title .breadcrumb {
  color: #333;
  font-size: 16px;
  display: flex;
  justify-content: end;
  margin-top: 20px;
}
.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;
}
.list-search-box {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 10px 20px;
  display: flex;
}
.list-search-box .select-box {
  position: relative;
  width: 210px;
  height: 32px;
  background: #F0F0F0;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-search-box .select-box .text {
  max-width: 200px;
  font-size: 18px;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.list-search-box .select-box .expandable {
  overflow: hidden;
  /* ç¡®ä¿å†…å®¹ä¸ä¼šåœ¨åŠ¨ç”»è¿‡ç¨‹ä¸­æº¢å‡º */
  animation: expandDown 1s ease-out forwards;
  /* 1sæ˜¯åŠ¨ç”»æ—¶é•¿ï¼Œease-outæ˜¯åŠ¨ç”»é€Ÿåº¦æ›²çº¿ */
}
.list-search-box .select-box .select-icon {
  cursor: pointer;
}
.list-search-box .select-box .open {
  max-height: 160px !important;
}
.list-search-box .select-box .select-item-list {
  width: 100%;
  max-height: 0;
  overflow: auto;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 32px;
  display: block;
  background: #fff;
  transition: max-height 1s ease-out;
}
.list-search-box .select-box .select-item-list .select-item {
  display: block;
  padding-left: 12px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: left;
  color: #444;
  cursor: pointer;
  transition: 0s;
}
.list-search-box .select-box .select-item-list .select-item:hover {
  background: #1a5c8a;
  color: #eee;
}
.list-search-box .input-box {
  margin-left: 20px;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  position: relative;
}
.list-search-box .input-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 1px;
  height: 32px;
  background: #ccc;
}
.list-search-box .input-box input {
  padding: 0 15px;
  width: 100%;
  height: 32px;
  border: none;
  font-size: 18px;
}
.list-search-box .input-box .search-btn {
  display: block;
  text-align: center;
  width: 80px;
  height: 32px;
  line-height: 32px;
  border-radius: 10px;
  background: #00447D;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  margin-left: 20px;
}
.container-content {
  width: 100%;
  margin-top: 20px;
}
.container-content .article-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.container-content .article-list .article-list-item {
  
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 32px;
  font-size: 18px;
  padding-bottom: 20px;
  box-shadow: 0 1px 0.5px #D0D0D0;
  position: relative;
}
.container-content .article-list .article-list-item:hover:after {
  width: 100%;
}
.container-content .article-list .article-list-item:hover .article-list-item__title,
.container-content .article-list .article-list-item:hover .article-list-item__time {
  color: #1E7CDA;
}
.container-content .article-list .article-list-item:after {
  content: "";
  position: absolute;
  width: 0;
  transition: width 0.4s ease;
  box-shadow: 0 1px 0.5px #1E7CDA;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 1px;
}
.container-content .article-list .article-list-item .article-list-item__title {
  color: #333333;
}
.container-content .article-list .article-list-item .article-list-item__title:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1E7CDA;
  margin-right: 11px;
  vertical-align: middle;
}
.container-content .article-list .article-list-item .article-list-item__time {
  color: #999999;
}
.container-content .article-list .article-img-list-item {
  width: 860px;
  height: 100px;
  padding: 10px;
  display: flex;
  align-items: center;
  background: #ffffff;
  position: relative;
}
.container-content .article-list .article-img-list-item:hover:after {
  content: "";
  z-index: 1;
  width: calc(100%);
}
.container-content .article-list .article-img-list-item:hover img {
  transform: scale(1.1);
}
.container-content .article-list .article-img-list-item:hover .docs {
  color: #fff;
}
.container-content .article-list .article-img-list-item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("/images/main/article-img.png");
  width: 237px;
  height: 150px;
}
.container-content .article-list .article-img-list-item:after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  transition: 0.5s;
  background: #00447D;
}
.container-content .article-list .article-img-list-item .img-box {
  width: 135px;
  height: 85px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.container-content .article-list .article-img-list-item .img-box img {
  width: 135px;
  height: 85px;
  transition: 0.5s;
}
.container-content .article-list .article-img-list-item .docs {
  width: 600px;
  position: relative;
  z-index: 2;
  margin-left: 14px;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  transition: 0.5s;
}
/*# sourceMappingURL=list-article.css.map */