:root {
  --red: #e22329;
  --deep-red: #c80c16;
  --gold: #e9be68;
  --cream: #fff5df;
  --ink: #2c2c2c;
  --muted: #6d6d6d;
  --yellow: #f7c55d;
  --page-width: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

.m-ban { display:none;}

.hero {
  min-height: 360px;
  padding-top: 28px;
  background: url("http://images.china.cn/images1/en/20260611/hero-bg.jpg") center top / cover no-repeat;
  text-align: center;
  color: var(--deep-red);
  position: relative;
  height: 585px;
}

.conversation-swiper .swiper-slide { width:365px; margin:0 15px;}

.right-T { height:255px; overflow:hidden;}
.brand-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 54px;
  font-weight: 800;
}

.brand-mark {
  color: #1267aa;
  border-bottom: 4px solid var(--red);
  line-height: 1;
}

.anniversary {
  font-size: 46px;
  line-height: 1;
  color: #cb1e24;
}

.hero h1 {
  margin: 42px 16px 6px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 900;
}

.hero p {
  margin: 0;
  font-size: clamp(20px, 2.6vw, 32px);
  font-weight: 800;
}

.section {
  width: min(var(--page-width), calc(100% - 36px));
  margin: 0 auto;
  position: relative;
}

.section-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  margin: 0 auto 24px;
  border-top: 5px solid var(--gold);
  background: linear-gradient(180deg, #fff7e7, #fff);
}

.ribbon-heading h2 {
  position: relative;
  min-width: 330px;
  margin: 0;
  padding: 12px 42px 14px;
  color: #F2DEC0;
  background: var(--red);
  text-align: center;
  font-size: 50px;
  line-height: 1;
  transform: skewX(-18deg);
  top: -40px;
}

.ribbon-heading h2 span {
  position: relative;
  z-index: 2;
  display: block;
  transform: skewX(18deg);
}

.ribbon-heading h2::before,
.ribbon-heading h2::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border-color: var(--red);
  border-style: solid;
}

.ribbon-heading h2::before {
  left: 28px;
  right: -8px;
  top: -7px;
  bottom: 24px;
  border-width: 2px 2px 0 0;
}

.ribbon-heading h2::after {
  left: -8px;
  right: 28px;
  top: 24px;
  bottom: -7px;
  border-width: 0 0 2px 2px;
}

.spirit-section {
  margin-top: 80px;
}

.spirit-grid {
  display:flex;
  gap: 34px;
  align-items: stretch;
  padding-bottom:30px;
}

.lead-story {
  position: relative;
  overflow: hidden;
  background: #eee;
  width: 700px;
  height:440px;
}

.lead-story img {
  height: 440px;
  object-fit: cover;
  width:700px;
}

.lead-story span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 22px;
  color: #fff;
  background: linear-gradient(to bottom, transparent, rgba(219, 18, 25, 0.8), rgba(219, 18, 25, .95));
  font-size: 22px;
  font-weight: 800;
}

.spirit-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.35;
  width:460px;
}
.spirit-list li{border-bottom: 1px #c8c8c8 dotted; background:url(http://images.china.cn/images1/en/20260611/dot.jpg) 0px 25px no-repeat;}
.spirit-list a {
  display: block;
  padding: 14px 14px 14px 10px;
  border-left: 4px solid transparent;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  font-size:22px;
}

.spirit-list a:hover {
  color: #fff;
  background: var(--red);
  border-left-color: var(--deep-red);
}

.side-tabs {
  position:fixed;
  top: 30%;
  right: 10px;
  width: 155px;
  background:url(http://images.china.cn/images1/en/20260611/flex_bg.jpg) top center no-repeat;
  background-size: 100%;
  height: 357px;
  padding-top: 4px;
  z-index:100; overflow:hidden;
}

.side-tabs a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  height: 51px;
  line-height: 51px;
}

.band-red {
  width: 100%;
  margin-top: 88px;
  padding: 0 0 72px;
  background:url(http://images.china.cn/images1/en/20260611/bg3.jpg) top center no-repeat;
}

.band-red .section-heading {
  width: min(var(--page-width), calc(100% - 36px));
  background: transparent;
  border-color: transparent;
  transform: translateY(-18px);
}

/* ========== Carousel & Swiper base ========== */

.carousel {
  position: relative;
  width: min(var(--page-width), calc(100% - 100px));
  margin: 0 auto;
  width:1188px;
}

.carousel .swiper {
  overflow: hidden;
}

/* Override Swiper default navigation button styles */
.carousel .swiper-button-prev,
.carousel .swiper-button-next,
.film-frame .swiper-button-prev,
.film-frame .swiper-button-next {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  cursor: pointer;
  transition: 0.3s;
  color: transparent;
  background: none;
  left: auto;
  right: auto;
}

.carousel .swiper-button-prev::after,
.carousel .swiper-button-next::after,
.film-frame .swiper-button-prev::after,
.film-frame .swiper-button-next::after {
  content: none;
}

/* Arrow shape via ::before */
.carousel .swiper-button-prev::before,
.carousel .swiper-button-next::before,
.film-frame .swiper-button-prev::before,
.film-frame .swiper-button-next::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  top: 50%;
  left: 50%;
}

.carousel .swiper-button-prev::before,
.film-frame .swiper-button-prev::before {
  transform: translate(-40%, -50%) rotate(-45deg);
}

.carousel .swiper-button-next::before,
.film-frame .swiper-button-next::before {
  transform: translate(-60%, -50%) rotate(135deg);
}

.carousel .swiper-button-prev,
.film-frame .swiper-button-prev {
  left: -55px;
}

.carousel .swiper-button-next,
.film-frame .swiper-button-next {
  right: -55px;
}

.carousel .swiper-button-prev:hover,
.carousel .swiper-button-next:hover,
.film-frame .swiper-button-prev:hover,
.film-frame .swiper-button-next:hover {
  border-radius: 50%;
  background: rgba(0,0,0,0.4);
}

/* ========== Conversation ========== */

.conversation .swiper-slide {
  color: #fff;
  font-weight: 800;
}

.conversation .swiper-slide img {
  height: 209px;
  object-fit: cover;
  width:365px;
}

.conversation .swiper-slide p {
  min-height: 54px;
  margin: 0;
  padding: 9px 10px;
  font-size: 22px;
  line-height: 1.2;
}

.plist1{margin-bottom: 25px;}

/* ========== Plain sections ========== */

.plain-section {
  margin-top: 76px;
}

.simple-heading {
  height: 100px;
  border-top: 4px solid var(--gold);
  background: linear-gradient(180deg, #fce8cd, #fff);
  display: flex;
  align-items: center;
  padding-left: 38px;
}

.simple-heading h2 {
  margin: 0;
  color: #c40008;
  font-size: 50px;
  line-height: 1;
}

.L-pic { position:relative; width:775px; height:435px;}

.latest-grid {
  display:flex;
  gap: 50px;
  align-items: flex-start;
  margin-top: 10px;
}

.latest-grid p { 
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 16px 22px;
    color: #fff;
    background: linear-gradient(to bottom, transparent, rgba(219, 18, 25, 0.8), rgba(219, 18, 25, .95));
    font-size: 22px;
    font-weight: 800;
	width:775px;
	margin:0;
}

.latest-grid img {
  width:775px;
  object-fit: cover;
  height:435px;
}

.static-list {
  display: grid;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  width:380px;
}
.static-list li{padding-right: 20px;}
.static-list li a{font-size: 22px; color: #000;line-height: 1.2;margin-bottom: 10px;display: block;font-weight: normal;}
.static-list li span { font-weight:normal; display:none;}

.opinion-list {
  display: grid;
  gap: 34px;
  margin-top: 22px;
}

.opinion-list p span { margin-right: 95px;}

.opinion-list article {
  display: grid;
  grid-template-columns: 540px minmax(260px, 1fr);
  gap: 54px;
  align-items: top;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.3;
}

.opinion-list img {
  height: 302px;
  object-fit: cover;
  width:540px;
}
.opinion-list a{margin-right:95px; font-size:32px; margin-bottom:15px; width:540px;}
.opinion-list p  { display: flex; flex-wrap: wrap; flex-direction: column;}

/* ========== Participants ========== */

.participants {
  margin-top: 84px;
}

.participant-carousel {
  width: min(var(--page-width), calc(100% - 74px));
  margin-top: 22px;
}

.participants .swiper-button-prev::before,
.participants .swiper-button-next::before {
  border-top: 3px solid #bb271b;
  border-left: 3px solid #bb271b;
}

.participants .swiper-button-prev:hover,
.participants .swiper-button-next:hover {
  border-radius: 50%;
  background: #fff;
}

.participant-card {
  position: relative;
  overflow: hidden;
  background: #ddd;
}

.participant-swiper .swiper-slide { width:260px; height:464px; margin:0 10px;}

.participant-card img {
  height: 464px;
  object-fit: cover;
  width:260px;
}

.participant-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 15px;
  min-height: 102px;
  color: var(--deep-red);
  background: var(--yellow);
  transform: translateY(calc(100% - 0px));
  transition: transform .22s ease;
}

.participant-card:hover .participant-info,
.participant-card:focus-within .participant-info {
  transform: translateY(0);
}

.participant-info strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  border-bottom: 1px  var(--deep-red) solid;
  padding-bottom: 10px;
}

.participant-info span {
  display: block;
  color: #ad201b;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.red {
  color: var(--red);
}

.footsteps {
  display: flex;
  align-items: left;
  gap: 46px;
  margin: 40px 0 46px 42px;
  color: var(--deep-red);
  font-size: 30px;
  line-height: 1.05;
  padding-left: 20px;
}
.footsteps img{width: 95%;}

.footsteps span {
  width: 150px;
  height: 80px;
  border-top: 7px dotted #e47a42;
  border-radius: 50%;
  transform: rotate(25deg);
}

.china-placeholder {
  display: grid;
  place-items: center;
  min-height: 440px;
  margin: 0;
  background: #d6d6d6;
  color: #222;
  font-size: 28px;
  letter-spacing: 0;
}

/* ========== Photos ========== */

.photos {
  margin-top: 108px;
}

.photo-carousel {
  width: 1200px;
}

.photo-slide img {
  height: 640px;
  object-fit: cover;
  width:1200px;
}

.photo-swiper .swiper-wrapper p { 
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 16px 20px;
    color: #fff;
    background: linear-gradient(to bottom, transparent, rgba(219, 18, 25, 0.8), rgba(219, 18, 25, .95));
    font-size: 22px;
    font-weight: 800;
    width: 1200px;
    margin: 0; }

.photo-caption {
  position: absolute;
  top: 38%;
  right: 10%;
  color: var(--deep-red);
  font-size: clamp(25px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.05;
  text-align: left;
  text-shadow: 0 2px 0 rgba(255,255,255,.7);
}

.photo-caption span {
  font-size: .48em;
}

/* Photo arrows - large pale style */
.photo-carousel .swiper-button-prev,
.photo-carousel .swiper-button-next {
  width: 58px;
  height: 132px;
  margin-top: -66px;
  background: rgba(255, 255, 255, .82);
  border-radius: 0;
  left: auto;
  right: auto;
}

.photo-carousel .swiper-button-prev {
  left: 0;
}

.photo-carousel .swiper-button-next {
  right: 0;
}

.photo-carousel .swiper-button-prev:hover,
.photo-carousel .swiper-button-next:hover {
  border-radius: 0;
  background: var(--deep-red);
  color: #fff;
}

.photo-carousel .swiper-button-prev::before,
.photo-carousel .swiper-button-next::before {
  width: 30px;
  height: 30px;
  border-color: var(--red);
  border-style: solid;
  border-width: 0;
  transform: rotate(45deg);
}

.photo-carousel .swiper-button-prev::before {
  border-width: 0 0 8px 8px;
  margin-left: -10px;
  margin-top: -20px;
}

.photo-carousel .swiper-button-next::before {
  border-width: 8px 8px 0 0;
  margin-right: 10px;
  margin-top: -20px;
  left: auto;
  right: 10px;
}

.photo-carousel .swiper-button-prev:hover::before,
.photo-carousel .swiper-button-next:hover::before {
  border-color: #fff;
}

/* ========== Archives ========== */

.archives {
  margin-top: 100px;
  margin-bottom: 80px;
}

.archive-heading {
  background-image:
    url("http://images.china.cn/images1/en/20260611/pic5.jpg"),
    linear-gradient(180deg, #fce8cd, #fff);
  background-size: 150px auto, auto;
  background-position: right 200px center, center;
  background-repeat: no-repeat;
}

.archive-top{width: 100%;background: url("http://images.china.cn/images1/en/20260611/bg2.jpg") top center no-repeat;height: 476px;display: flex;gap: 75px;}
.archive-img{width: 663px;
    height: 375px;
    margin-left: 40px;
    padding-top: 57px;}
.archive-img img{width: 663px; height:375px;}
.archive-p{flex: 1;margin-top: 70px;padding-right: 70px;}
.archive-p h1{font-size: 45px; line-height: 1.1;margin:0;}
.archive-p p{font-size: 22px;text-align: left; line-height: 1.5}

.film-carousel {
  width: 1440px;
  margin-top: 70px;
  padding: 0 0 6px;
  background: url("http://images.china.cn/images1/en/20260611/jiaojuan.jpg") top center no-repeat;
  background-size: 100%;
  aspect-ratio: 16 / 4;
  position: relative;top: 0;left: -110px;
}

.film-frame {
  position: relative;
  padding: 38px 50px 38px 5px;
  border-radius: 8px;
}

.film-frame.swiper {
  width: 1230px;
  overflow: hidden;
  left: -34px;
  top:5px;
}

.film-frame .swiper-wrapper {
  margin-top: 15px;
}

.film-yc {     position: absolute;
    width: 1170px;
    overflow: hidden;
    height: 280px;
    left: 90px;}

.film-frame img {
  width: 380px;
  height:213px;
  object-fit: cover;
}

/* Archive arrows */
.film-frame .swiper-button-prev,
.film-frame .swiper-button-next {
  background: none;
}

.archive-swiper .swiper-slide { width:380px; margin:0 15px;}
.film-carousel .swiper-button-next:after, .film-carousel .swiper-button-prev:after{font-size: 20px;}
.film-carousel .swiper-button-prev{left: 10px;}
.film-carousel .swiper-button-next{right: 110px;}
.film-carousel .dark{background: none}
.film-carousel .dark:hover{background: rgba(0,0,0,.38)}
.film-frame .swiper-button-prev:hover,
.film-frame .swiper-button-next:hover {
  background: rgba(0,0,0,.38);
}

.film-frame .swiper-button-next {
  right: 85px;
}

.dark {
  color: #fff;
  background: rgba(0,0,0,.38);
}

footer {
  display: grid;
  place-items: center;
  min-height: 80px;
  color: #fff;
  background: var(--red);
  font-size: 15px;
  font-weight: none;
  text-align: center;
}

/* ========== Responsive ========== */

@media (max-width: 1280px) {
  .side-tabs {
    display: none;
  }
}

@media (max-width: 820px) {
  .hero {
    min-height: 280px;
  }

  .spirit-grid,
  .latest-grid,
  .opinion-list article {
    grid-template-columns: 1fr;
  }

  .lead-story img,
  .latest-grid img,
  .opinion-list img,
  .archive-top img {
    height: auto;
  }

  .section-heading {
    height: 62px;
  }

  .ribbon-heading h2 {
    min-width: 250px;
    font-size: 22px;
  }

  .carousel {
    width: calc(100% - 18px);
  }
  

  .participant-card img {
    height: 340px;
  }

  .footsteps {
    margin-left: 0;
    font-size: 24px;
    justify-content: center;
  }

  .china-placeholder {
    min-height: 300px;
    font-size: 22px;
  }

  .photo-slide img {
    height: 330px;
  }

  .photo-caption {
    right: 7%;
    max-width: 58%;
  }
}

@media (max-width: 520px) {
  .hero h1 {
    margin-top: 26px;
  }

  .simple-heading {
    height: 62px;
    padding-left: 20px;
  }

  .simple-heading h2 {
    font-size: 24px;
  }

  .carousel-arrow {
    width: 30px;
    font-size: 44px;
  }
}

@media (max-width: 750px) {
   .lead-story span { padding: 10px 22px; font-size: 14px;}
   .lead-story img { width:100%}
   .spirit-list { margin: 10px 0 0 0; width:100%}
   .spirit-grid, .latest-grid { display:block;}
   .conversation-swiper .swiper-slide { width:300px !important; margin:0;}
   .carousel { width: 300px; }
   .latest-grid img { width:100%; margin-bottom:10px;}	
   .L-pic {
    width: 100%;
    height: auto;
   }
   .latest-grid p { padding: 10px 22px; font-size: 14px; width:100%}
   .opinion-list img { width:100%}
   .opinion-list article { gap:10px;}
   .opinion-list a { margin:0; font-size:22px; width:100%}
   .participant-swiper .swiper-slide { width:135px; height:241px;}
   .participant-card img { width:135px; height:241px;}
   .photo-carousel { width:100%;}
   .photo-slide img { width:100%; height:auto;}
   .photo-carousel .swiper-button-prev, .photo-carousel .swiper-button-next { width:29px; height:66px;}
   .photo-carousel .swiper-button-prev::before
 {
    border-width: 0 0 8px 8px;
    margin-left: -8px;
    margin-top: -10px;
}
.photo-carousel .swiper-button-prev::before, .photo-carousel .swiper-button-next::before {
    width: 15px;
    height: 15px;
}
.photo-carousel .swiper-button-next::before {
    margin-right: -2px;
    margin-top: -10px;
}
.photo-swiper .swiper-wrapper p { font-size:14px; width:100%; padding: 10px 22px;}
.archive-heading { background-image:none;}
.simple-heading { background:none;}
.archive-top { background:none; flex-wrap: wrap; gap: 0; height:auto;}
.archive-img {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-top: 0px;
}
.archive-img img { width:100%; height:auto;}
.archive-p { margin-top:20px; padding-right:0}
.archive-p h1 { font-size:30px;}
.archive-p p { font-size:20px;}
.film-carousel { background:none; width:100%; left:0; margin-top:0;} 
.film-yc { width:100%; left:0;}
.film-frame.swiper { width:100%; left:0;}
.film-frame img { width:100%; height:auto;}
.archive-swiper .swiper-slide { width:180px; margin:0 5px;}
.film-frame { padding:0;}
.archives { margin-top:60px;}
.film-carousel .swiper-button-prev
{
    left: 0px; top: 70px;
}
.film-carousel .swiper-button-next
{
    right: 0px; top: 70px;
}
.m-ban { display: block;}

.hero { display:none;}
.participant-info span { display:none;}
.opinion-list p span {
    margin-right: 0;
    font-size: 16px;
}
.plain-section {
    margin-top: 40px;
}
.carousel .swiper-button-prev { left:-25px;}
.carousel .swiper-button-next { right:-25px;}
.static-list { width:auto;}
.photo-swiper .swiper-button-prev { left:0;}
.photo-swiper .swiper-button-next { right:0;}
}