* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.6;
  color: #051323;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
.enrollment-info {
  width: 100vw;
  min-height: 100vh;
  background-color: #fff;
}
.enrollment-info-header {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.enrollment-info-header .header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  object-fit: cover;
  z-index: 0;
}
.enrollment-info-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.enrollment-info-header .enrollment-info-header-center {
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
.enrollment-info-header .enrollment-info-header-center img {
  height: 70px;

}
.enrollment-info-header .enrollment-info-header-center .enrollment-info-header-menu {
  display: flex;

}
.enrollment-info-header .enrollment-info-header-center .enrollment-info-header-menu .header-menu-item {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease;
  position: relative;
font-weight:bold;
font-family: "方正小标宋简体", "SimSun", sans-serif;
    white-space: nowrap;
    letter-spacing: 3px;
}
.enrollment-info-header .enrollment-info-header-center .enrollment-info-header-menu .header-menu-item:hover,
.enrollment-info-header .enrollment-info-header-center .enrollment-info-header-menu .header-menu-item.active {
  color: #fff;
}
.quick-entry {
  width: 100%;
  position: relative;
  margin-top: -170px;
  z-index: 10;
}
.quick-entry .quick-entry-center {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 340px;
}
.quick-entry .quick-entry-center .quick-entry-left {
  width: 600px;
  height: 340px;
  overflow: hidden;
}
.quick-entry .quick-entry-center .quick-entry-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quick-entry .quick-entry-center .entry-item {
  width: 300px;
  height: 340px;
  display: flex;
  padding: 0 30px;
  flex-direction: column;
  justify-content: space-around;
  align-items: baseline;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.quick-entry .quick-entry-center .entry-item .entry-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.quick-entry .quick-entry-center .entry-item .entry-top .entry-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.quick-entry .quick-entry-center .entry-item .entry-top .entry-line {
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.quick-entry .quick-entry-center .entry-item .entry-arrow-img {
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}
.quick-entry .quick-entry-center .entry-item.entry-item-1 {
  background-color: #a30f28;
}
.quick-entry .quick-entry-center .entry-item.entry-item-1:hover .entry-arrow-img {
  content: url('../images/enrollment-info/icon-nextpage-hover.png');
}
.quick-entry .quick-entry-center .entry-item.entry-item-2 {
  background-color: #c41230;
}
.quick-entry .quick-entry-center .entry-item.entry-item-2:hover .entry-arrow-img {
  content: url('../images/enrollment-info/icon-nextpage-hover.png');
}

.quick-entry-again {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quick-entry-again .quick-entry-again-item {
  width: 590px;
  position: relative;
  transition: all 0.3s ease;
}
.quick-entry-again .quick-entry-again-item:hover::after {
  background: url('../images/enrollment-info/icon-nextpage-hover.png') no-repeat center;
  background-size: contain;
}
.quick-entry-again .quick-entry-again-item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 60px;
  width: 53px;
  height: 53px;
  background: url('../images/enrollment-info/icon_nextpage.png') no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
.quick-entry-again .quick-entry-again-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}





.work-updates {
  width: 100%;
  background-color: #fff;
  padding: 0px 0 60px;
}
.work-updates .work-updates-center {
  width: 1200px;
  margin: 0 auto;
}
.work-updates .work-updates-center .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 76px;
  position: relative;
}
.work-updates .work-updates-center .section-header .section-title h2 {
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size:30px;
  color: #051323;
  font-weight: bold;
  margin-bottom: 0px;
  letter-spacing: 3px;
}
.work-updates .work-updates-center .section-header .section-title .bg-title {
  height: 27px;
  display: block;
}
.work-updates .work-updates-center .section-header::before {
  content: '';
  position: absolute;
  left: 172px;
  right: 50px;
  height: 1px;
  background-color: rgba(198, 198, 198, 0.5);
  top: 50%;
  transform: translateY(-50%);
}
.work-updates .work-updates-center .section-header .section-arrows {
  display: flex;
  gap: 10px;
}
.work-updates .work-updates-center .section-header .section-arrows .arrow-right {
  width: 30px;
  height: 30px;
  border: 1px solid #c41230;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.work-updates .work-updates-center .section-header .section-arrows .arrow-right:hover {
  background-color: #c41230;
}
.work-updates .work-updates-center .section-header .section-arrows .arrow-right::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #c41230;
  border-right: 1px solid #c41230;
  transform: rotate(45deg);
  margin-left: -3px;
}
.work-updates .work-updates-center .section-header .section-arrows .arrow-right:hover::after {
  border-color: #fff;
}
.work-updates .work-updates-center .work-updates-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.work-updates .work-updates-center .work-updates-content .featured-news {
  width: 1200px;
  display: flex;
  background-color: #f7f7f7;
  text-decoration: none;
  position: relative;
}
.work-updates .work-updates-center .work-updates-content .featured-news .featured-news-left {
  flex: 1;
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
.work-updates .work-updates-center .work-updates-content .featured-news .featured-news-left .news-date-flag {
  width: 83px;
  height: 94px;
  position: relative;
  margin-bottom: 20px;
  flex: 1;
  transform: translate(-19px, -40px);
}
.work-updates .work-updates-center .work-updates-content .featured-news .featured-news-left .news-date-flag .flag-bg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.work-updates .work-updates-center .work-updates-content .featured-news .featured-news-left .news-date-flag .flag-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 108%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.work-updates .work-updates-center .work-updates-content .featured-news .featured-news-left .news-date-flag .flag-content .flag-day {
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 1;
}
.work-updates .work-updates-center .work-updates-content .featured-news .featured-news-left .news-date-flag .flag-content .flag-month {
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}
.work-updates .work-updates-center .work-updates-content .featured-news .featured-news-left .news-content {
  width: 473px;
}
.work-updates .work-updates-center .work-updates-content .featured-news .featured-news-left .news-content .news-title {
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #051323;
  line-height: 31px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.work-updates .work-updates-center .work-updates-content .featured-news .featured-news-left .news-content .news-desc {
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(5, 19, 35, 0.5);
  line-height: 24px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.work-updates .work-updates-center .work-updates-content .featured-news .featured-news-right {
  width: 580px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -57px;
  margin-bottom: 0;
  align-self: flex-end;
}
.work-updates .work-updates-center .work-updates-content .featured-news .featured-news-right img {
  width: 580px;
  height: 324px;
  border-radius: 8px;
  object-fit: cover;
}
.work-updates .work-updates-center .work-updates-content .news-list {
  width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.work-updates .work-updates-center .work-updates-content .news-list .news-item {
  display: flex;
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
}
.work-updates .work-updates-center .work-updates-content .news-list .news-item:nth-last-child(-n+2) {
  border-bottom: none;
}
.work-updates .work-updates-center .work-updates-content .news-list .news-item .news-item-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 40px;
}
.work-updates .work-updates-center .work-updates-content .news-list .news-item .news-item-date:hover {
  color: #c41230;
}
.work-updates .work-updates-center .work-updates-content .news-list .news-item .news-item-date .item-day {
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #051323;
  line-height: 1;
  text-align: center;
}
.work-updates .work-updates-center .work-updates-content .news-list .news-item .news-item-date .item-month {
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ACACAC;
  text-align: center;
}
.work-updates .work-updates-center .work-updates-content .news-list .news-item .news-item-content {
  flex: 1;
  display: flex;
  align-items: center;
}
.work-updates .work-updates-center .work-updates-content .news-list .news-item .news-item-content .item-title {
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #051323;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}
.work-updates .work-updates-center .work-updates-content .news-list .news-item .news-item-content .item-title:hover {
  color: #c41230;
}
.work-updates .work-updates-center .work-updates-content .news-list .news-item .news-item-content .item-title.highlight {
  color: #c41230;
}
.red-bar {
  width: 100vw;
  height: 12px;
  background-color: #B81C22;
}
.footer {
  width: 100%;
  background-color: #373737;
  padding: 20px 0;
}
.footer .footer-center {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.footer .footer-center p {
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 1.8;
}
.footer .footer-center p:first-child {
  margin-bottom: 5px;
}