.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: 40px;
  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: var(--active-color); }
.humanResources aside {
  width: 280px;
  border: 1px solid #D0D8EC; }
  .humanResources aside .title {
    width: 100%;
    height: 96px;
    font-size: 24px;
    padding-left: 20px;
    line-height: 96px;
    background: url("../images/about.png") no-repeat;
    background-size: cover;
    color: #FFFFFF;
    font-family: "PingFangSC-Medium"; }
  .humanResources aside ul {
    background: url("../images/32.png") no-repeat;
    background-size: cover; }
    .humanResources aside ul li {
      width: 100%;
      height: 50px;
      border-bottom: 1px solid #D0D8EC;
      line-height: 50px;
      cursor: pointer; }
      .humanResources aside ul li a {
        font-family: "PingFangSC-Regular";
        padding-left: 30px;
        font-size: 20px;
        color: #333333;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 10px; }
        .humanResources aside ul li a img {
          width: 25px;
          display: none; }
    .humanResources aside ul li.activing {
      background-color: var(--active-color); }
      .humanResources aside ul li.activing a {
        color: #FFFFFF; }
        .humanResources aside ul li.activing a img {
          display: block; }
    .humanResources aside ul li:hover {
      background-color: var(--active-color); }
      .humanResources aside ul li:hover a {
        color: #FFFFFF; }
        .humanResources aside ul li:hover a img {
          display: block; }
.humanResources .container {
  margin: 0 auto; }
  .humanResources .container .title_header {
    border-bottom: 2px solid #6a8fe2;
    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; }
      .humanResources .container .title_header .title img {
        width: 26px;
        margin-right: 12px; }
      .humanResources .container .title_header .title span {
        font-family: "PingFangSC-Bold";
        font-size: 24px;
        color: #333333;
        font-weight: bold; }
      .humanResources .container .title_header .title .bg {
        position: absolute;
        left: 0;
        bottom: -2.5px;
        width: 100%;
        background-image: linear-gradient(270deg, #AED1FF 4%, var(--active-color) 100%);
        height: 6px; }
    .humanResources .container .title_header .title_st {
      height: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .humanResources .container .title_header .title_st .title_sb {
        font-size: 24px;
        margin-left: 20px;
        color: #91A3C1; }
        .humanResources .container .title_header .title_st .title_sb a {
          color: #91A3C1;
          padding: 0 64px; }
        .humanResources .container .title_header .title_st .title_sb a.activing {
          font-family: "PingFangSC-Bold";
          color: var(--active-color);
          font-weight: bold; }
        .humanResources .container .title_header .title_st .title_sb span:nth-child(-n+2) {
          border-right: 1px solid #A1B0C8; }
      .humanResources .container .title_header .title_st .title_sbs {
        font-size: 24px;
        margin-left: 20px;
        color: #91A3C1; }
        .humanResources .container .title_header .title_st .title_sbs a {
          color: #91A3C1;
          padding: 0 64px; }
        .humanResources .container .title_header .title_st .title_sbs a.activing {
          font-family: "PingFangSC-Bold";
          color: var(--active-color);
          font-weight: bold; }
        .humanResources .container .title_header .title_st .title_sbs span:nth-child(-n+1) {
          border-right: 1px solid #A1B0C8; }
      .humanResources .container .title_header .title_st .cover_d {
        background: #F1F4F7;
        display: inline-block;
        height: 51px;
        width: 20px;
        position: relative;
        left: -10px;
        transform: rotate(8deg); }
    .humanResources .container .title_header h2 {
      min-width: 134px;
      display: inline-block;
      padding-left: 25px;
      padding-right: 33px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      font-family: "PingFangSC-Bold";
      font-size: 24px;
      color: #FFFFFF;
      letter-spacing: 1px;
      background: url("../images/09.png") no-repeat;
      background-size: cover; }
    .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 .container .newsDetailNav {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F6F8FB;
    font-size: 18px;
    color: #A1B0C8;
    margin-bottom: 15px; }
    .humanResources .container .newsDetailNav ul {
      height: 50px;
      display: flex;
      align-items: center; }
      .humanResources .container .newsDetailNav ul li {
        padding: 0 30px;
        border-right: 1px solid #A1B0C8;
        cursor: pointer; }
        .humanResources .container .newsDetailNav ul li a {
          font-size: 24px;
          color: #91A3C1; }
        .humanResources .container .newsDetailNav ul li a.activing {
          font-family: "PingFangSC-Bold";
          color: var(--active-color);
          font-weight: bold; }
        .humanResources .container .newsDetailNav ul li a:hover {
          color: var(--active-color); }
      .humanResources .container .newsDetailNav ul li:last-of-type {
        border: 0; }
    .humanResources .container .newsDetailNav .more {
      display: flex;
      align-items: center;
      padding-right: 10px;
      cursor: pointer; }
      .humanResources .container .newsDetailNav .more a {
        font-size: 16px;
        color: #A1B0C8; }
      .humanResources .container .newsDetailNav .more a:hover {
        color: var(--active-color); }
.humanResources .nearfuture {
  padding-bottom: 25px; }
  .humanResources .nearfuture .container {
    display: flex;
    justify-content: space-between; }
  .humanResources .nearfuture .swiper {
    width: 853px;
    height: 468px;
    margin-right: 24px;
    position: relative; }
    .humanResources .nearfuture .swiper ul {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .humanResources .nearfuture .swiper ul li {
        width: 100%;
        height: 100%;
        position: relative; }
        .humanResources .nearfuture .swiper ul li .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 li .nagavition p {
            height: 100%;
            line-height: 40px;
            width: 350px;
            font-size: 16px;
            color: #FFFFFF;
            letter-spacing: 1px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
    .humanResources .nearfuture .swiper img {
      width: 100%;
      height: 100%; }
  .humanResources .nearfuture .environment_news {
    flex: 1; }
    .humanResources .nearfuture .environment_news .environment_newslist {
      padding-top: 5px; }
      .humanResources .nearfuture .environment_news .environment_newslist li {
        font-size: 20px;
        color: #949494;
        margin-bottom: 14px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
        .humanResources .nearfuture .environment_news .environment_newslist li a {
          font-size: 20px;
          color: #333333;
          margin-right: 8px; }
        .humanResources .nearfuture .environment_news .environment_newslist li a:hover {
          color: var(--active-color); }
.humanResources .newsLmList .news_list {
  margin-bottom: 20px; }
  .humanResources .newsLmList .news_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #D7D7D7;
    padding: 20px 0; }
    .humanResources .newsLmList .news_list li .msg {
      display: flex;
      align-items: center;
      flex: 1; }
      .humanResources .newsLmList .news_list li .msg .dot {
        display: inline-block;
        width: 5px;
        height: 5px;
        background-color: #333;
        margin-right: 7px;
        border-radius: 50%; }
      .humanResources .newsLmList .news_list li .msg p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 1270px; }
        .humanResources .newsLmList .news_list li .msg p a {
          font-size: 20px;
          color: #333333; }
        .humanResources .newsLmList .news_list li .msg p a:hover {
          color: var(--active-color); }
      .humanResources .newsLmList .news_list li .msg img {
        width: 40px;
        margin-left: 20px; }
    .humanResources .newsLmList .news_list li .date {
      font-size: 20px;
      color: #999999;
      padding-right: 10px; }
  .humanResources .newsLmList .news_list li:last-of-type {
    border-bottom: 0; }
.humanResources .zcyjd {
  margin-bottom: 20px; }
  .humanResources .zcyjd .container {
    display: flex;
    justify-content: space-between; }
    .humanResources .zcyjd .container .lf {
      width: 1072px; }
      .humanResources .zcyjd .container .lf .listnav > li {
        padding: 20px 0;
        border-bottom: 1px dashed #D7D7D7; }
        .humanResources .zcyjd .container .lf .listnav > li .one {
          display: flex; }
          .humanResources .zcyjd .container .lf .listnav > li .one > span {
            display: inline-block; }
          .humanResources .zcyjd .container .lf .listnav > li .one > span:first-of-type {
            width: 15px;
            height: 15px;
            margin-right: 13px;
            transform: rotate(-90deg); }
          .humanResources .zcyjd .container .lf .listnav > li .one > span:nth-of-type(2) {
            width: 655px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
            .humanResources .zcyjd .container .lf .listnav > li .one > span:nth-of-type(2) a {
              font-size: 20px;
              color: #333333; }
            .humanResources .zcyjd .container .lf .listnav > li .one > span:nth-of-type(2) a.activing {
              color: var(--active-color); }
            .humanResources .zcyjd .container .lf .listnav > li .one > span:nth-of-type(2) a:hover {
              color: var(--active-color); }
          .humanResources .zcyjd .container .lf .listnav > li .one span.hideorshow {
            transform: rotate(90deg); }
        .humanResources .zcyjd .container .lf .listnav > li .two {
          display: none; }
          .humanResources .zcyjd .container .lf .listnav > li .two .list {
            padding-top: 10px;
            padding-left: 37px; }
            .humanResources .zcyjd .container .lf .listnav > li .two .list li {
              display: flex;
              justify-content: space-between;
              align-items: center;
              margin-bottom: 10px; }
              .humanResources .zcyjd .container .lf .listnav > li .two .list li .msg {
                display: flex;
                align-items: center;
                flex: 1; }
                .humanResources .zcyjd .container .lf .listnav > li .two .list li .msg .dot {
                  display: inline-block;
                  width: 4px;
                  height: 4px;
                  background: #8590A6;
                  border-radius: 50%;
                  margin-right: 7px; }
                .humanResources .zcyjd .container .lf .listnav > li .two .list li .msg p {
                  max-width: 800px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
                  .humanResources .zcyjd .container .lf .listnav > li .two .list li .msg p a {
                    font-size: 16px;
                    color: #949494; }
                .humanResources .zcyjd .container .lf .listnav > li .two .list li .msg img {
                  width: 40px;
                  margin-left: 20px; }
              .humanResources .zcyjd .container .lf .listnav > li .two .list li .date {
                font-size: 16px;
                color: #999999;
                padding-right: 10px; }
            .humanResources .zcyjd .container .lf .listnav > li .two .list li:last-of-type {
              margin-bottom: 0; }
      .humanResources .zcyjd .container .lf .listnav > li.show .two {
        display: block; }
      .humanResources .zcyjd .container .lf .listnav > li:last-of-type {
        margin-bottom: 0;
        border-bottom: 0; }
    .humanResources .zcyjd .container .ri {
      width: 342px; }
      .humanResources .zcyjd .container .ri .msg {
        background: #EFF4F9;
        padding-bottom: 30px;
        background: url("../images/57.png");
        background-size: 100% 100%;
        border-top: 2px solid var(--active-color); }
        .humanResources .zcyjd .container .ri .msg h4 {
          display: inline-block;
          padding-left: 25px;
          padding-right: 33px;
          height: 50px;
          text-align: center;
          line-height: 50px;
          font-family: "PingFangSC-Bold";
          font-size: 24px;
          color: #FFFFFF;
          letter-spacing: 1px;
          background: url(../images/09.png) no-repeat;
          background-size: 100% 100%;
          margin-bottom: 30px; }
        .humanResources .zcyjd .container .ri .msg li {
          font-size: 16px;
          color: #888888;
          margin-bottom: 10px; }
        .humanResources .zcyjd .container .ri .msg label {
          display: inline-block;
          font-size: 18px;
          color: #888888;
          font-family: "PingFangSC-Bold";
          margin-left: 25px; }
      .humanResources .zcyjd .container .ri .moremsg {
        height: 45px;
        background: var(--active-color);
        line-height: 45px;
        font-size: 20px;
        color: #FFFFFF;
        text-align: center;
        font-family: "PingFangSC-Medium";
        margin-top: 20px; }
.humanResources .notice .container {
  display: flex;
  justify-content: space-between; }
.humanResources .notice .wz {
  width: 715px; }
  .humanResources .notice .wz .newsDetailNav {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F6F8FB;
    font-size: 18px;
    color: #A1B0C8;
    margin-bottom: 15px; }
    .humanResources .notice .wz .newsDetailNav ul {
      height: 50px;
      display: flex;
      align-items: center; }
      .humanResources .notice .wz .newsDetailNav ul li {
        padding: 0 50px;
        border-right: 1px solid #A1B0C8; }
        .humanResources .notice .wz .newsDetailNav ul li a {
          color: #A1B0C8;
          cursor: pointer; }
        .humanResources .notice .wz .newsDetailNav ul li a.activing {
          color: var(--active-color); }
        .humanResources .notice .wz .newsDetailNav ul li a:hover {
          color: var(--active-color); }
      .humanResources .notice .wz .newsDetailNav ul li:last-of-type {
        border: 0; }
    .humanResources .notice .wz .newsDetailNav .more {
      display: flex;
      align-items: center;
      padding-right: 10px;
      cursor: pointer; }
      .humanResources .notice .wz .newsDetailNav .more a {
        font-size: 16px;
        color: #A1B0C8; }
      .humanResources .notice .wz .newsDetailNav .more a:hover {
        color: var(--active-color); }
  .humanResources .notice .wz .art {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }
    .humanResources .notice .wz .art .art_lf {
      width: 291px;
      height: 141px; }
      .humanResources .notice .wz .art .art_lf img {
        height: 100%; }
    .humanResources .notice .wz .art .art_ri {
      flex: 1;
      padding-left: 24px;
      padding-right: 10px; }
      .humanResources .notice .wz .art .art_ri h2 {
        margin-bottom: 10px; }
        .humanResources .notice .wz .art .art_ri h2 a {
          font-family: "PingFangSC-Bold";
          font-size: 20px;
          color: #333333;
          display: inline-block;
          max-width: 300px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          font-weight: bold; }
        .humanResources .notice .wz .art .art_ri h2 a:hover {
          color: var(--active-color); }
        .humanResources .notice .wz .art .art_ri h2 .new {
          display: inline-block; }
      .humanResources .notice .wz .art .art_ri p {
        height: 75px;
        font-size: 16px;
        color: #949494;
        text-align: justify;
        line-height: 25px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
      .humanResources .notice .wz .art .art_ri .date {
        margin-top: 10px;
        font-size: 14px;
        color: #999999; }
  .humanResources .notice .wz .news_art {
    margin-top: 20px; }
    .humanResources .notice .wz .news_art li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 26px; }
      .humanResources .notice .wz .news_art li p {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .humanResources .notice .wz .news_art li p .dot {
          display: inline-block;
          width: 6px;
          height: 6px;
          background: var(--active-color);
          margin-right: 10px; }
        .humanResources .notice .wz .news_art li p .title {
          display: inline-block;
          max-width: 500px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
          .humanResources .notice .wz .news_art li p .title a {
            font-size: 20px;
            color: #333333; }
          .humanResources .notice .wz .news_art li p .title a:hover {
            color: var(--active-color); }
        .humanResources .notice .wz .news_art li p .new {
          display: inline-block;
          width: 38px;
          height: 17px; }
      .humanResources .notice .wz .news_art li .date {
        font-size: 20px;
        color: #999999;
        padding-right: 10px; }
.humanResources .notice .one {
  padding: 20px 0; }
  .humanResources .notice .one .two {
    display: flex;
    justify-content: space-between; }
    .humanResources .notice .one .two .lf {
      width: 777px;
      background: #F6F8FB;
      padding: 20px 10px; }
      .humanResources .notice .one .two .lf ul li {
        margin-bottom: 27px; }
        .humanResources .notice .one .two .lf ul li h4 {
          font-size: 16px;
          color: #333333;
          margin-bottom: 10px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 893px; }
          .humanResources .notice .one .two .lf ul li h4 a {
            font-size: 20px;
            color: #333333;
            font-family: "PingFangSC-Bold";
            font-weight: bold; }
          .humanResources .notice .one .two .lf ul li h4 a:hover {
            color: var(--active-color); }
        .humanResources .notice .one .two .lf ul li p {
          font-size: 16px;
          color: #949494;
          letter-spacing: 0;
          text-align: justify;
          line-height: 24px;
          display: -webkit-box;
          overflow: hidden;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 4; }
      .humanResources .notice .one .two .lf ul li:last-of-type {
        margin-bottom: 0; }
.humanResources .notice .ri {
  width: 342px;
  height: 275px; }
  .humanResources .notice .ri .msg {
    height: 100%;
    background: url("../images/57.png");
    background-size: 100% 100%;
    border-top: 2px solid var(--active-color); }
    .humanResources .notice .ri .msg h4 {
      width: 190px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      font-family: "PingFangSC-Medium";
      font-size: 24px;
      color: #FFFFFF;
      letter-spacing: 1px;
      background: url(../images/09.png) no-repeat;
      background-size: cover;
      margin-bottom: 30px; }
    .humanResources .notice .ri .msg li {
      font-size: 18px;
      color: #888888;
      margin-bottom: 10px; }
    .humanResources .notice .ri .msg li:last-of-type {
      margin-top: 20px;
      margin-bottom: 47px; }
    .humanResources .notice .ri .msg label {
      display: inline-block;
      width: 120px;
      font-size: 18px;
      color: #888888;
      text-align: center;
      font-family: "PingFangSC-Bold"; }
  .humanResources .notice .ri .moremsg {
    height: 45px;
    background: var(--active-color);
    line-height: 45px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    font-family: "PingFangSC-Medium";
    margin-top: 20px; }
.humanResources .active .container {
  display: flex;
  justify-content: space-between; }
.humanResources .active .wz {
  width: 100%; }
  .humanResources .active .wz .list {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .humanResources .active .wz .list li {
      width: 265px;
      margin-bottom: 34px; }
      .humanResources .active .wz .list li img {
        width: 265px;
        height: 175px; }
  .humanResources .active .wz .newsDetailNav {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F6F8FB;
    font-size: 18px;
    color: #A1B0C8;
    margin-bottom: 15px; }
    .humanResources .active .wz .newsDetailNav ul {
      height: 50px;
      display: flex;
      align-items: center; }
      .humanResources .active .wz .newsDetailNav ul li {
        padding: 0 50px;
        border-right: 1px solid #A1B0C8; }
        .humanResources .active .wz .newsDetailNav ul li a {
          color: #A1B0C8;
          cursor: pointer; }
        .humanResources .active .wz .newsDetailNav ul li a.activing {
          color: var(--active-color); }
        .humanResources .active .wz .newsDetailNav ul li a:hover {
          color: var(--active-color); }
      .humanResources .active .wz .newsDetailNav ul li:last-of-type {
        border: 0; }
    .humanResources .active .wz .newsDetailNav .more {
      display: flex;
      align-items: center;
      padding-right: 10px;
      cursor: pointer; }
      .humanResources .active .wz .newsDetailNav .more a {
        font-size: 16px;
        color: #A1B0C8; }
      .humanResources .active .wz .newsDetailNav .more a:hover {
        color: var(--active-color); }
  .humanResources .active .wz .art {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }
    .humanResources .active .wz .art .art_lf {
      width: 291px;
      height: 141px; }
      .humanResources .active .wz .art .art_lf img {
        height: 100%; }
    .humanResources .active .wz .art .art_ri {
      flex: 1;
      padding-left: 24px;
      padding-right: 10px; }
      .humanResources .active .wz .art .art_ri h2 {
        margin-bottom: 10px; }
        .humanResources .active .wz .art .art_ri h2 a {
          font-family: "PingFangSC-Bold";
          font-size: 20px;
          color: #333333;
          display: inline-block;
          max-width: 300px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          font-weight: bold; }
        .humanResources .active .wz .art .art_ri h2 a:hover {
          color: var(--active-color); }
        .humanResources .active .wz .art .art_ri h2 .new {
          display: inline-block; }
      .humanResources .active .wz .art .art_ri p {
        height: 75px;
        font-size: 16px;
        color: #949494;
        text-align: justify;
        line-height: 25px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
      .humanResources .active .wz .art .art_ri .date {
        margin-top: 10px;
        font-size: 14px;
        color: #999999; }
  .humanResources .active .wz .news_art {
    margin-top: 20px; }
    .humanResources .active .wz .news_art li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 26px; }
      .humanResources .active .wz .news_art li p {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .humanResources .active .wz .news_art li p .dot {
          display: inline-block;
          width: 6px;
          height: 6px;
          background: var(--active-color);
          margin-right: 10px; }
        .humanResources .active .wz .news_art li p .title {
          display: inline-block;
          max-width: 500px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
          .humanResources .active .wz .news_art li p .title a {
            font-size: 20px;
            color: #333333; }
          .humanResources .active .wz .news_art li p .title a:hover {
            color: var(--active-color); }
        .humanResources .active .wz .news_art li p .new {
          display: inline-block;
          width: 38px;
          height: 17px; }
      .humanResources .active .wz .news_art li .date {
        font-size: 20px;
        color: #999999;
        padding-right: 10px; }
.humanResources .active .one {
  padding: 20px 0; }
  .humanResources .active .one .two {
    display: flex;
    justify-content: space-between; }
    .humanResources .active .one .two .lf {
      width: 777px;
      background: #F6F8FB;
      padding: 20px 10px; }
      .humanResources .active .one .two .lf ul li {
        margin-bottom: 27px; }
        .humanResources .active .one .two .lf ul li h4 {
          font-size: 16px;
          color: #333333;
          margin-bottom: 10px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 893px; }
          .humanResources .active .one .two .lf ul li h4 a {
            font-size: 20px;
            color: #333333;
            font-family: "PingFangSC-Bold";
            font-weight: bold; }
          .humanResources .active .one .two .lf ul li h4 a:hover {
            color: var(--active-color); }
        .humanResources .active .one .two .lf ul li p {
          font-size: 16px;
          color: #949494;
          letter-spacing: 0;
          text-align: justify;
          line-height: 24px;
          display: -webkit-box;
          overflow: hidden;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 4; }
      .humanResources .active .one .two .lf ul li:last-of-type {
        margin-bottom: 0; }
.humanResources .active .ri {
  width: 342px;
  height: 275px; }
  .humanResources .active .ri .msg {
    height: 100%;
    background: url("../images/57.png");
    background-size: 100% 100%;
    border-top: 2px solid var(--active-color); }
    .humanResources .active .ri .msg h4 {
      width: 190px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      font-family: "PingFangSC-Medium";
      font-size: 24px;
      color: #FFFFFF;
      letter-spacing: 1px;
      background: url(../images/09.png) no-repeat;
      background-size: cover;
      margin-bottom: 30px; }
    .humanResources .active .ri .msg li {
      font-size: 18px;
      color: #888888;
      margin-bottom: 10px; }
    .humanResources .active .ri .msg li:last-of-type {
      margin-top: 20px;
      margin-bottom: 47px; }
    .humanResources .active .ri .msg label {
      display: inline-block;
      width: 120px;
      font-size: 18px;
      color: #888888;
      text-align: center;
      font-family: "PingFangSC-Bold"; }
  .humanResources .active .ri .moremsg {
    height: 45px;
    background: var(--active-color);
    line-height: 45px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    font-family: "PingFangSC-Medium";
    margin-top: 20px; }
.humanResources .message .container {
  display: flex;
  justify-content: space-between; }
.humanResources .message .wz {
  width: 100%; }
  .humanResources .message .wz .newsDetailNav {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F6F8FB;
    font-size: 18px;
    color: #A1B0C8;
    margin-bottom: 15px; }
    .humanResources .message .wz .newsDetailNav ul {
      height: 50px;
      display: flex;
      align-items: center; }
      .humanResources .message .wz .newsDetailNav ul li {
        padding: 0 50px;
        border-right: 1px solid #A1B0C8; }
        .humanResources .message .wz .newsDetailNav ul li a {
          color: #A1B0C8;
          cursor: pointer; }
        .humanResources .message .wz .newsDetailNav ul li a.activing {
          color: var(--active-color); }
        .humanResources .message .wz .newsDetailNav ul li a:hover {
          color: var(--active-color); }
      .humanResources .message .wz .newsDetailNav ul li:last-of-type {
        border: 0; }
    .humanResources .message .wz .newsDetailNav .more {
      display: flex;
      align-items: center;
      padding-right: 10px;
      cursor: pointer; }
      .humanResources .message .wz .newsDetailNav .more a {
        font-size: 16px;
        color: #A1B0C8; }
      .humanResources .message .wz .newsDetailNav .more a:hover {
        color: var(--active-color); }
  .humanResources .message .wz .art {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }
    .humanResources .message .wz .art .art_lf {
      width: 291px;
      height: 141px; }
      .humanResources .message .wz .art .art_lf img {
        height: 100%; }
    .humanResources .message .wz .art .art_ri {
      flex: 1;
      padding-left: 24px;
      padding-right: 10px; }
      .humanResources .message .wz .art .art_ri h2 {
        margin-bottom: 10px; }
        .humanResources .message .wz .art .art_ri h2 a {
          font-family: "PingFangSC-Bold";
          font-size: 20px;
          color: #333333;
          display: inline-block;
          max-width: 300px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          font-weight: bold; }
        .humanResources .message .wz .art .art_ri h2 a:hover {
          color: var(--active-color); }
        .humanResources .message .wz .art .art_ri h2 .new {
          display: inline-block; }
      .humanResources .message .wz .art .art_ri p {
        height: 75px;
        font-size: 16px;
        color: #949494;
        text-align: justify;
        line-height: 25px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
      .humanResources .message .wz .art .art_ri .date {
        margin-top: 10px;
        font-size: 14px;
        color: #999999; }
  .humanResources .message .wz .news_art {
    margin-top: 20px; }
    .humanResources .message .wz .news_art li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 26px; }
      .humanResources .message .wz .news_art li p {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .humanResources .message .wz .news_art li p .dot {
          display: inline-block;
          width: 6px;
          height: 6px;
          background: var(--active-color);
          margin-right: 10px; }
        .humanResources .message .wz .news_art li p .title {
          display: inline-block;
          max-width: 500px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
          .humanResources .message .wz .news_art li p .title a {
            font-size: 20px;
            color: #333333; }
          .humanResources .message .wz .news_art li p .title a:hover {
            color: var(--active-color); }
        .humanResources .message .wz .news_art li p .new {
          display: inline-block;
          width: 38px;
          height: 17px; }
      .humanResources .message .wz .news_art li .date {
        font-size: 20px;
        color: #999999;
        padding-right: 10px; }
.humanResources .tj {
  background: #F6F8FB;
  padding: 50px 10px;
  position: relative; }
  .humanResources .tj .container {
    display: flex;
    justify-content: space-between; }
    .humanResources .tj .container main {
      width: 50%; }
      .humanResources .tj .container main #china {
        width: 499px;
        height: 395px;
        background: url("../images/china.png") no-repeat;
        background-size: 100% 100%;
        position: relative; }
        .humanResources .tj .container main #china li {
          display: inline-block;
          font-size: 12px;
          position: absolute;
          cursor: pointer;
          text-align: center; }
        .humanResources .tj .container main #china li:nth-of-type(1) {
          width: 31px;
          height: 14px;
          line-height: 14px;
          top: 109px;
          right: 129px; }
        .humanResources .tj .container main #china li:nth-of-type(2) {
          width: 31px;
          height: 14px;
          line-height: 14px;
          top: 123px;
          right: 104px; }
        .humanResources .tj .container main #china li:nth-of-type(3) {
          width: 27px;
          height: 12px;
          line-height: 12px;
          top: 230px;
          right: 44px; }
        .humanResources .tj .container main #china li:nth-of-type(4) {
          width: 40px;
          height: 18px;
          line-height: 18px;
          top: 258px;
          right: 205px; }
        .humanResources .tj .container main #china li:nth-of-type(5) {
          width: 50px;
          height: 22px;
          line-height: 22px;
          top: 145px;
          right: 122px; }
        .humanResources .tj .container main #china li:nth-of-type(6) {
          width: 59px;
          height: 26px;
          line-height: 26px;
          top: 192px;
          right: 132px; }
        .humanResources .tj .container main #china li:nth-of-type(7) {
          width: 73px;
          height: 32px;
          line-height: 32px;
          top: 312px;
          left: 164px; }
        .humanResources .tj .container main #china li:nth-of-type(8) {
          width: 50px;
          height: 22px;
          line-height: 22px;
          top: 92px;
          right: 50px; }
        .humanResources .tj .container main #china li:nth-of-type(9) {
          width: 109px;
          height: 32px;
          line-height: 32px;
          top: 0;
          right: 0; }
        .humanResources .tj .container main #china li:nth-of-type(10) {
          width: 66px;
          height: 32px;
          line-height: 32px;
          bottom: 84px;
          right: 150px; }
        .humanResources .tj .container main #china li:nth-of-type(11) {
          width: 50px;
          height: 22px;
          line-height: 22px;
          top: 222px;
          right: 92px; }
        .humanResources .tj .container main #china li:nth-of-type(12) {
          width: 50px;
          height: 22px;
          line-height: 22px;
          top: 164px;
          right: 88px; }
        .humanResources .tj .container main #china li:nth-of-type(13) {
          width: 95px;
          height: 42px;
          line-height: 42px;
          top: 78px;
          left: 0; }
        .humanResources .tj .container main #china li:nth-of-type(14) {
          width: 40px;
          height: 18px;
          line-height: 18px;
          top: 200px;
          right: 64px; }
        .humanResources .tj .container main #china li:nth-of-type(15) {
          width: 50px;
          height: 22px;
          line-height: 22px;
          top: 254px;
          right: 46px; }
        .humanResources .tj .container main #china li:nth-of-type(16) {
          width: 72px;
          height: 32px;
          line-height: 32px;
          top: 265px;
          right: 90px; }
        .humanResources .tj .container main #china li:nth-of-type(17) {
          width: 59px;
          height: 26px;
          line-height: 26px;
          top: 230px;
          right: 142px; }
        .humanResources .tj .container main #china li:nth-of-type(18) {
          width: 72px;
          height: 32px;
          line-height: 32px;
          bottom: 34px;
          right: 174px; }
        .humanResources .tj .container main #china li:nth-of-type(19) {
          width: 84px;
          height: 37px;
          line-height: 37px;
          top: 104px;
          left: 118px; }
        .humanResources .tj .container main #china li:nth-of-type(20) {
          width: 63px;
          height: 28px;
          line-height: 28px;
          top: 156px;
          right: 160px; }
        .humanResources .tj .container main #china li:nth-of-type(21) {
          width: 120px;
          height: 42px;
          line-height: 42px;
          top: 80px;
          right: 168px; }
        .humanResources .tj .container main #china li:nth-of-type(22) {
          width: 54px;
          height: 24px;
          line-height: 24px;
          top: 198px;
          right: 189px; }
        .humanResources .tj .container main #china li:nth-of-type(23) {
          width: 36px;
          height: 16px;
          line-height: 16px;
          top: 50px;
          right: 36px; }
        .humanResources .tj .container main #china li:nth-of-type(24) {
          width: 36px;
          height: 16px;
          line-height: 16px;
          bottom: 80px;
          right: 80px; }
        .humanResources .tj .container main #china li:nth-of-type(25) {
          width: 54px;
          height: 24px;
          line-height: 24px;
          bottom: 75px;
          right: 208px; }
        .humanResources .tj .container main #china li:nth-of-type(26) {
          width: 70px;
          height: 32px;
          line-height: 32px;
          bottom: 45px;
          right: 107px; }
        .humanResources .tj .container main #china li:nth-of-type(27) {
          width: 84px;
          height: 37px;
          line-height: 37px;
          bottom: 196px;
          left: 130px; }
        .humanResources .tj .container main #china li:nth-of-type(28) {
          width: 90px;
          height: 40px;
          line-height: 40px;
          bottom: 148px;
          left: 10px; }
        .humanResources .tj .container main #china li:nth-of-type(29) {
          width: 79px;
          height: 35px;
          line-height: 35px;
          bottom: 130px;
          left: 180px; }
        .humanResources .tj .container main #china li:nth-of-type(30) {
          width: 36px;
          height: 16px;
          line-height: 16px;
          top: 158px;
          left: 236px; }
        .humanResources .tj .container main #china li:nth-of-type(31) {
          width: 36px;
          height: 16px;
          line-height: 16px;
          bottom: 0;
          left: 285px; }
        .humanResources .tj .container main #china li:nth-of-type(32) {
          width: 32px;
          height: 14px;
          line-height: 14px;
          bottom: 52px;
          right: 45px; }
        .humanResources .tj .container main #china li:nth-of-type(33) {
          width: 27px;
          height: 12px;
          line-height: 12px;
          bottom: 32px;
          right: 114px; }
        .humanResources .tj .container main #china li:nth-of-type(34) {
          width: 27px;
          height: 12px;
          line-height: 12px;
          bottom: 24px;
          right: 147px; }
    .humanResources .tj .container main:last-of-type h4 {
      font-family: "PingFangSC-Medium";
      font-size: 24px;
      color: #292C4B;
      letter-spacing: 1.2px; }
    .humanResources .tj .container main:last-of-type ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 40px; }
      .humanResources .tj .container main:last-of-type ul li {
        width: 266px;
        height: 114px;
        margin-bottom: 40px;
        border: 1px solid #D0D5DD;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .humanResources .tj .container main:last-of-type ul li img {
          width: 82px;
          height: 85px;
          margin-right: 20px; }
        .humanResources .tj .container main:last-of-type ul li .fi h5 {
          font-size: 20px;
          color: #292C4B;
          letter-spacing: 1px; }
        .humanResources .tj .container main:last-of-type ul li .fi .se {
          font-size: 18px;
          color: #292C4B; }
          .humanResources .tj .container main:last-of-type ul li .fi .se span {
            font-size: 46px;
            color: #292C4B;
            font-family: "PingFangSC-Medium"; }

#follwDiv {
  width: 177px;
  height: 192px;
  position: absolute;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5); }
  #follwDiv .follwChildDiv {
    color: #fff;
    height: 30px;
    text-align: left;
    padding: 20px;
    margin-left: 15px; }

/*# sourceMappingURL=zjtxHumanResources.css.map */
