* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; width: 100%; }
body { font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif; background-color: #f7f7f7; color: #333; line-height: 1.6; }
a { text-decoration: none; color: #333; transition: color 0.2s; }
a:hover { color: #FF6A00; } 
ul { list-style: none; }
.container { max-width: 1184px; margin: 0 auto; width: 100%; padding: 0 15px; }
.bg-white { background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.05); border-radius: 4px; }
.mt-15 { margin-top: 15px; }
.mb-15 { margin-bottom: 15px; }
.p-20 { padding: 20px; }
.breadcrumb { font-size: 14px; color: #666; padding: 5px 0; }
.breadcrumb a { color: #666; }
.breadcrumb code { font-family: simsun; margin: 0 5px; color: #ccc; }
.header-wrapper { background-color: #fff; border-bottom: 2px solid #FF6A00; width: 100%; }
.header-box { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; flex-wrap: wrap; }
.logo-area { display: flex; align-items: center; gap: 15px; }
.city-switch { font-size: 14px; color: #666; }
.city-switch a { color: #0066cc; margin-left: 5px; }
.header-title-link { font-size: 18px; font-weight: bold; color: #0066cc; }
.nav-row { display: flex; font-size: 14px; }
.nav-row.first-row { border-bottom: 1px dashed #ddd; padding-bottom: 20px; margin-bottom: 20px; }
.nav-title { font-weight: bold; color: #666; min-width: 80px; flex-shrink: 0; }
.nav-links { display: flex; flex-wrap: wrap; gap: 12px 18px; }
.nav-links a { color: #444; }
.nav-links a.fb14 { font-weight: bold; color: #FF6A00; } 
.main-layout { display: flex; gap: 20px; flex-wrap: wrap; width: 100%; }
.main-content { flex: 1; min-width: 0; width: 100%; } 
.sidebar { width: 340px; flex-shrink: 0; }
.block-title { font-size: 18px; font-weight: bold; padding-bottom: 12px; border-bottom: 2px solid #FF6A00; margin-bottom: 15px; }
.job-list { width: 100%; }
.job-list li { display: flex; justify-content: space-between; align-items: center; padding: 13px 5px; border-bottom: 1px dashed #eee; font-size: 15px; }
.job-list li:last-child { border-bottom: none; }
.job-list li .job-link { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-right: 20px; color: #333; }
.job-list li .job-link:hover { color: #FF6A00; }
.job-list li .job-date { color: #999; font-size: 14px; flex-shrink: 0; text-align: right; }
.job-list li.is-orange .job-link { color: #FF6A00; font-weight: bold; }
.uPage { text-align: center; padding: 25px 0 10px 0; font-size: 14px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 5px; }
.uPage .anum { color: #666; margin-right: 10px; }
.uPage a, .uPage .current { display: inline-block; padding: 4px 12px; border: 1px solid #ddd; background: #fff; color: #333; border-radius: 3px; }
.uPage a:hover { border-color: #FF6A00; color: #FF6A00; }
.uPage .current { background: #FF6A00; color: #fff; border-color: #FF6A00; font-weight: bold; }
.btn-post { display: block; background: #FF6A00; color: #fff !important; text-align: center; padding: 12px; border-radius: 4px; font-weight: bold; font-size: 16px; margin-bottom: 20px; box-shadow: 0 2px 4px rgba(255,106,0,0.2); }
.news-list li { padding: 9px 5px; border-bottom: 1px solid #f5f5f5; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news-list li:last-child { border-bottom: none; }
.news-list li a { color: #0066cc; }
.news-list li a:hover { color: #FF6A00; }
.footer-fullwidth { background-color: #fff; width: 100%; border-top: 1px solid #eee; margin-top: 30px; padding: 30px 0; box-shadow: 0 -1px 3px rgba(0,0,0,0.02); }
.footer-area { text-align: center; font-size: 14px; color: #666; width: 100%; }
.footer-nav { margin-bottom: 15px; }
.footer-nav a { color: #0066cc; margin: 0 8px; display: inline-block; }
.footer-copy { margin-bottom: 15px; word-break: break-all; }
@media (max-width: 992px) {
    .sidebar { width: 100%; flex-shrink: 1; }
    .main-layout { flex-direction: column; gap: 15px; }
}
@media (max-width: 768px) {
    .p-20 { padding: 12px; }
    .container { padding: 0 10px; }
    .header-box { flex-direction: column; gap: 10px; text-align: center; }
    .nav-row.first-row { padding-bottom: 12px; margin-bottom: 12px; }
    .nav-row { flex-direction: column; gap: 5px; }
    .nav-title { min-width: auto; color: #FF6A00; }
    .job-list li { padding: 12px 5px; }
    .job-list li .job-link { flex: 1 !important; min-width: 0 !important; display: block !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; margin-right: 10px; }
}