* { 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; }
img { max-width: 100%; height: auto; display: block; }
.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; }
.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; }
.ad-banner { background: #eaeaea; text-align: center; color: #666; border-radius: 4px; width: 100%; overflow: hidden; }
.ad-banner img { margin: 0 auto; width: 100%; height: auto; }
.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 #333; margin-bottom: 15px; display: flex; align-items: center; }
.block-title h2 {font-size:18px;font-weight: bold;}
.block-title.orange-line { border-bottom-color: #FF6A00; }
.job-list { width: 100%; }
.job-list li { display: flex; justify-content: space-between; align-items: center; padding: 12px 5px; border-bottom: 1px dashed #eee; font-size: 15px; width: 100%; min-width: 0; }
.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: 15px; }
.job-list li .job-date { color: #999; font-size: 13px; flex-shrink: 0; text-align: right; }
.job-list li.is-top .job-link { color: #FF6A00; font-weight: bold; }
.job-list li.is-top .job-link::before { content: "[置顶]"; background: #FF6A00; color: #fff; font-size: 11px; padding: 1px 4px; border-radius: 2px; margin-right: 6px; font-weight: normal; vertical-align: middle; display: inline-block; flex-shrink: 0; }
.news-list li { padding: 8px 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; }
.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); }
.friend-links { display: flex; font-size: 14px; flex-wrap: wrap; }
.friend-links dt { font-weight: bold; margin-right: 15px; color: #666; }
.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; }
    .main-content { width: 100% !important; max-width: 100% !important; box-sizing: border-box; overflow: hidden; }
    .job-list { width: 100% !important; table-layout: fixed; }
    .job-list li { width: 100% !important; display: flex !important; justify-content: space-between; align-items: center; box-sizing: border-box; }
    .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;
    }
}