* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  font-family: "Microsoft YaHei", "PingFang SC", Helvetica, Arial, sans-serif;
  background: #eef4fb;
  color: #333;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: inherit; }

.page { min-height: 100vh; display: flex; flex-direction: column; }

.header { position: relative; width: 100%; background: #b11a1a; }
.header img.banner {
  width: 100%;
  height: auto;
  max-height: 190px;
  object-fit: cover;
  object-position: center top;
}
.nav-wrap {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  display: flex;
  justify-content: center;
  background: #b11a1a;
  padding: 12px 0 4px;
}
.nav {
  width: 1140px;
  display: flex;
  height: 41px;
}
.nav a {
  color: #fff;
  font-size: 16px;
  padding: 0 22px;
  display: flex;
  align-items: center;
}
.nav a.active { background: #8c1414; }

.wrap {
  width: 1300px;
  max-width: 96%;
  margin: 0 auto;
  flex: 1;
  padding-bottom: 24px;
}

.date { color: #666; font-size: 18px; padding: 16px 0 10px; }

.section-title {
  background: url("../assets/title_bg.png") no-repeat left center;
  background-size: auto 100%;
  height: 48px;
  display: flex;
  align-items: center;
  padding-left: 18px;
  font-size: 20px;
  font-weight: 700;
  color: #1a4aa8;
  margin: 8px 0 12px;
}

.tabs { display: flex; margin-bottom: 10px; }
.tabs span {
  padding: 6px 16px;
  font-size: 15px;
  color: #555;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.tabs span.active {
  color: #2558e6;
  border-bottom-color: #2558e6;
  font-weight: 600;
}
.banners { display: flex; gap: 10px; }
.banners a { flex: 1; overflow: hidden; }
.banners img { width: 100%; height: 183px; object-fit: cover; }

.notice-tip { margin: 14px 0 8px; color: #c0392b; font-size: 14px; }

.entry-banner {
  position: relative;
  width: 100%;
  min-height: 220px;
  background: url("../assets/swiper_img.png") center / 100% 100% no-repeat;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 28px 40px 36px;
}
.entry-card {
  width: 220px;
  height: 150px;
  background: url("../assets/card_bg.png") center / 100% 100% no-repeat;
  text-align: center;
  padding: 18px 12px 12px;
  color: #1a3a7a;
}
.entry-card .desc { font-size: 13px; line-height: 1.45; min-height: 58px; }
.entry-card h3 { font-size: 18px; margin: 6px 0 8px; color: #163a82; }
.btn {
  display: inline-block;
  background: linear-gradient(90deg, #3e7add, #80b3fc);
  color: #fff;
  border: 0;
  border-radius: 14px;
  padding: 4px 18px;
  font-size: 13px;
  cursor: pointer;
}
.notice-foot .btn, .login-box .btn, .form-actions .btn {
  border-radius: 4px;
  padding: 8px 28px;
  font-size: 14px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 26px;
  margin-top: 18px;
}
.plate {
  background: #fff;
  border-radius: 4px;
  min-height: 320px;
  box-shadow: 0 0 11px 3px rgba(133, 167, 253, 0.09);
  overflow: hidden;
}
.plate-head {
  height: 48px;
  background: url("../assets/title_bg.png") no-repeat left center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 0 18px;
}
.plate-head h2 { font-size: 18px; color: #1a4aa8; }
.plate-head .more { font-size: 13px; color: #888; }
.plate-body { padding: 8px 16px 16px; }
.plate-body a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px dashed #e6e6e6;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plate-body a:hover { color: #2558e6; }
.mark-new {
  display: inline-block;
  margin-right: 6px;
  padding: 0 5px;
  height: 16px;
  line-height: 16px;
  font-size: 11px;
  color: #fff;
  border-radius: 2px;
  background: linear-gradient(-45deg, #ff7a52, #ff9778);
  vertical-align: middle;
}
.map-box { display: flex; align-items: center; justify-content: center; padding: 8px; }
.map-box img { width: 400px; height: 320px; object-fit: contain; }

.footer {
  background: #2b6fd6;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 48px;
}

.inner-page { background: #fff; margin: 16px 0 24px; padding: 24px 28px 40px; border-radius: 4px; min-height: 480px; }
.inner-page h1 { font-size: 22px; color: #1a4aa8; text-align: center; margin-bottom: 20px; }
.form-row { margin: 16px 0; display: flex; align-items: center; }
.form-row label { width: 120px; text-align: right; padding-right: 12px; color: #555; }
.form-row input, .form-row select {
  flex: 1;
  max-width: 420px;
  height: 36px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
}
.form-actions { padding-left: 132px; margin-top: 24px; }
.form-actions .btn {
  background: linear-gradient(90deg, #3e7add, #80b3fc);
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 8px 28px;
  cursor: pointer;
  font-size: 14px;
}

.steps {
  display: flex;
  justify-content: space-between;
  margin: 8px 0 20px;
  background: #fff;
  padding: 14px 20px;
  border-radius: 4px;
}
.steps span {
  flex: 1;
  text-align: center;
  font-size: 14px;
  color: #999;
  position: relative;
}
.steps span.on { color: #2558e6; font-weight: 700; }
.panel {
  background: #fff;
  margin-bottom: 32px;
  padding: 24px 28px 36px;
  border-radius: 4px;
  box-shadow: 0 0 11px 3px rgba(133,167,253,.09);
}
.panel h1 { font-size: 20px; color: #1a4aa8; margin-bottom: 18px; }
.photo-area { display: flex; gap: 32px; align-items: flex-start; }
.photo-preview {
  width: 148px;
  height: 196px;
  border: 1px dashed #c0c4cc;
  background: #f7f9fc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  overflow: hidden;
}
.photo-preview img { width: 100%; height: 100%; object-fit: cover; }
.photo-tip { color: #888; font-size: 13px; line-height: 1.7; max-width: 560px; }
.filter-bar { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-bottom: 14px; }
.filter-bar select, .filter-bar input {
  height: 34px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 0 10px;
}
.job-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.job-table th, .job-table td {
  border: 1px solid #e8eef7;
  padding: 8px 6px;
  text-align: center;
}
.job-table th { background: #eaf2ff; color: #1a4aa8; }
.job-table tr:hover td { background: #f5f9ff; }
.job-table .left { text-align: left; }
.ok-box { text-align: center; padding: 48px 20px; }
.ok-box h1 { color: #1a7f37; font-size: 26px; margin-bottom: 16px; }
.ok-box p { line-height: 1.8; color: #555; }
.ok-detail {
  display: inline-block;
  text-align: left;
  background: #f5f9ff;
  padding: 16px 24px;
  margin: 18px 0;
  border-radius: 4px;
}

.table-scroll { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }

@media (max-width: 1100px) {
  .nav { width: 100%; }
  .wrap { width: 96%; }
}

@media (max-width: 768px) {
  .header img.banner { height: 112px; }
  .nav-wrap {
    position: static;
    background: #b11a1a;
    padding: 8px 0 0;
  }
  .nav {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }
  .nav a {
    flex: 1 1 33.33%;
    justify-content: center;
    height: 40px;
    font-size: 14px;
    padding: 0 6px;
  }
  .wrap { width: 100%; max-width: 100%; padding: 0 10px 20px; }
  .date { font-size: 14px; padding: 12px 0 8px; }
  .section-title { font-size: 16px; height: 40px; }
  .tabs { overflow-x: auto; }
  .tabs span { flex-shrink: 0; font-size: 14px; padding: 6px 12px; }
  .banners {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .banners img { height: 110px; }
  .notice-tip { font-size: 13px; }
  .entry-banner {
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px 10px 20px;
    min-height: 0;
    background-size: cover;
  }
  .entry-card {
    width: calc(50% - 8px);
    height: auto;
    min-height: 148px;
    background-size: 100% 100%;
  }
  .grid { grid-template-columns: 1fr; gap: 12px; }
  .plate { min-height: 0; }
  .plate-body a { white-space: normal; }
  .map-box img { width: 100%; height: auto; max-width: 360px; }
  .footer {
    line-height: 1.5;
    padding: 12px 10px;
    font-size: 12px;
  }
  .steps {
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 8px;
  }
  .steps span { flex: 1 1 45%; font-size: 12px; }
  .panel { padding: 16px 12px 24px; }
  .photo-area { flex-direction: column; }
  .form-row { flex-direction: column; align-items: stretch; }
  .form-row label { width: auto; text-align: left; padding: 0 0 6px; }
  .form-row input, .form-row select { max-width: none; width: 100%; }
  .form-actions { padding-left: 0; }
  .filter-bar select, .filter-bar input { width: 100%; max-width: none; }
  .filter-bar input { width: 100% !important; }
  .job-table { min-width: 760px; }
  .notice-foot { flex-direction: column; align-items: flex-start; gap: 12px; }
  .login-box { width: 100% !important; padding: 20px 16px 28px !important; }
  .login-links { padding-left: 0 !important; }
}

@media (max-width: 480px) {
  .banners { grid-template-columns: 1fr; }
  .banners img { height: 150px; }
  .entry-card { width: 100%; }
  .nav a { flex: 1 1 50%; font-size: 13px; }
  .header img.banner { height: 88px; }
}
