    #c1124008 ul {list-style: none; margin: 0px; padding: 0px;} 
    #c1124008 ul li a {font-family: 黑体;text-decoration: none;font-weight:bold; color:#fff; display:block; width:112px; height:36px; line-height:36px; text-align:center; background:url(/system/resource/images/nav/imgnav_vsb_level1_bg_1.gif) 0 0 no-repeat;  font-size:14px;} 
    #c1124008 ul li { float:left; margin-left:0px;} 
    #c1124008 ul li a:hover {background:url(/system/resource/images/nav/imgnav_vsb_level1_bg_2.gif) 0 0 no-repeat;}
    #c1124008 ul li a#current { background:url(/system/resource/images/nav/imgnav_vsb_level1_bg_2.gif) 0 0 no-repeat; font-weight:bold; color:#fff;}
    #c1124008 ul li ul { border:0px solid #ccc; display:none;} 
    #c1124008 ul li ul li {font-family: 黑体;text-decoration: none;font-weight:bold;font-size:14px; float:none;  margin:0;}
    #c1124008 ul li ul li a {width:112px;height:28px;line-height:28px; text-align:center; background:url(/system/resource/images/nav/imgnav_vsb_level2_bg_1.png); color:#000000;} 
    #c1124008 ul li ul li a:hover { background:url(/system/resource/images/nav/imgnav_vsb_level2_bg_1.jpg); color:#000000;}  
    #c1124008 ul li:hover ul { display:block;z-index:9999999; position:absolute;}
    #c1124008 ul li.sfhover ul { display:block;} 
   /* ===== Page Banner ===== */
        .page-banner { background: var(--bg-gray);}
        .banner-inner { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; gap: 16px;}
        .banner-info { display: flex; align-items: center; gap: 16px;}
        .banner-icon { width: 52px; height: 52px; border-radius: 14px; flex-shrink: 0; background: var(--primary-bg); display: flex; align-items: center; justify-content: center;}
        .banner-icon svg { width: 26px; height: 26px; stroke: var(--primary); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round;}
        .banner-info h2 { font-size: 22px; color: var(--primary); font-weight: 700;}
        .banner-info p { font-size: 13px; color: var(--text-muted); margin-top: 2px;}
        .breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--text-muted);}
        .breadcrumb a { color: var(--text-body); font-weight: 500;}
        .breadcrumb a:hover { color: var(--primary);}
        .breadcrumb .sep { opacity: 0.4;}
        .breadcrumb .current { color: var(--primary); font-weight: 500;}
        .breadcrumb svg { width: 14px; height: 14px; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; opacity: 0.4;}

.pagination { margin-top: 36px;}
.pagebar { text-align: center; margin-top: 10px;}
.p_pages { display: inline-flex; align-items: center; gap: 6px; flex-wrap: wrap; border: none !important; background: none !important;}
.p_pages > span {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 36px; height: 36px; padding: 0 10px;
    border-radius: 6px; font-size: 14px; color: var(--text-body);
    border: 1px solid var(--border); transition: var(--transition);
    text-decoration: none;}
.p_pages a:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-bg);}
.p_no_d {
    background: var(--primary) !important; color: #fff !important;
    border-color: var(--primary) !important; font-weight: 600;}
.p_dot { border: none !important; color: var(--text-muted) !important; background: none !important; min-width: 24px !important;}
.p_fun a, .p_fun_d {
    font-size: 13px; padding: 0 14px;}
.p_fun_d { color: var(--text-muted) !important; opacity: 0.5; cursor: default;}
.p_fun a:hover { background: var(--primary-bg); border-color: var(--primary); color: var(--primary);}
