/* 各页面完全一致的公共样式 */
.header {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    background: url(../images/header.jpg) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}
.header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.header-top .logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.header-top .logo img {
    height: 45px;
    margin-right: 10px;
}
.header-top .logo .school-info {
    display: flex;
    flex-direction: column;
}
.header-top .logo .school-name {
    font-size: 18px;
    color: #00A5FF;
    font-weight: bold;
}
.header-top .logo .site-name {
    font-size: 13px;
    color: #999;
}
.header-top .header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-top .header-right .header-tel {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
}
.header-top .header-right .header-tel img {
    margin-right: 5px;
}
.header-top .header-right .login-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-top .header-right .login-box img {
    width: 20px;
    height: 20px;
}
.header-top .header-right .account {
    font-size: 14px;
}
.header-top .header-right .account a {
    color: #00A5FF;
    text-decoration: none;
}
.header-top .header-right .account a:hover {
    text-decoration: underline;
}
.header-top .header-right .login-box .split {
    color: #ddd;
}
.header-nav {
    background: linear-gradient(135deg, #00A5FF 0%, #00A5FF 100%);
}
.header-nav .nav-list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    list-style: none;
    margin: 0;
}
.header-nav .nav-list li {
    position: relative;
}
.header-nav .nav-list li a {
    display: block;
    padding: 15px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.3s;
}
.header-nav .nav-list li a:hover,
.header-nav .nav-list li a.active {
    background: rgba(255,255,255,0.15);
}
.header-nav .nav-list li:first-child a {
    padding-left: 0;
}
.header-nav .nav-list li dl {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 4px;
    min-width: 150px;
    z-index: 100;
}
.header-nav .nav-list li:hover dl {
    display: block;
}
.header-nav .nav-list li dl dt a {
    color: #333;
    padding: 10px 20px;
    font-size: 14px;
}
.header-nav .nav-list li dl dt a:hover {
    background: #f5f7fa;
    color: #00A5FF;
}
.page-content {
    flex: 1;
}
.breadcrumb-bar {
    background: #f5f8fc;
    border-bottom: 1px solid #e6ecf5;
}
.breadcrumb-bar .bc-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 13px;
    color: #888;
}
.breadcrumb-bar .bc-inner a { color: #00A5FF; }
.breadcrumb-bar .bc-inner a:hover { text-decoration: underline; }
.breadcrumb-bar .bc-inner .sep { margin: 0 6px; color: #ccc; }
.breadcrumb-bar .bc-inner .current { color: #333; }
footer {
    margin-top: auto;
}
.detail-container {
    max-width: 1200px;
    margin: 24px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
    padding: 28px;
}
.detail-header {
    border-bottom: 2px solid #00A5FF;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.detail-header h2 {
    color: #00A5FF;
    margin: 0 0 10px 0;
    font-size: 20px;
}
.detail-info {
    display: flex;
    gap: 20px;
    color: #666;
    font-size: 14px;
    flex-wrap: wrap;
}
.detail-content {
    padding: 20px 0;
    line-height: 1.8;
}
.detail-section {
    margin-bottom: 20px;
}
.detail-section h4 {
    color: #00A5FF;
    border-left: 3px solid #00A5FF;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}
.detail-section p {
    margin: 0;
    color: #333;
    line-height: 1.8;
}
.back-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #00A5FF;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
}
.loading {
    text-align: center;
    padding: 50px;
    color: #999;
}
/* ===== 主内容 ===== */
.list-container {
    max-width: 1200px;
    margin: 24px auto;
    padding: 0 20px;
}
.card-header .search-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.search-box {
    position: relative;
    border: 1px solid #d0dce8;
    border-radius: 4px;
    overflow: hidden;
}
.search-box input[type='text'] {
    width: 280px;
    height: 36px;
    line-height: 36px;
    padding: 0 50px 0 14px;
    font-size: 14px;
    border: none;
    outline: none;
    background: #fff;
    box-sizing: border-box;
}
.search-box button svg { width: 16px; height: 16px; }
.btn-reset {
    height: 36px;
    padding: 0 16px;
    border: 1px solid #d0dce8;
    background: #fff;
    color: #666;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}
.table-header .col-title { flex: 1; }
.table-header .col-date  { width: 120px; text-align: center; flex-shrink: 0; }
.table-header .col-name  { width: 100px; text-align: center; flex-shrink: 0; }
.table-header .col-status{ width: 90px;  text-align: center; flex-shrink: 0; }
.table-row:last-child { border-bottom: none; }
.table-row .col-title  { flex: 1; overflow: hidden; }
.table-row .col-title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1a3a6e;
    font-size: 14px;
    transition: color 0.2s;
}
.table-row .col-date  { width: 120px; text-align: center; flex-shrink: 0; color: #888; font-size: 13px; }
.table-row .col-name  { width: 100px; text-align: center; flex-shrink: 0; color: #555; font-size: 13px; }
.table-row .col-status{ width: 90px;  text-align: center; flex-shrink: 0; }
.status-dot {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
}
.status-dot.green::before  { background: #62C272; }
.status-dot.yellow::before { background: #FDC426; }
.page-info { font-size: 13px; color: #888; }
.page-btns { display: flex; align-items: center; gap: 6px; }
.page-btn {
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #d0dce8;
    background: #fff;
    color: #555;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}
.page-btn:disabled { cursor: not-allowed; opacity: 0.5; }
.btn-primary {
    background: #00A5FF;
    color: #fff;
}
