.humanResources .crumbs {
  display: flex;
  align-items: center;
  padding: 35px 0 25px 0; }
  .humanResources .crumbs .crumbs_list {
    color: #949494; }
    .humanResources .crumbs .crumbs_list a {
      cursor: default;
      font-size: 16px;
      color: #949494; }
    .humanResources .crumbs .crumbs_list span.activing a {
      color: var(--active-color); }
  .humanResources .crumbs img {
    width: 12px;
    margin-right: 15px; }
.humanResources #pagination {
  margin-left: 0 !important;
  height: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px; }
  .humanResources #pagination li {
    width: 8px;
    height: 4px;
    background: rgba(255, 255, 255, 0.58);
    border-radius: 2px;
    margin-left: 8px; }
    .humanResources #pagination li a {
      display: none;
      width: 100%;
      height: 100%; }
  .humanResources #pagination li.current {
    width: 24px;
    background: #4B80F7; }
.humanResources .container {
  width: 1400px;
  margin: 0 auto; }
  .humanResources .container .title_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    background: #F1F4F7; }
    .humanResources .container .title_header .title {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      height: 100%;
      position: relative;
      background: url("../images/09.png");
      background-size: 100% 100%; }
      .humanResources .container .title_header .title img {
        width: 26px;
        margin-right: 12px; }
      .humanResources .container .title_header .title span {
        font-family: MicrosoftYaHei;
        font-size: 24px;
        color: #FFFFFF;
        letter-spacing: 2px;
        padding: 0 40px; }
      .humanResources .container .title_header .title .bg {
        position: absolute;
        left: 0;
        bottom: -2.5px;
        width: 100%;
        background-image: linear-gradient(270deg, #AED1FF 4%, #4B80F7 100%);
        height: 6px; }
    .humanResources .container .title_header .more {
      cursor: pointer;
      padding-right: 10px; }
      .humanResources .container .title_header .more a {
        font-size: 16px;
        color: #949494; }
      .humanResources .container .title_header .more a:hover {
        color: var(--active-color); }
.humanResources .nearfuture {
  /*padding-top: 33px;*/
  padding-bottom: 25px; }
  .humanResources .nearfuture .twentyBg {
    width: 1400px;
    margin: 0 auto;
    margin-bottom: 13px;
    background-size: 100% 100%; }
  .humanResources .nearfuture .container {
    display: flex;
    justify-content: space-between; }
  .humanResources .nearfuture .swiper {
    width: 800px;
    height: 468px;
    position: relative; }
    .humanResources .nearfuture .swiper ul {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .humanResources .nearfuture .swiper ul li {
        width: 100%; }
      .humanResources .nearfuture .swiper ul img {
        background-size: 100% 100%;
        width: 800px;
        height: 468px; }
      .humanResources .nearfuture .swiper ul .nagavition {
        width: 100%;
        position: absolute;
        bottom: 0;
        height: 40px;
        left: 0;
        padding-left: 15px;
        background: rgba(12, 10, 34, 0.57); }
        .humanResources .nearfuture .swiper ul .nagavition p {
          height: 100%;
          line-height: 40px;
          width: 600px;
          font-size: 16px;
          color: #FFFFFF;
          letter-spacing: 1px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
  .humanResources .nearfuture .environment_news {
    width: 576px; }
    .humanResources .nearfuture .environment_news .environment_newslist {
      padding-top: 20px; }
      .humanResources .nearfuture .environment_news .environment_newslist li {
        margin-bottom: 20px; }
        .humanResources .nearfuture .environment_news .environment_newslist li .newsitem {
          display: flex;
          justify-content: space-between;
          align-items: flex-end; }
          .humanResources .nearfuture .environment_news .environment_newslist li .newsitem .activing {
            display: -webkit-box;
            word-break: break-all;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #333333;
            font-size: 20px;
            font-family: "PingFangSC-Medium";
            width: 100%; }
          .humanResources .nearfuture .environment_news .environment_newslist li .newsitem a:hover {
            color: var(--active-color); }
          .humanResources .nearfuture .environment_news .environment_newslist li .newsitem .date {
            font-size: 14px;
            color: #999999; }
        .humanResources .nearfuture .environment_news .environment_newslist li .newsDetail {
          font-size: 14px;
          color: #888888;
          width: 100%;
          display: -webkit-box;
          overflow: hidden;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          margin-top: 10px; }
  .humanResources .nearfuture .exhibition {
    width: 1400px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between; }
    .humanResources .nearfuture .exhibition img {
      width: 340px;
      height: 200px; }
  .humanResources .nearfuture .unscramble_comment {
    width: 1400px;
    margin: 0 auto;
    margin-top: 30px; }
    .humanResources .nearfuture .unscramble_comment .comment_title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 50px;
      background: #F1F4F7; }
      .humanResources .nearfuture .unscramble_comment .comment_title .bg {
        background: url("../images/09.png");
        background-size: 100% 100%;
        font-family: MicrosoftYaHei;
        font-size: 24px;
        color: #FFFFFF;
        letter-spacing: 1.33px;
        padding: 0 32px;
        line-height: 50px; }
      .humanResources .nearfuture .unscramble_comment .comment_title .more {
        cursor: pointer;
        padding-right: 10px; }
        .humanResources .nearfuture .unscramble_comment .comment_title .more a {
          font-size: 16px;
          color: #949494; }
        .humanResources .nearfuture .unscramble_comment .comment_title .more a:hover {
          color: var(--active-color); }
    .humanResources .nearfuture .unscramble_comment ul li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px dashed  #d7d7d7;
      height: 60px;
      line-height: 60px; }
      .humanResources .nearfuture .unscramble_comment ul li .dot {
        width: 4px;
        height: 4px;
        background: #000;
        border-radius: 2px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 14px; }
      .humanResources .nearfuture .unscramble_comment ul li .activing {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #333333;
        font-size: 16pt;
        font-family: "PingFangSC-Medium";
        width: 1200px; }
      .humanResources .nearfuture .unscramble_comment ul li a:hover {
        color: var(--active-color); }
      .humanResources .nearfuture .unscramble_comment ul li .data {
        font-size: 14px;
        color: #999999; }

/*# sourceMappingURL=xxesdjs.css.map */
