.departmentNews .crumbs {
  display: flex;
  align-items: center;
  padding: 35px 0 25px 0; }
  .departmentNews .crumbs .crumbs_list {
    color: #949494; }
    .departmentNews .crumbs .crumbs_list a {
      cursor: default;
      font-size: 16px;
      color: #949494; }
    .departmentNews .crumbs .crumbs_list span.activing a {
      color: var(--active-color); }
  .departmentNews .crumbs img {
    width: 12px;
    margin-right: 15px; }
.departmentNews #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; }
  .departmentNews #pagination li {
    width: 8px;
    height: 4px;
    background: rgba(255, 255, 255, 0.58);
    border-radius: 2px;
    margin-left: 8px; }
    .departmentNews #pagination li a {
      display: none;
      width: 100%;
      height: 100%; }
  .departmentNews #pagination li.current {
    width: 24px;
    background: var(--active-color); }
.departmentNews .container {
  width: 1438px;
  margin: 0 auto; }
  .departmentNews .container .title_header {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--active-color); }
    .departmentNews .container .title_header .title_st {
      height: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .departmentNews .container .title_header .title_st .title_sb {
        font-size: 24px;
        margin-left: 20px; }
        .departmentNews .container .title_header .title_st .title_sb a {
          color: #616161; }
        .departmentNews .container .title_header .title_st .title_sb a.activing {
          font-family: "PingFangSC-Medium";
          color: var(--active-color);
          font-weight: bold; }
    .departmentNews .container .title_header h2 {
      min-width: 170px;
      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%; }
    .departmentNews .container .title_header .more a {
      font-size: 16px;
      color: #949494; }
    .departmentNews .container .title_header .more a:hover {
      color: var(--active-color); }
.departmentNews .environment {
  /*padding-top: 33px;*/
  padding-bottom: 25px; }
  .departmentNews .environment .container {
    display: flex;
    justify-content: space-between; }
  .departmentNews .environment .swiper {
    width: 835px;
    height: 468px;
    margin-right: 45px;
    position: relative; }
    .departmentNews .environment .swiper ul {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .departmentNews .environment .swiper ul li {
        width: 100%;
        height: 100%;
        position: relative; }
        .departmentNews .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); }
          .departmentNews .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; }
    .departmentNews .environment .swiper img {
      width: 100%;
      height: 100%; }
  .departmentNews .environment .environment_news {
    flex: 1; }
    .departmentNews .environment .environment_news .environment_newslist li {
      font-size: 20px;
      color: #949494;
      margin-bottom: 20px;
      overflow: hidden;
      -webkit-box-orient: vertical;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .departmentNews .environment .environment_news .environment_newslist li a {
        font-size: 20px;
        color: #333333;
        margin-right: 8px; }
      .departmentNews .environment .environment_news .environment_newslist li a:hover {
        color: var(--active-color); }
      .departmentNews .environment .environment_news .environment_newslist li .msg p {
        max-width: 410px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
.departmentNews .public {
  position: relative; }
  .departmentNews .public .container {
    display: flex;
    justify-content: space-between; }
  .departmentNews .public .zcwj {
    width: 1050px !important; }
  .departmentNews .public .main {
    width: 1438px; }
    .departmentNews .public .main .yjcg_list {
      display: flex;
      justify-content: space-between;
      margin: 28px 0; }
      .departmentNews .public .main .yjcg_list li {
        width: 447px;
        height: 220px;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important; }
        .departmentNews .public .main .yjcg_list li a {
          text-align: center; }
          .departmentNews .public .main .yjcg_list li a .titleP {
            margin-top: 125px;
            font-size: 20px;
            color: #333333; }
          .departmentNews .public .main .yjcg_list li a .descripP {
            font-size: 16px;
            color: #A4A5A7;
            line-height: 28px; }
    .departmentNews .public .main .exhibition_list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-top: 32px; }
      .departmentNews .public .main .exhibition_list li {
        width: 340px;
        background: #FFFFFF;
        border: 1px solid #D7D7D7;
        border-radius: 8px;
        margin-bottom: 40px; }
        .departmentNews .public .main .exhibition_list li img {
          height: 228px; }
        .departmentNews .public .main .exhibition_list li a {
          position: relative; }
          .departmentNews .public .main .exhibition_list li a .action {
            height: 31px;
            line-height: 31px;
            font-size: 16px;
            color: #FFFFFF;
            letter-spacing: 0.89px;
            padding: 0 8px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            background: rgba(52, 52, 52, 0.5);
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%; }
        .departmentNews .public .main .exhibition_list li p {
          font-size: 18px;
          color: #333333;
          font-family: "PingFangSC-Medium";
          padding: 20px 10px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .departmentNews .public .main .exhibition_list li:hover {
        box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.25); }
    .departmentNews .public .main .list {
      padding-top: 20px;
      padding-bottom: 20px; }
      .departmentNews .public .main .list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px; }
        .departmentNews .public .main .list li .msg {
          display: flex;
          align-items: center;
          flex: 1; }
          .departmentNews .public .main .list li .msg .dot {
            display: inline-block;
            width: 6px;
            height: 6px;
            background-color: var(--active-color);
            margin-right: 7px; }
          .departmentNews .public .main .list li .msg p {
            max-width: 780px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
            .departmentNews .public .main .list li .msg p a {
              font-size: 20px;
              color: #333333; }
            .departmentNews .public .main .list li .msg p a:hover {
              color: var(--active-color); }
          .departmentNews .public .main .list li .msg img {
            width: 40px;
            margin-left: 20px; }
        .departmentNews .public .main .list li .date {
          font-size: 20px;
          color: #999999;
          padding-right: 10px; }
  .departmentNews .public .aside {
    width: 341px; }
    .departmentNews .public .aside .study {
      margin-top: 20px;
      display: block; }
    .departmentNews .public .aside .mini {
      background: url("../images/57.png");
      background-size: 100% 100%;
      box-shadow: 0 -2px 0 0 var(--active-color);
      margin-bottom: 40px; }
      .departmentNews .public .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%; }
      .departmentNews .public .aside .mini ul {
        padding: 30px 0; }
        .departmentNews .public .aside .mini ul li {
          margin-bottom: 12px;
          font-size: 18px;
          color: #888888;
          padding: 0 30px; }
          .departmentNews .public .aside .mini ul li div:first-of-type {
            font-family: "PingFangSC-Bold"; }
.departmentNews .newsDetailNav {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F6F8FB;
  font-size: 18px;
  color: #A1B0C8;
  margin-bottom: 24px; }
  .departmentNews .newsDetailNav ul {
    height: 50px;
    display: flex;
    align-items: center; }
    .departmentNews .newsDetailNav ul li {
      font-size: 24px;
      padding: 0 29px;
      border-right: 1px solid #A1B0C8;
      cursor: pointer; }
      .departmentNews .newsDetailNav ul li a {
        color: #A1B0C8; }
      .departmentNews .newsDetailNav ul li a.activing {
        color: var(--active-color);
        font-weight: bold; }
      .departmentNews .newsDetailNav ul li a:hover {
        color: var(--active-color); }
    .departmentNews .newsDetailNav ul li:last-of-type {
      border: 0; }
  .departmentNews .newsDetailNav .more {
    display: flex;
    align-items: center;
    padding-right: 10px;
    cursor: pointer; }
    .departmentNews .newsDetailNav .more a {
      font-size: 16px;
      color: #A1B0C8; }
    .departmentNews .newsDetailNav .more a:hover {
      color: var(--active-color); }
.departmentNews .company_pic_list {
  padding-top: 27px;
  padding-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .departmentNews .company_pic_list li {
    width: 340px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 26px;
    margin: 0 9px 26px 9px; }
    .departmentNews .company_pic_list li img {
      height: 133px; }
    .departmentNews .company_pic_list li h4 {
      padding: 11px 12px;
      font-size: 20px;
      color: #333333;
      font-family: "PingFangSC-Medium";
      background-color: #dddddd;
      font-weight: normal;
      text-align: center; }
  .departmentNews .company_pic_list li:hover {
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.25); }

/*# sourceMappingURL=departmentNews.css.map */
