/* 全局与通用样式、头部和底部 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  overflow-x: hidden;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #303030;
  font-size: 14px;
}

img {
  max-width: 100%;
  display: block;
}

a,a:hover{
  text-decoration: none;
  color: inherit;
}

dl, ol, ul,p{
  list-style: none;
  margin: 0;
  padding: 0;
}
.cursor-pointer{
  cursor: pointer;
}
.flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
button, input,textarea,button{
  background: none;
  outline: none;
  border: none;
}
button:focus{
  outline: none;
}
.btn.focus, .btn:focus,.form-control:focus{
  box-shadow:unset;
  background: transparent;
  color: #303030;
  border: none;
}

.page {
  width: 100%;
}


.page.header-fixed-padding {
  padding-top: 84px; /* 头部导航高度 */
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.line-clamp-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.text-right {
  text-align: right;
}

/* 头部导航 */
.header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  height: 78px;
  background-color: #fff;
  color: #606060;
  font-size: 14px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}
.header-inner {
  justify-content: flex-start;
  height: 100%;
  padding: 0 60px;
}
.header-inner img {
  width: 160px;
  height: 44px;
}
.nav-list{
  gap: 60px;
  padding-left: 60px;
}
.nav-list li{
  cursor: pointer;
  height: 100%;
  line-height: 78px;
}
.nav-list li a{
  position: relative;
  display: inline-block;
  line-height: 78px;
}

/* .nav-list li:hover {
  font-weight: 700;
} */
.nav-list li.active a {
  color: #303030;
}

.nav-list li.active a:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 1px;
  background-color: #bc121a
}

.nav-list li:last-child {
  padding-right: 0
}

/* 招聘动态垂直下拉菜单样式 */
.header .nav-sub.nav-sub-recruitment {
  top: 84px;
  left: auto;
  right: auto;
  width: auto;
  white-space: nowrap;
  transform: translateX(-50%);
  color: #888;
  padding: 4px;
  position: absolute;
  left: 50%;
  z-index: 1000;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 1px rgba(0,0,0,.16);
  background-color: #fff;
}
.header .nav-sub.nav-sub-recruitment:before {
  content: "";
  width: 15px;
  height: 7px;
  background: url('/themes/website/1/zh/gs/joinus/img/arrow-up.png') no-repeat;
  background-size: 100%;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%)
}

/* 动态定位下拉菜单到对应导航项下方 */
.header .nav-sub.nav-sub-recruitment.positioned {
  position: absolute;
}

.header .nav-sub.nav-sub-recruitment .submenu-group {
  display: block;
  padding: 8px 0;
}

.header .nav-sub.nav-sub-recruitment .submenu-list-vertical {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header .nav-sub.nav-sub-recruitment .submenu-link-vertical {
  min-width: 110px;
  min-height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0 8px;
  box-sizing: border-box;
  display: block;
}

.header .nav-sub.nav-sub-recruitment .submenu-link-vertical:hover,
.header .nav-sub.nav-sub-recruitment .submenu-item-vertical.active .submenu-link-vertical {
  background-color: #fff1f0;
  color: #bc121a;
}

/* 滚动后固定头部导航 */
.header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

/* 移动端汉堡菜单按钮 */
.mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 100;
}

.mobile-menu-toggle span {
  width: 100%;
  height: 3px;
  background-color: #303030;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* 移动端导航菜单覆盖层 */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 999;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}

.mobile-menu-overlay.active {
  transform: translateX(0);
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e0e6ef;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.mobile-logo {
  width: 160px;
  height: 44px;
  background-image: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.mobile-menu-close {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #e0e6ef;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #303030;
  line-height: 1;
  transition: all 0.3s ease;
}

.mobile-menu-close:hover {
  background-color: #f5f5f5;
}

.mobile-menu-close span {
  display: block;
}

/* 移动端导航列表 */
.mobile-nav {
  padding: 20px 0;
}

.mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav-list > li {
  border-bottom: 1px solid #f6f6f6;
}

.mobile-nav-list > li > a,
.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  color: #303030;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.mobile-nav-list > li > a:hover,
.mobile-nav-link:hover {
  background-color: #f5f5f5;
}

.submenu-arrow {
  font-size: 20px;
  color: #909090;
  transition: transform 0.3s ease;
}

.has-submenu.active .submenu-arrow {
  transform: rotate(90deg);
}

/* 移动端二级菜单 */
.mobile-submenu {
  display: none !important;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  overflow: hidden;
}

.mobile-submenu.active {
  display: block !important;
}

/* 确保所有嵌套的子菜单（包括三级菜单）默认隐藏 */
.mobile-submenu .mobile-submenu {
  display: none !important;
}

.mobile-submenu .mobile-submenu.active {
  display: block !important;
}

.mobile-submenu li {
  border-bottom: 1px solid #f0f0f0;
}

.mobile-submenu li:last-child {
  border-bottom: none;
}

.mobile-submenu a {
  display: block;
  padding: 15px 20px 15px 40px;
  color: #606060;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  position: relative;
}

/* 三级菜单（嵌套的mobile-submenu）增加缩进 */
.mobile-submenu .mobile-submenu {
  background-color: #f5f5f5;
  margin-left: 0;
}

.mobile-submenu .mobile-submenu a {
  padding-left: 60px;
}

.mobile-submenu .mobile-submenu .mobile-submenu a {
  padding-left: 80px;
}

/* .mobile-submenu a:before {
  content: '›';
  position: absolute;
  left: 20px;
  color: #909090;
  font-size: 16px;
} */

.mobile-submenu a:hover {
  background-color: #f0f0f0;
  color: #303030;
}

/* 有子菜单的链接样式 */
.mobile-nav-link {
  position: relative;
}

.mobile-nav-link .submenu-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg); /* 默认向右，不旋转 */
  font-size: 18px;
  color: #909090;
  transition: transform 0.3s ease;
  display: inline-block;
}

/* 一级菜单：当父级菜单展开时，箭头旋转90度向下 */
.mobile-nav-list > .has-submenu.active > .mobile-nav-link .submenu-arrow {
  transform: translateY(-50%) rotate(90deg);
}

/* 二级菜单（在.mobile-submenu内的）：默认向右，只有展开时才向下 */
.mobile-submenu .has-submenu > .mobile-nav-link .submenu-arrow {
  transform: translateY(-50%) rotate(0deg); /* 二级菜单默认向右 */
}

.mobile-submenu .has-submenu.active > .mobile-nav-link .submenu-arrow {
  transform: translateY(-50%) rotate(90deg); /* 二级菜单展开时才向下 */
}



/* 页脚 */
.ftWrap {
  width: 100%;
  padding: 32px 0;
}
.ft {
  width: 100%;
  margin: 0 auto;
  min-height: 20px;
  text-align: center;
  font-size: 12px;
  color: rgb(34, 34, 34);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft .items {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
.ft .footerLink img {
  margin-right: 4px;
}
.footerLink a{
  color: rgb(34, 34, 34);
}
.footerLink a:hover{
  text-decoration: underline;
}
/* 暂无数据 */
.nodatas{ 
  text-align: center;
  padding: 50px 0;
}
.nodatas img{
  width: 300px;
  height: 230px;
  margin: 0 auto;
}
.nodatas-text{
  font-size: 20px;
  color: #303030;
  margin-top: 26px;
}
@media (min-width: 1280px) {
  .page {
    min-width: 1280px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
    padding: 0 2%;
  }
}

/* 移动端菜单响应式优化 */
@media (max-width: 991.98px) {
  .header-inner {
    position: relative;
    justify-content: space-between;
    padding: 0 20px;
  }
  
  .mobile-menu-toggle {
    display: flex;
  }
  
  .mobile-menu-overlay {
    display: block;
  }
}

@media (min-width: 992px) {
  .mobile-menu-toggle {
    display: none !important;
  }
  
  .mobile-menu-overlay {
    display: none !important;
  }
}



.shangyixiayi{
    font-size: 20px;
    color: #606060;
    font-weight: 700;
    display: flex;
    flex-direction: column;
}
.shangyixiayi a{
    margin-top: 8px;
    font-size: 16px;
    line-height: 22px;
    color: #606060;
}
.pre-next-time{
    margin-top: 4px;
    font-size: 13px;
    line-height: 18px;
    color: #606060;
}
.shangyixiayi a,.pre-next-time{
    font-weight: normal;
}
.shangyixiayi:hover.shangyixiayi,.shangyixiayi:hover a,.shangyixiayi:hover .pre-next-time{
    color: #bc121a;
}

/* ========== 招聘首页样式 ========== */

/* 招聘首页横幅区域 */
.recruitment-hero {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.recruitment-hero-inner{
  position: relative;
}
/* 背景层 */
.cityscape-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cityscape-bg img{
  width: 100%;
  /* height: 100vh; */
}
/* 内容层 */
.hero-content {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 100%;
  text-align: center;
  padding-top: 480px;
}
.hero-slogan img{
  margin: 0 auto;
}

/* 搜索框容器 */
.search-box {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 266px;
}

.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 60px;
  padding: 0 20px;
  height: 64px;
  backdrop-filter: blur(20px);
}

.search-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 16px;
  color: #303030;
  padding: 0;
  outline: none;
}

.search-input::placeholder {
  color: #909090;
}

/* 搜索按钮 */
.search-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #bc121a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  border: none;
  padding: 0;
}
/* 头部导航悬浮样式增强 */
.header.header-fixed {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
/* 招聘 */
.zp-banner {
  background-size: cover;
  height: 380px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  margin-top: 78px;
}
.zp-banner .container{
  height: 100%;
}
.zp-banner-txt{
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 280px;
}
/* 社会招聘 */
.social-contents {
  width: 1200px;
  margin: 40px auto 0;
}
.hor-nav {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 24px
}

.hor-nav .search-bar {
  margin-right: 40px;
  width: 248px
}

.hor-nav .search-bar .hor-nav-tit {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px
}

.hor-nav .search-bar .hor-nav-tit span {
  font-size: 24px;
  margin: 0 2px;
  line-height: 0
}

.hor-nav .search-bar .hor-nav-item .search-ipt {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dfe2e6;
  padding: 0 38px 0 12px;
  border-radius: 8px
}

.hor-nav .search-bar .hor-nav-item .search-ipt::-webkit-input-placeholder {
  color: #8a8f99
}

.hor-nav .search-bar .hor-nav-item .search-btnzp {
  margin-left: -2em;
  cursor: pointer
}

.hor-nav .search-bar .searchBtn {
  display: none
}

.hor-nav.no-job-sum {
  flex-direction: column
}

.hor-nav.no-job-sum .search-bar {
  margin-right: 0
}

.hor-nav.no-job-sum .search-bar .hor-nav-item {
  margin-bottom: 24px
}

.hor-nav.no-job-sum .search-bar .hor-nav-item .search-ipt {
  width: 100%
}

.hor-nav .categories {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.hor-nav .categories .category {
  display: flex;
  margin-bottom: 24px
}

.hor-nav .categories .category:last-child {
  margin-bottom: 0
}

.hor-nav .categories .category .hor-nav-item,.hor-nav .categories .category .hor-nav-tit {
  flex-shrink: 0;
  font-size: 14px;
  display: inline-block
}

.hor-nav .categories .category .hor-nav-tit {
  display: flex;
  justify-content: flex-end;
  color: #8a8f99;
  margin-right: 30px
}

.hor-nav .categories .category .hor-nav-tit .anticon-right {
  margin-top: 2px;
  font-size: .12rem;
  color: #5a5a5a;
  margin-left: .1rem
}

.hor-nav .categories .category .hor-nav-item-wrap {
  flex: 1;
  padding-right: 30px;
  position: relative;
  overflow: hidden;
  margin: 0
}

.hor-nav .categories .category .hor-nav-item-wrap.en-US {
  padding-right: 34px
}

.hor-nav .categories .category .hor-nav-item-wrap.id_ID,.hor-nav .categories .category .hor-nav-item-wrap.tr_TR {
  padding-right: 76px
}

.hor-nav .categories .category .hor-nav-item-wrap.vi_VN {
  padding-right: 52px
}

.hor-nav .categories .category .hor-nav-item-wrap.ja_JP {
  padding-right: 72px
}

.hor-nav .categories .category .hor-nav-item-wrap.de_DE {
  padding-right: 68px
}

.hor-nav .categories .category .hor-nav-item-wrap.es_ES,.hor-nav .categories .category .hor-nav-item-wrap.pt_PT {
  padding-right: 46px
}

.hor-nav .categories .category .hor-nav-item-wrap .hor-nav-item {
  cursor: pointer;
  color: #383838;
  user-select: none;
  margin-right: 18px
}

.hor-nav .categories .category .hor-nav-item-wrap .hor-nav-item.active {
  color: #020202
}

.hor-nav .categories .category .hor-nav-item-wrap .hor-nav-item-checked {
  color: #bc121a;
  font-weight: 600
}

.hor-nav .categories .category .hor-nav-item-wrap .moreBtn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  user-select: none
}

.hor-nav .categories .category.hide {
  display: none
}

.hor-nav .categories .categories-handle {
  text-align: center;
  margin-top: -12px
}

.hor-nav .categories .categories-handle .btn-filters {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #8a8f99
}

.hor-nav .categories .categories-handle .btn-filters .anticon {
  font-size: 10px
}
.list-wrap {
  margin: 0 auto;
  width: 100%;
  position: relative;
  min-height: 280px;
}
.list-card-item {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e9ecf0;
  border-radius: 8px;
  cursor: pointer
}

.list-card-item .top-label {
  position: relative;
  top: 4px;
  margin-right: 5px
}

.list-card-item .pos-ft,.list-card-item .pos-hd {
  padding: 14px 24px 10px
}

.list-card-item .pos-hd {
  border-bottom: 1px solid #e9ecf0;
  font-size: 14px;
  color: #383838;
  padding: 15px 20px
}

.list-card-item .pos-hd .pos-tit {
  font-size: 16px;
  margin-bottom: 9px;
  line-height: 24px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 24px
}

.list-card-item .pos-hd .pos-tit .pos-title-item {
  max-width: 54%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  color: #1e2126;
  margin-right: 6px
}

.list-card-item .pos-hd .pos-tit .pos-cate {
  color: #909090;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 30%;
  vertical-align: middle;
  margin-top: -2px
}

.list-card-item .pos-hd .pos-tit .pos-cate,.list-card-item .pos-hd .pos-tit .tag-hot {
  font-size: 12px;
  padding: 0 6px;
  border-radius: 4px;
  display: inline-block;
  height: 20px;
  line-height: 20px
}

.list-card-item .pos-hd .pos-tit .tag-hot {
  color: #ff766a;
  font-weight: 400;
  background: hsla(5,100%,71%,.1);
  margin-right: 4px
}

.list-card-item .pos-hd .pos-summary {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 21px;
  color: #1e2126;
  height: 42px
}

.list-card-item .pos-hd .pos-summary span:last-child i {
  display: none
}

.list-card-item .pos-hd .pos-summary span i {
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #bfbfbf;
  margin: 0 8px
}

.list-card-item .pos-hd .pos-locate {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #989898;
  height: 36px
}

.list-card-item .pos-hd .pos-locate span {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.list-card-item .pos-ft {
  font-size: 14px;
  color: #8a8f99;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 12px 20px
}

.list-card-item .pos-ft span {
  margin-right: 5px
}

.list-card-item1 {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #eff1f1;
  padding-bottom: 10px
}

.list-card-item1:hover {
  box-shadow: 0 12px 36px 0 rgba(0,0,0,.05),0 4px 15px 0 rgba(0,0,0,.08)
}

.list-card-item1 .top-label {
  color: rgba(0,0,0,.85);
  position: relative;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 500
}

.list-card-item1 .tag-hot {
  padding: 2px 6px;
  font-size: 12px;
  color: #ff766a;
  font-weight: 400;
  background: #fff1f0;
  margin-right: 4px;
  border-radius: 4px
}

.list-card-item1 .pos-hd {
  padding: 7px 24px;
  font-size: 14px;
  color: #383838
}

.list-card-item1 .pos-hd .pos-tit {
  font-size: 16px;
  margin-bottom: 3px;
  line-height: 36px;
  white-space: nowrap;
  display: flex;
  height: 36px
}

.list-card-item1 .pos-hd .pos-tit .pos-title-item {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.list-card-item1 .pos-hd .pos-tit .pos-tag-item {
  margin-top: -1px
}

.list-card-item1 .pos-hd .pos-tit .pos-cate {
  padding-left: 10px;
  font-size: 12px;
  color: #909090;
  padding: 0 6px;
  border-radius: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  margin-top: -2px
}

.list-card-item1 .pos-hd .pos-summary {
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0,0,0,.85)
}

.list-card-item1 .pos-hd .pos-summary .split {
  color: #bfbfbf;
  font-size: 12px;
  display: inline-block;
  margin: 0 7px;
  transform: translateY(-2px)
}

.list-card-item1 .pos-hd .pos-summary span:last-child span {
  display: none
}

.list-card-item1 .pos-hd .pos-summary .work-place,.list-card-item1 .pos-hd .pos-summary span:not(.split,.work-type) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.list-card-item1 .pos-hd .pos-locate {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #989898;
  height: 36px
}

.list-card-item1 .pos-hd .pos-locate span {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.list-card-item1 .pos-ft {
  padding: 0 24px;
  font-size: 14px;
  color: rgba(0,0,0,.45);
  padding-top: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  justify-content: space-between
}

.list-card-item1 .pos-ft .need-people,.list-card-item1 .pos-ft .pub-time {
  margin-right: 16px
}

.list-card-item1 .pos-ft.pos-detail img {
  width: 14px;
  height: 14px;
  cursor: pointer
}

.list-card-item1 .expansion {
  font-size: 12px;
  display: flex;
  align-items: center
}

.list-card-item1 .expansion img {
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin-left: 5px
}

.list-card-item1 .handle-bar .up {
  font-size: 12px;
  display: flex;
  align-items: center
}

.list-card-item1 .handle-bar .up img {
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin-left: 5px
}

.list-card-item1 .pos-detail-bd-wrap {
  padding: 20px 24px 10px
}

.list-row-item {
  min-height: 50px;
  display: flex;
  background-color: #fff;
  cursor: pointer
}

.list-row-item:hover {
  background-color: #f8f9fa
}

.list-row-item.list-hd {
  background-color: #fafafa
}

.list-row-item.list-hd,.list-row-item.list-hd .list-cell {
  min-height: 40px;
  color: #383838
}

.list-row-item .list-cell {
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 24px;
  color: #383838;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px
}

.list-row-item .list-cell .tag-hot {
  background: hsla(5,100%,71%,.1);
  color: #ff766a
}

.list-row-item .list-cell .tag-hot,.list-row-item .list-cell .tag-postType {
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  font-size: 12px;
  margin-left: 4px;
  border-radius: 4px
}

.list-row-item .list-cell .tag-postType {
  max-width: 80px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.list-row-item .list-cell.pos-name .list-cell-span {
  font-size: 16px
}

.list-row-item .list-cell .list-cell-span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.list-row-item .list-cell.pos-detail div {
  display: flex;
  justify-content: flex-end;
  margin-right: 24px
}

.list-row-item .list-cell.pos-detail div img {
  width: 14px;
  height: 14px;
  cursor: pointer
}

.list-row-item+div .handle-bar {
  padding: 10px 24px
}

.list-row-item+div .ant-affix .handle-bar {
  border-top: 1px solid #eff1f1
}

.pos-detail-wrap.preview-list .post-detail__module {
  padding-left: 24px;
  margin-bottom: 24px
}

.pos-detail-wrap.preview-list .post-detail__module:last-child {
  margin-bottom: 0
}

.pos-detail-wrap.preview-list .post-detail__module .tit {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: rgba(0,0,0,.85);
  margin-bottom: 12px
}

.pos-detail-wrap.preview-list .post-detail__module .detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(0,0,0,.65)
}

.pos-detail-wrap.preview-list .post-detail__module .detail .site-item {
  position: relative;
  padding-left: 20px;
  display: flex;
  font-size: 14px;
  line-height: 3em
}

.pos-detail-wrap.preview-list .post-detail__module .detail .site-item:after,.pos-detail-wrap.preview-list .post-detail__module .detail .site-item:before {
  content: "";
  position: absolute;
  left: 0
}

.pos-detail-wrap.preview-list .post-detail__module .detail .site-item:before {
  top: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #c9c9c9
}

.pos-detail-wrap.preview-list .post-detail__module .detail .site-item:after {
  top: 28px;
  width: 1px;
  height: 2em;
  margin-left: 5px;
  background-color: #eee
}

.pos-detail-wrap.preview-list .post-detail__module .detail .site-item:last-child:after {
  display: none
}

.pos-detail-wrap.preview-list .post-detail__module .detail .site-item .deadline,.pos-detail-wrap.preview-list .post-detail__module .detail .site-item .locate {
  color: #646a73;
  font-size: 16px
}

.pos-detail-wrap.preview-list .post-detail__module .detail .site-item .locate {
  margin-right: 16px
}

.pos-detail-wrap.preview-list .post-detail__module .detail .site-item .deadline {
  position: relative;
  padding-left: 16px
}

.pos-detail-wrap.preview-list .post-detail__module .detail .site-item .deadline:before {
  content: "";
  width: 1px;
  height: 14px;
  background: #a5a5a5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

.pos-detail-wrap.preview-list.single-card .post-detail__module {
  padding-left: 0
}

.popover-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px
}

.list-item-main {
  border-bottom: 1px solid #f0f0f0
}

.list-item-main .pos-detail-bd-wrap {
  padding-bottom: 10px
}

.list-item-main:hover,.list-item-main:hover .handle-bar,.list-item-main:hover .list-row-item {
  background-color: #f8f9fa
}
.empty-box {
  padding-top: 100px
}

.empty-box .empty-image {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.empty-box .empty-text {
  text-align: center
}

.empty-box .empty-text .empty-title {
  font-size: 16px;
  line-height: 32px;
  color: rgba(0,0,0,.85)
}

.empty-box .empty-text .empty-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(0,0,0,.65);
  margin-top: 4px
}
/* 招聘动态 */
.dynamic-content{
  padding-top: 78px;
}
.dynamic-content .container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 0 !important;
  max-width: 1200px;
}
.dynamic-content .container .newsList {
  width: 100%;
}
.dynamic-content .container .newsList .ant-list-items {
  padding-bottom: 60px;
}
.dynamic-content .container .newsList .listItemContentNew {
  width: 100%;
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
  border-bottom: 1px solid #f0f0f0;
}
.dynamic-content .container .newsList .listItemContentNew .listItemRight {
  flex: 1;
  width: 612px;
  overflow: hidden;
  min-width: 0;
  display: flex;
  align-items: center;
}
.dynamic-content .container .newsList .listItemContentNew .listItemRight a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.dynamic-content .container .newsList .listItemContentNew .listItemRight .item-title {
  display: flex;
  line-height: 27px;
  font-size: 20px;
}
.dynamic-content .container .newsList .listItemContentNew .listItemRight .item-title .titles {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  font-weight: 600;
}
.dynamic-content .container .newsList .listItemContentNew .listItemRight .time{
  line-height: 17px;
  font-size: 14px;
  color: #8a8f99;
}
.dynamic-content .container .newsList .listItemContentNew .listItemRight .time img{
  margin-right: 8px;
  width: 26px;
  height: 26px;
}
/* 动态详情 */
.join-detail{
  padding-top: 78px;
}
.join-detail .container-detail .sider-bar {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
.join-detail .news-detail-1 {
  width: 1200px;
  margin-bottom: 80px;
}
.join-detail .container-detail .sider-bar .back-list a {
  font-size: 14px;
  color: #000;
  line-height: 21px;
  display: flex;
  align-items: center;
  margin: 30px 0 45px;
}
.join-detail .container-detail .sider-bar .back-list a img{
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.join-detail .news-detail-1 .news-detail-1-wrap {
  display: flex;
}
.join-detail .news-detail-1 .news-detail-1-wrap .nav-list-wrap {
  width: 346px;
  border-right: 1px solid #e9ecf0;
}
.join-detail .news-detail-1 .news-detail-1-wrap .nav-list-wrap .nav-detail-title {
  font-weight: 600;
  font-size: 22px;
  color: #000;
  line-height: 30px;
  margin: 0 0 20px 12px;
}
.join-detail .news-detail-1 .news-detail-1-wrap .nav-list-wrap .nav-detail-list .nav-item {
  width: 306px;
  height: 94px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 12px;
  cursor: pointer;
}
.join-detail .news-detail-1 .news-detail-1-wrap .nav-list-wrap .nav-detail-list .nav-item:hover {
  background: rgba(188,18,26,0.1);
}
.join-detail .news-detail-1 .news-detail-1-wrap .nav-list-wrap .nav-detail-list .nav-item:hover .small-tit{
  color: rgba(188,18,26,0.45);
}
.join-detail .news-detail-1 .news-detail-1-wrap .nav-list-wrap .nav-detail-list .nav-item:hover .titles{
  color: #BC121A;
}
.join-detail .news-detail-1 .news-detail-1-wrap .nav-list-wrap .nav-detail-list .nav-item .small-tit {
  font-size: 20px;
  color: rgba(0, 0, 0, .45);
  line-height: 21px;
  margin-bottom: 12px;
}
.join-detail .news-detail-1 .news-detail-1-wrap .nav-list-wrap .nav-detail-list .nav-item .titles {
  font-size: 20px;
  color: #000;
  height: 21px;
  line-height: 21px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.join-detail .news-detail-1 .news-detail-1-wrap .dt-content {
  padding-left: 40px;
  flex: 1;
}
.join-detail .news-detail-1 .news-detail-1-wrap .dt-content .dt-header {
  margin-bottom: 32px;
}
.join-detail .news-detail-1 .news-detail-1-wrap .dt-content .dt-header .dt-header-tit {
  font-weight: 600;
  font-size: 30px;
  color: #000;
  line-height: 45px;
  word-break: break-word;
}
.join-detail .news-detail-1 .news-detail-1-wrap .dt-content .dt-header .dt-header-mark {
  font-size: 14px;
  color: rgba(0, 0, 0, .45);
  line-height: 14px;
  margin-top: 12px;
}
.join-detail .news-detail-1 .news-detail-1-wrap .dt-content .dt-header .dt-header-mark span {
  margin-right: 20px;
}
.join-detail .news-detail-1 .news-detail-1-wrap .dt-content .dt-article {
  margin-top: 32px;
}
.join-detail .news-detail-1 .news-detail-1-wrap .dt-content .dt-article p {
  text-indent: 2em;
  line-height: 1.5;
  font-size: 18px;
  color: rgba(0, 0, 0, .65);
}
.join-detail .news-detail-1 .news-detail-1-wrap .dt-content .dt-article h3{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 550;
    line-height: 1.5;
}
.join-detail .news-detail-1 .news-detail-1-wrap .dt-content .dt-footer a{
  margin-top: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  font-weight: 600;
  margin-right: 24px;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
  cursor: pointer;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  position: relative;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  background-color:#BC121A;
  border: none;
  color: #fff;
}
.join-detail .news-detail-1 .news-detail-1-wrap .dt-content .dt-footer a.disabled{
  opacity: .3;
  cursor: not-allowed;
  pointer-events: none;
}
/*招聘动态表格*/
.join-detail .news-detail-1 .news-detail-1-wrap .dt-content .dt-article table p{
    text-indent: unset;
}
.join-detail .news-detail-1 .news-detail-1-wrap .dt-content .dt-article table{
    border: none !important;
    width: 82% !important;
    margin: 0 auto;
}
.join-detail .news-detail-1 .news-detail-1-wrap .dt-content .dt-article table tr td{
    border-color: #000 !important;
    padding: 16px 4px;
}
.join-detail .news-detail-1 .news-detail-1-wrap .dt-content .dt-article table tr td p{
    color: rgba(0, 0, 0, 0.65);
}
/* 分页 */
.notice-pagination {
  margin-top: 60px;
  flex-wrap: wrap;
  justify-content: center;
}

.notice-pagination .pagination {
  margin: 0;
  gap: 10px;
}

.notice-pagination .page-item {
  margin: 0;
}

.notice-pagination .page-link {
  min-width: 40px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #fff;
  color: #99A2B8;
  text-decoration: none;
  /* border-radius: 4px; */
  transition: all 0.3s ease;
  font-size: 14px;
  padding: 0;
  line-height: 28px;
}

.notice-pagination .page-link:hover {
  background-color: transparent;
  border-color: transparent;
  color: #303030;
  z-index: 3;
}

.notice-pagination .page-item.active .page-link {
  background-color: transparent;
  border-color: transparent;
  color: #303030;
  z-index: 3;
  font-weight: 700;
}

.notice-pagination .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination-jump {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #303030;
}

.pagination-input {
  margin: 0 10px;
  width: 35px;
  height: 23px;
  text-align: center;
  border: 1px solid #99a2b8;
  border-radius: 2px;
}
.pagination-confirm {
  margin-left: 10px;
  padding: 0 12px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #BC121A;
  border-radius: 2px;
  background-color: #BC121A;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.pagination-confirm:hover {
  border-color: #BC121A;
  background-color: #BC121A;
  color: #fff;
}
.page-link:focus{
  box-shadow: none;
}
/* 招聘详情 */
.pos-detail-inner{
  padding-top: 78px;
}
.pos-detail-wrap .pos-detail-hd-wrap {
  background-color: #f5f7fb;
}
.pos-detail-wrap .pos-detail-bd, .pos-detail-wrap .pos-detail-hd {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 16px;
}
.pos-detail-wrap .pos-detail-bd .pos-detail-hd__info .pos-detail-hd__titBar, .pos-detail-wrap .pos-detail-hd .pos-detail-hd__info .pos-detail-hd__titBar {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.pos-detail-wrap .pos-detail-bd .pos-detail-hd__info .pos-detail-hd__titBar .tit, .pos-detail-wrap .pos-detail-hd .pos-detail-hd__info .pos-detail-hd__titBar .tit {
  font-size: 28px;
  font-weight: 600;
  line-height: 37px;
  color: rgba(0, 0, 0, .85);
  max-width: 656px;
  word-break: break-word;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-right: 16px;
}
.pos-detail-wrap .pos-detail-bd .pos-detail-hd__info .pos-detail-hd__titBar .label, .pos-detail-wrap .pos-detail-hd .pos-detail-hd__info .pos-detail-hd__titBar .label {
  padding: 2.5px 10px;
  font-size: 14px;
  font-weight: 400;
  background: rgba(51, 112, 255, .04);
  margin-right: 4px;
  border-radius: 4px;
  height: 24px;
  word-break: break-word;
  vertical-align: middle;
  display: inline-block;
  max-width: 206px;
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 5px;
}
.pos-detail-wrap .pos-detail-bd .pos-detail-hd__info .pos-detail-hd__infoBar, .pos-detail-wrap .pos-detail-hd .pos-detail-hd__info .pos-detail-hd__infoBar {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  flex-wrap: wrap;
  width: 656px;
  display: flex;
}
.pos-detail-wrap .pos-detail-bd .pos-detail-hd__info .pos-detail-hd__infoBar .item, .pos-detail-wrap .pos-detail-hd .pos-detail-hd__info .pos-detail-hd__infoBar .item {
  position: relative;
  font-weight: 400;
  line-height: 28px;
  color: #000 !important;
  opacity: .85;
}
.pos-detail-wrap .pos-detail-bd .pos-detail-hd__info .pos-detail-hd__infoBar .item:first-child, .pos-detail-wrap .pos-detail-hd .pos-detail-hd__info .pos-detail-hd__infoBar .item:first-child {
  padding-left: 0;
}
.pos-detail-wrap .pos-detail-bd .pos-detail-hd__info .pos-detail-hd__infoBar .item-overflow, .pos-detail-wrap .pos-detail-hd .pos-detail-hd__info .pos-detail-hd__infoBar .item-overflow {
  max-width: 276px;
  overflow: hidden;
}
.pos-detail-wrap .pos-detail-bd .pos-detail-hd__info .pos-detail-hd__infoBar .item:not(:last-child)>.split, .pos-detail-wrap .pos-detail-hd .pos-detail-hd__info .pos-detail-hd__infoBar .item:not(:last-child)>.split {
  border-right: 1px solid rgba(0, 0, 0, .1);
  display: inline-block;
  height: 10px;
  margin: 0 16px;
}
.pos-detail-wrap .pos-detail-bd-wrap {
  flex-grow: 1;
  flex-shrink: 1;
}
.pos-detail-wrap .zpdetail{ padding-top: 0;}
.pos-detail-wrap .zpdetail h3{
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: rgba(0, 0, 0, .85);
  margin-bottom: 12px;
  margin-top: 32px;
}
.pos-detail-wrap .zpdetail p{
  font-size: 14px;
  color: rgba(0, 0, 0, .65);
  font-weight: 400;
  line-height: 32px;
  word-break: break-word;
  white-space: pre-wrap;
}




@media (max-width: 1768px) {
  .hero-content{ 
    padding-top: 320px;
  }
  .search-box{
    margin-top: 162px;
  }
}
@media (max-width: 1360px) {
  .hero-content{ 
    padding-top: 360px;
  }
}
@media (max-width: 1280px) {
  .hero-content{ 
    padding-top: 280px;
  }
  .search-box{
    margin-top: 140px;
    max-width: 800px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1280px;
    padding: 0 2%;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 960px;
  }
  .cityscape-bg img{
    height: 574px;
  }
  .hero-slogan img{
    max-width: 80%;
  }
  .search-box{
    max-width: 400px;
  }
  .zp-banner{
    background-size: 100% 100%;
    height: 260px;
  }
  .zp-banner-txt{
    padding-left: 20px;
  }
  .social-contents{
    width: 400px;
  }
  .position-list-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* 隐藏滚动条但保持滚动功能（可选） */
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  }
  
  .position-list-wrap::-webkit-scrollbar {
    height: 6px;
  }
  
  .position-list-wrap::-webkit-scrollbar-track {
    background: transparent;
  }
  
  .position-list-wrap::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }
  
  .position-list-wrap::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  .list-wrap{
    min-height: 150px;
  }
  
  .list-cell {
    min-width: 80px; /* 确保每个单元格有最小宽度 */
    flex-shrink: 0; /* 防止单元格被压缩 */
  }
  
  .list-cell.pos-name {
    min-width: 350px; /* 职位名称列需要更宽 */
  }
  
  .list-cell.pos-workPlace,
  .list-cell.pos-locate {
    min-width: 80px;
  }
  
  .list-cell.pos-num {
    min-width: 90px;
  }
  
  .list-cell.pos-pubTime {
    min-width: 100px;
  }
  
  .list-cell.pos-department {
    min-width: 180px;
  }
  
  .hor-nav{
    display: block;
  }
  .hor-nav .search-bar{
    width: 100%;
  }
  .hor-nav .categories .category .hor-nav-tit{
    justify-content: flex-start;
  }
  .hor-nav .categories .category:first-child{
    margin-top: 24px;
  }
  .hor-nav .categories .category .hor-nav-item-wrap{
    margin-right: 0;
  }
  .hor-nav .categories .category .hor-nav-item-wrap .hor-nav-item{
    margin-bottom: 4px;
  }

  .header .nav-sub.nav-sub-recruitment{
    display: none;
  }
  .dynamic-content .container{
    padding: 0 2%;
  }
  .dynamic-content .container .newsList .listItemContentNew .listItemRight{
    display: block;
  }
  .dynamic-content .container .newsList .listItemContentNew .listItemRight .time{
    justify-content: flex-start;
  }
  /* 动态详情 */
  .join-detail .container-detail .sider-bar{
    width: 100%;
  }
  .join-detail .news-detail-1{
    width: 100%;
    padding: 0 2%;
  }
  .join-detail .news-detail-1 .news-detail-1-wrap{
    display: block;
  }
  .join-detail .news-detail-1 .news-detail-1-wrap .nav-list-wrap{
    width: 100%;
    border: none;
  }
  .join-detail .news-detail-1 .news-detail-1-wrap .nav-list-wrap .nav-detail-list .nav-item{
    width: 100%;
    height: 74px;
  }
  .join-detail .news-detail-1 .news-detail-1-wrap .dt-content{
    padding: 0;
  }
  .join-detail .news-detail-1 .news-detail-1-wrap .dt-content .dt-header .dt-header-tit{
    font-size: 24px;
  }
  .pos-detail-wrap .pos-detail-bd, .pos-detail-wrap .pos-detail-hd{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 575.98px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 1920px) {
  .dynamic-content .container{
    padding: 0;
  }
}