.gjhz .crumbs {
  display: flex;
  align-items: center;
  padding: 35px 0 25px 0; }
  .gjhz .crumbs .crumbs_list {
    color: #949494; }
    .gjhz .crumbs .crumbs_list a {
      cursor: default;
      font-size: 16px;
      color: #949494; }
    .gjhz .crumbs .crumbs_list span.activing a {
      color: var(--active-color); }
  .gjhz .crumbs img {
    width: 12px;
    margin-right: 15px; }
.gjhz #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; }
  .gjhz #pagination li {
    width: 8px;
    height: 4px;
    background: rgba(255, 255, 255, 0.58);
    border-radius: 2px;
    margin-left: 8px; }
    .gjhz #pagination li a {
      display: none;
      width: 100%;
      height: 100%; }
  .gjhz #pagination li.current {
    width: 24px;
    background: var(--active-color); }
.gjhz .container {
  width: 1438px;
  margin: 0 auto; }
  .gjhz .container .title_header {
    border-bottom: 1px solid #BFCCDB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px; }
    .gjhz .container .title_header .title {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      height: 100%;
      position: relative; }
      .gjhz .container .title_header .title img {
        width: 26px;
        margin-right: 12px; }
      .gjhz .container .title_header .title span {
        font-family: "PingFangSC-Bold";
        font-size: 24px;
        color: #333333;
        font-weight: bold; }
      .gjhz .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; }
    .gjhz .container .title_header .more {
      cursor: pointer;
      padding-right: 10px; }
      .gjhz .container .title_header .more a {
        font-size: 16px;
        color: #949494; }
      .gjhz .container .title_header .more a:hover {
        color: var(--active-color); }
.gjhz .environment {
  /*padding-top: 33px;*/
  padding-bottom: 25px; }
  .gjhz .environment .container {
    display: flex;
    justify-content: space-between; }
  .gjhz .environment .swiper {
    width: 835px;
    height: 468px;
    margin-right: 67px;
    position: relative; }
    .gjhz .environment .swiper ul {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .gjhz .environment .swiper ul li {
        width: 100%;
        height: 100%;
        position: relative; }
        .gjhz .environment .swiper ul li .nagavition {
          width: 100%;
          position: absolute;
          bottom: 0;
          height: 40px;
          left: 0;
          padding-left: 15px;
          background: rgba(12, 10, 34, 0.57); }
          .gjhz .environment .swiper ul li .nagavition p {
            height: 100%;
            line-height: 40px;
            width: 448px;
            font-size: 16px;
            color: #FFFFFF;
            letter-spacing: 1px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
    .gjhz .environment .swiper img {
      width: 100%;
      height: 100%; }
  .gjhz .environment .environment_news {
    flex: 1; }
    .gjhz .environment .environment_news .environment_newslist {
      padding-top: 24px; }
      .gjhz .environment .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; }
        .gjhz .environment .environment_news .environment_newslist li a {
          font-size: 20px;
          color: #333333;
          margin-right: 8px; }
        .gjhz .environment .environment_news .environment_newslist li a:hover {
          color: var(--active-color); }
.gjhz .work {
  padding-bottom: 20px; }
  .gjhz .work .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .gjhz .work .container .main {
      display: flex;
      justify-content: space-between;
      width: 1072px; }
      .gjhz .work .container .main .item_list {
        width: 527px; }
        .gjhz .work .container .main .item_list .work_lf {
          margin-top: 24px; }
          .gjhz .work .container .main .item_list .work_lf li {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 0;
            border-bottom: 1px dashed #D7D7D7;
            height: 59px; }
            .gjhz .work .container .main .item_list .work_lf li .news {
              display: flex;
              align-items: center; }
              .gjhz .work .container .main .item_list .work_lf li .news .dot {
                display: inline-block;
                border-radius: 50%;
                width: 5px;
                height: 5px;
                background-color: black;
                margin-right: 10px; }
              .gjhz .work .container .main .item_list .work_lf li .news img.bot_f {
                width: 15px; }
              .gjhz .work .container .main .item_list .work_lf li .news img.news_s {
                width: 40px; }
              .gjhz .work .container .main .item_list .work_lf li .news p {
                max-width: 320px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                margin: 0 5px; }
                .gjhz .work .container .main .item_list .work_lf li .news p a {
                  color: #333333;
                  font-size: 20px;
                  font-family: "PingFangSC-Bold";
                  font-weight: bold; }
            .gjhz .work .container .main .item_list .work_lf li .date {
              padding-right: 10px;
              font-size: 20px;
              color: #949494; }
          .gjhz .work .container .main .item_list .work_lf li:hover .news p a {
            color: var(--active-color); }
          .gjhz .work .container .main .item_list .work_lf li:last-of-type {
            border-bottom: none; }
        .gjhz .work .container .main .item_list .work_ri {
          margin-top: 24px; }
          .gjhz .work .container .main .item_list .work_ri li {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 118px;
            border-bottom: 1px dashed #D7D7D7; }
            .gjhz .work .container .main .item_list .work_ri li .work_l {
              width: 132px;
              height: 99px; }
              .gjhz .work .container .main .item_list .work_ri li .work_l img {
                height: 100%; }
            .gjhz .work .container .main .item_list .work_ri li .work_r {
              flex: 1;
              display: flex;
              flex-direction: column;
              justify-content: space-between;
              padding-left: 13px; }
              .gjhz .work .container .main .item_list .work_ri li .work_r .work_a {
                display: flex;
                align-items: center; }
                .gjhz .work .container .main .item_list .work_ri li .work_r .work_a h4 {
                  font-size: 20px;
                  color: #333333;
                  border-bottom: 2px solid var(--active-color);
                  font-family: "PingFangSC-Medium"; }
                .gjhz .work .container .main .item_list .work_ri li .work_r .work_a h6 {
                  font-size: 16px;
                  color: #999999;
                  margin-left: 11px;
                  font-family: "PingFangSC-Medium"; }
              .gjhz .work .container .main .item_list .work_ri li .work_r .work_b {
                width: 380px;
                font-size: 20px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                font-family: "PingFangSC-Medium";
                margin-top: 14px;
                margin-bottom: 8px; }
                .gjhz .work .container .main .item_list .work_ri li .work_r .work_b a {
                  color: #333333;
                  font-weight: bold; }
                .gjhz .work .container .main .item_list .work_ri li .work_r .work_b a:hover {
                  color: var(--active-color); }
              .gjhz .work .container .main .item_list .work_ri li .work_r .work_c {
                width: 380px;
                font-size: 16px;
                color: #949494;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; }
          .gjhz .work .container .main .item_list .work_ri li:last-of-type {
            border-bottom: none; }
    .gjhz .work .container .aside {
      width: 341px; }
      .gjhz .work .container .aside .mini {
        padding-bottom: 50px;
        background: url("../images/57.png");
        background-size: 100% 100%;
        box-shadow: 0 -2px 0 0 var(--active-color);
        margin-bottom: 30px; }
        .gjhz .work .container .aside .mini h2 {
          display: inline-block;
          padding-left: 25px;
          padding-right: 33px;
          height: 50px;
          text-align: center;
          line-height: 50px;
          font-family: "PingFangSC-Medium";
          font-size: 24px;
          color: #FFFFFF;
          letter-spacing: 1px;
          background: url(../images/009.png) no-repeat;
          background-size: 100% 100%; }
        .gjhz .work .container .aside .mini ul {
          padding: 30px 0; }
          .gjhz .work .container .aside .mini ul li {
            margin-bottom: 12px;
            font-size: 18px;
            color: #888888;
            padding: 0 30px; }
            .gjhz .work .container .aside .mini ul li span:first-of-type {
              font-family: "PingFangSC-Bold"; }
.gjhz .zdxm .zdxm_list {
  padding-top: 27px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .gjhz .zdxm .zdxm_list li {
    width: 340px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 8px;
    overflow: hidden; }
    .gjhz .zdxm .zdxm_list li img {
      height: 228px; }
    .gjhz .zdxm .zdxm_list li h4 {
      padding: 11px 12px;
      font-size: 20px;
      color: #333333;
      font-family: "PingFangSC-Medium"; }
    .gjhz .zdxm .zdxm_list li .date {
      padding: 11px 12px;
      font-size: 16px;
      color: #A4A8AF; }
  .gjhz .zdxm .zdxm_list li:hover {
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.25); }
.gjhz .zwyq {
  background: #F6F8FB;
  position: relative; }
  .gjhz .zwyq .fr {
    display: flex;
    padding-top: 83px;
    padding-bottom: 38px; }
    .gjhz .zwyq .fr .lf {
      width: 50%;
      text-align: right; }
      .gjhz .zwyq .fr .lf .auto {
        width: 75%;
        margin: auto;
        position: relative; }
        .gjhz .zwyq .fr .lf .auto > span {
          display: inline-block;
          width: 11px;
          height: 20px;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          cursor: pointer; }
        .gjhz .zwyq .fr .lf .auto .left {
          left: -50px; }
        .gjhz .zwyq .fr .lf .auto .right {
          right: -50px; }
      .gjhz .zwyq .fr .lf ul {
        color: #616161;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .gjhz .zwyq .fr .lf ul li {
          cursor: pointer;
          font-size: 20px;
          font-weight: bold;
          width: 140px;
          height: 90px;
          background: #E2EBFF;
          border-radius: 4px;
          text-align: center;
          line-height: 90px;
          margin-bottom: 25px;
          margin-right: 40px; }
        .gjhz .zwyq .fr .lf ul li:nth-of-type(3n) {
          margin-right: 0;
          background: #E2EBFF; }
        .gjhz .zwyq .fr .lf ul li:nth-of-type(2n) {
          background: #FFEFE7; }
        .gjhz .zwyq .fr .lf ul li:nth-of-type(4n) {
          background: #E0F8EC; }
        .gjhz .zwyq .fr .lf ul li:nth-of-type(5n) {
          background: #F5E9F8; }
        .gjhz .zwyq .fr .lf ul li:nth-of-type(7n) {
          background: #F5E9F8; }
    .gjhz .zwyq .fr .ri {
      width: 50%; }
      .gjhz .zwyq .fr .ri h2 {
        font-size: 24px;
        color: #292C4B;
        letter-spacing: 1.2px;
        margin-bottom: 30px; }
      .gjhz .zwyq .fr .ri ul.asd li {
        background: #F6F8FB;
        border: 1px solid #D0D5DD;
        border-radius: 4px;
        margin-bottom: 20px;
        width: 544px; }
        .gjhz .zwyq .fr .ri ul.asd li a {
          display: flex;
          justify-content: space-between;
          padding: 25px 15px; }
        .gjhz .zwyq .fr .ri ul.asd li img {
          width: 65px;
          height: 65px; }
        .gjhz .zwyq .fr .ri ul.asd li .av {
          flex: 1;
          padding-left: 21px; }
          .gjhz .zwyq .fr .ri ul.asd li .av h3 {
            max-width: 426px;
            font-size: 20px;
            color: #292C4B;
            letter-spacing: 1px;
            margin-bottom: 10px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
          .gjhz .zwyq .fr .ri ul.asd li .av p {
            font-size: 16px;
            color: #949494;
            letter-spacing: 0.8px;
            line-height: 25px;
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; }
      .gjhz .zwyq .fr .ri ul.asd li:hover {
        border: 1px solid var(--active-color); }
      .gjhz .zwyq .fr .ri .work_lf {
        margin-top: 16px; }
        .gjhz .zwyq .fr .ri .work_lf li {
          display: flex;
          justify-content: space-between;
          align-items: center;
          height: 40px; }
          .gjhz .zwyq .fr .ri .work_lf li .news {
            display: flex;
            align-items: center; }
            .gjhz .zwyq .fr .ri .work_lf li .news .dot {
              display: inline-block;
              border-radius: 50%;
              width: 5px;
              height: 5px;
              background-color: black;
              margin-right: 10px; }
            .gjhz .zwyq .fr .ri .work_lf li .news img.bot_f {
              width: 15px; }
            .gjhz .zwyq .fr .ri .work_lf li .news img.news_s {
              width: 40px; }
            .gjhz .zwyq .fr .ri .work_lf li .news p {
              max-width: 500px;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              margin: 0 5px; }
              .gjhz .zwyq .fr .ri .work_lf li .news p a {
                color: #333333;
                font-size: 20px;
                font-family: "PingFangSC-Bold";
                font-weight: bold; }
          .gjhz .zwyq .fr .ri .work_lf li .date {
            padding-right: 10px;
            font-size: 20px;
            color: #949494; }
        .gjhz .zwyq .fr .ri .work_lf li:hover .news p a {
          color: var(--active-color); }
        .gjhz .zwyq .fr .ri .work_lf li:last-of-type {
          border-bottom: none; }
    .gjhz .zwyq .fr main {
      width: 50%; }
      .gjhz .zwyq .fr main #china {
        width: 650px;
        height: 520px;
        background: url("../images/china.png") no-repeat;
        background-size: 100% 100%;
        position: relative; }
        .gjhz .zwyq .fr main #china li {
          display: inline-block;
          font-size: 12px;
          position: absolute;
          cursor: pointer;
          text-align: center; }
        .gjhz .zwyq .fr main #china li:nth-of-type(1) {
          width: 31px;
          height: 14px;
          line-height: 14px;
          top: 145px;
          right: 173px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(2) {
          width: 31px;
          height: 14px;
          line-height: 14px;
          top: 161px;
          right: 157px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(3) {
          width: 27px;
          height: 12px;
          line-height: 12px;
          top: 305px;
          right: 61px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(4) {
          width: 40px;
          height: 18px;
          line-height: 18px;
          top: 342px;
          right: 274px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(5) {
          width: 50px;
          height: 22px;
          line-height: 22px;
          top: 195px;
          right: 166px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(6) {
          width: 59px;
          height: 26px;
          line-height: 26px;
          top: 259px;
          right: 181px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(7) {
          width: 73px;
          height: 32px;
          line-height: 32px;
          top: 418px;
          left: 222px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(8) {
          width: 50px;
          height: 22px;
          line-height: 22px;
          top: 124px;
          right: 71px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(9) {
          width: 109px;
          height: 32px;
          line-height: 32px;
          top: 0;
          right: 0; }
        .gjhz .zwyq .fr main #china li:nth-of-type(10) {
          width: 66px;
          height: 32px;
          line-height: 32px;
          bottom: 114px;
          right: 205px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(11) {
          width: 50px;
          height: 22px;
          line-height: 22px;
          top: 296px;
          right: 127px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(12) {
          width: 50px;
          height: 22px;
          line-height: 22px;
          top: 218px;
          right: 121px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(13) {
          width: 95px;
          height: 42px;
          line-height: 42px;
          top: 109px;
          left: 0; }
        .gjhz .zwyq .fr main #china li:nth-of-type(14) {
          width: 40px;
          height: 18px;
          line-height: 18px;
          top: 265px;
          right: 90px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(15) {
          width: 50px;
          height: 22px;
          line-height: 22px;
          top: 338px;
          right: 68px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(16) {
          width: 72px;
          height: 32px;
          line-height: 32px;
          top: 356px;
          right: 131px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(17) {
          width: 59px;
          height: 26px;
          line-height: 26px;
          top: 308px;
          right: 192px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(18) {
          width: 72px;
          height: 32px;
          line-height: 32px;
          bottom: 49px;
          right: 238px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(19) {
          width: 84px;
          height: 37px;
          line-height: 37px;
          top: 143px;
          left: 165px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(20) {
          width: 63px;
          height: 28px;
          line-height: 28px;
          top: 209px;
          right: 216px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(21) {
          width: 120px;
          height: 42px;
          line-height: 42px;
          top: 111px;
          right: 233px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(22) {
          width: 54px;
          height: 24px;
          line-height: 24px;
          top: 266px;
          right: 253px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(23) {
          width: 36px;
          height: 16px;
          line-height: 16px;
          top: 68px;
          right: 52px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(24) {
          width: 36px;
          height: 16px;
          line-height: 16px;
          bottom: 107px;
          right: 109px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(25) {
          width: 54px;
          height: 24px;
          line-height: 24px;
          bottom: 102px;
          right: 280px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(26) {
          width: 70px;
          height: 32px;
          line-height: 32px;
          bottom: 63px;
          right: 148px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(27) {
          width: 84px;
          height: 37px;
          line-height: 37px;
          bottom: 262px;
          left: 182px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(28) {
          width: 90px;
          height: 40px;
          line-height: 40px;
          bottom: 200px;
          left: 23px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(29) {
          width: 79px;
          height: 35px;
          line-height: 35px;
          bottom: 174px;
          left: 250px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(30) {
          width: 36px;
          height: 16px;
          line-height: 16px;
          top: 212px;
          left: 312px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(31) {
          width: 36px;
          height: 16px;
          line-height: 16px;
          bottom: 0;
          left: 376px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(32) {
          width: 32px;
          height: 14px;
          line-height: 14px;
          bottom: 62px;
          right: 43px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(33) {
          width: 27px;
          height: 12px;
          line-height: 12px;
          bottom: 42px;
          right: 152px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(34) {
          width: 27px;
          height: 12px;
          line-height: 12px;
          bottom: 31px;
          right: 196px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(35) {
          width: 27px;
          height: 12px;
          line-height: 12px;
          top: 154px;
          right: 91px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(36) {
          width: 27px;
          height: 12px;
          line-height: 12px;
          bottom: 262px;
          right: 142px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(37) {
          width: 27px;
          height: 12px;
          line-height: 12px;
          bottom: 145px;
          right: 71px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(38) {
          width: 27px;
          height: 12px;
          line-height: 12px;
          bottom: 89px;
          right: 89px; }
        .gjhz .zwyq .fr main #china li:nth-of-type(39) {
          width: 27px;
          height: 12px;
          line-height: 12px;
          bottom: 51px;
          right: 194px; }
.gjhz .wjfwjzx {
  padding-bottom: 50px; }
  .gjhz .wjfwjzx .continents {
    padding-top: 27px; }
    .gjhz .wjfwjzx .continents ul {
      color: #616161;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .gjhz .wjfwjzx .continents ul li {
        cursor: pointer;
        font-size: 24px;
        font-weight: bold;
        width: 250px;
        height: 68px;
        background: #E2EBFF;
        border-radius: 4px;
        text-align: center;
        line-height: 90px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
      .gjhz .wjfwjzx .continents ul li:nth-of-type(3n) {
        margin-right: 0;
        background: #E2EBFF; }
      .gjhz .wjfwjzx .continents ul li:nth-of-type(2n) {
        background: #FFEFE7; }
      .gjhz .wjfwjzx .continents ul li:nth-of-type(4n) {
        background: #E0F8EC; }
      .gjhz .wjfwjzx .continents ul li:nth-of-type(5n) {
        background: #F5E9F8; }
      .gjhz .wjfwjzx .continents ul li:nth-of-type(7n) {
        background: #F5E9F8; }
  .gjhz .wjfwjzx .article {
    padding-top: 27px; }
    .gjhz .wjfwjzx .article .address {
      height: 40px;
      width: 100%;
      background: #F6F8FB;
      padding-left: 10px;
      display: flex;
      align-items: center; }
      .gjhz .wjfwjzx .article .address img {
        width: 23px; }
      .gjhz .wjfwjzx .article .address > span {
        display: inline-block;
        background: url("../images/29.png") no-repeat;
        background-size: 100% 100%;
        padding: 0 35px;
        height: 56px;
        line-height: 56px;
        font-size: 24px;
        color: #FFFFFF; }
    .gjhz .wjfwjzx .article .work_lf {
      margin-top: 16px;
      display: flex;
      justify-content: space-between; }
      .gjhz .wjfwjzx .article .work_lf li {
        width: 48%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 40px; }
        .gjhz .wjfwjzx .article .work_lf li .news {
          display: flex;
          align-items: center; }
          .gjhz .wjfwjzx .article .work_lf li .news .dot {
            display: inline-block;
            border-radius: 50%;
            width: 5px;
            height: 5px;
            background-color: black;
            margin-right: 10px; }
          .gjhz .wjfwjzx .article .work_lf li .news img.bot_f {
            width: 15px; }
          .gjhz .wjfwjzx .article .work_lf li .news img.news_s {
            width: 40px; }
          .gjhz .wjfwjzx .article .work_lf li .news p {
            max-width: 500px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin: 0 5px; }
            .gjhz .wjfwjzx .article .work_lf li .news p a {
              color: #333333;
              font-size: 20px;
              font-family: "PingFangSC-Bold";
              font-weight: bold; }
        .gjhz .wjfwjzx .article .work_lf li .date {
          padding-right: 10px;
          font-size: 20px;
          color: #949494; }
      .gjhz .wjfwjzx .article .work_lf li:hover .news p a {
        color: var(--active-color); }
      .gjhz .wjfwjzx .article .work_lf li:last-of-type {
        border-bottom: none; }

/*# sourceMappingURL=gjhz.css.map */
