.crumbs {
  display: flex;
  align-items: center;
  padding: 35px 0 25px 0; }
  .crumbs .crumbs_list {
    color: #949494; }
    .crumbs .crumbs_list a {
      cursor: default;
      font-size: 16px;
      color: #949494; }
    .crumbs .crumbs_list span.activing a {
      color: var(--active-color); }
  .crumbs img {
    width: 12px;
    margin-right: 15px; }

.xxzxc #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; }
  .xxzxc #pagination li {
    width: 8px;
    height: 4px;
    background: rgba(255, 255, 255, 0.58);
    border-radius: 2px;
    margin-left: 8px; }
    .xxzxc #pagination li a {
      display: none;
      width: 100%;
      height: 100%; }
  .xxzxc #pagination li.current {
    width: 24px;
    background: var(--active-color); }
.xxzxc aside {
  width: 280px;
  border: 1px solid #D0D8EC; }
  .xxzxc 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"; }
  .xxzxc aside ul {
    background: url("../images/32.png") no-repeat;
    background-size: cover; }
    .xxzxc aside ul li {
      width: 100%;
      height: 50px;
      border-bottom: 1px solid #D0D8EC;
      line-height: 50px;
      cursor: pointer; }
      .xxzxc 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; }
        .xxzxc aside ul li a img {
          width: 25px;
          display: none; }
    .xxzxc aside ul li.activing {
      background-color: var(--active-color); }
      .xxzxc aside ul li.activing a {
        color: #FFFFFF; }
        .xxzxc aside ul li.activing a img {
          display: block; }
    .xxzxc aside ul li:hover {
      background-color: var(--active-color); }
      .xxzxc aside ul li:hover a {
        color: #FFFFFF; }
        .xxzxc aside ul li:hover a img {
          display: block; }
.xxzxc .container {
  margin: 0 auto; }
  .xxzxc .container .title_header {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F1F4F7; }
    .xxzxc .container .title_header .title_st {
      height: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .xxzxc .container .title_header .title_st .title_sb {
        font-size: 24px;
        margin-left: 20px;
        color: #91A3C1; }
        .xxzxc .container .title_header .title_st .title_sb a {
          color: #91A3C1;
          padding: 0 64px; }
        .xxzxc .container .title_header .title_st .title_sb a.activing {
          font-family: "PingFangSC-Bold";
          color: var(--active-color);
          font-weight: bold; }
        .xxzxc .container .title_header .title_st .title_sb span:nth-child(-n+2) {
          border-right: 1px solid #A1B0C8; }
      .xxzxc .container .title_header .title_st .title_sbs {
        font-size: 24px;
        margin-left: 20px;
        color: #91A3C1; }
        .xxzxc .container .title_header .title_st .title_sbs a {
          color: #91A3C1;
          padding: 0 64px; }
        .xxzxc .container .title_header .title_st .title_sbs a.activing {
          font-family: "PingFangSC-Bold";
          color: var(--active-color);
          font-weight: bold; }
        .xxzxc .container .title_header .title_st .title_sbs span:nth-child(-n+1) {
          border-right: 1px solid #A1B0C8; }
      .xxzxc .container .title_header .title_st .cover_d {
        background: #F1F4F7;
        display: inline-block;
        height: 51px;
        width: 20px;
        position: relative;
        left: -10px;
        transform: rotate(8deg); }
    .xxzxc .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; }
    .xxzxc .container .title_header .more {
      padding-right: 15px; }
      .xxzxc .container .title_header .more a {
        font-size: 16px;
        color: #949494; }
      .xxzxc .container .title_header .more a:hover {
        color: var(--active-color); }
  .xxzxc .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; }
    .xxzxc .container .newsDetailNav ul {
      height: 50px;
      display: flex;
      align-items: center; }
      .xxzxc .container .newsDetailNav ul li {
        padding: 0 30px;
        border-right: 1px solid #A1B0C8;
        cursor: pointer; }
        .xxzxc .container .newsDetailNav ul li a {
          font-size: 24px;
          color: #91A3C1; }
        .xxzxc .container .newsDetailNav ul li a.activing {
          font-family: "PingFangSC-Bold";
          color: var(--active-color);
          font-weight: bold; }
        .xxzxc .container .newsDetailNav ul li a:hover {
          color: var(--active-color); }
      .xxzxc .container .newsDetailNav ul li:last-of-type {
        border: 0; }
    .xxzxc .container .newsDetailNav .more {
      display: flex;
      align-items: center;
      padding-right: 10px;
      cursor: pointer; }
      .xxzxc .container .newsDetailNav .more a {
        font-size: 16px;
        color: #A1B0C8; }
      .xxzxc .container .newsDetailNav .more a:hover {
        color: var(--active-color); }
.xxzxc .nearfuture {
  padding-bottom: 25px; }
  .xxzxc .nearfuture .container {
    display: flex;
    justify-content: space-between; }
  .xxzxc .nearfuture .swiper {
    width: 853px;
    height: 468px;
    margin-right: 24px;
    position: relative; }
    .xxzxc .nearfuture .swiper ul {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .xxzxc .nearfuture .swiper ul li {
        width: 100%;
        height: 100%;
        position: relative; }
        .xxzxc .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); }
          .xxzxc .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; }
    .xxzxc .nearfuture .swiper img {
      width: 100%;
      height: 100%; }
  .xxzxc .nearfuture .environment_news {
    flex: 1; }
    .xxzxc .nearfuture .environment_news .environment_newslist {
      padding-top: 5px; }
      .xxzxc .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; }
        .xxzxc .nearfuture .environment_news .environment_newslist li a {
          font-size: 20px;
          color: #333333;
          margin-right: 8px; }
        .xxzxc .nearfuture .environment_news .environment_newslist li a:hover {
          color: var(--active-color); }
      .xxzxc .nearfuture .environment_news .environment_newslist li:last-of-type {
        margin-bottom: 0; }
.xxzxc .qyjf {
  margin-bottom: 20px; }
  .xxzxc .qyjf .container {
    display: flex;
    justify-content: space-between; }
    .xxzxc .qyjf .container .lf {
      width: 1072px; }
      .xxzxc .qyjf .container .lf .listnav > li {
        padding: 20px 0;
        border-bottom: 1px dashed #D7D7D7; }
        .xxzxc .qyjf .container .lf .listnav > li .one {
          display: flex; }
          .xxzxc .qyjf .container .lf .listnav > li .one > span {
            display: inline-block; }
          .xxzxc .qyjf .container .lf .listnav > li .one > span:first-of-type {
            width: 15px;
            height: 15px;
            margin-right: 13px;
            transform: rotate(-90deg); }
          .xxzxc .qyjf .container .lf .listnav > li .one > span:nth-of-type(2) {
            width: 655px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
            .xxzxc .qyjf .container .lf .listnav > li .one > span:nth-of-type(2) a {
              font-size: 20px;
              color: #333333; }
            .xxzxc .qyjf .container .lf .listnav > li .one > span:nth-of-type(2) a.activing {
              color: var(--active-color); }
            .xxzxc .qyjf .container .lf .listnav > li .one > span:nth-of-type(2) a:hover {
              color: var(--active-color); }
          .xxzxc .qyjf .container .lf .listnav > li .one span.hideorshow {
            transform: rotate(90deg); }
        .xxzxc .qyjf .container .lf .listnav > li .two {
          display: none; }
          .xxzxc .qyjf .container .lf .listnav > li .two .list {
            padding-top: 10px;
            padding-left: 37px; }
            .xxzxc .qyjf .container .lf .listnav > li .two .list li {
              display: flex;
              justify-content: space-between;
              align-items: center;
              margin-bottom: 10px; }
              .xxzxc .qyjf .container .lf .listnav > li .two .list li .msg {
                display: flex;
                align-items: center;
                flex: 1; }
                .xxzxc .qyjf .container .lf .listnav > li .two .list li .msg .dot {
                  display: inline-block;
                  width: 4px;
                  height: 4px;
                  background: #8590A6;
                  border-radius: 50%;
                  margin-right: 7px; }
                .xxzxc .qyjf .container .lf .listnav > li .two .list li .msg p {
                  max-width: 800px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
                  .xxzxc .qyjf .container .lf .listnav > li .two .list li .msg p a {
                    font-size: 16px;
                    color: #949494; }
                .xxzxc .qyjf .container .lf .listnav > li .two .list li .msg img {
                  width: 40px;
                  margin-left: 20px; }
              .xxzxc .qyjf .container .lf .listnav > li .two .list li .date {
                font-size: 16px;
                color: #999999;
                padding-right: 10px; }
            .xxzxc .qyjf .container .lf .listnav > li .two .list li:last-of-type {
              margin-bottom: 0; }
      .xxzxc .qyjf .container .lf .listnav > li.show .two {
        display: block; }
      .xxzxc .qyjf .container .lf .listnav > li:last-of-type {
        margin-bottom: 0;
        border-bottom: 0; }
    .xxzxc .qyjf .container .ri {
      width: 345px; }
      .xxzxc .qyjf .container .ri .msg {
        background: #EFF4F9;
        padding-bottom: 30px;
        background: url("../images/57.png");
        background-size: 100% 100%;
        border-top: 2px solid var(--active-color); }
        .xxzxc .qyjf .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; }
        .xxzxc .qyjf .container .ri .msg li {
          font-size: 16px;
          color: #888888;
          margin-bottom: 10px;
          margin-left: 20px; }
        .xxzxc .qyjf .container .ri .msg li:last-of-type {
          margin-top: 20px;
          margin-bottom: 47px; }
        .xxzxc .qyjf .container .ri .msg label {
          display: inline-block;
          width: 320px;
          font-size: 18px;
          color: #888888;
          font-family: "PingFangSC-Bold"; }
      .xxzxc .qyjf .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; }
.xxzxc .newsLmList .news_list {
  margin-bottom: 20px; }
  .xxzxc .newsLmList .news_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #D7D7D7;
    padding: 20px 0; }
    .xxzxc .newsLmList .news_list li .msg {
      display: flex;
      align-items: center;
      flex: 1; }
      .xxzxc .newsLmList .news_list li .msg .dot {
        display: inline-block;
        width: 5px;
        height: 5px;
        background-color: #333;
        margin-right: 7px;
        border-radius: 50%; }
      .xxzxc .newsLmList .news_list li .msg p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 1270px; }
        .xxzxc .newsLmList .news_list li .msg p a {
          font-size: 20px;
          color: #333333; }
        .xxzxc .newsLmList .news_list li .msg p a:hover {
          color: var(--active-color); }
      .xxzxc .newsLmList .news_list li .msg img {
        width: 40px;
        margin-left: 20px; }
    .xxzxc .newsLmList .news_list li .date {
      font-size: 20px;
      color: #999999;
      padding-right: 10px; }
  .xxzxc .newsLmList .news_list li:last-of-type {
    border-bottom: 0; }
.xxzxc .flfwgzz .container .title_header .title_st .title_sb span:nth-child(-n+3) {
  border-right: 1px solid #A1B0C8; }
.xxzxc .apec .listnav > li {
  padding: 20px 0;
  border-bottom: 1px dashed #D7D7D7; }
  .xxzxc .apec .listnav > li .one {
    display: flex; }
    .xxzxc .apec .listnav > li .one > span {
      display: inline-block; }
    .xxzxc .apec .listnav > li .one > span:first-of-type {
      width: 15px;
      height: 15px;
      margin-right: 13px;
      transform: rotate(-90deg); }
    .xxzxc .apec .listnav > li .one > span:nth-of-type(2) {
      width: 655px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .xxzxc .apec .listnav > li .one > span:nth-of-type(2) a {
        font-size: 20px;
        color: #333333; }
      .xxzxc .apec .listnav > li .one > span:nth-of-type(2) a.activing {
        color: var(--active-color); }
      .xxzxc .apec .listnav > li .one > span:nth-of-type(2) a:hover {
        color: var(--active-color); }
    .xxzxc .apec .listnav > li .one span.hideorshow {
      transform: rotate(90deg); }
  .xxzxc .apec .listnav > li .two {
    display: none; }
    .xxzxc .apec .listnav > li .two .list {
      padding-top: 10px;
      padding-left: 37px; }
      .xxzxc .apec .listnav > li .two .list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px; }
        .xxzxc .apec .listnav > li .two .list li .msg {
          display: flex;
          align-items: center;
          flex: 1; }
          .xxzxc .apec .listnav > li .two .list li .msg .dot {
            display: inline-block;
            width: 4px;
            height: 4px;
            background: #8590A6;
            border-radius: 50%;
            margin-right: 7px; }
          .xxzxc .apec .listnav > li .two .list li .msg p {
            max-width: 1000px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
            .xxzxc .apec .listnav > li .two .list li .msg p a {
              font-size: 16px;
              color: #949494; }
          .xxzxc .apec .listnav > li .two .list li .msg img {
            width: 40px;
            margin-left: 20px; }
        .xxzxc .apec .listnav > li .two .list li .date {
          font-size: 14px;
          color: #999999;
          padding-right: 10px; }
      .xxzxc .apec .listnav > li .two .list li:last-of-type {
        margin-bottom: 0; }
.xxzxc .apec .listnav > li.show .two {
  display: block; }
.xxzxc .apec .listnav > li:last-of-type {
  border-bottom: 0; }
.xxzxc .lt .ztjd_list {
  margin-bottom: 20px; }
  .xxzxc .lt .ztjd_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #D7D7D7;
    padding: 20px 0; }
    .xxzxc .lt .ztjd_list li .msg {
      display: flex;
      align-items: center;
      flex: 1; }
      .xxzxc .lt .ztjd_list li .msg .dot {
        display: inline-block;
        width: 5px;
        height: 5px;
        background-color: #333;
        margin-right: 7px;
        border-radius: 50%; }
      .xxzxc .lt .ztjd_list li .msg p {
        max-width: 1355px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .xxzxc .lt .ztjd_list li .msg p a {
          font-size: 20px;
          color: #333333; }
        .xxzxc .lt .ztjd_list li .msg p a:hover {
          color: var(--active-color); }
      .xxzxc .lt .ztjd_list li .msg img {
        width: 40px;
        margin-left: 20px; }
    .xxzxc .lt .ztjd_list li .date {
      font-size: 14px;
      color: #999999;
      padding-right: 10px; }
  .xxzxc .lt .ztjd_list li:last-of-type {
    border-bottom: 0; }
.xxzxc .iKnow {
  margin-bottom: 80px; }
  .xxzxc .iKnow .work_ri {
    margin-top: 24px; }
    .xxzxc .iKnow .work_ri li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 118px;
      border-bottom: 1px dashed #D7D7D7; }
      .xxzxc .iKnow .work_ri li .work_l {
        width: 132px;
        height: 99px; }
        .xxzxc .iKnow .work_ri li .work_l img {
          width: 132px;
          height: 99px; }
      .xxzxc .iKnow .work_ri li .work_r {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 13px; }
        .xxzxc .iKnow .work_ri li .work_r .work_a {
          display: flex;
          align-items: center; }
          .xxzxc .iKnow .work_ri li .work_r .work_a h4 {
            font-size: 20px;
            color: #333333;
            border-bottom: 2px solid var(--active-color);
            font-family: "PingFangSC-Medium"; }
          .xxzxc .iKnow .work_ri li .work_r .work_a h6 {
            font-size: 16px;
            color: #949494;
            margin-left: 11px; }
        .xxzxc .iKnow .work_ri li .work_r .work_b {
          font-size: 20px;
          max-width: 950px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          font-family: "PingFangSC-Medium";
          font-weight: bold;
          margin-top: 14px;
          margin-bottom: 8px; }
          .xxzxc .iKnow .work_ri li .work_r .work_b a {
            color: #333333; }
          .xxzxc .iKnow .work_ri li .work_r .work_b a:hover {
            color: var(--active-color); }
        .xxzxc .iKnow .work_ri li .work_r .work_c {
          font-size: 16px;
          color: #949494;
          width: 950px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
    .xxzxc .iKnow .work_ri li:last-of-type {
      border: 0; }

/*# sourceMappingURL=xxzxc.css.map */
