/* ==========================================================================
   CDI 英文网站全局样式表
   整合自：index.html, fuke-2025 Events, books.html, fuke-Fan Gang,
          fuke-Global Chinese Economic & Technology Summit 2025, fuke-Leadership
   创建日期: 2026-06-03
   ========================================================================== */



/* ==========================================================================
   第一部分：公共样式（所有页面共享）
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. RESET & BASE - 全局重置与基础样式
   -------------------------------------------------------------------------- */

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #252525;
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #0345bf;
  text-decoration: none;
  transition: color 400ms, background-color 400ms;
}

a:hover {
  color: #044cd0;
  text-decoration: none;
}

a:focus,
a:active {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* --------------------------------------------------------------------------
   2. GRID SYSTEM - 自定义栅格系统
   -------------------------------------------------------------------------- */
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

[class*="col-"] {
  padding: 0 15px;
}

.col-lg-3  { flex: 0 0 25%;        max-width: 25%; }
.col-lg-4  { flex: 0 0 33.3333%;   max-width: 33.3333%; }
.col-lg-5  { flex: 0 0 41.6667%;   max-width: 41.6667%; }
.col-lg-6  { flex: 0 0 50%;        max-width: 50%; }
.col-lg-7  { flex: 0 0 58.3333%;   max-width: 58.3333%; }
.col-lg-8  { flex: 0 0 66.6667%;   max-width: 66.6667%; }
.col-lg-9  { flex: 0 0 75%;        max-width: 75%; }
.col-lg-12 { flex: 0 0 100%;       max-width: 100%; }
.col-md-2  { flex: 0 0 16.6667%;   max-width: 16.6667%; }
.col-md-3  { flex: 0 0 25%;        max-width: 25%; }
.col-md-4  { flex: 0 0 33.3333%;   max-width: 33.3333%; }
.col-md-5  { flex: 0 0 41.6667%;   max-width: 41.6667%; }
.col-md-6  { flex: 0 0 50%;        max-width: 50%; }
.col-md-7  { flex: 0 0 58.3333%;   max-width: 58.3333%; }
.col-md-8  { flex: 0 0 66.6667%;   max-width: 66.6667%; }
.col-md-9  { flex: 0 0 75%;        max-width: 75%; }
.col-md-12 { flex: 0 0 100%;       max-width: 100%; }
.col-sm-3  { flex: 0 0 25%;        max-width: 25%; }

/* --------------------------------------------------------------------------
   3. UTILITY - 工具类样式
   -------------------------------------------------------------------------- */
.body-innerwrapper {
  overflow-x: hidden;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}

/* --------------------------------------------------------------------------
   4. TOP BAR - 顶部信息栏
   -------------------------------------------------------------------------- */
#sp-top-bar {
  background: #333;
  color: #aaa;
  padding: 1px 0;
  font-size: 0.875rem;
}

#sp-top-bar a { color: #aaa; }


.sp-top1 { float: left; }
.sp-top1 p { margin: 0; font-style: italic; }
.sp-top2 { float: right; }

.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}

.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
  white-space: nowrap;
}

.sp-contact-info li .fa { margin-right: 3px; }

.container-inner::after {
  content: "";
  display: table;
  clear: both;
}

/* --------------------------------------------------------------------------
   5. HEADER - 网站头部（Logo）
   -------------------------------------------------------------------------- */
#sp-header {
  background: #fff;
  height: 90px;
  position: relative;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}

#sp-header .logo {
  height: 90px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}

#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

#sp-header .logo img {
  height: auto;
  width: auto;
}

/* --------------------------------------------------------------------------
   6. NAVIGATION - 主导航菜单
   -------------------------------------------------------------------------- */

/* 主菜单容器 */
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}

.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}

.sp-megamenu-parent > li > a {
  display: inline-block;
  padding: 0 15px;
  line-height: 90px;
  font-size: 16px;
  margin: 0;
  color: #252525;
  text-decoration: none;
}

.sp-megamenu-parent > li:hover > a { color: #0345bf; }
.sp-megamenu-parent > li.active > a { color: #0345bf; font-weight: 500; }

.sp-megamenu-parent > li.sp-has-child > a:after {
  font-family: "FontAwesome";
  content: "\f107";
  float: right;
  margin-left: 7px;
}

/* 下拉菜单 */
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}

.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown { display: block; }

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  background: #fff;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main { top: 100%; left: 0; }
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left { right: 0; left: auto; }

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  display: inline-block;
  padding: 8px 0;
  cursor: pointer;
  color: #252525;
  white-space: nowrap;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover { color: #0345bf; }
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a { color: #0345bf; }

/* 巨幕菜单（Publications 下的多列布局） */
.sp-dropdown-mega {
  width: 100%;
  min-width: 450px;
}

.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: initial;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #252525;
  text-decoration: none;
}

.sp-megamenu-parent .sp-mega-group > li > a:hover { color: #0345bf; }

/* 移动端汉堡菜单 */
#offcanvas-toggler {
  display: block;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
  cursor: pointer;
}

#offcanvas-toggler > .fa {
  color: #252525;
}

#offcanvas-toggler > .fa:hover,
#offcanvas-toggler > .fa:focus,
#offcanvas-toggler > .fa:active {
  color: #0345bf;
}

body #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}

body #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}

/* ===== OFFCANVAS 滑动侧边栏 ===== */
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}

.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}

.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}

.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}

.close-offcanvas:hover {
  background: #666;
  color: #fff;
}

.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
  background-color: #fff;
  color: #252525;
}

.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}

.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
  color: #252525;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
  color: #0345bf;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: FontAwesome;
  color: rgba(37, 37, 37, 0.5);
  right: 0;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
  color: rgba(37, 37, 37, 0.8);
}

body.offcanvs-position-left .body-wrapper {
  left: 0;
}

body.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}

body.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}

body.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}

body.offcanvs-position-right .body-wrapper {
  right: 0;
}

body.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}

body.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}

body.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}

body .close-offcanvas {
  right: 15px;
}

body .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler,
body .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}

body .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}

/* --------------------------------------------------------------------------
   7. SPPB SECTION - 页面内容区块
   用于划分内容区域，提供内边距和容器
   -------------------------------------------------------------------------- */
.sppb-section {
  padding: 25px 0;
}

.sppb-container-inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}

.sppb-row-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}

.sppb-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.sppb-col-md-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 15px;
}

.sppb-col-md-5 {
  flex: 0 0 41.6667%;
  max-width: 41.6667%;
  padding: 0 15px;
}

.sppb-col-md-7 {
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
  padding: 0 15px;
}

.sppb-col-md-8 {
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
  padding: 0 15px;
}

.sppb-col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}

/* --------------------------------------------------------------------------
   8. SECTION TITLE - 区块标题（蓝色下划线样式）
   -------------------------------------------------------------------------- */
.section-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  font-size: 1.75rem;
  background: none #fff;
  border-width: 0 0 2px;
  border-style: none none solid;
  border-color: #0a55bf;
  margin: 0 0 20px;
  padding: 0 0 8px;
  position: relative;
  z-index: 7;
  width: 100%;
}

/* --------------------------------------------------------------------------
   9. ALLMODE HEADER - 标题+导航（Swiper轮播标题行）
   -------------------------------------------------------------------------- */
.allmode-header {
  position: relative;
  border-bottom: 2px solid #0a55bf; margin: 20px 0;
}

.allmode-header .section-title {
  border: none;
  margin: 0;
  padding: 0 0 8px;
  padding-right: 200px;
  white-space: normal;
  word-wrap: break-word;
}
.allmode-header .section-title_normal{padding-right: 0;}
.allmode-header .allmode-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 12;
  margin: 0;
  white-space: nowrap;
  font-size: 0;
  -webkit-tap-highlight-color: transparent;
}

/* 导航内的箭头与页码 */
.allmode-header .allmode-nav .owl-prev,
.allmode-header .allmode-nav .owl-next,
.allmode-header .allmode-nav .allmode-pages {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* 左右箭头（base64 图片精灵） */
.allmode-header .allmode-nav .owl-prev,
.allmode-header .allmode-nav .owl-next {
  width: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAABQCAQAAAC6oj2GAAAA20lEQVR4Xu2SsQqDMBRFzZfWRRy0S4Y7Sl1sBzspWP/jQvpxGvr6AblCoYLgWc+Bm4Rkh4QNg9IdI31KOvam67QeTJfp7YkLc7U+bwWOI1cWX6EPWelXuFviddIyZHtwggZB6Q4RPiUdetN1Wg+my/T2hAW5Wp+3AocRK4qv0IesTGxeU4EW//+TJwy86cAzstPJ1ZKeTiWlJaNOci58qeBiwZzWBVcxwYqRTzp1zYdaf7PN9uAEAa0OPCI6ndSW9HAqKS0ZdZJjwfx7gAKrmEAlDwlv+rH1UEfkAzDgkwqkQxWtAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: 16px 80px;
  border: none;
  outline: none;
}

.allmode-header .allmode-nav .owl-prev { background-position: 0 0; }
.allmode-header .allmode-nav .owl-prev:hover { background-position: 0 -20px; }
.allmode-header .allmode-nav .owl-next { background-position: 100% -40px; }
.allmode-header .allmode-nav .owl-next:hover { background-position: 100% -60px; }

/* 覆盖 Swiper 默认分页器样式 */
.allmode-header .allmode-nav .allmode-pages {
  position: static !important;
  text-align: left !important;
  padding: 0;
  line-height: 1;
  width: auto !important;
  transform: none !important;
  opacity: 1 !important;
}

.allmode-header .allmode-nav .allmode-pages .swiper-pagination-bullet {
  display: inline-block;
  margin: 6px 5px;
  width: 11px;
  height: 8px;
  border-radius: 2px;
  background-color: #d9d9d9;
  cursor: pointer;
  transition: background-color 200ms ease;
  opacity: 1;
  border: none;
  vertical-align: top;
  box-sizing: content-box;
}

.allmode-header .allmode-nav .allmode-pages .swiper-pagination-bullet:hover {
  background-color: #767676;
}

.slider-blue .allmode-pages .swiper-pagination-bullet-active {
  margin: 5px 4px;
  width: 13px;
  height: 10px;
  background-color: #ffffff;
  border: 1px solid #0a55bf;
  border-radius: 2px;
}

.slider-blue .allmode-pages .swiper-pagination-bullet-active:hover {
  background-color: #ffffff;
  border-color: #0a55bf;
}

/* --------------------------------------------------------------------------
   10. ALLMODE ITEM - Swiper轮播卡片样式
   -------------------------------------------------------------------------- */
.allmode-box .allmode-item {
  background: #fff;
  border: none;
  font-size: 13px;
  color: #9a9a9a;
  line-height: 1.5;
}

.allmode-box .allmode-item .allmode-img {
  overflow: hidden;
  position: relative;
}

.allmode-box .allmode-item .allmode-img img {
  width: 100%;
  display: block;
  border-radius: 2px;
  transition: opacity 0.3s;
  aspect-ratio: 4.1 / 2.34;
  object-fit: cover;
}
.allmode-box .allmode-item .allmode-img .normal_img{
  aspect-ratio: auto;
}
.allmode-box .allmode-item .allmode-img:hover img { opacity: 0.85; }

.allmode-box .allmode-item .allmode-content {
  padding: 15px 0 4px;
}

.allmode-box .allmode-item .allmode-info {
  font-size: 11px;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 5px;
}

.allmode-box .allmode-item .allmode-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
}

.allmode-box .allmode-item .allmode-title a {
  color: #333;
  text-decoration: none;
}

.allmode-box .allmode-item .allmode-title a:hover { color: #0345bf; }

.allmode-box .allmode-item .allmode-text {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  margin-top: 8px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-overflow: ellipsis;
}
.allmode-box .allmode-item .xg_allmode-text{-webkit-line-clamp: 19;} 
.allmode-text img{display: none;}
.allmode-box .allmode-item .allmode-readmore {
  margin-top: 8px;
}

.allmode-box .allmode-item .allmode-readmore a {
  font-size: 12px;
  color: #0345bf;
  text-transform: uppercase;
}

.allmode-box .allmode-item .allmode-readmore a:hover {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
   11. ALLMODE NAME - 无导航的标题样式（Most Recent）
   -------------------------------------------------------------------------- */
.allmode-name {
  font-size: 18px;
  font-weight: 600;
  color: #464855;
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 2px solid #0a55bf;
  padding-bottom: 5px;
}

/* --------------------------------------------------------------------------
   12. FOOTER - 页脚
   -------------------------------------------------------------------------- */
#sp-footer {
  background: #171717;
  padding: 15px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-top: 30px;
}

#sp-footer a { color: #a2a2a2; }
#sp-footer a:hover { color: #fff; }

/* --------------------------------------------------------------------------
   13. 公共响应式（所有页面通用的断点）
   -------------------------------------------------------------------------- */

/* 桌面端：重置 offcanvas 效果，确保不干扰布局 */
@media (min-width: 992px) {
  #offcanvas-toggler { display: none !important; }
  .offcanvas-menu,
  .offcanvas-overlay { display: none; }
  .body-wrapper {
    right: 0 !important;
    left: 0 !important;
  }
}

/* 移动端：显示汉堡菜单，激活 offcanvas */
@media (max-width: 991px) {
  .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-12,
  .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-12,
  .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #offcanvas-toggler { display: block; }
  .sp-megamenu-parent { display: none; float: none; }
}



/* ==========================================================================
   第二部分：页面独立样式
   说明：以下样式仅在特定页面中使用，按页面分组
   ========================================================================== */

/* =====================================================================
   PAGE: index.html（首页）
   ===================================================================== */

/* Latest News - 首页特色新闻网格 */
.latest-news-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 ;
}

.latest-news-left {
    flex: 0 0 64.866%;
    max-width: 64.866%;
  padding: 0 ;
}

.latest-news-right {
flex: 0 0 34.433%;
    max-width: 34.433%;
    padding: 0 5px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.news-featured-item {
  position: relative;
  overflow: hidden;
  
}

.news-featured-item img { width: 100%; display: block; }

.news-featured-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(44,44,44,.64);
  padding: 5px 15px 15px 20px;
}

.news-featured-overlay h3 { margin: 0; font-size: 18px; }
.news-featured-overlay h3 a { color: #fff; text-decoration: none; }

.news-small-item {
  position: relative;
  overflow: hidden;

}

.news-small-item img { width: 100%; display: block; }

.news-small-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(44,44,44,.64);
  padding: 5px 15px 10px 15px;
}

.news-small-overlay h3 { margin: 0; font-size: 15px; }
.news-small-overlay h3 a { color: #fff; text-decoration: none; }

/* About CDI Flipbox - 翻转卡片 */
.sppb-flipbox-panel {
  position: relative;
  height: 200px;
  perspective: 1000px;
  margin-bottom: 25px;
}

/* .sppb-flipbox-panel:hover .sppb-flipbox-front { transform: rotateX(180deg); }
.sppb-flipbox-panel:hover .sppb-flipbox-back { transform: rotateX(0deg); } */

.flip-box {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  backface-visibility: hidden;
  transition: transform 0.6s;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sppb-flipbox-front {
  background: url('http://175.178.182.177:8093/images/2020/06/18/img_6179.jpg') center/cover no-repeat;
  color: #fff;
  z-index: 2;
}

.sppb-flipbox-back {
  background: url('http://175.178.182.177:8093/images/home/transparency.png') center/cover;
  color: #fff;
  /* transform: rotateX(180deg); */
}

.sppb-flipbox-back h4 { padding: 20px; font-size: 16px; }
.sppb-flipbox-back h4 a { color: #fff; text-decoration: none; }

/* Newsletter 订阅 */
#mc_embed_signup {
  background: #f9f9f9;
  padding: 15px 0;
  border: 1px solid #eee;
  border-radius: 4px;
}

#mc_embed_signup .mc-field-group { margin-bottom: 12px; }

#mc_embed_signup label {
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 13px;
}

#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="text"] {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  color: #666;
}

#mc_embed_signup .button {
  background: #0345bf;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
}

#mc_embed_signup .button:hover { background: #044cd0; }

.asterisk { color: #c00; }

/* Banner Section（China Top Think Tanks） */
.banner-section {
  background: url('sz-background-transition.jpg') center/cover no-repeat;
  padding: 80px 40px;
  color: #fff;
  text-align: center;
  margin: 0;
}

.banner-section h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.banner-section h5 {
  font-size: 16px;
  font-weight: 400;
  color: #e5e5e5;
  margin-bottom: 30px;
  line-height: 1.8;
}

.banner-section .readon {
  display: inline-block;
  background: #0345bf;
  color: #fff;
  padding: 10px 25px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 14px;
}

.banner-section .readon:hover { background: #044cd0; }

/* 视频容器 */
.video-wrapper { margin: 20px 0; }
.video-wrapper iframe {
  width: 100%;
  height: 280px;
  border: none;
}

/* 合作伙伴 Logo */
.partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}

.partner-logo {
  flex: 0 0 calc(16.666% - 15px);
  text-align: center;
  padding: 10px;
}

.partner-logo img {
  max-width: 100%;
  height: auto;
  max-height: 60px;
  filter: grayscale(30%);
  opacity: 0.8;
  transition: all 0.3s;
}

.partner-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* 首页响应式断点 */
@media (max-width: 991px) {
  .latest-news-left,
  .latest-news-right { flex: 0 0 100%; max-width: 100%; }
  .latest-news-right { flex-direction: row; }
  .latest-news-right > * { flex: 1; }
  .partner-logo { flex: 0 0 calc(33.333% - 15px); }
}

@media (max-width: 767px) {
  .latest-news-right { flex-direction: column; }
  .partner-logo { flex: 0 0 calc(50% - 15px); }
}


/* =====================================================================
   PAGE: fuke-2025 Events（活动列表页）
   ===================================================================== */

/* Featured Event - 左图右文特色活动 */
.events-featured {
  margin-bottom: 30px;
  background: #fff;
  overflow: hidden;
}

.events-featured .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.events-featured .featured-img-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.events-featured .featured-content-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.events-featured .featured-img {
  border-radius: 3px;
  overflow: hidden;
}

.events-featured .featured-img img {
  width: 100%;
  display: block;
  transition: opacity 0.3s;
}

.events-featured .featured-img:hover img { opacity: 0.85; }

.events-featured .featured-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #252525;
}

.events-featured .featured-title a { color: #252525; }
.events-featured .featured-title a:hover { color: #0345bf; }

.events-featured .featured-meta {
  font-size: 12px;
  color: #9a9a9a;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.events-featured .featured-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.events-featured .featured-text ul { margin: 8px 0 0 20px; padding: 0; }
.events-featured .featured-text ul li { margin-bottom: 3px; }
.featured-text img,.event-card-text img{display: none;}
.featured-text,.event-card-text{    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; overflow: hidden; text-overflow: ellipsis;}

.events-featured .featured-readmore { margin-top: 10px; }

.events-featured .featured-readmore a {
  font-size: 12px;
  color: #0345bf;
  text-transform: uppercase;
  font-weight: 600;
}

.events-featured .featured-readmore a:hover { text-decoration: underline; }

/* Events Grid - 三列活动网格 */
.events-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  border-bottom: 5px solid #d5e6f7;
}

.events-grid .event-card {
  flex: 0 0 33.3333%;
  max-width: 31.3333%;margin: 0 1%;padding-bottom: 15px;margin-bottom: 30px;border-bottom: 2px solid #d5e6f7;
}

.event-card-wrapper {
  height: auto;
  background: #fff;
}

.event-card-img { overflow: hidden;border: 5px solid #d5e6f7;border-radius: 3px;     transition: 0.5s;}

.event-card-img img {
  width: 100%;
  display: block;
  transition: opacity 0.3s;
  aspect-ratio: 7 / 4; object-fit: cover;
}

.event-card-img:hover { border-color: #0b4c8c; }

.event-card-date {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: right;color: #052646;font-style: italic;line-height: 1.66;font-weight: bold;
}

.event-card-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 10px 0 8px 0;color:#0b4c8c;
}

.event-card-title a { color: #0b4c8c; }
.event-card-title a:hover { color: #333; text-decoration: underline;}

.event-card-text {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  margin-top: 8px;
}

.event-card-text p { margin: 0 0 5px; }

.event-card-readmore { margin-top: 8px; }

.event-card-readmore a {
  font-size: 12px;
  color: #0345bf;
  text-transform: uppercase;
}

.event-card-readmore a:hover { text-decoration: underline; }

/* Most Recent Section - GFCI 最新轮播区 */
.most-recent-section {
  background: #f9f9f9;
}

.most-recent-section .sp-module {
  margin-bottom: 30px;
}

/* Events 页响应式断点 */
@media (max-width: 991px) {
  .events-grid{margin: 0;}
  .events-grid .event-card { flex: 0 0 50%; max-width: 50%; }
  .events-featured .featured-img-col,
  .events-featured .featured-content-col { flex: 0 0 100%; max-width: 100%; }
  .event-card-wrapper { height: auto; }
}

@media (max-width: 767px) {
  .events-grid .event-card { flex: 0 0 100%; max-width: 100%; }
}


/* =====================================================================
   PAGE: books.html / fuke-Books（书籍列表页）
   ===================================================================== */

/* Books Title Section - 标题区 */
.books-title-section {
  padding-top: 25px;
  padding-bottom: 0;
}

.books-title { text-align: center; }
.books-title a { text-align: left; }

.books-title h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #464855;
  font-size: 48px;
  line-height: 72px;
  font-weight: 500;
}

.books-title .books-subtitle {
  font-size: 18px;
  line-height: 32px;
  color: #464855;
}

/* Books Grid - 四列书籍网格 */
.books-grid-section {
  padding-top: 25px;
  padding-bottom: 50px;
}

.books-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}

.books-wrapper {
  width: 24%;
  margin: 0 0.5%;
  margin-bottom: 30px;
  border-bottom: 2px solid #d5e6f7;
}

.books-item {
  background: #fff;
  border: none;
  font-size: 13px;
  color: #9a9a9a;
  line-height: 1.5;
}

.books-item .books-img {
  overflow: hidden;
  position: relative;
}

.books-item .books-img img {
  width: 100%;
  display: block;
  border-radius: 2px;
  transition: opacity 0.3s;
  border-width: 5px;
  border-style: solid;
  border-radius: 3px;
  box-shadow: 0 0 3px #d6d6d6;
  transition: border 0.4s ease;
  border-color: #d5e6f7;
}

.books-item .books-img:hover img { opacity: 0.85; }

.books-item .books-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 15px 0 5px;
}

.books-item .books-title a {
  color: #0b4c8c;
  text-decoration: none;
}

.books-item .books-title a:hover {
  color: #333;
  text-decoration: underline;
}

.books-item .books-text {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  margin-top: 8px;
}

/* Books 页响应式断点 */
@media (max-width: 991px) {
  .books-wrapper { width: 50%; }
  .books-title h2 { font-size: 36px; line-height: 48px; }
}

@media (max-width: 767px) {
  .books-wrapper { width: 100%; }
  .books-title h2 { font-size: 28px; line-height: 36px; }
}


/* =====================================================================
   PAGE: fuke-Fan Gang（人物详情页 - 樊纲）
   ===================================================================== */

/* K2 Item Layout - 文章详情布局 */
.itemView {
  padding: 25px 0;
}

.itemHeader {
  margin-bottom: 20px;
}

.itemTitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #252525;
  margin: 0 0 15px 0;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #eee;
}

.itemBody {
  font-size: 14px;
  line-height: 1.7;
  color: #252525;
}

.itemBody p {
  margin: 0 0 15px 0;
  text-align: left;
}

.people {
  width: 250px;
  margin: 5px 10px 5px 5px;
  border: 1px solid #000000 !important;
  float: left;
}

.itemFullText {
  overflow: hidden;
}

.itemBackToTop {
  padding: 15px 0;
  text-align: right;
}

.itemBackToTop a {
  font-size: 13px;
  color: #0345bf;
}

.itemBackToTop a:hover {
  text-decoration: underline;
}

/* Most Recent Section 覆盖样式（fuke-Fan Gang 独有） */
.most-recent-section {
  background: #f8f8f8;
  padding: 20px 0;
  margin-top: 30px;
}

.most-recent-section .allmode-box {
  margin: 0;
}

.most-recent-section .allmode-name {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 12px;
  margin: 0 0 20px;
  border-bottom: 2px solid #0a55bf;
  color: #333;
}

.most-recent-section .allmode-item {
  background: #fff;
  border: none;
  font-size: 13px;
  color: #9a9a9a;
  line-height: 1.5;
  border-radius: 3px;
  overflow: hidden;
}

.most-recent-section .allmode-item .allmode-img {
  overflow: hidden;
  position: relative;
}

.most-recent-section .allmode-item .allmode-img img {
  width: 100%;
  display: block;
  transition: opacity 0.3s;
  aspect-ratio: 7 / 4; object-fit: cover;
}

.most-recent-section .allmode-item .allmode-img:hover img { opacity: 0.85; }

.most-recent-section .allmode-item .allmode-content {
  padding: 12px 10px 4px;
}

.most-recent-section .allmode-item .allmode-info {
  font-size: 11px;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 5px;
}

.most-recent-section .allmode-item .allmode-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
}

.most-recent-section .allmode-item .allmode-title a {
  color: #333;text-decoration: none;font-weight: bold;
}

.most-recent-section .allmode-item .allmode-title a:hover { color: #0345bf; }

/* Fan Gang 页响应式断点 */
@media (max-width: 991px) {
  .people { float: none; margin: 0 auto 15px auto; }
}

@media (max-width: 767px) {
  .people { width: 100%; max-width: 295px; }
}


/* =====================================================================
   PAGE: fuke-Global Chinese Economic & Technology Summit 2025（活动详情页）
   ===================================================================== */

/* Tabs 选项卡样式 */
/* 隐藏 tab 面板内的 <h2> 标题，tab 标签本身已充当标题 */
.tab-pane h2 {
  display: none;
}

.nav-tabs .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #555;
  border: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 20px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
  color: #0345bf;
  background: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: 2px solid #0345bf;
}

.nav-tabs .nav-link:hover {
  color: #0345bf;
  border-color: #eee #eee #ddd;
}

.tab-content {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px
}
/* ===== GALLERY CAROUSEL (SIG Pro style - 上方大图+下方缩略图) ===== */
.sigProContainer {
  background: #fff;

}
.sigProMainWrap {
  position: relative;
  margin-bottom: 15px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 3px;
  overflow: hidden;
}
.sigProMain {
  position: relative;
  text-align: center;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sigProMain img {
  display: block;
  max-width: 100%;
  max-height: 500px;
  width: auto;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
  transition: opacity 0.3s;
}
.sigProMain img:hover {
  opacity: 0.9;
}

/* Thumbnail strip */
.sigProThumbStrip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 10px 0 0;
  border-top: 1px solid #eee;
}
.sigProThumb {
  display: inline-block;
  width: 112px;
  height: 70px;
  border: 3px solid transparent;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease, opacity 0.2s ease;
  flex-shrink: 0;
}
.sigProThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sigProThumb:hover {
  border-color: #999;
  opacity: 0.85;
}
.sigProThumb.selected {
  border-color: #0345bf;
  opacity: 1;
}
.sigProThumb.selected:hover {
  border-color: #0345bf;
  opacity: 1;
}

.nav-tabs{border-bottom: none;}
.tab-pane h2 {
  font-size: 20px;
  font-weight: 600;
  color: #252525;
  margin-bottom: 15px;
}

.tab-pane p { margin-bottom: 12px; }

.tab-pane ul,
.tab-pane ol {
  margin-bottom: 15px;
  padding-left: 20px;
}

.tab-pane li { margin-bottom: 5px; }

/* Gallery 画廊 - SIG Pro 风格（上方大图 + 下方缩略图） */
/* 此样式由各页面内部的 <style> 块定义，此处不再重复 */


/* 侧边栏 - 相关文章 */
.sp-module {
  margin-bottom: 30px;
}

.sp-module-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 20px 0;
  padding: 0 0 8px 0;
  border-bottom: 2px solid #0a55bf;
}

.related-item {
  margin-bottom: 25px;
}

.related-item .related-img {
  margin-bottom: 10px;
  border-radius: 3px;
  overflow: hidden;
}

.related-item .related-img img {
  width: 100%;
  display: block;
  transition: opacity 0.3s;
  aspect-ratio: 3.6 / 2.2;
  object-fit: cover;
}

.related-item .related-img:hover img { opacity: 0.85; }

.related-item .related-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
}

.related-item .related-title a {
  color: #333;
  text-decoration: none;
}

.related-item .related-title a:hover { color: #0345bf; }

.related-item .related-date {
  font-size: 11px;
  text-transform: uppercase;
  color: #9a9a9a;
}

/* GCET 页响应式断点 */
@media (max-width: 991px) {
  .gallery-item { flex: 0 0 50%; max-width: 50%; }
}

@media (max-width: 767px) {
  .gallery-item { flex: 0 0 100%; max-width: 100%; }
}


/* =====================================================================
   PAGE: fuke-Leadership（领导团队页）
   ===================================================================== */

/* 横幅图片 */
.leadership-banner {
  width: 100%;
  padding: 0;
}

.leadership-banner img {
  width: 100%;
  display: block;
}

/* Leadership 两列网格 */
.leadership-section {
  padding: 25px 0 50px 0;
}

.leadership-grid {
  margin: 0 -14px;
  overflow: hidden;
}

.leadership-item {
  float: left;
  width: 50%;
  padding: 0 14px;
  margin: 12px 0;
}

.leadership-card {
  position: relative;
  overflow: hidden;
  padding-bottom: 4px;
  border-bottom: 2px solid #d5e6f7;
}

.leadership-card .leadership-img img {
  float: left;
  margin: 2px 16px 8px 0;
  border: 3px solid #d5e6f7;
  border-radius: 2px;
  width: 250px;
  height: 300px;
  transition: border 0.4s ease;
  object-fit: cover;
}

.leadership-card .leadership-img a:hover img { border-color: #0b4c8c; }

.leadership-card .leadership-title {
  margin: 5px 0 4px 0;
  padding: 0 4px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
}

.leadership-card .leadership-title a { color: #0b4c8c; }
.leadership-card .leadership-title a:hover {
  color: #0b4c8c;
  text-decoration: underline;
}

.leadership-card .leadership-text {
  font-size: 12px;
  line-height: 16px;
  color: #505050;
  margin-top: 6px;
  font-style: normal;
}

.leadership-card .leadership-text p { margin: 0 0 6px 0; }

.leadership-card .leadership-readmore {
  position: absolute;
  right: 0;
  bottom: 4px;
  padding: 0 4px;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
}

.leadership-card .leadership-readmore a { color: #0b4c8c;font-weight: bold; font-style: normal;}

/* Leadership 页响应式断点 */
@media (max-width: 991px) {
  .leadership-item { width: 50%; }
  
}

@media (max-width: 767px) {
  .leadership-item { width: 100%; }
  .leadership-card .leadership-img img { float: none; margin: 0 0 10px 0; }
}
/* =====================================================================
   PAGE: fuke-Annual Reports（年度报告列表页）
   ========================================================================== */

/* --- 页面标题 h1.edocman-page-heading ---
   匹配 custom.css 中的定义 */
h1.edocman-page-heading {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2;
    color: #333333;
    font-size: 1.75rem !important;
    background: none #ffffff;
    border-width: 0px 0px 2px !important;
    border-style: none none solid !important;
    border-color: #0a55bf !important;
    position: relative;
    z-index: 7;
    width: 100%;
}

/* #edocman-category 容器 */
#edocman-category {
    padding: 10px 0;
}

#edocman-category .edocman-description {
    margin-bottom: 25px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

#edocman-category .edocman-description p {
    margin: 0;
}

/* --- 工具类 --- */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.pull-left {
    float: left;
}


/* --- Edocman Document 卡片容器（flex 三列） --- */
#edocman-documents {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

#edocman-documents .edocman-document {
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* --- span4 —— 三列布局（直接同级，无 row-fluid 包裹） --- */
#edocman-documents .span4 {
    display: flex;
    flex-direction: column;
    float: none;
    width: 31.3333%;
    margin: 0 1% 20px 1%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* --- Box Heading —— 灰色渐变标题栏，1px #DBDEE1 边框，上方圆角 --- */
#edocman-documents .edocman-box-heading {
    background: #f2f2f2;
    border: 1px solid #DBDEE1;
    border-radius: 5px 5px 0 0;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    padding: 18px 8px;
    margin: 0;
}

#edocman-documents .edocman-box-heading h3 {
    margin: 0;
}

/* --- Document Title 链接 --- */
.edocman-document-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 14px;
    color: #333;
}

.edocman-document-title-link {
    color: #0345bf;
    text-decoration: none;
    font-size: 1.75rem;
    font-weight: normal;
}

.edocman-document-title-link:hover {
    color: #0345bf;
    text-decoration: none;
}

/* --- Description —— 白底、三边 #DBDEE1 边框、下方圆角 --- */
#edocman-documents .edocman-description {
    background: #fff;
    border-radius: 0 0 7px 7px;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #DBDEE1;
    border-left: 1px solid #DBDEE1;
    border-right: 1px solid #DBDEE1;
    flex:1;
}

.edocman-description-details {
    text-align: left;
}

/* --- Thumbnail 左浮动图片 --- */
img.edocman-thumb-left {
    float: left !important;
    margin: 10px !important;
    border: 0 none;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

/* --- Taskbar 按钮栏（浮动左对齐） --- */
.edocman-taskbar {
    padding: 0 0 6px;
    margin: 0 0 6px;
    list-style-type: none;
    clear: both;
}

.edocman-taskbar ul {
    margin: 0 !important;
    padding: 0 !important;
}

.edocman-taskbar li {
    float: left !important;
    list-style-type: none !important;
    background-image: none !important;
    padding: 0 5px 0 0 !important;
    margin: .5em 0 2px !important;
}

.edocman-taskbar li a:link,
.edocman-taskbar li a:visited,
.edocman-taskbar li a:hover {
    text-decoration: none;
}

/* --- Bootstrap 3 风格 .btn （匹配原页面的按钮） --- */
.edocman-taskbar .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    text-decoration: none;
}

.edocman-taskbar .btn:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.edocman-taskbar .btn .fa {
    margin-right: 3px;
}

/* --- Pagination （匹配原页面） --- */
.edocman-pagination {
    margin-top: 20px;
    text-align: center;
    clear: both;
}

.edocman-pagination .pagination {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.edocman-pagination .page-item {
    margin: 0 2px;
}

.edocman-pagination .page-link {
    display: block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    color: #333;
    background: #fff;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}

.edocman-pagination .page-link:hover {
    background: #f0f0f0;
    border-color: #ccc;
    color: #0345bf;
}

.edocman-pagination .page-item.active .page-link {
    background: #0345bf;
    color: #fff;
    border-color: #0345bf;
}

/* --- 响应式断点 --- */
@media (max-width: 991px) {
    #edocman-documents .span4 {
        width: 48%;
        margin: 0 1% 20px 1%;
    }
}

@media (max-width: 767px) {
    #edocman-documents .span4 {
        width: 100%;
        margin: 0 0 20px 0;
    }
    img.edocman-thumb-left {
        float: none !important;
        margin: 0 auto 10px auto !important;
        display: block;
    }
}

/* =====================================================================
   PAGE: fuke-Contact（联系我们页面）
   ========================================================================== */

/* --- Banner --- */
.contact-banner-section {
    padding-top: 0;
    padding-bottom: 0;
}

.contact-banner-img {
    width: 100%;
    display: block;
}

/* --- Main Section（表单 + 信息） --- */
.contact-main-section {
    padding: 50px 0 70px 0;
}

/* --- Contact Form --- */
.contact-form-wrapper {
    margin: 0 50px 0 0;
}

.contact-form-row {
    display: flex;
    flex-direction: column;
}

.contact-form-group {
    margin-bottom: 12px;
}

.contact-form-control {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.15s ease;
    box-sizing: border-box;
}

.contact-form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

textarea.contact-form-control {
    resize: vertical;
}

.contact-form-submit {
    text-align: left;
    margin-top: 5px;
}

.contact-btn-send {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #5cb85c;
    border: 1px solid #4cae4c;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
}

.contact-btn-send:hover {
    background-color: #449d44;
    border-color: #398439;
}

.contact-btn-send .fa {
    margin-right: 5px;
}

/* --- Right Sidebar: Contact Info --- */
.contact-info-sidebar {
    padding-left: 20px;
}

.contact-info-item {
    margin: 0 0 50px 0;
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.contact-info-media {
    display: flex;
    align-items: flex-start;
}

.contact-info-icon {
    flex-shrink: 0;
    margin-right: 15px;
    text-align: center;
    padding: 0;
}

.contact-icon-circle {
    display: inline-block;
    text-align: center;
    color: rgba(70, 72, 85, 0.8);
}

.contact-icon-circle > i {
    font-size: 48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.contact-info-body {
    flex: 1;
}

.contact-info-title {
    color: #4A4A4A;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 8px 0;
    padding: 0;
}

.contact-info-text {
    font-size: 16px;
    line-height: 26px;
    color: rgba(70, 72, 85, 0.8);
}

.contact-info-text p {
    margin: 0 0 5px;
}

/* --- Map Section --- */
.contact-map-section {
    padding-top: 0;
    padding-bottom: 0;
}

.contact-map-placeholder {
    width: 100%;
    margin: 0;
}
#bingMap {
    width: 100%;
    height: 500px;
    background: #eeeeef;
}
/* --- 响应式断点 --- */
@media (max-width: 991px) {
    .contact-form-wrapper {
        margin: 0;
    }
    .contact-info-sidebar {
        padding-left: 0;
        margin-top: 40px;
    }
    .contact-info-item {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 767px) {
    .contact-main-section {
        padding: 30px 0 40px 0;
    }
    .contact-info-media {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .contact-info-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

br{display: none;}