/* 白色加粗字体透明导航 */
.white-bold-nav {
  background: transparent !important;
  font-family: 'Microsoft YaHei', 'SimHei', sans-serif;}

.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;}

/* 一级菜单项 */
.nav-item {
  position: relative;
  background: transparent;}

/* 一级菜单链接 - 白色加粗字体 */
.nav-link {
  display: block;
  padding: 18px 25px;
  color: #ffffff !important; /* 白色字体 */
  text-decoration: none;
  font-size: 16px;
  font-weight: bold !important; /* 加粗字体 */
  white-space: nowrap;
  transition: all 0.3s ease;
  background: transparent;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.2);}

/* 移除外边框 */
.nav-list .nav-item:last-child .nav-link {
  border-right: none;}

/* 悬停效果 */
.nav-link:hover {
  color: #ffeb3b !important; /* 悬停时变为黄色 */
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);}

/* 当前选中项 */
.nav-item.active .nav-link {
  color: #ffeb3b !important; /* 激活时黄色 */
  font-weight: bold;}

/* 二级菜单 */
.submenu.level2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 220px;
  border: 1px solid #ddd;
  border-top: 3px solid #2a5caa;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  padding: 10px 0;
  z-index: 1000;}

.nav-item:hover .submenu.level2 {
  display: block;}

/* 二级菜单项 */
.submenu-item {
  position: relative;}

.submenu-link {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f5f5f5;
  background: white;}

.submenu-link:hover {
  background: #f0f8ff;
  color: #2a5caa;
  padding-left: 25px;
  font-weight: normal;}

/* 三级菜单箭头 */
.submenu-item.has-children .submenu-link::after {
  content: "›";
  float: right;
  margin-left: 10px;
  color: #999;
  font-size: 18px;}

/* 三级菜单 */
.submenu.level3 {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: white;
  min-width: 200px;
  border: 1px solid #ddd;
  border-top: 3px solid #2a5caa;
  padding: 10px 0;
  z-index: 1001;}

.submenu-item.has-children:hover .submenu.level3 {
  display: block;}

.level3-link {
  display: block;
  padding: 8px 15px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.2s ease;}

.level3-link:hover {
  background: #e6f7ff;
  color: #2a5caa;
  padding-left: 20px;
  font-weight: normal;}

/* 响应式设计 */
@media (max-width: 768px) {
  .nav-list {
    flex-direction: column;
    background: rgba(42, 92, 170, 0.95);}
  
  .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
  
  .nav-link {
    border-right: none;
    text-align: center;
    padding: 15px 20px;}
  
  .submenu.level2,
  .submenu.level3 {
    position: static;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    margin-left: 20px;
    width: calc(100% - 40px);
    background: rgba(255, 255, 255, 0.95);}
  
  .submenu.level3 {
    position: static;
    margin-top: 5px;}
}
.splitflagstyle1019134{ color: #222222 ;}
.fontstyle1019134{ font-family: 宋体; font-size: 12pt; color: #222222;}
.winstyle1019134{ font-size: 12pt; color: #222222; font-family: 宋体;}

.font1019133{ font-size: 9pt ;}
.fontstyle1019133{ font-family: 宋体; font-size: 12pt; color: #222222;}

/* ========== 简介页组件（主网站） ========== */
/* 标题、正文首行缩进、标准行高；与 CMS 富文本、表格滚动兼容 */

.intro-article {
    max-width: 960px;
    margin: 0 auto;
    padding: 24px 20px 48px;
    color: #1e293b;}

.intro-header {
    margin-bottom: 28px;}

.news-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.04em;
    color: #0f172a;
    margin: 0;}

/* 正文区：标准行高；段首缩进（富文本内 p） */
.intro-content {
    font-size: 16px;
    line-height: 1.85;
    word-break: break-word;}

.intro-content p {
    margin: 0 0 1em;
    text-indent: 2em;
    line-height: 1.85;}

.intro-content p:first-of-type {
    margin-top: 0;}

/* 标题、列表、引用等不参与段首缩进 */
.intro-content h1,
.intro-content h2,
.intro-content h3,
.intro-content h4,
.intro-content ul,
.intro-content ol,
.intro-content blockquote {
    text-indent: 0;}

.intro-content li {
    margin: 0.35em 0;
    line-height: 1.85;}

.intro-content img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;}

.news-date {
    text-align: right;
    font-size: 14px;
    color: #64748b;
    margin: 28px 0 16px;
    line-height: 1.6;}

.intro-page-block {
    font-size: 16px;
    line-height: 1.85;
    margin-top: 20px;}

.intro-page-block p {
    text-indent: 2em;
    margin: 0 0 1em;
    line-height: 1.85;}

.intro-pagebar {
    margin: 20px 0;
    line-height: 1.6;}

.intro-attach {
    margin-top: 16px;
    line-height: 1.6;}

/* 表格横向滚动（原站 vsbcontent 样式，略整理） */
.vsbcontent-table-container-outer {
    position: relative;}

.vsbcontent-table-container {
    width: 98%;
    overflow-y: auto;
    margin: 2px;}

.vsbcontent-table-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}

.vsbcontent-table-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);}

.vsbcontent-table-container-fade {
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5), #fff);}

@media (max-width: 768px) {
    .news-title {
        font-size: 22px;
        line-height: 1.4;}

    .intro-content,
    .intro-content p,
    .intro-page-block,
    .intro-page-block p {
        font-size: 15px;
        line-height: 1.8;}
}

