@charset "UTF-8";
.hire-content .jobs ul {
  list-style-type: square;
}
.hire-content .jobs ul li {
    margin-left: 15px;
}
.hire-content .jobs ul li::marker {
      color: #D4B686;
      font-size: 18px;
}
.main-content {
  position: relative;
}
.hero-section {
  position: relative;
  width: 100%;
  height: 700px;
  background: url(../../static/images/19734a6e33891f0a3ebab92206b03cbe.png) center/cover no-repeat;
  display: flex;
  flex-direction: column;
}
.content-block {
  margin: 50px auto;
  width: 1200px;
}

/* 二级导航样式（与 About.vue 保持一致） */
.subnav {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}
.subnav-inner {
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 0 20px;
}
.subnav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}
.subnav-item {
  position: relative;
  padding: 10px 16px;
  color: #666;
  cursor: pointer;
}
.subnav-item.active {
  background: #c8402d;
  color: #fff;
}
.jobs-img {
  background: url(../../static/img/jobs-img.svg) no-repeat;
  background-size: 90%;
  max-width: 205px;
  height: 100px;
}

