.stickWrap{
    height:80px;}
#len img{
    width: 50%;
    margin-left: 0;}

@media screen and (max-width: 768px) {
    .stickWrap{
        height:50px;}
    #len img {
        width: 280px;
        margin-left: 10px;}
    .navbar-logo img{
        width: 280px;
        margin: 5px;}

}
@media screen and (max-width: 768px) {
    .innavWrap{
        height:40px;
        z-index: 9999;}
    .navWrap{
        height:40px;}
    #navList-mobile {
        flex-direction: column;
        position: absolute;
        top: 50px;
        right: 0;
        width: 26%;
        height:40px;
        background-color: #2975bb;
        display:none;
        z-index: 9999;}

    #navList-mobile li {
        text-align: center;
        width: 100%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background:#2B76B0;
        text-align: center; /* 水平居中 */
        display: block;}
   #navList-mobile li a {
       font-size:12px;}
    .dropdown-menu {
        position: static;
        width: 100%;}

    .dropdown-menu li {
        text-align: center;}

    .navbar-toggler {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;}
}

.mobile-navbar{
    display:none;}
@media screen and (max-width: 768px) {
    .mobile-navbar{
        display:block;}
    #navList{
        display:none;
        position: fixed;
        z-index: 9999;}

}
.innavWrap ul li:hover, .innavWrap ul li a.cur {
    background: #5692c4;}

.navWrap{
    z-index: 9999;}
.nav-list {
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    gap: 5;
    padding: 0;
    margin: 0;
    list-style: none;}

.nav-list li {
    display: flex;
    align-items: center;}

.nav-list .link {
    white-space: nowrap;
    color: white;
    text-decoration: none;}

.nav-list .link:hover {
    color: #f0f0f0;}

.dropdown-menu {
    width: 150px;
    display: none;
    position: absolute;
    background-color: rgba(43, 118, 176, 0.8);
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 0 0 4px 4px;}

.dropdown-menu li {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;}

.dropdown-menu li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    display: block;
    width: 150px;
    height: 50px;}

.dropdown-menu li:hover {
    background-color: rgba(43, 118, 176, 0.8);}

.dropdown:hover .dropdown-menu {
    display: block;
    border-radius: 2px; /* 点选后边框半径和点击前一致 */
    background-color: rgba(43, 118, 176, 0.8); /* 点选后保持半透明背景颜色 */
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 0 0 4px 4px;}
.dropdown ul li {
    width: 150px;
    height: 50px;
    display: block;
    float: left;
    text-align: center;
    line-height: 50px;
    position: relative;}
.nav-list clearfix ul li{
    width: 196px;
    height: 50px;
    display: block;
    float: left;
    text-align: center;
    line-height: 50px;
    position: relative;}
.navbar-toggler {
    display: none;
    cursor: pointer;}

.navbar-toggler-icon {
    width: 35px;
    height: 35px;}

@media screen and (max-width: 768px) {
    .innavWrap{
        height:40px;}
    .navWrap{
        height:40px;
        display: none;}
    #navList-mobile {
        flex-direction: column;
        position: absolute;
        top: 50px;
        right: 0;
        width: 26%;
        height:40px;
        background-color: #2975bb;
        display:none;}

    #navList-mobile li {
        text-align: center;
        width: 100%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background:#2B76B0;}
   #navList-mobile li a {
       font-size:12px;}
    .dropdown-menu {
        position: static;
        width: 100%;}

    .dropdown-menu li {
        text-align: center;}

    .navbar-toggler {
        display: block;
        position: absolute;
        top: 15px;
        right: 10px;}
    .navbar-logo {
    display:block;}
    .navbar-logo img{
    width:60%;}
}

.mobile-navbar{
    display:none;}
@media screen and (max-width: 768px) {
    .mobile-navbar{
        display:block;}
    #navList{
        display:none;}
}
img{
    margin bottom: 0;}

.breadcrumb-nav {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    padding: 20px 20px;
    background-color: #f8f9fa;
    border-radius: 4px;
    margin:35px 0;
    display: flex;
    align-items: center;}

/* 链接基础样式 */
.breadcrumb-nav a {
    color: #000000;
    text-decoration: none;
    transition: color 0.25s ease;
    padding: 0 3px;
    display: flex;
    align-items: center;}

/* 链接悬停状态 */
.breadcrumb-nav a:hover {
    color: #0056b3;
    text-decoration: none;}

/* 当前页样式 */
.breadcrumb-nav .current-page {
    color: #6c757d;
    font-weight: 500;
    padding: 0 3px;}

/* 分隔符样式 */
.breadcrumb-nav .separator {
    color: #adb5bd;
    padding: 0 8px;
    font-weight: 300;}

/* 响应式设计 */
@media (max-width: 768px) {
    .breadcrumb-nav {
        padding: 8px 15px;
        font-size: 13px;}
    .breadcrumb-nav .separator {
        padding: 0 5px;}
    .local {
    width: 100%;
    height: auto;
    line-height: 30px;
    padding: 9px 10px;
    word-break: break-all;}
}
.lm {
            color: #ffffff /*; 白色文本 */
            display: flex;
            align-items: center;
            padding: 7px 15px;
            font-size: 18px; /* 根据原图字体大小设置 */
            font-weight: bold;
            font-family: "Microsoft YaHei", "SimHei", sans-serif;}
.tupian{
    width:10%;}
.n_left .nl_con li a {
    background: #ffffff;
    border-bottom: 1px solid #e7e7e7;}

@media (max-width: 768px) {
    .nl_con:{
    display:none;}
    }
.n_left .nl_con li a.cur, .n_left .nl_con li a:hover {
    background: #88BEDD;
    color: #fff;}

.nl_con {
    list-style: none; /* 移除默认列表样式 */
    padding: 0;
    margin: 0;}
.nl_con li {
    color: #000;
    padding: 0; /* 内边距 */
    margin: 5px 0; /* 外边距 */
    background-color: #f0f0f0; /* 默认背景色 */
    border-radius: 5px; /* 圆角 */
    cursor: pointer; /* 鼠标悬停时显示手型 */
    transition: background-color 0.3s ease, color 0.3s ease;}

.nl_con li a {
    color: #000; /* 继承父元素的颜色inherit */
    text-decoration: none;}
.nl_con li:hover {
    background-color: #fff;}

/* 单独设置“中心简介”的样式 */
.nl_con li:first-child {
    background-color: #f0f0f0; /* 背景颜色2b76b0 */
    color: #fff;}

/* 移除选中状态的样式 */
.nl_con li.selected,
.nl_con li[data-target="announcement"],
.nl_con li.active {
    background-color: transparent; /* 透明背景 */
    color: inherit; /* 继承父元素的颜色 */
    font-weight: normal;}
.content-title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 20px auto;
    color:#666666;}
div.Section1{
    margin-top:20px;}
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: 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, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
.hover-imggzh:hover {
        content: url(images/wzgongzhonghao2.png);}

.hover-imgwx:hover {
        content: url(images/wz.png);}

.hover-imgwb:hover {
        content: url(images/wzweibo2.png);}

.hover-imgdy:hover {
        content: url(images/wzdouyin2.png);}

.cyfw-list dd:hover {
    color: #80D1FF;}

.fw-mt-bt img{
    width:216px;
    margin-left:48px;
    margin-bottom:18px;}
.fw-mw-bt img{
    width:216px;
    margin-left:20px;
    margin-right: 90px;}
.w8-9{
    margin-bottom:20px;
    margin-top:30px;
    margin-left:20px;}
.clear{
    clear:both;}
.shareList {
    padding-top: 15px;
    margin: auto;}
.cyfw-list{
    margin-left:40px;
    text-decoration: none;}
.cyfw-list a{
    text-decoration: none !important;}
.cyfw-list dd{
    color:#fff;
    font-size:14px;
    margin-left:10px;
    font-family: "Adobe 黑体 Std", sans-serif;}
.shareList p {
    width:38px;
    margin-left: 20px;
    display:inline-block;}
.shareList p img {
    width:100%;}

.cyfw-list li{
    color: #fff;}
.service-links-container {
  --primary-color: #fff;
  --link-spacing: 0.5rem;
  --font-size-base: 14px;
  --transition-duration: 0.3s;

  color: var(--primary-color);
  font-family: system-ui, -apple-system, sans-serif;
  margin: 1rem 0;
  background-color: #2B76B0; /* 新增背景颜色 */
  padding: 1rem;}
.service-links-container  h3{
 margin-bottom: 10px;
 font-size: 28px;
 font-weight: normal;}
/* 标题优化 */
.service-links-title {
  font-size: calc(var(--font-size-base) + 2px);
  font-weight: 500;
  margin-bottom: 1.25rem;
  padding-left: 12px;
  position: relative;}

/* 等高竖线版本 */
.service-links-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--primary-color);
  border-radius: 2px;}

/* 列表样式 */
.fttwo_l {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;}

.fttwo_l li {
  margin-bottom: var(--link-spacing);
  transition: transform var(--transition-duration);}

/* 悬停交互效果 */
.fttwo_l li:hover {
  transform: translateX(8px);}

.fttwo_l a {
  display: block;
  color: var(--primary-color);
  text-decoration: none;
  font-size: var(--font-size-base);
  padding: 6px 8px;
  border-radius: 4px;
  transition: 
    background-color var(--transition-duration),
    color var(--transition-duration);}

.fttwo_l a::before {
  content: "·";
  margin-right: 0.5rem;}

/* 链接悬停效果 */
.fttwo_l a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;}

/* 响应式设计 */
@media (max-width: 768px) {
  .service-links-container {
    --font-size-base: 13px;
    margin: 0.75rem 0;}

  .service-links-title {
    padding-left: 10px;
    margin-bottom: 1rem;}

  .service-links-title::before {
    width: 1.5px;}

  .fttwo_l a {
    padding: 4px 6px;}

  .fttwo_l li:hover {
    transform: translateX(5px);}
}

/* 超小屏幕适配 */
@media (max-width: 480px) {
  .service-links-container {
    --link-spacing: 0.3rem;}

  .fttwo_l a {
    font-size: calc(var(--font-size-base) - 1px);
    padding: 3px 5px;}
}

@media screen and (max-width: 786px) {
    .fw-mw-bt{
       text-align:center;}
    .fw-mw-bt img{
        margin:0;}
    .fw-mt-right.fr {}
    .fw-mt-left.fl {
        float: none;}
    .w8-9{
        margin: 20px 0 10px 0;}
    .fw-mt-bt{
        margin: 0 auto;
        text-align:center;}
    .fw-mt-bt img{
        margin: 0;}
    .cyfw-list{
        margin: 0 auto;
        text-align:center;
        text-decoration: none;}
    .shareList{
        width:100%;
        text-align:center;}
}
