.container-link {
  width: 100%; /* 宽度改为百分比，适应父容器 */
  max-width: 1600px; /* 设置最大宽度，以确保在较大屏幕上不会超出1600px */
  position: absolute;
  top: 750px;
  left: 50%;
  transform: translateX(-50%); /* 使用 translateX 居中，而不是 margin-left */
  z-index: 9;
}

div {
  box-sizing: border-box;
}

/* 系统链接 */
.system {
  height: 240px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 184px;
}

.system-item-pic {
  width: 112px;
  height: 112px;
  border: 1px dashed #7d2223;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.system-item-pic img {
  width: 52px;
  height: 52px;
}

.system-item-name {
  font-size: 24px;
  padding-top: 16px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
}

/* 综合新闻和通知公告 */
/* 头部样式 */
.title-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 616px;
  padding-top: 64px;
  padding-bottom: 32px;
}

.title-top-text {
  display: flex;
  align-items: center;
}

.ml-80 {
  margin-left: 80px;
}

.title-text-item {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.title-text-item span {
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #d8d8d8;
  position: absolute;
  left: 36px;
  bottom: -12px;
}

.active {
  color: #7d2224;
}

.active span {
  width: 64px;
  height: 4px;
  background: #7d2224;
}

.title-top-more {
  font-size: 20px;
  color: #939598;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.title-top-more img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

/* 主体样式 */
.news-notice {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 70px;
}

.news {
  width: 680px;
  padding-top: 64px;
  position: relative;
  padding-bottom: 64px;
}

.news a {
  display: none;
}

.news a:nth-child(1) {
  display: block;
}

.bg-box1 {
  width: 240px;
  height: 240px;
  position: absolute;
  top: 32px;
  left: -760px;
}

.news-item {
  width: 680px;
  height: 488px;
  position: relative;
  z-index: 99;
}

.news-item::before {
  content: '';
  width: 240px;
  height: 32px;
  background-color: #7D2224;
  position: absolute;
  top: -32px;
  left: -32px;
}

.news-item::after {
  content: '';
  width: 32px;
  height: 208px;
  background-color: #7D2224;
  position: absolute;
  top: 0;
  left: -32px;
}

.news-item img {
  width: 680px;
  height: 488px;
}

.news-item-title {
  width: 632px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px;
  font-size: 22px;
  color: #ffffff;
  line-height: 28px;
  letter-spacing: 1.1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice {
  position: relative;
  padding-top: 0;
  margin-left: 40px;
}

.notice-item {
  display: flex;
  padding-bottom: 23px;
  margin-bottom: 24px;
  border-bottom: 1px dashed #d8d8d8;
}

.notice-item:hover .notice-item-title .summary {
  color: rgba(125, 34, 36, 0.85);
}

.notice-item:hover .notice-item-date {
  background: #7d2224;
  color: #ffffff;
}

.bg-box2 {
  width: 240px;
  height: 240px;
  position: absolute;
  right: -34px;
  bottom: -32px;
}

.notice-item-date {
  width: 80px;
  height: 80px;
  background: #fafafa;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: rgba(0, 0, 0, 0.85);
}

.notice-item-date-day {
  font-size: 28px;
  line-height: 32px;
}

.notice-item-date-year {
  font-size: 16px;
  line-height: 20px;
}

.notice-item-title {
  padding-left: 24px;
}

.notice-item-title .summary {
  width: 688px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-item-title .content {
  width: 688px;
  font-size: 18px;
  padding-top: 16px;
  color: rgba(0, 0, 0, 0.60);
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 宣讲视频和招生简章 */
/* 头部样式 */
/* 主体样式 */
.bg-ag {
  width: 100%;
  height: 656px;
  background: #f8f7f7;
  overflow: hidden;
}

.advertise-guide {
  display: flex;
}

.advertise {
  width: 952px;
}

.title-middle {
  display: flex;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 48px;
}

.title-middle-text {
  font-size: 32px;
  font-weight: 500;
  padding-right: 25px;
}

.title-middle-more {
  width: 48px;
  height: 11px;
}

.advertise-main {
  display: flex;
  justify-content: space-between;
}

.advertise-left {
  position: relative;
}

.advertise-left-video-title {
  position: absolute;
  left: 0;
  bottom: 80px;
  /* z-index: 2; */
  padding: 18px;
  font-size: 20px;
  color: #ffffff;
  padding-bottom: 0;
  line-height: 28px;
  letter-spacing: 1.1px;
}

.pt-32 {
  padding-top: 32px;
}

.advertise-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.advertise-right video {
  width: 360px;
  height: 204px;
}

.advertise-item {
  position: relative;
}

.advertise-right-video-title {
  position: absolute;
  left: 0;
  bottom: 66px;
  padding: 18px;
  color: #fff;
  padding-bottom: 0;
  line-height: 24px;
}

.guide {
  width: 536px;
  padding-left: 32px;
}

.guide-main {
  position: relative;
}

.guide-main-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
}

.guide-main-item:hover .guide-main-item-title {
  color: #7D2224;
}

.guide-main-item-title {
  font-size: 22px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 16px;
}

.guide-main-inner a:nth-child(1) .guide-main-item-title {
  padding-top: 8px;
}

.guide-main-item-date {
  width: 112px;
  height: 32px;
  padding-top: 4px;
  margin-top: 16px;
  text-align: center;
  border: 1px solid #7d2224;
  font-size: 16px;
  color: #7d2224;
  line-height: 24px;
}

.guide-main-sl {
  width: 446px;
  height: 445px;
  position: absolute;
  top: 16px;
  right: -160px;
}

/* 校园风光 */
.scene-outer {
  width: 100%;
  height: 840px;
  background-image: url(../images/bg-scene.png);
  background-size: cover;
}

.scene {
  padding-top: 40px;
  position: relative;
}

.title-bottom {
  padding-top: 64px;
  padding-left: 692px;
  padding-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-bottom-text {
  font-size: 32px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
  letter-spacing: 2px;
}

.title-bottom-more {
  font-size: 20px;
  color: #939598;
  line-height: 24px;
}

.title-bottom-more img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.intro-content {
  display: flex;
  justify-content: center;
}

.desc {
  width: 800px;
  text-align: center;
}

/*@media screen and (min-width: 1600px) {*/
/*  .container-link {*/
/*    left: 146px;*/
/*  }*/
/*}*/