.about-hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.about-hero-section .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.about-hero-section .hero-bg .img-hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: radial-gradient(125% 10% at 50% 102%, transparent 50%, #fff 51%);
  mask-image: radial-gradient(125% 10% at 50% 102%, transparent 50%, #fff 51%);
}
.about-hero-section .hero-bg .hero-content {
  width: 1280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 10;
}
.about-hero-section .hero-bg .hero-content span {
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}
.about-hero-section .hero-bg .hero-content span::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-color: #FE0000;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
  right: -39px;
}
.about-hero-section .hero-bg .hero-content .title-butn {
  padding-top: 35px;
  display: flex;
  align-items: center;
}
.about-hero-section .hero-bg .hero-content .title-butn .title {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
body {
  background: #F2F7FF;
}
.party-layout-page {
  width: 100%;
  padding-top: 134px;
  padding-bottom: 40px;
}
.party-layout-page .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.party-layout-page .feature-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
.party-layout-page .feature-row:nth-child(2) .col-text .section-title {
  color: #002EA6;
  margin-bottom: 43px;
}
.party-layout-page .feature-row:nth-child(2) .col-text .text-body {
  width: 685px;
}
.party-layout-page .feature-row:nth-child(2) .col-text .quote-outline {
  margin-bottom: 24px;
}
.party-layout-page .feature-row:nth-child(3) .col-text {
  width: 760px;
}
.party-layout-page .feature-row:nth-child(3) .section-title {
  color: #002EA6 !important;
}
.party-layout-page .feature-row:last-child {
  margin-bottom: 0;
}
.party-layout-page .feature-row.reverse {
  flex-direction: row-reverse;
}
.party-layout-page .feature-row .col-media {
  display: flex;
  justify-content: center;
  margin-right: 100px;
}
.party-layout-page .feature-row .col-media .mask-shape {
  width: 410px;
  height: 410px;
  overflow: hidden;
}
.party-layout-page .feature-row .col-media .mask-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.party-layout-page .feature-row .col-media .img-box {
  width: 100%;
}
.party-layout-page .feature-row .col-media .img-box img {
  width: 100%;
  display: block;
}
.party-layout-page .feature-row .col-text .section-title {
  font-size: 32px;
  color: #E30010;
  font-weight: 800;
  margin-bottom: 25px;
}
.party-layout-page .feature-row .col-text .section-title .dot {
  color: #FEDB00;
  font-size: 32px;
  margin-left: 5px;
  vertical-align: sub;
  line-height: 0;
}
.party-layout-page .feature-row .col-text .text-body {
  font-size: 20px;
  color: #050505;
  line-height: 32px;
  text-align: justify;
  margin-bottom: 60px;
}
.party-layout-page .feature-row .col-text .text-body p {
  color: #050505;
  font-size: 20px;
}
.party-layout-page .feature-row .col-text .text-body .red-text {
  color: #E30010;
  font-size: 20px;
  font-weight: 800;
}
.party-layout-page .feature-row .col-text .quote-outline {
  font-family: serif;
  font-size: 60px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #002EA6;
  opacity: 0.4;
  margin-bottom: 10px;
}
.party-layout-page .feature-row .col-text .stats-mini {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
.party-layout-page .feature-row .col-text .stats-mini .quote-mark {
  margin-right: 46px;
  line-height: 1;
}
.party-layout-page .feature-row .col-text .stats-mini .stats-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 100px;
}
.party-layout-page .feature-row .col-text .stats-mini .stats-list .s-item {
  font-size: 18px;
  color: #050505;
}
.party-layout-page .feature-row .col-text .stats-mini .stats-list .s-item span {
  color: #E30010;
  font-weight: 800;
  font-size: 22px;
  margin-right: 5px;
}
.party-layout-page .honor-block {
  width: 1280px;
  margin: 0 auto;
  margin-top: 140px;
}
.party-layout-page .honor-block .header {
  margin-bottom: 100px;
}
.party-layout-page .honor-block .header .desc {
  font-size: 20px;
  line-height: 32px;
  color: #050505;
  margin-top: 15px;
}
.party-layout-page .section-title {
  font-size: 32px;
  color: #002EA6;
  font-weight: 800;
  margin-bottom: 20px;
  display: inline-block;
}
.party-layout-page .section-title .dot {
  color: #FEDB00;
  font-size: 30px;
  margin-left: 5px;
  vertical-align: sub;
  line-height: 0;
}
.work-dynamics-section {
  padding-top: 140px;
  width: 100%;
  background: #fff;
  padding-bottom: 120px;
}
.work-dynamics-section .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.work-dynamics-section .section-header {
  margin-bottom: 80px;
  text-align: left;
}
.work-dynamics-section .section-header .title {
  font-size: 40px;
  color: #002EA6;
  font-weight: 800;
  margin-bottom: 20px;
}
.work-dynamics-section .section-header .desc {
  font-size: 20px;
  color: #050505;
  line-height: 1.6;
}
.work-dynamics-section .slider-viewport {
  width: 100%;
  overflow: hidden;
  cursor: grab;
}
.work-dynamics-section .slider-viewport:active {
  cursor: grabbing;
}
.work-dynamics-section .slider-track {
  display: flex;
  gap: 30px;
  width: 100%;
}
.work-dynamics-section .news-card {
  flex: 0 0 calc((100% - 30px * 2) / 3);
  background: #fff;
  border-radius: 8px;
  transition: transform 0.3s;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: 396px;
}
.work-dynamics-section .news-card img {
  pointer-events: none;
  -webkit-user-drag: none;
}
.work-dynamics-section .news-card .img-box {
  width: 396px;
  height: 240px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.work-dynamics-section .news-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.work-dynamics-section .news-card .text-content {
  width: 396px;
}
.work-dynamics-section .news-card .text-content .card-title {
  font-size: 20px;
  color: #002EA6;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.work-dynamics-section .news-card .text-content .card-desc {
  font-size: 16px;
  color: #050505;
  line-height: 1.6;
  margin-bottom: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.work-dynamics-section .news-card .text-content .date {
  font-size: 16px;
  color: #333;
}
.work-dynamics-section .news-card:hover .img-box img {
  transform: scale(1.05);
}
.work-dynamics-section .news-card:hover .card-title {
  color: #003cd9;
}
.work-dynamics-section .pagination-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 65px;
}
.work-dynamics-section .pagination-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bccae0;
  cursor: pointer;
  box-sizing: content-box;
}
.work-dynamics-section .pagination-dots .dot.active {
  background-color: transparent;
  border: 2px solid #002EA6;
  position: relative;
  width: 24px;
  height: 24px;
}
.work-dynamics-section .pagination-dots .dot.active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #002EA6;
  border-radius: 50%;
}
.work-dynamics-section .pagination-dots .dot:hover:not(.active) {
  background-color: #002EA6;
}
.special-topic-section {
  width: 100%;
  padding-top: 178px;
  padding-bottom: 100px;
}
.special-topic-section .container {
  width: 100%;
  max-width: 1054px;
  margin: 0 auto;
}
.special-topic-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.special-topic-section .section-header .title {
  font-size: 40px;
  color: #002EA6;
  font-weight: 800;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.special-topic-section .section-header .desc {
  font-size: 20px;
  color: #050505;
}
.special-topic-section .topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.special-topic-section .topic-grid .topic-card {
  position: relative;
  width: 338px;
  height: 148px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.special-topic-section .topic-grid .topic-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special-topic-section .topic-grid .topic-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.special-topic-section .topic-grid .topic-card:hover::after {
  left: 150%;
  transition: left 0.6s ease-in-out;
}
.special-topic-section .topic-grid .topic-card:hover .img-box img {
  transform: scale(1.1) rotate(5deg);
}
