@charset "utf-8";

.title { font-size: 48px; font-weight: bold; text-align: center; margin-top: 20px; letter-spacing: 5px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }

/* 导航 */
.nav-wrap { background-color: #fff; padding: 26px 0; }
.nav-row { overflow: hidden; border-bottom: 1px solid rgba(204, 204, 204, 1); margin-bottom: 15px; }
.nav-label { float: left; width: 133px; height: 36px; line-height: 36px; text-align: center; background-color: #0e65b0; color: #fff; font-size: 16px; font-weight: normal; position: relative; }
.nav-label:before { content: ""; display: inline-block; width: 22px; height: 22px; vertical-align: middle; margin-right: 15px; background-position: center; background-repeat: no-repeat; }
.nav-row:nth-child(1) .nav-label:before { background-image: url(/default/xhtml/public/2025xzzfgs/images/icon1.png); }
.nav-row:nth-child(2) .nav-label:before { background-image: url(/default/xhtml/public/2025xzzfgs/images/icon2.png); }
.nav-row:nth-child(3) .nav-label:before { background-image: url(/default/xhtml/public/2025xzzfgs/images/icon3.png); }
.nav-list { margin-left: 150px; padding: 5px 0 10px 0; overflow: hidden; }
.nav-list a { float: left; margin: 0 8px 10px 0; padding: 3px 10px; transition: all 0.3s; position: relative; font-size: 16px; }
.nav-list a:after { content: "|"; color: #ccc; position: absolute; right: -8px; top: 2px; }
.nav-list a.no-separator:after { content: ""; display: none; }
.nav-list a:first-child { font-weight: bold; }
.nav-list a.active { color: #f60; font-weight: bold; }
.nav-list a:hover { color: rgb(237, 114, 32); }
.nav-list a.active:hover { color: #f60; }

/* 内容区域 */
.main-content { background-color: #fff; margin-bottom: 46px; }
.content-title { position: relative; margin-bottom: 45px; height: 48px; background: url(/default/xhtml/public/2025xzzfgs/images/title_bg.png) center center no-repeat; text-align: center; }
.content-title span { line-height: 48px; font-size: 36px; font-weight: bold; }

/* 表格 */
.table-wrap { width: 100%; overflow-x: auto; }
.info-table { width: 100%; border-collapse: collapse; text-align: center; }
.info-table th { background-color: rgba(229, 229, 229, 1); height: 50px; font-weight: bold; }
.info-table td { padding: 15px 10px; word-break: break-all; }
.info-table tr { border-bottom: 1px solid #eee; }
.info-table tbody tr:nth-child(odd) { background-color: #ffffff; }
.info-table tbody tr:nth-child(even) { background-color: #f9f9f9; }
.info-table tbody tr:hover { background-color: #f5f7fa; }

/* 可点击行样式 */
.clickable-row {
    cursor: pointer;
    transition: all 0.3s ease;
}
.clickable-row:hover {
    background-color: #e6f3ff !important;
}

/* 分页 */
.pagination { text-align: center; margin-top: 20px; margin-bottom: 20px; font-size: 14px; color: #333; height: 40px; line-height: 40px; white-space: nowrap; }
.pagination-info { display: inline-block; text-align: left; vertical-align: middle; }
.pagination-center { display: inline-block; margin: 0 20px; text-align: center; vertical-align: middle; }
.pagination-jump { display: inline-block; text-align: right; vertical-align: middle; }
.pagination-index, .pagination-num { display: inline-block; margin: 0 3px; padding: 0 12px; height: 34px; line-height: 32px; border: 1px solid #ddd; background-color: #fff; color: #333; border-radius: 4px; transition: all 0.3s; cursor: pointer; vertical-align: middle; min-width: 34px; text-align: center; }
.pagination-num.active { background-color: #337ab7; color: #fff; border-color: #337ab7; font-weight: bold; }
.pagination-index:hover, .pagination-num:hover { background-color: #f5f5f5; border-color: #ccc; }
.pagination-num.active:hover { background-color: #337ab7; border-color: #337ab7; }
.pagination-input { width: 40px; height: 34px; border: 1px solid #ddd; text-align: center; border-radius: 4px; vertical-align: middle; margin: 0 5px; padding: 0 5px; display: inline-block; }
.pagination-go { display: inline-block; background-color: #eee; border: 1px solid #ddd; padding: 0 12px; height: 34px; line-height: 32px; border-radius: 4px; color: #333; text-decoration: none; vertical-align: middle; margin-left: 5px; cursor: pointer; }
.pagination-go:hover { background-color: #e0e0e0; }



/* 响应式设计 */

@media (max-width: 1200px) {
    .title { font-size: 42px; }
}
@media (max-width: 992px) {
    .title { font-size: 36px; }
    .nav-label { float: none; display: block; width: 100%; margin-bottom: 5px; }
    .nav-list { margin-left: 0; }
    
}
@media (max-width: 768px) {
    .title { font-size: 30px; }
    .pagination { height: auto; margin: 20px 0; padding: 0; text-align: center; white-space: nowrap; }
    .pagination-info, .pagination-jump { display: none !important; }
    .pagination-center { display: block; width: 100%; text-align: center; margin: 0; }
    .pagination-index, .pagination-num { display: inline-block; padding: 0 15px; margin: 0 5px; font-size: 14px; height: 38px; line-height: 36px; min-width: auto; border-radius: 4px; background-color: #f8f8f8; }
    .pagination-num.active { background-color: #337ab7; color: #fff; border-color: #337ab7; }
}
@media (max-width: 480px) {
    .pagination { padding: 0; margin: 15px 0; }
    .pagination-index, .pagination-num { padding: 0 12px; margin: 0 3px; font-size: 14px; height: 34px; line-height: 32px; }
}
@media (max-width: 431px) {
    .title { font-size: 24px; }
    .nav-wrap { padding: 10px 0; }
    .content-title { height: 30px; margin-bottom: 15px; }
    .content-title span { font-size: 24px; line-height: 24px; }
    .main-content { margin-bottom: 20px; }
    .table-wrap { overflow-x: auto; }
    .info-table th, .info-table td { padding: 10px 5px; font-size: 12px; }
    .nav-list a { font-size: 14px; padding: 3px 5px; }
}
