h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}

.en-title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  font-family: Arial, Arial-Regular;
  font-weight: 400;
  color: #939598;
  line-height: 28px;
}

.zh-title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 34px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
  letter-spacing: 1px;
}

.date-riqi {
  transition: color 0.5s;
}

.college {
  padding-top: 64px;
  padding-bottom: 64px;
  overflow: hidden;
  background: url('../images/college_bg.png') no-repeat center;
  background-size: 100% 100%;
}

.college-wapper {
  display: flex;
  gap: 32px;
}

.swiper-college {
  width: 704px;
  height: 552px;
  background-color: #f9f9f9;
}

.swiper-college h3 {
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.college-list {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

.college-item {
  width: 376px;
  height: 168px;
  background: #ffffff;
  border: 1px solid #dedfe0;
  padding: 16px 24px;
  box-sizing: border-box;
  transition: border-color 0.5s;
  position: relative;
}

.college-item::after {
  display: block;
  content: '';
  position: absolute;
  top: 82px;
  left: 24px;
  width: 72px;
  height: 4px;
  background: #7d2223;
}

.college-item:hover {
  border-color: #7d2223;
  transition: border-color 0.5s;
}

.college-item h3 {
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
}

.college-item-content {
  height: 24px;
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
  padding-top: 8px;
}

.edu-stu {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #fff;
  overflow: hidden;
}

.edu-stu-wapper {
  display: flex;
  gap: 80px;
}

.edu-stu-wapper>div {
  width: 50%;
  flex: 1;
}

.list-item {
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.list-item:not(:last-child) {
  margin-bottom: 24px;
}

.list-item h3 {
  width: 100%;
  font-size: 22px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  padding-top: 34px;
  padding-bottom: 34px;
  border-bottom: 1px dashed #d8d8d8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.5s;
}

.list-item-date {
  width: 96px;
  height: 96px;
  border: 1px solid #7d2223;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  margin-right: 32px;
  transition: background-color 0.5s;
}

.date-day {
  font-size: 28px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #7d2223;
  line-height: 32px;
  margin-bottom: 16px;
  transition: color 0.5s;
}

.date-ym {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #7d2224;
  line-height: 16px;
  transition: color 0.5s;
}

.list-item:hover h3 {
  color: #7d2223;
  transition: color 0.5s;
}

.list-item:hover .list-item-date {
  background-color: #7d2224;
  transition: background-color 0.5s;
}

.list-item:hover .date-day {
  color: #fff;
  transition: color 0.5s;
}

.list-item:hover .date-ym {
  color: #fff;
  transition: color 0.5s;
}

.notice {
  background: url('../images/notice_bg.png') no-repeat center;
  background-size: 100% 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  overflow: hidden;
}

.notice-wapper {
  display: grid;
  grid-gap: 32px 40px;
  grid-template-columns: repeat(3, 480px);
  grid-template-rows: repeat(2, 176px);
}

.notice-item {
  display: flex;
  gap: 24px;
  background-color: #fff;
  border-bottom: 8px solid rgba(125, 34, 35, 0.16);
  padding: 24px 24px 20px;
  transition: border-color 1s;
}

.notice-item:hover {
  border-color: rgba(125, 34, 35, 1);
  transition: border-color 1s;
}

.notice-item-wapper {
  width: 0;
  flex: 1;
}

.notice-item h3 {
  width: 100%;
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  margin-bottom: 24px;
}

.notice-item-content {
  width: 100%;
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-item-date {
  width: 96px;
  position: relative;
}

.notice-item-date:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #7d2223;
}

.notice-item-date>div {
  width: 96px;
}

.date-day {
  font-size: 38px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #7d2223;
  line-height: 40px;
  text-align: right;
  margin-top: 16px;
  margin-bottom: 16px;
}

.date-month {
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: right;
  color: #7d2223;
  line-height: 24px;
}

.date-year {
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: right;
  color: #7d2223;
  line-height: 24px;
}

.download {
  padding-top: 64px;
  padding-bottom: 64px;
  overflow: hidden;
}

.download-wapper {
  display: grid;
  grid-gap: 32px 40px;
  grid-template-columns: repeat(3, 1fr);
}

.download-item {
  width: 480px;
  height: 120px;
  padding: 24px;
  background: #fafafa;
  border: 1px solid #dedfe0;
  box-sizing: border-box;
  transition: border-color 0.5s;
}

.download-item h3 {
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.5s;
}

.download-item:hover {
  border-color: #7d2223;
  transition: border-color 0.5s;
}

.download-item:hover h3,
.download-item:hover span {
  color: #7d2223;
  transition: color 0.5s;
}

.friends-link {
  clear: both;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #f6f6f7;
}

.links-wapper {
  display: flex;
  align-items: center;
}

.links-wapper .fl {
  margin-right: 24px;
  font-size: 32px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
}

.links-wapper .fl i {
  font-size: 32px;
  color: #7d2224;
  margin-right: 16px;
}

.link-select {
  width: 248px;
  height: 48px;
  background: #fff;
  border: 1px solid #dedfe0;
  box-sizing: border-box;
  margin-left: 16px;
  position: relative;
}

.link-input {
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #939598;
  line-height: 48px;
  padding-left: 12px;
  padding-right: 12px;
}

.link-input i {
  float: right;
  transition: transform 0.3s;
}

.link-input:hover i {
  transform: rotate(-180deg);
  transition: transform 0.3s;
}

.link-select:hover .link-menu {
  display: block;
  transition: display 0.3s;
}

.link-menu {
  display: none;
  width: 100%;
  max-height: 400px;
  border: 1px solid #eae8e8;
  background-color: #f9f9f9;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  bottom: 48px;
  left: -1px;
  transition: display 0.3s;
}

.link-menu a {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 20px;
  display: block;
  padding: 12px 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  color: rgba(0, 0, 0, 0.85);
  transition: color 0.3s, background 0.3s;
  cursor: pointer;
}

.link-menu a:hover {
  color: #7d2224;
  background: #f2f0f0;
  transition: color 0.3s, background 0.3s;
}