@charset "UTF-8";
/**
 * master
 * @description: 首页主体样式表，PC 端按 120rem 设计稿坐标还原
 */
.page-index {
  min-width: 20rem;
  overflow-x: hidden;
  color: #333;
  background: #fff;
  padding: 0 0 8.3125rem;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  background: url("../images/bg.jpg") no-repeat center top/cover;
  box-sizing: border-box;
}

.page-index .padding-box {
  padding: 0 var(--side-space);
}

.page-index .icon-time {
  font-size: 1.25rem;
}

.page-index .icon-fenzi {
  font-size: 4rem;
}

.page-index .home-banner {
  position: relative;
  width: 100%;
  height: 28.125rem;
  overflow: hidden;
  padding: 0 var(--side-space);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.page-index .home-banner .banner-swiper {
  width: 100%;
  height: 100%;
}

.page-index .home-banner .banner-swiper .swiper-slide {
  display: flex;
  align-items: flex-end;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.page-index .home-banner .banner-swiper .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 2.6875rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-index .home-banner .banner-swiper .swiper-pagination-bullet {
  width: 2.5rem;
  height: 2.5rem;
  opacity: 1;
  background: transparent;
  position: relative;
  margin: 0 0.625rem !important;
}

.page-index .home-banner .banner-swiper .swiper-pagination-bullet::before {
  content: "\e7f7";
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "iconfont";
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.36s ease-in-out;
}

.page-index .home-banner .banner-swiper .swiper-pagination-bullet-active::before {
  color: #b41515;
}

.page-index .home-banner .banner-content {
  width: 100%;
  height: 13.125rem;
  padding: 0 calc(var(--side-space) * 0.55);
  margin: 0 auto;
  margin-bottom: clamp(3rem, 10.15625vw, 12.1875rem);
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 80%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #202b38;
  line-height: 1;
}

.page-index .home-banner .banner-content h1 {
  font-size: 3.5rem;
  font-weight: bold;
}

.page-index .home-banner .banner-content p {
  margin-top: 2.3125rem;
  font-size: 2.5rem;
}

.page-index .home-banner .banner-txt-lr {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.page-index .home-banner .banner-txt-lr .banner-txt--l,
.page-index .home-banner .banner-txt-lr .banner-txt--r {
  width: var(--side-space);
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-index .home-banner .banner-txt-lr .banner-txt--l img,
.page-index .home-banner .banner-txt-lr .banner-txt--r img {
  width: 34%;
  height: auto;
}

.page-index .home-banner .banner-txt-lr .banner-txt--l {
  left: 0;
}

.page-index .home-banner .banner-txt-lr .banner-txt--r {
  right: 0;
}

.page-index .quick-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 8.5rem;
}

.page-index .quick-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 15.1875rem;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.page-index .quick-card:hover .bg {
  animation: quick-links-bg-scale 1.5s linear forwards;
}

.page-index .quick-card.card-1 {
  background: #233f68;
}

.page-index .quick-card.card-2 {
  background: #b41515;
}

.page-index .quick-card.card-3 {
  background: #b2965f;
}

.page-index .quick-card.card-4 {
  background: #923839;
}

.page-index .quick-card .icon,
.page-index .quick-card strong,
.page-index .quick-card span {
  position: relative;
  z-index: 1;
}

.page-index .quick-card .icon {
  width: 5.75rem;
  height: 5.75rem;
  margin-top: 2.5rem;
  object-fit: cover;
}

.page-index .quick-card .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}

.page-index .quick-card strong {
  margin-top: 1.1875rem;
  font-size: 1.8125rem;
  line-height: 1;
}

.page-index .quick-card span {
  margin-top: 0.8125rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  line-height: 1;
}

.section {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 4rem;
  margin-bottom: 3.75rem;
}

.section-head h2 {
  display: flex;
  align-items: flex-end;
  color: #b41515;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 1;
  padding-left: 2.625rem;
}

.section-head h2::before {
  content: "\e7f7";
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: -1.5rem;
  left: 0;
  z-index: -1;
  font-family: "iconfont";
  font-size: 4rem;
  background: linear-gradient(95deg, rgba(180, 21, 21, 0.416) 0%, rgba(180, 21, 21, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.section-head h2 span {
  margin-left: 1.0625rem;
  color: #e9cfd0;
  font-size: 1.625rem;
  line-height: 1;
  vertical-align: baseline;
  opacity: 0.33;
}

.section-head a {
  position: relative;
  margin-bottom: 0.6875rem;
  padding-right: 2.6875rem;
  color: #233f68;
  font-size: 1rem;
  line-height: 1.3125rem;
  text-decoration: none;
  transition: color 0.36s ease-in-out;
}

.section-head a::before, .section-head a::after {
  position: absolute;
  border-radius: 50%;
  background: #b41515;
  content: "";
  transition: opacity 0.36s ease-in-out;
}

.section-head a::before {
  top: 0.4375rem;
  right: 0;
  width: 0.875rem;
  height: 0.875rem;
  opacity: 0.4;
  transform-origin: -0.28125rem 0.21875rem;
}

.section-head a::after {
  top: 0;
  right: 0.5rem;
  width: 1.3125rem;
  height: 1.3125rem;
}

.section-head a:hover {
  color: #b41515;
}

.section-head a:hover::before {
  opacity: 1;
  animation: section-head-orbit 1.6s linear infinite;
}

.section-head a:hover::after {
  opacity: 0.4;
}

.news-list li,
.text-news li {
  position: relative;
  list-style: none;
  transition: all 0.25s ease;
}

.news-list li:hover a,
.text-news li:hover a {
  transform: translateX(0.25rem);
  color: #b41515;
}

.news-list li:hover a::before,
.text-news li:hover a::before {
  color: #b41515;
}

.news-list a,
.text-news a {
  position: relative;
  overflow: hidden;
  flex: 1;
  padding-left: 1.875rem;
  color: #333;
  font-size: 1.375rem;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}

.news-list a::before,
.text-news a::before {
  content: "\e69c";
  font-family: "iconfont";
  font-size: 1.5rem;
  color: #b41515;
  margin-right: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(160deg, rgba(180, 21, 21, 0.416) 0%, rgba(180, 21, 21, 0) 90%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  transition: all 0.36s ease-in-out;
}

.news-list .time,
.text-news .time {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: #233f68;
  font-size: 1rem;
  line-height: 1.25rem;
  white-space: nowrap;
}

.news-list .time .icon-time,
.text-news .time .icon-time {
  margin-right: 0.625rem;
  font-size: 1.25rem;
  color: #233f68;
}

.news-section {
  position: relative;
  z-index: 2;
  margin-top: 3.3125rem;
}

.news-section .news-layout {
  display: grid;
  grid-template-columns: 50.125rem minmax(0, 1fr);
  gap: 2.375rem;
  align-items: stretch;
  height: 38rem;
  padding-right: 2.6875rem;
  background: #fff;
  box-shadow: 0px 19px 40px 0px rgba(47, 7, 7, 0.03);
}

.news-section .headline-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 50.125rem;
  height: 100%;
  background: #b41515;
}

.news-section .headline-card .headline-swiper {
  width: 100%;
  height: 100%;
}

.news-section .headline-card .swiper-slide {
  position: relative;
  height: 100%;
}

.news-section .headline-card .headline-slide {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.news-section .headline-card img {
  display: block;
  width: 100%;
  height: 29.75rem;
  object-fit: cover;
}

.news-section .headline-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8.375rem;
  background: #b41515;
  content: "";
  pointer-events: none;
}

.news-section .headline-info {
  position: relative;
  z-index: 1;
  height: 8.375rem;
  color: #fff;
  background: #b41515;
  padding: 2.5rem 2.5rem 0;
  display: flex;
  align-items: center;
}

.news-section .headline-info h3 {
  overflow: hidden;
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-section .date {
  position: absolute;
  top: -3rem;
  left: 3.1875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5.9375rem;
  height: 5.9375rem;
  border-radius: 50%;
  background: #fff;
  color: #173a68;
  z-index: 1;
}

.news-section .date::before, .news-section .date::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}

.news-section .date::before {
  background-color: #ffe9aa;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news-section .date::after {
  top: 0;
  left: 0;
  background: #fff url("../images/bg_logo.png") center/5.9375rem 5.9375rem no-repeat;
}

.news-section .date strong {
  font-size: 2.5rem;
  line-height: 1;
}

.news-section .date span {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1;
}

.news-section .headline-swiper .swiper-slide-active .date::before {
  animation: headline-date-ripple 1.5s ease-in infinite;
}

.news-section .headline-dots {
  position: absolute;
  right: 3.9375rem;
  bottom: 5.625rem;
  z-index: 2;
  left: auto !important;
  width: auto !important;
  display: flex;
  gap: 0.9375rem;
}

.news-section .headline-dots i,
.news-section .headline-dots .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  cursor: pointer;
}

.news-section .headline-dots i::after,
.news-section .headline-dots .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  margin: 0.25rem;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: all 0.36s ease-in-out;
}

.news-section .headline-dots i-active::after,
.news-section .headline-dots .swiper-pagination-bullet-active::after {
  transform: scale(1);
}

.news-list {
  min-width: 0;
  padding-top: 1.5rem;
}

.news-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.75rem;
  border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}

.news-list li:last-child {
  border-bottom: none;
}

.news-list .time {
  margin-left: 4rem;
}

.text-news li {
  display: block;
  height: 7.9375rem;
  padding-top: 1.875rem;
  border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}

.text-news li:last-child {
  border-bottom: none;
}

.text-news a {
  display: block;
  max-width: 100%;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-news time {
  position: static;
  margin-left: 2.0625rem;
}

.notice-section {
  margin-top: 4.375rem;
}

.notice-section .section-head {
  margin-bottom: 3.5rem;
}

.notice-section .notice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.25rem 2.5rem;
  width: 100%;
}

.notice-section .notice-card {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 8.3125rem;
  border-top: 0.1875rem solid #b41515;
  background: #fff;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.25s ease;
  box-shadow: 0px 0.125rem 0.8125rem 0px rgba(47, 7, 7, 0.03);
}

.notice-card,
.report-item {
  position: relative;
  z-index: 1;
  padding-right: 4.1875rem;
}

.notice-card span,
.report-item span {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 9.875rem;
  height: 6rem;
  padding: 0 1.9375rem;
  color: #233f68;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  background: url("../images/bg_logo.png") center/6rem 6rem no-repeat;
}

.notice-card span::after,
.report-item span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 5.8125rem;
  background-color: #e5e5e5;
  opacity: 0.5;
}

.notice-card strong,
.report-item strong {
  margin-bottom: 0.4375rem;
  font-size: 2.5rem;
  line-height: 1;
}

.notice-card p,
.report-item p {
  overflow: hidden;
  flex: 1;
  font-size: 1.375rem;
  line-height: 1.45;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  margin-left: 2.375rem;
}

.notice-card::after,
.report-item::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #b41515;
  z-index: -1;
  opacity: 0.5;
  transition: all 0.25s ease-in-out;
}

.notice-card:hover span,
.notice-card:hover p,
.report-item:hover span,
.report-item:hover p {
  color: #fff;
}

.notice-card:hover span,
.report-item:hover span {
  border-right-color: rgba(255, 255, 255, 0.35);
}

.notice-card:hover::after,
.report-item:hover::after {
  opacity: 1;
  width: 100%;
}

.research-report {
  width: 100%;
  min-height: 54.375rem;
  margin: 5.375rem auto 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 54%) minmax(0, 46%);
  gap: 0;
  background: url("../images/bg_rr.png") center bottom/100% auto no-repeat, linear-gradient(to right, rgba(255, 234, 234, 0.17) 0%, rgba(255, 234, 234, 0.17) 54%, rgba(203, 212, 227, 0.17) 54%, rgba(203, 212, 227, 0.17) 100%);
}

.research-report .section-head {
  width: 100%;
  margin-bottom: 3.625rem;
}

.research-report .research-col {
  width: 100%;
  margin-left: 0;
  padding: 2.75rem 2.8125rem 0 var(--side-space);
}

.research-report .report-col {
  width: 100%;
  margin-left: 0;
  padding: 2.75rem var(--side-space) 0 3.5rem;
}

.research-report .research-feature {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 57rem;
  height: 10.875rem;
  margin-bottom: 1.375rem;
  background: linear-gradient(to right, rgba(180, 21, 21, 0) 50%, rgba(180, 21, 21, 0.25) 100%);
}

.research-report .research-feature img {
  display: block;
  width: auto;
  height: 100%;
  flex-shrink: 0;
}

.research-report .research-feature-content {
  flex: 1;
  padding: 0 2.25rem;
}

.research-report .research-feature h3 {
  max-width: 100%;
  color: #333;
  font-size: 1.375rem;
  line-height: 1.45;
  font-weight: normal;
  transition: all 0.25s ease;
  margin-bottom: 1.25rem;
}

.research-report .research-feature time {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  color: #173a68;
  font-size: 1rem;
  line-height: 1.25rem;
  white-space: nowrap;
  position: relative;
  padding-top: 1.125rem;
}

.research-report .research-feature time::after {
  content: "";
  width: 80%;
  height: 0.125rem;
  background: #b41515;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}

.research-report .research-feature time .icon-time {
  margin-right: 0.625rem;
  font-size: 1.25rem;
  color: #173a68;
}

.research-report .research-feature:hover h3 {
  color: #b41515;
}

.research-report .report-list {
  display: flex;
  flex-direction: column;
  gap: 1.1875rem;
}

.research-report .report-list .report-item {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 36.75rem;
  height: 7.4375rem;
  background: #fff;
  color: #333;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 1px solid rgba(180, 21, 21, 0.2);
  padding-right: 1.875rem;
}

.research-report .report-list .report-item span {
  width: 9.875rem;
}

.research-report .report-list .report-item p {
  white-space: normal;
}

.page-inner {
  min-width: 20rem;
  overflow-x: hidden;
  color: #333;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  background: #fff url("../images/bg_inner.jpg") no-repeat right bottom/63.375rem auto;
  padding-bottom: 5rem;
  box-sizing: border-box;
}

.page-inner .padding-box {
  padding: 0 var(--side-space);
}

.page-inner .icon-time {
  font-size: 1.25rem;
}

.page-inner .inner-banner {
  position: relative;
  width: 100%;
  height: 25rem;
  overflow: visible;
}

.page-inner .inner-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.page-inner .inner-banner-title {
  display: none;
}

.page-inner .inner-banner-foot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.5rem;
  z-index: 5;
  display: grid;
  grid-template-columns: 17.0625rem minmax(0, 1fr);
  gap: 2.875rem;
  align-items: end;
  pointer-events: none;
  box-sizing: border-box;
}

.page-inner .inner-banner-foot .inner-crumb {
  grid-column: 2;
  justify-self: end;
  margin-bottom: 0;
  pointer-events: auto;
}

.page-inner .inner-main {
  display: flex;
  align-items: flex-start;
  gap: 3.125rem;
  width: 100%;
  margin-top: -5.625rem;
  padding-bottom: 4rem;
  box-sizing: border-box;
  overflow: hidden;
}

.page-inner .inner-main--full {
  display: grid;
  grid-template-columns: 17.0625rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 2.875rem;
  row-gap: 0;
  align-items: start;
}

.page-inner .inner-main--full .inner-sidebar--head-only {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 0;
}

.page-inner .inner-main--full .inner-search-topline {
  grid-column: 2;
  grid-row: 1;
  height: 0.4375rem;
  margin-top: 4.875rem;
  margin-bottom: 2.0625rem;
  background: #b41515;
}

.page-inner .inner-main--full .inner-main-body {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  max-width: none;
  padding-top: 0;
  margin-top: 0;
}

.page-inner .inner-main--full .inner-main-body .inner-content,
.page-inner .inner-main--full .inner-main-body .inner-search,
.page-inner .inner-main--full .inner-main-body .inner-text-list {
  width: 100%;
}

.page-inner .inner-main-body {
  flex: 1;
  min-width: 0;
  padding-top: 10.625rem;
}

.page-inner .inner-sidebar {
  position: relative;
  z-index: 2;
  flex: 0 0 17rem;
  width: 17rem;
  display: flex;
  flex-direction: column;
}

.page-inner .inner-sidebar--head-only {
  flex: none;
  width: 17rem;
}

.page-inner .inner-sidebar-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 17rem;
  height: 5.625rem;
  padding: 0 1.875rem;
  color: #fff;
  text-align: left;
  background: #b41515;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}

.page-inner .inner-sidebar-head h1 {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
}

.page-inner .inner-sidebar-head p {
  margin-top: 0.5625rem;
  font-size: 1rem;
  line-height: 1;
}

.page-inner .inner-nav {
  padding: 0 1.4375rem 2.1875rem;
  background: linear-gradient(0deg, #ffffff 1%, #f5f9ff 100%);
  border: 1px solid #f2f8ff;
  border-top: 0;
  box-shadow: 0 2.25rem 3.5625rem 0 rgba(0, 43, 113, 0.03);
}

.page-inner .inner-nav ul {
  list-style: none;
}

.page-inner .inner-nav > ul > li {
  border-bottom: 1px solid #eaeff5;
}

.page-inner .inner-nav > ul > li:last-child {
  border-bottom: 0;
}

.page-inner .inner-nav > ul > li.active > a {
  color: #b41515;
}

.page-inner .inner-nav > ul > li.active > a .icon-arrow {
  opacity: 1;
}

.page-inner .inner-nav a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 6.25rem;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
  transition: color 0.25s ease;
  padding-right: 2.5rem;
}

.page-inner .inner-nav a .cn {
  font-size: 1.25rem;
  line-height: 1;
  white-space: nowrap;
}

.page-inner .inner-nav a .en {
  display: block;
  width: 100%;
  min-width: 0;
  margin-top: 0.5625rem;
  font-size: 0.875rem;
  line-height: 1.25;
  opacity: 0.8;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.page-inner .inner-nav a .icon-arrow {
  position: absolute;
  top: 50%;
  right: 0.3125rem;
  color: #b41515;
  font-size: 1.5rem;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.25s ease;
}

.page-inner .inner-nav a:hover {
  color: #b41515;
}

.page-inner .inner-nav li.has-sub:not(.is-open) .inner-nav-sub {
  display: none;
}

.page-inner .inner-nav li.has-sub.is-open .inner-nav-parent::after {
  transform: translateY(-50%) rotate(90deg);
}

.page-inner .inner-nav-group .inner-nav-parent {
  position: relative;
  cursor: pointer;
  padding-right: 2.75rem;
}

.page-inner .inner-nav-group .inner-nav-parent.active-parent {
  color: #b41515;
}

.page-inner .inner-nav-group .inner-nav-parent.active-parent .icon-arrow {
  opacity: 1;
}

.page-inner .inner-nav-sub {
  list-style: none;
  margin-bottom: 2rem;
  background: linear-gradient(180deg, transparent 0%, #f3f6fa 90%);
}

.page-inner .inner-nav-sub li {
  border-bottom: 0;
}

.page-inner .inner-nav-sub li.active a {
  background: linear-gradient(-100deg, transparent 0%, #eee0e4 90%);
  color: #b41515;
}

.page-inner .inner-nav-sub a {
  min-height: 5rem;
  padding: 0.625rem 1.875rem;
}

.page-inner .inner-nav-sub a .cn {
  font-size: 1.25rem;
}

.page-inner .inner-nav-sub a .en {
  display: block;
  width: 100%;
  min-width: 0;
  font-size: 0.875rem;
  margin-top: 0.3125rem;
  line-height: 1.25;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.page-inner .inner-crumb {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4375rem;
  margin-bottom: 2.5rem;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.0714;
  cursor: default;
}

.page-inner .inner-crumb .icon-home {
  flex-shrink: 0;
  font-size: 1rem;
}

.page-inner .inner-crumb a {
  color: #333;
  cursor: pointer;
}

.page-inner .inner-crumb a:hover {
  color: #b41515;
}

.page-inner .inner-crumb:has( + .inner-content > .inner-page-title) {
  margin-bottom: 2.6875rem;
}

.page-inner .inner-content {
  position: relative;
  min-width: 0;
}

.page-inner .inner-content > * {
  position: relative;
  z-index: 1;
}

.page-inner .inner-page-title {
  margin-bottom: 2.75rem;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #333;
}

.page-inner .inner-rich-txt p,
.page-inner .inner-rich-txt span {
  font-size: 1rem;
  line-height: 2.5;
}

.page-inner .inner-rich-txt p:not([style]) {
  text-indent: 2em;
  text-align: justify;
  text-align-last: left;
}

.page-inner .inner-rich-txt p:not([style]):has(img) {
  text-align: center;
  text-align-last: center;
  text-indent: 0;
}

.page-inner .inner-rich-txt p + p {
  margin-top: 2.5rem;
}

.page-inner .inner-rich-txt img,
.page-inner .inner-rich-txt video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.page-inner .inner-text-list {
  list-style: none;
}

.page-inner .inner-text-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  height: 5rem;
  border: 1px solid;
  border-color: rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) #f1f1f1;
  transition: color 0.25s ease;
  padding: 0 1rem;
}

.page-inner .inner-text-list li:has( + li:hover) {
  border-color: rgba(229, 229, 229, 0);
}

.page-inner .inner-text-list li:hover {
  border-color: rgba(180, 21, 21, 0.2);
  box-shadow: 0px 0.8125rem 1.3125rem 0px rgba(0, 43, 113, 0.03);
}

.page-inner .inner-text-list li:hover a {
  color: #b41515;
  transform: translateX(0.25rem);
}

.page-inner .inner-text-list li:hover a .icon-symbol {
  color: #b41515;
}

.page-inner .inner-text-list a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  color: #333;
  font-size: 1.125rem;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.page-inner .inner-text-list a .inner-text-list-title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}

.page-inner .inner-text-list a .icon-symbol {
  flex-shrink: 0;
  margin-top: 0.125rem;
  font-size: 1.25rem;
  color: transparent;
  background: linear-gradient(160deg, rgba(180, 21, 21, 0.416) 0%, rgba(180, 21, 21, 0) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  transition: color 0.25s ease;
}

.page-inner .inner-list-date {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  color: #233f68;
  font-size: 1rem;
  line-height: 1.25;
  white-space: nowrap;
}

.page-inner .inner-list-date .icon-time {
  margin-right: 0.625rem;
  margin-top: 0.0625rem;
  font-size: 1.25rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-inner .inner-article-head {
  padding: 2.25rem 0 1.25rem;
  border-top: 0.3125rem solid #b41515;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
  margin-bottom: 3rem;
}

.page-inner .inner-article-head h1 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}

.page-inner .inner-article-meta {
  display: block;
  margin-top: 1.75rem;
  color: #707070;
  font-size: 0.875rem;
  line-height: 1.2;
}

.page-inner .inner-article-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 6.25rem;
  padding-top: 2rem;
  border-top: 1px solid #f1f1f1;
}

.page-inner .inner-article-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page-inner .inner-article-nav a {
  color: #494949;
  font-size: 1rem;
  line-height: 1.5;
}

.page-inner .inner-article-nav a:hover {
  color: #b41515;
}

.page-inner .inner-article-back {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.625rem 1.25rem;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  text-decoration: none;
  background: #b30200;
  transition: background 0.25s ease;
}

.page-inner .inner-article-back:hover {
  background: #b41515;
}

.page-inner .inner-article-body p,
.page-inner .inner-article-body span {
  font-size: 1rem;
  line-height: 2.5;
  color: #494949;
}

.page-inner .inner-article-body p:not([style]) {
  text-align: justify;
  text-align-last: left;
  text-indent: 2em;
}

.page-inner .inner-article-body p:not([style]):has(img) {
  text-align: center;
  text-align-last: center;
  text-indent: 0;
}

.page-inner .inner-article-body p + p {
  margin-top: 2.5rem;
}

.page-inner .inner-article-figure {
  margin: 2.5rem 0;
  text-align: center;
}

.page-inner .inner-article-figure img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.page-inner .inner-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.75rem;
}

.page-inner .inner-video-card {
  display: block;
  height: 18.375rem;
  color: inherit;
  text-decoration: none;
  transition: all 0.25s ease;
  background: linear-gradient(0deg, #ffffff 1%, #f5f9ff 100%);
  box-shadow: 0 2.25rem 3.5625rem 0 rgba(0, 43, 113, 0.03);
  border: 1px solid transparent;
}

.page-inner .inner-video-card:hover {
  transform: translateY(-0.25rem);
  border-color: rgba(180, 21, 21, 0.2);
}

.page-inner .inner-video-card:hover .inner-video-card-title,
.page-inner .inner-video-card:hover p {
  color: #b41515;
}

.page-inner .inner-video-card-poster {
  height: 14rem;
  overflow: hidden;
  background: #fff;
}

.page-inner .inner-video-card-poster img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 386 / 224;
  object-fit: cover;
}

.page-inner .inner-video-card-text {
  height: 4.375rem;
  min-width: 0;
  padding: 0 1.375rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.page-inner .inner-video-card-title,
.page-inner .inner-video-card p {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.page-inner .inner-teacher-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.8125rem 2.625rem;
}

.page-inner .inner-teacher-card-head {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.page-inner .inner-teacher-card-head h3 {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
  transition: color 0.3s ease;
  color: #233f68;
}

.page-inner .inner-teacher-card-head p {
  font-size: 1.25rem;
  line-height: 1.65;
  color: #333;
  transition: color 0.3s ease;
}

.page-inner .inner-teacher-card-divider {
  width: 1px;
  height: 1.25rem;
  background: #f1f1f1;
  opacity: 0.35;
}

.page-inner .inner-teacher-card-line {
  width: 2rem;
  height: 1px;
  margin: 1.25rem 0 0.875rem;
  background: #b41515;
  transition: background 0.3s ease;
}

.page-inner .inner-teacher-card-line::after {
  content: "";
  display: block;
  width: 0.6875rem;
  height: 1px;
  margin-left: 2.1875rem;
  background: #233f68;
  transition: background 0.3s ease;
}

.page-inner .inner-teacher-card {
  display: flex;
  align-items: stretch;
  height: 14.1875rem;
  color: #333;
  text-decoration: none;
  background: url("../images/item_bg.png") no-repeat right bottom/22.6875rem auto, linear-gradient(90deg, #ffffff 1%, #f5f9ff 100%);
  transition: all 0.3s ease;
  position: relative;
}

.page-inner .inner-teacher-card::before, .page-inner .inner-teacher-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}

.page-inner .inner-teacher-card::before {
  width: 0;
  background: linear-gradient(0deg, #ffb5b5 0%, #b41515 100%);
  transition: width 0.3s ease;
}

.page-inner .inner-teacher-card::after {
  width: 100%;
  background: url("../images/item_bg_light.png") no-repeat right bottom/22.6875rem auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.page-inner .inner-teacher-card:hover {
  color: #fff;
}

.page-inner .inner-teacher-card:hover::before {
  width: 100%;
}

.page-inner .inner-teacher-card:hover::after {
  opacity: 1;
}

.page-inner .inner-teacher-card:hover .inner-teacher-card-head h3,
.page-inner .inner-teacher-card:hover .inner-teacher-card-head p {
  color: #fff;
}

.page-inner .inner-teacher-card:hover .inner-teacher-card-divider,
.page-inner .inner-teacher-card:hover .inner-teacher-card-line,
.page-inner .inner-teacher-card:hover .inner-teacher-card-line::after {
  background: #fff;
}

.page-inner .inner-teacher-card:hover .inner-teacher-card-bio {
  color: #fff;
}

.page-inner .inner-teacher-card:hover .icon-arrow {
  color: #fff;
}

.page-inner .inner-teacher-card-photo {
  flex: 0 0 11.25rem;
  width: 11.25rem;
  overflow: hidden;
  z-index: 2;
}

.page-inner .inner-teacher-card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-inner .inner-teacher-card-body {
  position: relative;
  flex: 1;
  min-width: 0;
  padding: 1.25rem 1.625rem 1.5rem 1.5rem;
  z-index: 2;
}

.page-inner .inner-teacher-card-bio {
  font-size: 0.875rem;
  line-height: 2;
  color: #6b6b6b;
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: color 0.3s ease;
}

.page-inner .inner-teacher-card .icon-arrow {
  position: absolute;
  right: 1.625rem;
  bottom: 1.25rem;
  color: #b41515;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}

.page-inner .inner-teacher-bg {
  padding: 2.5rem 0;
  background: url("../images/inner_watermark.png") left top/100% auto no-repeat;
}

.page-inner .inner-teacher-rich {
  margin-top: 1.8rem;
}

.page-inner .inner-teacher-rich p,
.page-inner .inner-teacher-rich span {
  font-size: 1rem;
  line-height: 1.8;
  min-height: 1.8rem;
  text-align: justify;
  text-align-last: left;
}

.page-inner .inner-teacher-rich img,
.page-inner .inner-teacher-rich video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.page-inner .inner-intro p,
.page-inner .inner-intro span {
  font-size: 1rem;
  line-height: 2.5;
  color: #494949;
}

.page-inner .inner-intro p:not([style]) {
  text-align: justify;
  text-align-last: left;
  text-indent: 2em;
}

.page-inner .inner-intro p:not([style]):has(img) {
  text-align: center;
  text-align-last: center;
  text-indent: 0;
}

.page-inner .inner-intro p + p {
  margin-top: 2.5rem;
}

.page-inner .inner-intro-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  margin: 2.5rem 0;
}

.page-inner .inner-intro-photos figure {
  margin: 0;
}

.page-inner .inner-intro-photos img {
  display: block;
  width: 100%;
  height: auto;
}

.page-inner .inner-thumb-list {
  list-style: none;
}

.page-inner .inner-thumb-list li {
  margin-bottom: 0.75rem;
}

.page-inner .inner-thumb-list li:last-child {
  margin-bottom: 0;
}

.page-inner .inner-thumb-item {
  height: 12.5rem;
  display: flex;
  align-items: flex-start;
  gap: 2.1875rem;
  padding: 2rem 2.375rem 0 1.375rem;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid;
  border-color: rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) #f1f1f1;
  transition: all 0.25s ease;
}

.page-inner .inner-thumb-item:hover {
  border-color: rgba(180, 21, 21, 0.2);
  box-shadow: 0px 0.8125rem 2.1875rem 0px rgba(0, 43, 113, 0.03);
}

.page-inner .inner-thumb-item:hover h3 {
  color: #b41515;
}

.page-inner .inner-thumb-img {
  flex: 0 0 14.125rem;
  width: 14.125rem;
  height: 8.375rem;
  overflow: hidden;
}

.page-inner .inner-thumb-img img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 8.375rem;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.inner-thumb-item:hover .page-inner .inner-thumb-img img {
  transform: scale(1.04);
}

.page-inner .inner-thumb-body {
  flex: 1;
  min-width: 0;
  padding-top: 0.25rem;
}

.page-inner .inner-thumb-body .inner-thumb-top {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.875rem;
}

.page-inner .inner-thumb-body h3 {
  flex: 1;
  min-width: 0;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  transition: color 0.25s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-inner .inner-thumb-body > p {
  height: 3.75rem;
  font-size: 1rem;
  line-height: 1.875;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.page-inner .inner-grid-9 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem 1.875rem;
}

.page-inner .inner-grid-item {
  height: 20.9375rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid transparent;
  transition: transform 0.25s ease, border-color 0.25s ease;
  box-shadow: 0px 2.25rem 3.5625rem 0px rgba(0, 43, 113, 0.03);
}

.page-inner .inner-grid-item:hover {
  transform: translateY(-0.25rem);
  border-color: rgba(180, 21, 21, 0.2);
}

.page-inner .inner-grid-item:hover h3,
.page-inner .inner-grid-item:hover .inner-list-date {
  color: #b41515;
}

.page-inner .inner-grid-item h3 {
  margin-top: auto;
  padding: 0 1.25rem 0.125rem;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.35;
  transition: color 0.25s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-inner .inner-grid-item .inner-list-date {
  display: flex;
  flex-shrink: 0;
  margin-bottom: auto;
  padding: 0 1.25rem;
  transition: color 0.25s ease;
  margin-top: 0.375rem;
}

.page-inner .inner-grid-img {
  flex-shrink: 0;
  overflow: hidden;
  height: 15.125rem;
}

.page-inner .inner-grid-img img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 410 / 242;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.inner-grid-item:hover .page-inner .inner-grid-img img {
  transform: scale(1.05);
}

.page-inner .inner-journal-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.625rem 2.5rem;
}

.page-inner .inner-journal-card {
  display: block;
  height: 27.1875rem;
  color: inherit;
  text-decoration: none;
  transition: all 0.25s ease;
  background: linear-gradient(0deg, #ffffff 1%, #f5f9ff 100%);
  box-shadow: 0px 2.25rem 3.5625rem 0px rgba(0, 43, 113, 0.03);
  border: 1px solid transparent;
}

.page-inner .inner-journal-card .inner-journal-info,
.page-inner .inner-journal-card .inner-journal-body {
  width: 100%;
  height: calc(100% - 20.375rem);
  padding: 0 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.625rem;
  box-sizing: border-box;
}

.page-inner .inner-journal-card:hover {
  transform: translateY(-0.25rem);
  border-color: rgba(180, 21, 21, 0.2);
}

.page-inner .inner-journal-card:hover h3,
.page-inner .inner-journal-card:hover .inner-list-date {
  color: #b41515;
}

.page-inner .inner-journal-card h3 {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.4;
  transition: color 0.25s ease;
}

.page-inner .inner-journal-card .inner-list-date {
  margin-top: 0.625rem;
}

.page-inner .inner-journal-poster {
  width: 100%;
  height: 20.375rem;
  overflow: hidden;
  background: #fff;
  border-top: 0.1875rem solid #f5f9ff;
}

.page-inner .inner-journal-poster img {
  display: block;
  width: 100%;
  aspect-ratio: 286 / 326;
  object-fit: cover;
}

.page-inner .inner-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  margin-top: 4.375rem;
}

.page-inner .inner-pagination ul {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-inner .inner-pagination li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.page-inner .inner-pagination li.active a {
  color: #fff;
  background: #b41515;
  border-color: #b41515;
}

.page-inner .inner-pagination a {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  height: 2rem;
  padding: 0;
  border: 1px solid #ddd;
  color: #333;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
  background: #fff;
  transition: all 0.25s ease;
}

.page-inner .inner-pagination a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1;
}

.page-inner .inner-pagination a:hover {
  color: #b41515;
  border-color: #b41515;
}

.page-inner .inner-pagination-prev, .page-inner .inner-pagination-next {
  color: #999;
  background: #fff;
}

.page-inner .inner-pagination-prev:hover, .page-inner .inner-pagination-next:hover {
  color: #b41515;
}

.page-inner .inner-contact {
  height: 33.8125rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  padding: 0;
}

.page-inner .inner-contact-map {
  position: relative;
  width: 100%;
  height: 100%;
}

.page-inner .inner-contact-overlay {
  position: relative;
  z-index: 2;
  padding: 4.6875rem 0 0 6.25rem;
  box-sizing: border-box;
}

.page-inner .inner-contact-title {
  margin-bottom: 4rem;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1;
  color: #333;
}

.page-inner .inner-contact-list {
  margin: 0;
}

.page-inner .inner-contact-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8125rem;
  margin-bottom: 2rem;
  line-height: 1;
  color: #333;
}

.page-inner .inner-contact-item:last-child {
  margin-bottom: 0;
}

.page-inner .inner-contact-item dt {
  font-size: 0.875rem;
  color: #333;
  opacity: 0.8;
}

.page-inner .inner-contact-item dd {
  font-size: 1.125rem;
  color: #333;
}

.page-inner .inner-contact-map-pc, .page-inner .inner-contact-map-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.page-inner .inner-contact-map-pc {
  min-height: 18.75rem;
  object-fit: cover;
  object-position: center;
}

.page-inner .inner-contact-map-mobile {
  display: none;
}

.page-inner .inner-search {
  margin-top: 5rem;
}

.page-inner .inner-search-list {
  padding-top: 2.1875rem;
  border-top: 0.3125rem solid #b41515;
}

.page-inner .inner-search-list li {
  padding: 0 4.25rem;
}

.page-inner .inner-search-list a {
  gap: 0;
}

.page-inner .inner-search-list a .iconfont {
  margin-right: 0.625rem;
}

.page-inner .inner-search-list a mark {
  padding: 0;
  color: #b41515;
  background: transparent;
  font-weight: normal;
}

.page-inner .inner-empty {
  min-height: 18rem;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.page-inner .inner-empty img {
  width: 30.6875rem;
  max-width: 100%;
  height: auto;
}

.page-inner .inner-empty p {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  margin-top: 1.25rem;
}
