

:root {
  --bg-yellow: #fecd48;
  --bg-card-cream: #FFF8DF;
  --bg-card-white: #FFFFFF;
  --text-main: #1D1D1B;
  --text-muted: #555555;
  --text-light: #777777;
  --accent-orange: #E65100;
  --border-radius-lg: 20px;
  --border-radius-md: 12px;
  --border-radius-sm: 8px;
  --container-width: 1200px;
  --transition-fast: 0.25s ease;
  --transition-normal: 0.4s ease;
}

.topic-header-wrap, .topic-header-wrap *,
main.container, main.container *,
.fsbk-section, .fsbk-section *,
.topic-info-wrap, .topic-info-wrap * {
  box-sizing: border-box;
}

html, body {
  min-width: 1200px;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.topic-header-wrap a, .topic-header-wrap button,
main.container a, main.container button,
.topic-info-wrap a, .topic-info-wrap button {
  cursor: default;
}

body {
  background-color: var(--bg-yellow);
  color: var(--text-main);
  line-height: 1.6;
}

.container {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.topic-header-wrap {
  position: relative;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  padding-bottom: 40px;
}

.header-card {
  display: flex;
  background-color: var(--bg-yellow);
  position: relative;
  height: 675px;
}

.header-top-line {
  position: absolute;
  top: 67px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1D1D1B;
  z-index: 5;
  pointer-events: none;
}

.header-left {
  flex: 1;
  padding: 95px 45px 30px 45px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

.brand-title-bg {
  width: 344px;
  height: 202px;
  background-image: url(https://v2.cri.cn/resource/9704f78d-4cc6-4d62-b647-e8a4015ef43c/2026/activity/benxianhs/images.header_title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 15px;
  margin-bottom: 30px;
}

.dot-grid {
  position: absolute;
  bottom: 20px;
  left: -390px;
  width: 787px;
  height: 202px;
  background-image: radial-gradient(circle, #1D1D1B 3.5px, transparent 4px);
  background-size: 39px 39px;
  background-repeat: repeat;
  z-index: 2;
  pointer-events: none;
}

.header-right {
  flex: 0 0 960px;
  width: 960px;
  height: 675px;
  margin-right: -360px;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 140px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.banner-slider {
  width: 960px;
  height: 675px;
  position: relative;
}

.banner-slide {
  position: relative;
  width: 960px;
  height: 675px;
  opacity: 1 !important;
  visibility: visible !important;
}

.banner-slide img {
  width: 960px;
  height: 676px;
  object-fit: cover;
  border-bottom-left-radius: 140px;
  cursor: default;
}

.header-top-nav {
  position: absolute;
  top: 20px;
  right: 385px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-icon-btn {
  background: transparent;
  border: none;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #ffffff;
  transition: transform var(--transition-fast);
  filter: drop-shadow(0 1px 3px rgba(0,0,0,0.4));
}

.nav-icon-btn:hover {
  transform: scale(1.1);
}

#btnSearch {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='16.5' y1='16.5' x2='22' y2='22'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

#btnMenu {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='9' y1='6' x2='21' y2='6'/%3E%3Cline x1='3' y1='12' x2='21' y2='12'/%3E%3Cline x1='9' y1='18' x2='21' y2='18'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}



.search-bar-pop {
  position: absolute;
  top: 60px;
  right: 385px;
  z-index: 20;
  background: #ffffff;
  border-radius: 20px;
  padding: 6px 15px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: none;
  align-items: center;
  gap: 10px;
  width: 260px;
}

.search-bar-pop.show {
  display: flex;
  animation: fadeInDown 0.3s ease;
}

.search-bar-pop input {
  border: none;
  outline: none;
  font-size: 14px;
  width: 100%;
  padding: 6px 0;
}

.search-bar-pop button {
  background: var(--bg-yellow);
  border: none;
  border-radius: 12px;
  padding: 5px 12px;
  cursor: default;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  flex-shrink: 0;
}

.menu-dropdown {
  position: absolute;
  top: 60px;
  right: 385px;
  z-index: 20;
  background: #ffffff;
  border-radius: var(--border-radius-md);
  padding: 12px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  display: none;
  width: 180px;
}

.menu-dropdown.show {
  display: block;
  animation: fadeInDown 0.3s ease;
}

.menu-dropdown a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  color: var(--text-main);
  font-weight: 500;
  transition: background var(--transition-fast);
}

.menu-dropdown a:hover {
  background: #fff4d1;
  color: #000;
}

.banner-progress {
  position: absolute;
  bottom: 25px;
  right: 390px;
  z-index: 10;
  display: flex;
  gap: 10px;
}

.progress-bar-item {
  width: 80px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.progress-bar-item .fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #ffffff;
  transition: width 0.3s ease;
}

.progress-bar-item.active .fill {
  width: 100%;
}

.section-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 115px;
  margin-bottom: 25px;
  min-height: 50px;
}

.section-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.section-title {
  font-size: 32px;
  font-weight: 900;
  color: var(--text-main);
  letter-spacing: 1px;
  text-align: center;
}

.sec-title-tjg {
  width: 241px;
  height: 48px;
  background-image: url(https://v2.cri.cn/resource/9704f78d-4cc6-4d62-b647-e8a4015ef43c/2026/activity/benxianhs/images.sec_title_tjg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.section-more-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 73px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://v2.cri.cn/resource/9704f78d-4cc6-4d62-b647-e8a4015ef43c/2026/activity/benxianhs/images.benxianhs_m_a.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
  box-shadow: none;
  transition: transform var(--transition-fast);
}

.section-more-btn:hover {
  transform: translate(5px, -50%);
}

.tjg-cards-wrap {
  display: flex;
  gap: 20px;
  width: 100%;
  height: 420px;
}

.tjg-card {
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  position: relative;
  transition: flex var(--transition-normal), transform var(--transition-fast);
  cursor: pointer !important;
}

.tjg-card-main {
  flex: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  color: #ffffff;
}

.tjg-card-main > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0 !important;
}

.tjg-card-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tjg-card-main > * {
  position: relative;
  z-index: 2;
}

.tjg-card-main-title {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
}

.tjg-card-main-desc {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tjg-card-sub {
  flex: 1;
  background-color: var(--bg-card-cream);
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tjg-avatar-wrap {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 18px;
  border: 2px solid rgba(0,0,0,0.05);
}

.tjg-avatar-wrap img {
  width: 73px;
  height: 73px;
  object-fit: cover;
}

.tjg-officer-name {
  font-size: 18px;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 8px;
}

.tjg-officer-bio {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 25px;
}

.tjg-headline {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.4;
  margin-top: auto;
}

.tjg-cards-wrap:hover .tjg-card {
  flex: 0.85;
}

.tjg-cards-wrap .tjg-card-main:hover {
  flex: 2.2;
}

.tjg-cards-wrap .tjg-card-sub:hover {
  flex: 1.1;
}

.fcbk-section, .fmbk-section, .fwbk-section {
  margin-top: 115px;
}

.feature-block {
  display: flex;
  align-items: stretch;
  gap: 35px;
  min-height: 380px;
}

.feature-block-reverse {
  flex-direction: row-reverse;
}

.feature-text-col {
  flex: 0 0 391px;
  width: 391px;
  height: 396px;
  display: flex;
  flex-direction: column;
}

.feature-sec-header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}

.feature-content-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

.feature-item-text {
  display: none;
}

.feature-item-text.active {
  display: block;

}

.sec-title-fcbk {
  width: 188px;
  height: 46px;
  background-image: url(https://v2.cri.cn/resource/9704f78d-4cc6-4d62-b647-e8a4015ef43c/2026/activity/benxianhs/images.sec_title_fcbk.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.sec-title-fmbk {
  width: 188px;
  height: 46px;
  background-image: url(https://v2.cri.cn/resource/9704f78d-4cc6-4d62-b647-e8a4015ef43c/2026/activity/benxianhs/images.sec_title_fmbk.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.sec-title-fwbk {
  width: 188px;
  height: 46px;
  background-image: url(https://v2.cri.cn/resource/9704f78d-4cc6-4d62-b647-e8a4015ef43c/2026/activity/benxianhs/images.sec_title_fwbk.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.sec-title-fsbk {
  width: 193px;
  height: 46px;
  background-image: url(https://v2.cri.cn/resource/9704f78d-4cc6-4d62-b647-e8a4015ef43c/2026/activity/benxianhs/images.sec_title_fsbk.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto 35px auto;
}

.feature-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 32px;
  background-image: url(https://v2.cri.cn/resource/9704f78d-4cc6-4d62-b647-e8a4015ef43c/2026/activity/benxianhs/images.benxianhs_m_b.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform var(--transition-fast);
}

.feature-more-btn:hover {
  transform: translateX(5px);
}

.feature-item-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 15px;
}

.feature-item-desc {
  font-size: 16px;
  color: var(--text-main);
  line-height: 1.7;
}

.feature-slider-col {
  flex: 0 0 744px;
  width: 744px;
  height: 396px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.feature-slider {
  flex: 0 0 744px;
  width: 744px;
  height: 396px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.feature-slide {
  position: relative;
  width: 744px;
  height: 396px;
  opacity: 1 !important;
  visibility: visible !important;
}

.feature-slide img {
  width: 744px;
  height: 396px;
  object-fit: cover;
  border-radius: 20px;
}

.carousel-dots {
  position: absolute;
  bottom: 20px;
  left: 0 !important;
  width: 100% !important;
  transform: none !important;
  z-index: 100;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1.5px solid var(--bg-yellow);
  background: transparent;
  cursor: default;
  transition: background var(--transition-fast), transform var(--transition-fast);
}

.dot.active {
  background: var(--bg-yellow);
  transform: scale(1.2);
}

.fsbk-section {
  position: relative;
  margin-top: 115px;
  margin-bottom: 80px;
}

.fsbk-container-wrap {
  position: relative;
  width: 1200px;
  height: 588px;
  margin: 0 auto;
}

.fsbk-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 193px;
  height: 46px;
  z-index: 10;
}

.sec-title-fsbk {
  width: 193px;
  height: 46px;
  background-image: url(https://v2.cri.cn/resource/9704f78d-4cc6-4d62-b647-e8a4015ef43c/2026/activity/benxianhs/images.sec_title_fsbk.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.fsbk-carousel-wrap,
#fsbkCarousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 588px;
  overflow: hidden !important;
  background: transparent !important;
}

.fsbk-carousel-wrap .swiper-wrapper {
  background: transparent !important;
}

.fsbk-slide {
  position: relative;
  width: 1200px;
  height: 588px;
  flex-shrink: 0;
  background: transparent !important;
}

.fsbk-content-wrap {
  position: relative;
  width: 1132px;
  height: 588px;
  margin: 0 auto;
}

.fsbk-img-box {
  width: 744px;
  height: 396px;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 104px;
  left: 194px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  z-index: 1;
}

.fsbk-img-box, .fsbk-img-box * {
  cursor: default !important;
}

.fsbk-img-box img {
  width: 744px;
  height: 396px;
  object-fit: cover;
  display: block;
}

.fsbk-img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18%;
  background: transparent;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
  padding: 0 25px;
  gap: 25px;
  pointer-events: none;
}

.fsbk-vertical-title {
  writing-mode: vertical-rl;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 12px;
  border: 1.5px solid #fff;
  padding: 24px 10px;
  margin-top: 40px;
  font-family: "Microsoft YaHei", sans-serif;
  background-color: rgba(0, 0, 0, 0.4);
}

.fsbk-vertical-brief {
  writing-mode: vertical-rl;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  letter-spacing: 3px;
  
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  padding: 40px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fsbk-quote-card {
  position: absolute;
  background-color: #fff5da;
  border-radius: 20px;
  padding: 22px 20px 18px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 10;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
  cursor: pointer !important;
}

.fsbk-quote-card * {
  cursor: pointer !important;
}

.fsbk-quote-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.fsbk-quote-card .quote-text {
  font-size: 14px;
  color: var(--text-main);
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 15px;
}

.fsbk-quote-card .quote-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}

.fsbk-quote-card .author-name {
  font-size: 16px;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.2;
}

.fsbk-quote-card .author-source {
  font-size: 14px;
  color: #000;
  margin-top: 3px;
}

.fsbk-quote-card .quote-icon-img {
  width: 33px;
  height: 28px;
  /* background-image: url(https://v2.cri.cn/resource/9704f78d-4cc6-4d62-b647-e8a4015ef43c/2026/activity/benxianhs/images.quote-icon.png); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.fsbk-quote-card:nth-child(2) {
  top: 85px;
  left: 0px;
  width: 296px;
  height: 201px;
}

.fsbk-quote-card:nth-child(3) {
  top: 351px;
  left: 100px;
  width: 199px;
  height: 237px;
}

.fsbk-quote-card:nth-child(4) {
  top: 237px;
  left: 837px;
  width: 297px;
  height: 215px;
}

.fsbk-pagination {
  position: absolute;
  top: 554px;
  left: 754px;
  z-index: 15;
}

.fsbk-bullets {
  display: flex;
  align-items: center;
  gap: 80px;
}

.fsbk-num-btn {
  font-size: 16px;
  font-weight: 800;
  color: var(--text-main);
  opacity: 0.5;
  cursor: default;
  background: transparent;
  border: none;
  padding: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.fsbk-num-btn.active {
  opacity: 1;
}

.fsbk-line-segment {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color: var(--text-main);
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1), width 0.4s ease;
  z-index: 1;
}

.fsbk-pagination[data-active="0"] .fsbk-line-segment {
  left: 28px;
  width: 62px;
}

.fsbk-pagination[data-active="1"] .fsbk-line-segment {
  left: 126px;
  width: 62px;
}

.fsbk-pagination[data-active="2"] .fsbk-line-segment {
  left: 126px;
  width: 62px;
}

.topic-info-wrap {
  border-top: 1px solid #000;
  padding: 25px 0 35px 0;
  font-size: 13px;
  color: var(--text-main);
}

.topic-info-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}

.topic-info-content p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
}

.topic-info-content p + p {
  gap: 15px;
}

.topic-info-content a {
  color: var(--text-main);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.topic-info-content a:hover {
  color: var(--color-primary);
}

.social-icons-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-icon-btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--text-main);
  transition: transform var(--transition-fast);
}

.social-icon-btn:hover {
  transform: scale(1.15);
}

.social-icon-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

