
  /* --- Fuji History Optimized Layout --- */
  .fuji-history-body {
    font-family: 'Verdana', Geneva, sans-serif;
    color: #333;
    line-height: 1.8;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }

  /* Header Style - 10px Fuji Green Border */
  .history-header {
    text-align: center;
    padding: 80px 0;
    background: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85)), url('//ueeshop.ly200-cdn.com/u_file/UPBC/UPBC963/2502/12/photo/FUJIGroup.jpg');
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
    border-bottom: 10px solid #2d8244 !important;
  }

  .history-header h2.original-h1-style {
    font-size: 38px !important;
    color: #2d8244 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
    font-weight: bold;
  }

  .history-header p { 
    font-size: 18px; 
    color: #555; 
    margin: 0 auto; 
    max-width: 900px;
    font-weight: 500;
  }

  /* --- BOLDER Timeline Construction --- */
  .timeline { position: relative; max-width: 1100px; margin: 0 auto; }
  
  .timeline::after {
    content: ''; position: absolute; 
    width: 6px; 
    background-color: #2d8244; 
    top: 5px; bottom: 0; left: 20px;
    border-radius: 3px;
  }

  .timeline-item { padding: 10px 0 10px 70px; position: relative; margin-bottom: 45px; }
  
  .timeline-item::after {
    content: ''; position: absolute; 
    width: 22px; height: 22px; 
    left: 9px; 
    background-color: #2d8244; 
    border: 5px solid #fff; 
    top: 15px; border-radius: 50%; z-index: 1;
    box-shadow: 0 0 12px rgba(45, 130, 68, 0.5); 
  }

  .timeline-date {
    font-size: 28px !important; 
    font-weight: bold !important;
    color: #2d8244 !important;
    display: block;
    margin-bottom: 12px;
    letter-spacing: 1px;
  }

  .timeline-content {
    background: #fdfdfd; padding: 25px; border-radius: 8px; 
    border-left: 8px solid #2d8244; 
    display: flex; gap: 30px; align-items: center; justify-content: space-between;
    transition: all 0.3s ease; border: 1px solid #f0f0f0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  }
  .timeline-content:hover {
    box-shadow: 0 12px 30px rgba(45, 130, 68, 0.2); 
    background: #fff;
    transform: translateX(5px);
  }

  .timeline-text { flex: 1; font-size: 16px; }
  .timeline-text strong { font-size: 20px; color: #000; display: block; margin-bottom: 10px; }
  .timeline-sub { font-size: 15px; color: #666; font-style: italic; margin-top: 12px; display: block; line-height: 1.5; }

  .timeline-img-box { flex: 0 0 320px; text-align: center; }
  .timeline-img-box img { 
    width: 100%; height: auto; border-radius: 4px; border: 1px solid #ddd; 
    background: #fff; padding: 5px; box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }
  .timeline-img-box span { font-size: 13px; color: #888; margin-top: 8px; display: block; font-weight: bold; }

  /* Authority Section */
  .authority-section {
    display: flex; background: #082612; color: #fff; border-radius: 12px;
    margin: 80px 0; overflow: hidden; box-shadow: 0 12px 35px rgba(0,0,0,0.3);
    align-items: stretch;
  }
  .authority-hq-img {
    flex: 0.8; min-height: 380px;
    background: url('//ueeshop.ly200-cdn.com/u_file/UPBC/UPBC963/2502/12/photo/FUJIGroup.jpg') center center;
    background-size: cover;
  }
  .authority-text { flex: 1.2; padding: 50px; display: flex; flex-direction: column; justify-content: center; }
  .authority-text p { font-size: 21px; line-height: 1.8; margin: 0; }
  
  /* --- 醒目黄色文字（已删除对勾符号） --- */
  .authority-text strong {
    color: #ffeb3b; /* 醒目黄色 */
    font-weight: 800;
    display: inline; /* 改回 inline 使其在句子中平滑显示 */
  }

  .authority-text a { color: #fff; text-decoration: underline; font-weight: bold; }
  .latest-news-link { 
    color: #082612 !important; text-decoration: none !important; font-weight: bold; 
    margin-top: 30px; display: inline-block; font-size: 19px; border: 2px solid #ffeb3b;
    padding: 12px 25px; border-radius: 4px; transition: 0.3s; width: fit-content;
    background: #ffeb3b;
  }
  .latest-news-link:hover { 
    background: transparent; color: #ffeb3b !important; 
    box-shadow: 0 0 15px rgba(255, 235, 59, 0.4);
  }

  @media (max-width: 900px) {
    .history-header h2.original-h1-style { font-size: 28px !important; }
    .timeline::after { left: 15px; }
    .timeline-item { padding-left: 55px; }
    .timeline-item::after { left: 4px; }
    .timeline-content { flex-direction: column; padding: 20px; border-left-width: 6px; }
    .timeline-img-box { flex: 0 0 auto; width: 100%; margin-top: 20px; }
    .authority-section { flex-direction: column; }
    .authority-hq-img { width: 100%; min-height: 250px; }
    .authority-text { padding: 35px 25px; }
  }
