h2 {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
  position: relative;
}

h2 .extry {
  position: absolute;
  right: 0;
}

.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;
}

.news-notice {
  padding-top: 64px;
  padding-bottom: 64px;
}

.news-notice-wapper {
  display: flex;
  justify-content: space-between;
}

.news-wapper {
  width: 816px;
  height: 600px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
}

.swiper-slide-wapper {
  height: 488px;
  overflow: hidden;
  position: relative;
}

/* .swiper-slide-wapper:after {
  display: block;
  content: '';
  width: 3px;
  height: 112px;
  background-color: #7d2224;
  position: absolute;
  bottom: 0;
  left: 0;
} */

.swiper-slide-info {
  height: 112px;
  background: #792123;
  padding: 20px 24px;
  box-sizing: border-box;
  border-left: 3px solid #7d2224;
}

.swiper-slide h3 {
  font-size: 22px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: white;
  line-height: 32px;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slide-date {
  font-size: 18px;
  font-family: ArialMT, ArialMT-Regular;
  font-weight: 400;
  color: white;
  line-height: 24px;
}

.notice-wapper {
  width: 624px;
  height: 600px;
  padding-left: 24px;
  padding-right: 24px;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
  border-top: 3px solid #7d2224;
}

.notice-item {
  display: flex;
  align-items: center;
  padding-top: 27px;
  padding-bottom: 27px;
  box-sizing: border-box;
}

.notice-item h3 {
  flex: 1;
  font-size: 22px;
  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;
  transition: color 0.5s;
}

.notice-item-date {
  padding-left: 11px;
  padding-right: 18px;
  text-align: center;
  box-sizing: border-box;
}

.date-day {
  font-size: 32px;
  font-family: ArialMT, ArialMT-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 32px;
  margin-bottom: 8px;
  transition: color 0.5s;
}

.date-ym {
  opacity: 0.7;
  font-size: 16px;
  font-family: ArialMT, ArialMT-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  transition: color 0.5s;
}

.notice-item:hover h3,
.notice-item:hover .date-day,
.notice-item:hover .date-ym {
  color: #7d2223;
  transition: color 0.5s;
}

.notice-item:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}

.sys {
  padding-bottom: 64px;
  overflow: hidden;
}

.sys-wapper {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(4, 1fr);
}

.sys-item {
  width: 350px;
  height: 128px;
  padding: 40px 50px;
  background: #f5f7f9;
  border-top: 4px solid #7d2223;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  transition: background-color 0.5s;
}

.sys-item:hover {
  background-color: #7d2223;
  transition: background-color 0.5s;
}

.sys-item h3 {
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.5s;
}

.sys-item:hover h3 {
  color: #fff;
  transition: color 0.5s;
}

.sys-item img {
  margin-right: 8px;
  display: none;
  transition: display 0.5s;
}

.sys-item img.active {
  display: block;
  transition: display 0.5s;
}

.sys-item:hover img {
  display: block;
  transition: display 0.5s;
}

.sys-item:hover img.active {
  display: none;
  transition: display 0.5s;
}

.gfx {
  padding-top: 64px;
  padding-bottom: 64px;
  background: url('../images/t_bg.png') no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
}

.gfx h2 {
  margin-bottom: 32px;
}

.gfx-wapper {
  display: flex;
  gap: 40px;
}

.gfx-wapper>div {
  width: 480px;
}

.list-item {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 32px;
  padding-bottom: 32px;
  box-sizing: border-box;
  border-bottom: 1px solid #d8d8d8;
}

/* .list-item:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
} */

.list-item .out,
.list-item .inner {
  display: block;
  border-radius: 50%;
}

.list-item .out {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  border: 2px solid #7d2224;
}

.list-item .inner {
  width: 6px;
  height: 6px;
  background: transparent;
  border-radius: 50%;
  margin: 5px auto 0;
  transition: background 0.5s;
}

.list-item h3 {
  flex: 1;
  width: 100%;
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.5s;
}

.list-item-date {
  font-size: 18px;
  font-family: ArialMT, ArialMT-Regular;
  font-weight: 400;
  color: #939598;
  line-height: 24px;
  margin-left: 32px;
}

.list-item:hover .inner {
  background: #7d2224;
  transition: background 0.5s;
}

.list-item:hover h3 {
  color: #7d2224;
  transition: color 0.5s;
}

.pagination-custom {
  cursor: pointer;
}