/* 5个同步页内容样式（PC端） */
.share-page-section {
    padding-top: 28px;
  }
  
  .share-page-panel {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    padding: 36px 42px 40px;
  }
  
  .share-page-title {
    margin: 0 0 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e9eef5;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.35;
    color: #163d6b;
  }
  
  .share-page-content,
  .sync-page-content {
    color: #4b5563;
    font-size: 16px;
    line-height: 2;
    word-break: break-word;
  }
  
  .share-page-content > *:first-child,
  .sync-page-content > *:first-child {
    margin-top: 0;
  }
  
  .share-page-content p,
  .sync-page-content p {
    margin: 0 0 18px;
    text-indent: 2em;
  }
  
  .share-page-content h1,
  .share-page-content h2,
  .share-page-content h3,
  .share-page-content h4,
  .share-page-content h5,
  .share-page-content h6,
  .sync-page-content h1,
  .sync-page-content h2,
  .sync-page-content h3,
  .sync-page-content h4,
  .sync-page-content h5,
  .sync-page-content h6 {
    margin: 30px 0 16px;
    line-height: 1.45;
    color: #163d6b;
    font-weight: 700;
  }
  
  .share-page-content h1,
  .sync-page-content h1 {
    font-size: 30px;
  }
  
  .share-page-content h2,
  .sync-page-content h2 {
    font-size: 26px;
  }
  
  .share-page-content h3,
  .sync-page-content h3 {
    font-size: 22px;
  }
  
  .share-page-content h4,
  .share-page-content h5,
  .share-page-content h6,
  .sync-page-content h4,
  .sync-page-content h5,
  .sync-page-content h6 {
    font-size: 18px;
  }
  
  .share-page-content ul,
  .share-page-content ol,
  .sync-page-content ul,
  .sync-page-content ol {
    margin: 0 0 18px 24px;
    padding: 0;
  }
  
  .share-page-content li,
  .sync-page-content li {
    margin-bottom: 10px;
  }
  
  .share-page-content table,
  .sync-page-content table {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 20px;
    border-collapse: collapse;
    background: #fff;
    display: block;
    overflow-x: auto;
  }
  
  .share-page-content table th,
  .share-page-content table td,
  .sync-page-content table th,
  .sync-page-content table td {
    border: 1px solid #d8e1ec;
    padding: 12px 14px;
    white-space: nowrap;
  }
  
  .share-page-content table th,
  .sync-page-content table th {
    background: #f5f9fc;
    color: #163d6b;
  }
  
  .share-page-content img,
  .share-page-content video,
  .share-page-content iframe,
  .sync-page-content img,
  .sync-page-content video,
  .sync-page-content iframe {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 12px auto 20px;
  }
  
  .share-page-content a,
  .sync-page-content a {
    color: #0b6faf;
    text-decoration: underline;
  }
  
  .share-page-content blockquote,
  .sync-page-content blockquote {
    margin: 0 0 20px;
    padding: 14px 18px;
    background: #f8fbfe;
    border-left: 4px solid #0b6faf;
    color: #475569;
  }
  
  .share-page-content hr,
  .sync-page-content hr {
    margin: 26px 0;
    border: 0;
    border-top: 1px solid #e5edf5;
  }
  
  .share-page-content strong,
  .sync-page-content strong {
    color: #1f2937;
  }
  
  .share-page-content .table,
  .sync-page-content .table {
    margin-bottom: 20px;
  }
  
  .share-page-content::after,
  .sync-page-content::after {
    content: "";
    display: block;
    clear: both;
  }
  
  .share-page-content > .wow,
  .sync-page-content > .wow {
    visibility: visible !important;
  }
  
  .share-page-content > .col-xl-4,
  .sync-page-content > .col-xl-4 {
    float: left;
    width: 33.3333%;
    padding: 0 12px;
    margin-bottom: 24px;
  }
  
  .share-page-content > .col-xl-4:nth-child(3n + 1),
  .sync-page-content > .col-xl-4:nth-child(3n + 1) {
    clear: left;
  }
  
  .share-page-content .widget-wrap,
  .sync-page-content .widget-wrap {
    height: 100%;
    padding: 26px 22px !important;
    background: linear-gradient(180deg, #f9fcff 0%, #ffffff 100%);
    border: 1px solid #dbe8f4;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  }
  
  .share-page-content .vtl,
  .sync-page-content .vtl {
    position: relative;
    padding-left: 24px;
  }
  
  .share-page-content .vtl::before,
  .sync-page-content .vtl::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    width: 2px;
    background: linear-gradient(180deg, #1f7dbf 0%, #b9d8ee 100%);
  }
  
  .share-page-content .event,
  .sync-page-content .event {
    position: relative;
    margin-bottom: 24px;
  }
  
  .share-page-content .event:last-child,
  .sync-page-content .event:last-child {
    margin-bottom: 0;
  }
  
  .share-page-content .event::before,
  .sync-page-content .event::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 10px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #1f7dbf;
    box-shadow: 0 0 0 4px #eef6fc;
  }
  
  .share-page-content .date,
  .sync-page-content .date {
    margin: 0 0 10px !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #163d6b;
    text-indent: 0;
  }
  
  .share-page-content .txt,
  .sync-page-content .txt {
    margin: 0 0 8px !important;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.9;
    text-indent: 0;
  }
  
  .share-page-content .txt:last-child,
  .sync-page-content .txt:last-child {
    margin-bottom: 0 !important;
  }
  
  @media (max-width: 1199px) {
    .share-page-content > .col-xl-4,
    .sync-page-content > .col-xl-4 {
      width: 50%;
    }
  
    .share-page-content > .col-xl-4:nth-child(3n + 1),
    .sync-page-content > .col-xl-4:nth-child(3n + 1) {
      clear: none;
    }
  
    .share-page-content > .col-xl-4:nth-child(2n + 1),
    .sync-page-content > .col-xl-4:nth-child(2n + 1) {
      clear: left;
    }
  }
  
  @media (max-width: 767px) {
    .share-page-panel {
      padding: 20px 16px 24px;
    }
  
    .share-page-title {
      font-size: 24px;
      margin-bottom: 20px;
      padding-bottom: 14px;
    }
  
    .share-page-content > .col-xl-4,
    .sync-page-content > .col-xl-4 {
      width: 100%;
      float: none;
      padding: 0;
      margin-bottom: 16px;
    }
  
    .share-page-content > .col-xl-4:nth-child(2n + 1),
    .sync-page-content > .col-xl-4:nth-child(2n + 1) {
      clear: none;
    }
  
    .share-page-content .widget-wrap,
    .sync-page-content .widget-wrap {
      padding: 20px 16px !important;
    }
  
    .share-page-content .date,
    .sync-page-content .date {
      font-size: 20px;
    }
  
    .share-page-content .txt,
    .sync-page-content .txt {
      font-size: 15px;
      line-height: 1.85;
    }
  }
  
  .sync-page-fazhanlicheng {
    column-count: 2;
    column-gap: 20px;
  }
  
  .sync-page-fazhanlicheng > .col-12,
  .sync-page-fazhanlicheng > .col-md-4,
  .sync-page-fazhanlicheng .feature-box-border-vertical,
  .sync-page-fazhanlicheng .row.feature-box-border-vertical {
    display: contents;
  }
  
  .sync-page-fazhanlicheng .feature-box {
    display: inline-block;
    width: 100%;
    break-inside: avoid;
    position: relative;
    margin: 0 0 16px;
    padding: 20px 18px 20px 68px;
    background: linear-gradient(180deg, #f9fcff 0%, #ffffff 100%);
    border: 1px solid #dbe8f4;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  }
  
  .sync-page-fazhanlicheng .fbox-icon {
    position: absolute;
    top: 22px;
    left: 18px;
    width: 40px;
    height: 40px;
  }
  
  .sync-page-fazhanlicheng .fbox-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1f7dbf;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 0 5px #eef6fc;
  }
  
  .sync-page-fazhanlicheng .fbox-icon em {
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }
  
  .sync-page-fazhanlicheng .fbox-content h3 {
    margin: 0 0 12px;
    color: #163d6b;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
  }
  
  .sync-page-fazhanlicheng .fbox-content p {
    margin: 0 0 10px;
    color: #4b5563;
    line-height: 1.9;
    text-indent: 0;
  }
  
  .sync-page-fazhanlicheng .fbox-content ul {
    margin: 0 0 8px 18px;
  }
  
  .sync-page-fazhanlicheng .fbox-content li {
    margin-bottom: 8px;
  }
  
  .sync-page-fazhanlicheng .clear {
    display: none;
  }
  
  .sync-page-qiyewenhua {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  
  .sync-page-qiyewenhua .entry {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0;
  }
  
  .sync-page-qiyewenhua .entry.col-lg-12 {
    grid-column: 1 / -1;
  }
  
  .sync-page-qiyewenhua .grid-inner {
    position: relative;
    overflow: hidden;
    min-height: 100% !important;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
    border: 1px solid #dbe8f4;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  }
  
  .sync-page-qiyewenhua .bg-overlay-content {
    z-index: 2;
  }
  
  .sync-page-qiyewenhua .bg-overlay-bg {
    opacity: 0.35;
  }
  
  .sync-page-qiyewenhua .num {
    justify-content: flex-start;
    margin-left: -10px;
    height: 100px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: -80px;
    color: #1f7dbf;
    font-size: 20px;
    font-weight: 700;
    flex-direction: row;
  }
  
  .sync-page-qiyewenhua .num small {
    font-size: 16px;
    font-weight: 700;
  }
  
  .sync-page-qiyewenhua .entry-title,
  .sync-page-qiyewenhua .entry-content {
    padding-left: 28px !important;
  }
  
  .sync-page-qiyewenhua .entry-title h2 {
    margin: 0 0 14px;
    color: #163d6b;
    font-size: 28px;
    font-weight: 700;
  }
  
  .sync-page-qiyewenhua .entry-content p {
    margin: 0 0 10px;
    color: #4b5563;
    line-height: 1.9;
    text-indent: 0;
  }
  
  .sync-page-qiyewenhua .entry-content p[style*='font-size:12px'] {
    color: #6b7280;
    font-size: 14px !important;
  }
  
  .sync-page-qiyewenhua .d-flex {
    gap: 16px;
    justify-content: center;
  }
  
  .sync-page-qiyewenhua [style*='writing-mode: tb-rl'] {
    writing-mode: vertical-rl !important;
    text-orientation: mixed;
  }
  
  @media (max-width: 991px) {
    .sync-page-qiyewenhua {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  
  @media (max-width: 767px) {
    .sync-page-fazhanlicheng {
      column-count: 1;
      column-gap: 0;
    }
  
    .sync-page-fazhanlicheng .feature-box {
      padding: 18px 16px 18px 62px;
    }
  
    .sync-page-fazhanlicheng .fbox-icon {
      top: 18px;
      left: 14px;
      width: 34px;
      height: 34px;
    }
  
    .sync-page-fazhanlicheng .fbox-icon a {
      width: 34px;
      height: 34px;
    }
  
    .sync-page-fazhanlicheng .fbox-icon em {
      font-size: 16px;
    }
  
    .sync-page-fazhanlicheng .fbox-content h3 {
      font-size: 20px;
    }
  
    .sync-page-fazhanlicheng .fbox-content p {
      font-size: 15px;
      line-height: 1.8;
    }
  
    .sync-page-qiyewenhua {
      grid-template-columns: 1fr;
      gap: 14px;
    }
  
    .sync-page-qiyewenhua .entry-title h2 {
      font-size: 22px;
    }
  
    .sync-page-qiyewenhua .num {
      margin-bottom: -70px;
    }
  
    .sync-page-qiyewenhua .num small {
      font-size: 14px;
    }
  
    .sync-page-qiyewenhua .d-flex {
      gap: 10px;
    }
  }
  
  .fs-24px{
    font-size:24px; letter-spacing:3px
  }
  .fw-700{
    font-weight:700
  }