* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: "Microsoft YaHei", sans-serif; line-height: 1.6; color: #333; background: #f4f4f4; padding-bottom: 60px; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 10px; }
header { background: #fff; padding: 10px 0; border-bottom: 2px solid #d9534f; display: flex; align-items: center; justify-content: space-between; }
.logo { font-size: 22px; font-weight: bold; text-decoration: none; color: #333; }
#nav {display: flex; justify-content: space-between; align-items: center; width: 100%;}
.nav-links a { margin-left: 15px; font-size: 14px; color: #555; text-decoration: none; }
.breadcrumb { font-size: 13px; color: #666; margin: 15px 0; }
.breadcrumb a { color: #666; text-decoration: none; }
.breadcrumb span { color: #d9534f; }
.detail-box { background: #fff; padding: 20px; margin-bottom: 15px; border-radius: 4px; }
.detail-title { font-size: 20px; font-weight: bold; margin-bottom: 15px; border-bottom: 2px solid #eee; padding-bottom: 10px; }
.content { font-size: 15px; }
.content h2 { font-size: 18px; margin: 20px 0 10px; border-left: 4px solid #d9534f; padding-left: 10px; }
.content h3 { font-size: 16px; margin: 15px 0 8px; }
.content a { color: #d9534f; text-decoration: underline; }
.content p { margin-bottom: 10px; }
.content img {max-width: 100% !important;height: auto !important;display: block;margin: 10px auto;border-radius: 4px;box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.related-jobs { background: #fff; padding: 20px; margin-top: 20px; }
.related-jobs strong { display: block; margin-bottom: 10px; font-size: 16px; }
.related-jobs ul { list-style: none; }
.related-jobs li { padding: 8px 0; border-bottom: 1px dashed #eee; }
.related-jobs a { color: #333; text-decoration: none; font-size: 14px; }
.float-contact {position: fixed;bottom: 0;left: 0;width: 100%;background: #fff;padding: 10px 0;box-shadow: 0 -2px 5px rgba(0,0,0,0.05);border-top: 1px solid #eee;z-index: 999;}
.copy-btn {background: #d9534f;color: #fff;border: none;padding: 8px 20px;border-radius: 4px;font-weight: bold;cursor: pointer;}
.contact-bar { margin: 20px 0; background: #fff5f5; padding: 15px; border: 1px solid #d9534f; text-align: center; }
.contact-btn { display: inline-block; background: #d9534f; color: #fff; padding: 10px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; }
.city-links { margin: 30px 0; background: #fff; padding: 20px; border-top: 1px solid #ddd; }
.city-links strong { display: block; margin-bottom: 10px; }
.city-links a { display: inline-block; padding: 5px 8px; color: #666; text-decoration: none; font-size: 13px; }
footer { text-align: center; padding: 20px; font-size: 12px; color: #999; background: #fff;margin-top: 40px;}
footer p {text-align: center;font-size: 12px; color: #999;line-height: 30px;}
footer p a {text-decoration:none;color: #999;}