.scene-title,.about-scene-desc{
    line-height: 32px; font-size: 14px; color:#999; text-align: center
}

.about-scene-swiper-slide.hr-slide{
    display: flex; flex-direction: column;
}

.about-scene-desc{
    margin-bottom: 30px;;
}

.about-scene-title{
    margin-bottom: 10px !important;
}

@media (min-width: 960px) {
    .about-subnav{
        max-width: 600px;
    }
}

/* 人才招聘板块样式 */
.hr-section {
  background: #F4F4F4;
  padding: 90px 0;
}
.hr-list-container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}
.hr-list-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #222;
  margin-bottom: 36px;
  letter-spacing: 2px;
}
.hr-list {
  width: 100%;
}
.hr-item {
  border: 1px solid #CCCCCC;
  margin-bottom: 24px;
  border-radius: 4px;
  overflow: hidden;
}
.hr-item-header {
  display: grid;
  grid-template-columns: 1fr 180px 180px 48px;
  align-items: center;
  height: 80px;
  padding: 0 32px;
  cursor: pointer;
}
.hr-title {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hr-num, .hr-date {
  color: #888;
  font-size: 16px;
  white-space: nowrap;
}
.hr-date {
  display: flex;
  align-items: center;
}
.hr-date i{
    margin-right: 10px;
}


.hr-toggle-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hr-toggle-icon {
  font-size: 28px;
  color: #bbb;
  line-height: 1;
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
  user-select: none;
}
.hr-plus { display: block; }
.hr-close { display: none; }
.hr-item.active .hr-plus { display: none; }
.hr-item.active .hr-close { display: block; color: #AD191E; }
.hr-item-content {
  display: none;
  padding: 32px;
  border-top: 1px solid #eee;
  animation: fadeIn 0.3s;
}
.hr-item.active .hr-item-content {
  display: block;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
.hr-block {
  margin-bottom: 24px;
}
.hr-block-title {
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
  font-size: 15px;
}
.hr-block ol {
  padding-left: 20px;
  color: #666;
  font-size: 14px;
  margin: 0;
}
.hr-detail-btn {
  background: #AD191E;
  color: #fff;
  border: none;
  border-radius: 2px;
  padding: 7px 22px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s;
}
.hr-detail-btn:hover {
  background: #8c1518;
}

@media (min-width: 900px) {
    .hr-title{
        width: 30%;
    }

    .hr-num,.hr-date{
        width: 24%;
    }

    .hr-toggle-btn{
        width: 50px;
    }

    .hr-item-header{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hr-item-header{
        padding: 0 20px;
    }

    .hr-toggle-btn{
        text-align: right;
    }
    
    .en-us .about-subnav{
        max-width: 850px;
    }



}


@media (max-width: 900px) {
  .hr-list-container { max-width: 100%; padding: 0 8px; }
  .hr-item-header { grid-template-columns: 1fr 100px 100px 32px; padding: 0 8px; height: 48px; }
  .hr-title { font-size: 14px; }
  .hr-num, .hr-date { font-size: 12px; }
  .hr-detail-btn { width: 100%; padding: 10px 0; font-size: 14px; }
  .hr-item-content { padding: 16px 8px; }
}

/* 响应式样式 */
@media (max-width: 768px) {
  .hr-section {
    padding: 56px 0;
  }
  .hr-list {
    max-width: 100%;
    padding: 0 8px;
  }
  .hr-item-header {
    padding: 0 8px;
    height: 48px;
  }
  .hr-title {
    font-size: 13px;
  }
  .hr-meta {
    gap: 12px;
  }
  .hr-num,
  .hr-date {
    font-size: 12px;
  }
  .hr-toggle-btn {
    width: 28px;
    height: 28px;
  }
  .hr-toggle-icon {
    font-size: 22px;
  }
  .hr-item-content {
    padding: 16px 12px;
  }
  .hr-detail-btn {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
  }
}

/* 人才招聘板块外层容器 */
.hr-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0 0 32px;
}
.hr-num {
  color: #888;
  font-size: 16px;
}
.hr-date {
  color: #888;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .hr-list-title {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .hr-list-container {
    padding: 0 4px;
  }
  .hr-info-row {
    margin: 0 0 0 8px;
    font-size: 12px;
  }
}

/* 岗位职责/任职要求内容美化 */
.hr-block-list p {
  margin: 0 0 8px 0;
  color: #444;
  font-size: 14px;
  line-height: 1.8;
  word-break: break-all;
}

@media (max-width: 900px) {
  .hr-block-list p {
    font-size: 13px;
    margin-bottom: 6px;
  }
}


@media (max-width: 600px) {
    .hr-num,.hr-date{
        display: none;
    }

    .hr-item-header{
        display: flex; justify-content: space-between;
    }

    .hr-title{
        font-size: 16px;
    }

    .hr-item {
        width:98%;
    }

    .about-subnav-item{
        min-width: 32%;
    }

    .hr-banner-section {
        min-height: 380px;
    }
    .hr-banner-bg {
        height: 380px;
    }
    .hr-banner-container {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 8%;
        max-width: 96%;
        padding-left: 10px;
        padding-right: 10px;
        z-index: 2;
    }

    
}

/* 图文板块样式 */
.hr-banner-section {
  position: relative;
  width: 100%;
  min-height: 600px;
  background: #f4f4f4;
  overflow: hidden;
}
.hr-banner-bg {
  position: absolute;
  z-index: 1;
  top: 0; left: 0;
  width: 100%;
  height: 600px;
  background: url('../images/join_bg.jpg') center center/cover no-repeat;
}
.hr-banner-container {
  position: absolute;
  z-index: 2;
  left: 0; right: 0;
  bottom: 23%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hr-banner-title {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.hr-banner-desc {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
@media (max-width: 1400px) {
  .hr-banner-section, .hr-banner-bg { min-height: 480px; height: 480px; }
  .hr-list-container,.hr-banner-container{
    max-width: 1200px;
  }  

}
@media (max-width: 1000px) {
  .hr-banner-section, .hr-banner-bg { min-height: 420px; height: 420px; }
}
@media (max-width: 600px) {
  .hr-banner-section, .hr-banner-bg { min-height: 320px; height: 320px; }
  .hr-banner-container {
    bottom: 8%;
    max-width: 96%;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
  }
  .hr-banner-title{
    font-size: 26px; text-align: center;
  }
  .hr-banner-desc{
    font-size: 14px; text-align: center; padding: 0 25px;
  }
  
  .about-scene-arrow-left,.about-scene-arrow-right{
      display: none;
  }
  
  .about-scene-desc{
      display: none;
  }
  
  
  
}