/* ========== 95商服网 - 政务主题样式 ========== */
/* 版本：3.0 - 无重复版 */

/* ========== 强制覆盖 Modoer 默认容器 ========== */
body .item-body,
body .item-body .item-content,
body .item-body .item-left,
body .item-body .item-right {
    max-width: 1200px !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
body .item-body {
    margin: 0 auto !important;
    padding: 0 !important;
}
body .item-body .item-content {
    margin: 0 auto !important;
    padding: 0 20px !important;
    display: flex !important;
    gap: 28px !important;
    flex-wrap: wrap !important;
}
body .item-body .item-left {
    flex: 1 !important;
    min-width: 0 !important;
    width: auto !important;
}
body .item-body .item-right {
    width: 360px !important;
    flex-shrink: 0 !important;
}

/* ========== 布局容器 ========== */
.gov-page-body {
    max-width: 1400px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}
.gov-content-wrap {
    max-width: 1400px !important;
    width: 100% !important;
    margin: 10px auto !important;
    padding: 0 20px !important;
    display: flex !important;
    gap: 28px !important;
    flex-wrap: nowrap !important;
}
.gov-main {
    flex: 1 !important;
    min-width: 0 !important;
}
.gov-sidebar {
    width: 380px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

/* ========== 数据统计卡片粘滞效果 ========== */
.gov-sticky-card {
    position: sticky;
    top: 20px;
}

/* ========== 顶部导航条 ========== */
.gov-navbar {
    background: linear-gradient(135deg, #1B4F93 0%, #2A6CB8 100%) !important;
    color: white !important;
    padding: 0 20px !important;
    box-shadow: 0 4px 12px rgba(0,20,40,0.12) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
}
.gov-navbar a {
    color: white !important;
    text-decoration: none !important;
}
.gov-navbar-inner {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 64px !important;
}
.gov-nav-left {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}
.gov-logo {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.gov-logo-icon {
    font-size: 28px !important;
}
.gov-logo-text {
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
}
.gov-slogan {
    font-size: 14px !important;
    color: rgba(255,255,255,0.8) !important;
    padding-left: 16px !important;
    border-left: 1px solid rgba(255,255,255,0.3) !important;
}
.gov-nav-right {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
}
.gov-nav-menu {
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 4px !important;
}
.gov-nav-menu li {
    margin: 0 !important;
    padding: 0 !important;
}
.gov-nav-menu a {
    display: block !important;
    padding: 8px 18px !important;
    color: rgba(255,255,255,0.9) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-radius: 30px !important;
    transition: all 0.2s !important;
    text-decoration: none !important;
}
.gov-nav-menu a:hover,
.gov-nav-menu a.active {
    background: rgba(255,255,255,0.18) !important;
    color: white !important;
}
.gov-user-area {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}
.gov-user-name {
    color: white !important;
    font-weight: 500 !important;
    padding: 8px 12px !important;
    border-radius: 30px !important;
    transition: all 0.2s !important;
    cursor: pointer !important;
}
.gov-user-name:hover {
    background: rgba(255,255,255,0.15) !important;
}
.gov-user-dropdown {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    margin-top: 8px !important;
    background: white !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15) !important;
    min-width: 140px !important;
    display: none !important;
    z-index: 1000 !important;
}
.gov-user-area:hover .gov-user-dropdown {
    display: block !important;
}
.gov-user-dropdown a {
    display: block !important;
    padding: 10px 16px !important;
    color: #1A2B3C !important;
    font-size: 14px !important;
    border-bottom: 1px solid #EDF2F7 !important;
    transition: all 0.2s !important;
    text-decoration: none !important;
}
.gov-user-dropdown a:last-child {
    border-bottom: none !important;
}
.gov-user-dropdown a:hover {
    background: #F0F6FF !important;
    color: #1B4F93 !important;
    padding-left: 20px !important;
}

/* ========== 登录/注册按钮 ========== */
.gov-btn-login {
    color: white;
    background: #1B4F93;
    border: 1px solid white;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}
.gov-btn-login:hover {
    background: white;
    color: #1B4F93;
    border: 1px solid #1B4F93;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(27,79,147,0.2);
}
.gov-btn-register {
    color: white;
    background: #1B4F93;
    border: 1px solid white;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}
.gov-btn-register:hover {
    background: white;
    color: #1B4F93;
    border: 1px solid #1B4F93;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(27,79,147,0.2);
}

/* ========== 面包屑导航 ========== */
.gov-breadcrumb {
    border-bottom: 1px solid #E0E6ED !important;
    background: #FFFFFF !important;
}
.gov-breadcrumb-inner {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 12px 20px !important;
    font-size: 14px !important;
    color: #6A7F99 !important;
}
.gov-breadcrumb a {
    color: #1B4F93 !important;
    text-decoration: none !important;
}
.gov-breadcrumb a:hover {
    text-decoration: underline !important;
}
.gov-breadcrumb span {
    margin: 0 8px !important;
    color: #B0C4DE !important;
}

/* ========== 通用卡片 ========== */
.gov-card {
    background: #FFFFFF !important;
    border-radius: 16px !important;
    box-shadow: 0 6px 20px rgba(0,20,40,0.06) !important;
    padding: 24px 28px !important;
    margin-bottom: 24px !important;
    border: 1px solid #E9EDF2 !important;
}
.gov-card-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 20px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #E0E6ED !important;
}
.gov-card-header h3 {
    font-size: 18px !important;
    font-weight: 650 !important;
    color: #1B4F93 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}
.gov-card-header h3::before {
    content: '' !important;
    display: inline-block !important;
    width: 5px !important;
    height: 20px !important;
    background: #1B4F93 !important;
    margin-right: 12px !important;
    border-radius: 4px !important;
}
.gov-more-link {
    color: #1B4F93 !important;
    font-size: 14px !important;
    text-decoration: none !important;
}
.gov-more-link:hover {
    text-decoration: underline !important;
}

/* ========== 机构头部 ========== */
.gov-header-card {
    display: flex !important;
    gap: 24px !important;
    background: #FFFFFF !important;
    border-radius: 16px !important;
    padding: 24px 28px !important;
    margin-bottom: 24px !important;
    margin-top: 0;
    box-shadow: 0 6px 20px rgba(0,20,40,0.06) !important;
}
.gov-header-left {
    flex-shrink: 0 !important;
}
.gov-thumb {
    width: 120px !important;
    height: 120px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: linear-gradient(135deg, #1B4F93 0%, #3A7BC8 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-size: 36px !important;
    font-weight: bold !important;
}
.gov-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.gov-header-right {
    flex: 1 !important;
}
.gov-header-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 12px !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}
.gov-header-title h1 {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #0B2540 !important;
    margin: 0 !important;
}
.gov-header-title h1 span {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #5E718D !important;
    margin-left: 12px !important;
}
.gov-header-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 24px !important;
    color: #5E718D !important;
    font-size: 15px !important;
}
.gov-btn-correction {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: #FEF0F0 !important;
    color: #E60012 !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    border: 1px solid #FFCCC7 !important;
    transition: all 0.2s !important;
    cursor: pointer !important;
}
.gov-btn-correction:hover {
    background: #E60012 !important;
    color: white !important;
}

/* ========== 机构简介 ========== */
.gov-intro-card {
    background: #F0F6FF !important;
    border-left: 4px solid #1B4F93 !important;
}
.gov-intro-text {
    font-size: 15px !important;
    color: #1B4F93 !important;
    line-height: 1.8 !important;
}

/* ========== 平铺菜单样式 ========== */
.gov-menu-wrapper {
    margin-bottom: 20px;
}
.gov-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}
.gov-menu li {
    margin: 0;
    padding: 0;
}
.gov-menu li a {
    display: inline-block;
    padding: 10px 24px;
    background: #f0f2f5;
    color: #1A2B3C;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
}
.gov-menu li.active a {
    background: #1B4F93;
    color: white;
    position: relative;
}
.gov-menu li.active a::after {
    content: '▼';
    font-size: 10px;
    margin-left: 6px;
    display: inline-block;
}
.gov-menu li a:hover {
    background: #1B4F93;
    color: white;
}
.gov-menu li a:hover::after {
    content: '▼';
    font-size: 10px;
    margin-left: 6px;
    display: inline-block;
}

/* ========== 内容区块 ========== */
.gov-function-content {
    font-size: 15px !important;
    line-height: 1.9 !important;
    color: #1A2B3C !important;
}
.gov-leader-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
    gap: 16px !important;
}
.gov-leader-item {
    background: #F8FAFD !important;
    padding: 16px 18px !important;
    border-radius: 10px !important;
    border: 1px solid #E0E6ED !important;
}
.gov-leader-name {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #0B2540 !important;
    margin-bottom: 4px !important;
}
.gov-leader-title {
    color: #1B4F93 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    margin-bottom: 6px !important;
}
.gov-leader-duty {
    color: #5E718D !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}
.gov-guide-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
}
.gov-guide-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: #F8FAFD !important;
    padding: 14px 16px !important;
    border-radius: 10px !important;
    border: 1px solid #E0E6ED !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
}
.gov-guide-item:hover {
    background: #EEF3F9 !important;
    border-color: #1B4F93 !important;
    transform: translateY(-2px) !important;
}
.gov-guide-icon {
    font-size: 24px !important;
}
.gov-guide-info {
    flex: 1 !important;
}
.gov-guide-name {
    font-weight: 500 !important;
    color: #1A2B3C !important;
    margin-bottom: 2px !important;
}
.gov-guide-desc {
    font-size: 13px !important;
    color: #6A7F99 !important;
}

/* ========== 相册列表页样式 ========== */
.gov-album-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.gov-album-item {
    background: #F8FAFD;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #E0E6ED;
    transition: all 0.2s;
}
.gov-album-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.gov-album-link {
    text-decoration: none;
}
.gov-album-cover {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #E0E6ED;
}
.gov-album-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.gov-album-item:hover .gov-album-cover img {
    transform: scale(1.05);
}
.gov-album-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    padding: 20px 10px 10px;
    opacity: 0;
    transition: opacity 0.3s;
}
.gov-album-item:hover .gov-album-overlay {
    opacity: 1;
}
.gov-album-count {
    color: white;
    font-size: 12px;
}
.gov-album-info {
    padding: 12px;
}
.gov-album-info h4 {
    font-size: 14px;
    font-weight: 600;
    color: #1A2B3C;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gov-album-meta {
    display: flex;
    gap: 12px;
    font-size: 12px;
    color: #8899AA;
}

/* ========== 图片浏览页样式 ========== */
.gov-pic-breadcrumb {
    font-size: 13px;
    color: #6A7F99;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E0E6ED;
}
.gov-pic-breadcrumb a {
    color: #1B4F93;
}
.gov-pic-breadcrumb span {
    margin: 0 8px;
    color: #B0C4DE;
}
.gov-pic-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.gov-pic-nav-btn {
    display: inline-block;
    padding: 8px 20px;
    background: #F0F2F5;
    color: #1B4F93;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s;
}
.gov-pic-nav-btn:hover {
    background: #1B4F93;
    color: white;
}
.gov-pic-counter {
    font-size: 14px;
    color: #6A7F99;
}
.gov-pic-show {
    text-align: center;
    margin: 20px 0;
    background: #F8FAFD;
    border-radius: 12px;
    padding: 20px;
}
.gov-pic-zoom {
    position: relative;
    display: inline-block;
}
.gov-pic-show img {
    max-width: 100%;
    max-height: 500px;
    border-radius: 8px;
}
.gov-pic-zoom-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.6);
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.2s;
}
.gov-pic-zoom:hover .gov-pic-zoom-icon {
    opacity: 1;
}
.gov-pic-info {
    border-top: 1px solid #E0E6ED;
    padding-top: 20px;
    margin-top: 10px;
}
.gov-pic-info h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0B2540;
    margin-bottom: 12px;
}
.gov-pic-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 13px;
    color: #6A7F99;
    margin-bottom: 12px;
}
.gov-pic-meta a {
    color: #1B4F93;
}
.gov-pic-desc {
    background: #F8FAFD;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    color: #5E718D;
    line-height: 1.6;
}
.gov-pic-back {
    margin-top: 20px;
    text-align: center;
}
.gov-thumb-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.gov-thumb-item {
    display: block;
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.2s;
}
.gov-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gov-thumb-item.active {
    border-color: #1B4F93;
}
.gov-thumb-item:hover {
    border-color: #1B4F93;
    transform: scale(1.02);
}

/* ========== 办事指南页面样式 ========== */
.gov-card-header .gov-guide-tip {
    font-size: 12px;
    color: #8899AA;
    font-weight: normal;
}
.gov-service-guide-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.gov-service-guide-item {
    background: #F8FAFD;
    border: 1px solid #E0E6ED;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.2s;
}
.gov-service-guide-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-color: #C0D0E0;
}
.gov-service-guide-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 8px;
}
.gov-service-guide-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.gov-service-guide-header h4 a {
    color: #1A2B3C;
    text-decoration: none;
}
.gov-service-guide-header h4 a:hover {
    color: #1B4F93;
}
.gov-service-guide-badge {
    background: #E6EEF9;
    color: #1B4F93;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
}
.gov-service-guide-info {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 8px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #E0E6ED;
}
.gov-service-guide-info p {
    margin: 0;
    font-size: 14px;
    color: #5E718D;
}
.gov-service-guide-info p span {
    font-weight: 500;
    color: #1A2B3C;
}
.gov-service-guide-content {
    margin-bottom: 16px;
}
.gov-service-guide-content p {
    margin: 0;
    font-size: 14px;
    color: #5E718D;
    line-height: 1.6;
}
.gov-service-guide-content p span {
    font-weight: 500;
    color: #1A2B3C;
}
.gov-service-guide-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 12px;
    border-top: 1px solid #E0E6ED;
}
.gov-service-guide-meta {
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: #8899AA;
}
.gov-service-guide-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}
.gov-btn-guide {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 16px;
    background: white;
    border: 1px solid #CDD9E8;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    color: #5E718D;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
}
.gov-btn-guide:hover {
    background: #1B4F93;
    border-color: #1B4F93;
    color: white;
}
.gov-btn-guide.useful:hover {
    background: #19A35C;
    border-color: #19A35C;
}
.gov-btn-guide.useless:hover {
    background: #E60012;
    border-color: #E60012;
}
.gov-btn-guide-detail {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 16px;
    background: transparent;
    border: none;
    font-size: 13px;
    font-weight: 500;
    color: #1B4F93;
    text-decoration: none;
    transition: all 0.2s;
}
.gov-btn-guide-detail:hover {
    text-decoration: underline;
}

/* ========== 网上办事大厅列表样式 ========== */
.gov-service-hall-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.gov-service-hall-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #F8FAFD;
    border: 1px solid #E0E6ED;
    border-radius: 12px;
    transition: all 0.2s;
}
.gov-service-hall-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-color: #C0D0E0;
}
.gov-service-hall-icon {
    font-size: 32px;
    flex-shrink: 0;
}
.gov-service-hall-info {
    flex: 1;
}
.gov-service-hall-info h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px 0;
}
.gov-service-hall-info h4 a {
    color: #1A2B3C;
    text-decoration: none;
}
.gov-service-hall-info h4 a:hover {
    color: #1B4F93;
}
.gov-service-hall-info p {
    margin: 0;
    font-size: 13px;
    color: #6A7F99;
}
.gov-service-hall-desc {
    margin-top: 4px !important;
    font-size: 13px;
    color: #8899AA;
    line-height: 1.5;
}
.gov-service-hall-link {
    flex-shrink: 0;
}
.gov-btn-outline {
    display: inline-block;
    padding: 6px 16px;
    background: white;
    border: 1px solid #1B4F93;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    color: #1B4F93;
    text-decoration: none;
    transition: all 0.2s;
}
.gov-btn-outline:hover {
    background: #1B4F93;
    color: white;
}

/* ========== 侧边栏 ========== */
.gov-sidebar .gov-card {
    background: #FFFFFF !important;
    border-radius: 16px !important;
    box-shadow: 0 6px 20px rgba(0,20,40,0.06) !important;
    padding: 24px 28px !important;
    margin-bottom: 24px !important;
    border: 1px solid #E9EDF2 !important;
}
.gov-info-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.gov-info-list li {
    display: flex !important;
    margin-bottom: 14px !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}
.gov-info-label {
    width: 80px !important;
    flex-shrink: 0 !important;
    color: #6A7F99 !important;
    font-size: 16px !important;
}
.gov-info-value {
    color: #1A2B3C !important;
    font-weight: 500 !important;
    word-break: break-word !important;
    font-size: 16px !important;
}
.gov-data-source {
    margin-top: 16px !important;
    padding-top: 16px !important;
    border-top: 1px dashed #E0E6ED !important;
    font-size: 12px !important;
    color: #8899AA !important;
    word-break: break-all !important;
}
.gov-relation-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.gov-relation-list li {
    padding: 12px 0 !important;
    border-bottom: 1px solid #EDF2F7 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 16px !important;
}
.gov-relation-list li:last-child {
    border-bottom: none !important;
}
.gov-relation-list a {
    color: #1A2B3C !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    flex: 1 !important;
    font-size: 16px !important;
}
.gov-relation-list a:hover {
    color: #1B4F93 !important;
}
.gov-relation-badge {
    background: #E6EEF9 !important;
    color: #1B4F93 !important;
    font-size: 12px !important;
    padding: 2px 10px !important;
    border-radius: 30px !important;
}
.gov-org-type {
    background: #F0F4FA !important;
    color: #6A7F99 !important;
    font-size: 11px !important;
    padding: 2px 8px !important;
    border-radius: 20px !important;
}
.gov-service-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.gov-service-item {
    padding: 14px 0 !important;
    border-bottom: 1px solid #EDF2F7 !important;
}
.gov-service-item:last-child {
    border-bottom: none !important;
}
.gov-service-item a {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-weight: 500 !important;
    color: #1A2B3C !important;
    text-decoration: none !important;
    font-size: 16px !important;
}
.gov-service-item a:hover {
    color: #1B4F93 !important;
}
.gov-btn-primary {
    display: block !important;
    background: linear-gradient(135deg, #1B4F93 0%, #2A6CB8 100%) !important;
    color: white !important;
    text-align: center !important;
    padding: 14px 20px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    margin-top: 16px !important;
    transition: all 0.2s !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(27,79,147,0.3) !important;
}
.gov-btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(27,79,147,0.4) !important;
}
.gov-action-buttons {
    display: flex !important;
    gap: 12px !important;
    margin-top: 16px !important;
}
.gov-action-buttons .gov-btn-correction,
.gov-action-buttons .gov-btn-manage {
    flex: 1 !important;
    justify-content: center !important;
    padding: 10px 0 !important;
    font-size: 14px !important;
}
.gov-btn-manage {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    background: #F0F4FA !important;
    color: #1B4F93 !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    border: 1px solid #CDD9E8 !important;
    transition: all 0.2s !important;
}
.gov-btn-manage:hover {
    background: #1B4F93 !important;
    color: white !important;
    border-color: #1B4F93 !important;
}

/* ========== 底部 ========== */
.gov-footer {
    background: #1A2B3C !important;
    color: #8899AA !important;
    padding: 30px 20px 20px !important;
    margin-top: 40px !important;
}
.gov-footer-inner {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
}
.gov-footer-links {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    margin-bottom: 16px !important;
}
.gov-footer-links a {
    color: #B0C4DE !important;
    text-decoration: none !important;
    padding: 0 8px !important;
}
.gov-footer-links a:hover {
    color: white !important;
}
.gov-footer-links span {
    color: #4A657D !important;
}
.gov-footer-info {
    margin-bottom: 12px !important;
    color: #6A7F99 !important;
}
.gov-footer-sep {
    margin: 0 12px !important;
    color: #4A657D !important;
}
.gov-footer-disclaimer {
    color: #6A7F99 !important;
    font-size: 12px !important;
}

/* ========== 返回顶部 ========== */
.gov-go-top {
    position: fixed !important;
    right: 30px !important;
    bottom: 40px !important;
    width: 48px !important;
    height: 48px !important;
    background: #1B4F93 !important;
    color: white !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(27,79,147,0.3) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.2s !important;
    z-index: 999 !important;
}
.gov-go-top.show {
    opacity: 1 !important;
    visibility: visible !important;
}
.gov-go-top:hover {
    background: #113A6B !important;
    transform: translateY(-2px) !important;
}

/* ========== 通用空状态 ========== */
.gov-empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #8899AA;
}
.gov-empty-hint {
    font-size: 13px;
    margin-top: 8px;
    color: #B0C4DE;
}

/* ========== 地址信息 ========== */
.gov-address-info p {
    margin: 8px 0;
    font-size: 14px;
    color: #5E718D;
}
.gov-address-info p strong {
    color: #1A2B3C;
    width: 80px;
    display: inline-block;
}

/* ========== 地图容器 ========== */
.gov-map-container {
    margin-top: 16px;
}
.gov-map-action {
    text-align: center;
    margin-top: 12px;
}
.gov-btn-secondary {
    display: inline-block;
    background: #F8FAFD;
    color: #1B4F93;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #E0E6ED;
    transition: all 0.2s;
}
.gov-btn-secondary:hover {
    background: #1B4F93;
    color: white;
    border-color: #1B4F93;
}

/* ========== 响应式 ========== */
@media (max-width: 992px) {
    .gov-album-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .gov-thumb-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    body .item-body .item-right {
        width: 100% !important;
    }
    .gov-content-wrap {
        flex-wrap: wrap !important;
    }
    .gov-sidebar {
        width: 100% !important;
    }
    .gov-navbar-inner {
        flex-direction: column !important;
        height: auto !important;
        padding: 12px 0 !important;
    }
    .gov-nav-menu {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .gov-header-card {
        flex-direction: column !important;
        text-align: center !important;
    }
    .gov-header-title {
        flex-direction: column !important;
    }
    .gov-header-meta {
        justify-content: center !important;
    }
    .gov-leader-grid {
        grid-template-columns: 1fr !important;
    }
    .gov-guide-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .gov-album-grid {
        grid-template-columns: 1fr;
    }
    .gov-menu {
        overflow-x: auto !important;
        white-space: nowrap !important;
    }
    .gov-menu li a {
        padding: 12px 16px !important;
    }
    .gov-service-guide-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .gov-service-guide-info {
        grid-template-columns: 1fr;
    }
    .gov-service-guide-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .gov-service-hall-item {
        flex-direction: column;
        text-align: center;
    }
    .gov-address-info p strong {
        width: auto;
        display: inline;
        margin-right: 8px;
    }
    .gov-go-top {
        right: 16px !important;
        bottom: 20px !important;
        width: 40px !important;
        height: 40px !important;
        font-size: 20px !important;
    }
    .gov-footer-links {
        gap: 4px;
    }
    .gov-footer-links a {
        padding: 0 8px;
        font-size: 12px;
    }
}