.exhibition .public {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 1438px; }
  .exhibition .public .newsDetailNav {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F6F8FB;
    font-size: 18px;
    color: #A1B0C8;
    margin-bottom: 24px; }
    .exhibition .public .newsDetailNav ul {
      height: 50px;
      display: flex;
      align-items: center; }
      .exhibition .public .newsDetailNav ul li {
        font-size: 24px;
        padding: 0 29px;
        border-right: 1px solid #A1B0C8;
        cursor: pointer; }
        .exhibition .public .newsDetailNav ul li a {
          color: #A1B0C8; }
        .exhibition .public .newsDetailNav ul li a.activing {
          color: var(--active-color);
          font-weight: bold; }
        .exhibition .public .newsDetailNav ul li a:hover {
          color: var(--active-color); }
      .exhibition .public .newsDetailNav ul li:last-of-type {
        border: 0; }
    .exhibition .public .newsDetailNav .more {
      display: flex;
      align-items: center;
      padding-right: 10px;
      cursor: pointer; }
      .exhibition .public .newsDetailNav .more a {
        font-size: 16px;
        color: #A1B0C8; }
      .exhibition .public .newsDetailNav .more a:hover {
        color: var(--active-color); }
  .exhibition .public .list .listnav > li {
    font-size: 20px;
    color: #949494;
    margin-bottom: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
    .exhibition .public .list .listnav > li a {
      font-size: 20px;
      color: #333333;
      margin-right: 8px; }
    .exhibition .public .list .listnav > li a:hover {
      color: var(--active-color); }
  .exhibition .public .list .listnav > li:last-of-type {
    margin-bottom: 0; }
.exhibition #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; }
  .exhibition #pagination li {
    width: 8px;
    height: 4px;
    background: rgba(255, 255, 255, 0.58);
    border-radius: 2px;
    margin-left: 8px; }
    .exhibition #pagination li a {
      display: none;
      width: 100%;
      height: 100%; }
  .exhibition #pagination li.current {
    width: 24px;
    background: var(--active-color); }
.exhibition .swiper {
  width: 835px;
  height: 468px;
  position: relative; }
  .exhibition .swiper ul {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .exhibition .swiper ul li {
      width: 100%;
      height: 100%;
      position: relative; }
      .exhibition .swiper ul li .nagavition {
        width: 100%;
        position: absolute;
        bottom: 0;
        height: 40px;
        left: 0;
        padding-left: 15px;
        background: rgba(52, 52, 52, 0.5); }
        .exhibition .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; }
  .exhibition .swiper img {
    width: 100%;
    height: 100%; }
.exhibition .crumbs {
  display: flex;
  align-items: center;
  padding: 35px 0 0 0; }
  .exhibition .crumbs .crumbs_list {
    color: #949494; }
    .exhibition .crumbs .crumbs_list a {
      cursor: default;
      font-size: 16px;
      color: #949494; }
    .exhibition .crumbs .crumbs_list span.activing a {
      color: var(--active-color); }
  .exhibition .crumbs img {
    width: 12px;
    margin-right: 15px; }
.exhibition .container {
  width: 1438px;
  margin: 0 auto; }
  .exhibition .container .title_header {
    border-bottom: 1px solid #BFCCDB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px; }
    .exhibition .container .title_header .title {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      height: 100%;
      position: relative; }
      .exhibition .container .title_header .title img {
        width: 26px;
        margin-right: 12px; }
      .exhibition .container .title_header .title span {
        font-size: 24px;
        color: #333333;
        letter-spacing: 1px;
        font-family: "PingFangSC-Bold";
        font-weight: bold; }
      .exhibition .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; }
    .exhibition .container .title_header .more {
      cursor: pointer;
      padding-right: 10px; }
      .exhibition .container .title_header .more a {
        font-size: 16px;
        color: #949494; }
      .exhibition .container .title_header .more a:hover {
        color: var(--active-color); }
.exhibition .news_list {
  /*height: 716px;*/
  position: relative; }
  .exhibition .news_list .list {
    display: none; }
    .exhibition .news_list .list h1 {
      text-align: center;
      font-size: 32px;
      color: #333333;
      padding-top: 37px;
      padding-bottom: 27px; }
      .exhibition .news_list .list h1 span {
        color: #EA4948;
        font-family: "PingFangSC-Bold"; }
      .exhibition .news_list .list h1 a {
        font-family: "PingFangSC-Bold"; }
    .exhibition .news_list .list p {
      text-align: center;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 16px;
      color: #333333;
      margin-bottom: 20px; }
    .exhibition .news_list .list .img {
      width: 100%;
      height: 559px;
      position: relative; }
      .exhibition .news_list .list .img img {
        height: 100%; }
  .exhibition .news_list .bt {
    position: absolute;
    bottom: 10px;
    right: 25px;
    height: 559px;
    width: 400px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .exhibition .news_list .bt li {
      flex: 1;
      padding: 0 25px;
      display: flex;
      align-items: center;
      cursor: pointer;
      font-size: 20px;
      color: #FFFFFF;
      letter-spacing: 1.11px;
      font-family: "PingFangSC-Medium"; }
    .exhibition .news_list .bt span {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 380px; }
    .exhibition .news_list .bt li:hover {
      background-image: linear-gradient(-89deg, rgba(77, 130, 247, 0) 0%, var(--active-color) 91%); }
  .exhibition .news_list .list:first-of-type {
    display: block; }
.exhibition .work {
  display: flex;
  justify-content: space-between;
  padding: 20px 0; }
  .exhibition .work .item_list {
    width: 532px; }
    .exhibition .work .item_list .work_lf {
      margin-top: 24px; }
      .exhibition .work .item_list .work_lf li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 0;
        border-bottom: 1px dashed #D7D7D7;
        height: 59px; }
        .exhibition .work .item_list .work_lf li .news {
          display: flex;
          align-items: center; }
          .exhibition .work .item_list .work_lf li .news .dot {
            display: inline-block;
            border-radius: 50%;
            width: 5px;
            height: 5px;
            background-color: black;
            margin-right: 10px; }
          .exhibition .work .item_list .work_lf li .news img.bot_f {
            width: 20px; }
          .exhibition .work .item_list .work_lf li .news img.news_s {
            width: 40px; }
          .exhibition .work .item_list .work_lf li .news p {
            width: 375px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin: 0 5px; }
            .exhibition .work .item_list .work_lf li .news p a {
              color: #333333;
              font-size: 20px;
              font-family: "PingFangSC-Bold";
              font-weight: bold; }
            .exhibition .work .item_list .work_lf li .news p a:hover {
              color: var(--active-color); }
        .exhibition .work .item_list .work_lf li .date {
          padding-right: 10px;
          font-size: 20px;
          color: #949494; }
      .exhibition .work .item_list .work_lf li:last-of-type {
        border-bottom: none; }
    .exhibition .work .item_list .work_ri {
      margin-top: 24px; }
      .exhibition .work .item_list .work_ri li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 118px;
        border-bottom: 1px dashed #D7D7D7; }
        .exhibition .work .item_list .work_ri li .work_l {
          width: 132px;
          height: 99px; }
          .exhibition .work .item_list .work_ri li .work_l img {
            height: 100%; }
        .exhibition .work .item_list .work_ri li .work_r {
          flex: 1;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          padding-left: 13px; }
          .exhibition .work .item_list .work_ri li .work_r .work_a {
            display: flex;
            align-items: center; }
            .exhibition .work .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"; }
            .exhibition .work .item_list .work_ri li .work_r .work_a h6 {
              font-size: 16px;
              color: #999999;
              margin-left: 11px; }
          .exhibition .work .item_list .work_ri li .work_r .work_b {
            font-size: 20px;
            max-width: 378px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-family: "PingFangSC-Medium";
            margin-top: 14px;
            margin-bottom: 8px; }
            .exhibition .work .item_list .work_ri li .work_r .work_b a {
              color: #333333;
              font-family: "PingFangSC-Medium";
              font-weight: bold; }
            .exhibition .work .item_list .work_ri li .work_r .work_b a:hover {
              color: var(--active-color); }
          .exhibition .work .item_list .work_ri li .work_r .work_c {
            font-size: 16px;
            color: #949494;
            width: 378px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
      .exhibition .work .item_list .work_ri li:last-of-type {
        border-bottom: none; }
  .exhibition .work .aside {
    width: 341px; }
    .exhibition .work .aside .contactUs {
      background: url("../images/57.png");
      background-size: 100% 100%;
      box-shadow: 0 -2px 0 0 var(--active-color);
      margin-bottom: 30px;
      padding-bottom: 50px; }
      .exhibition .work .aside .contactUs h2 {
        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; }
      .exhibition .work .aside .contactUs ul {
        padding: 30px 0; }
        .exhibition .work .aside .contactUs ul li {
          margin-bottom: 12px;
          font-size: 18px;
          color: #888888;
          padding: 0 30px; }
          .exhibition .work .aside .contactUs ul li span:first-of-type {
            font-family: "PingFangSC-Medium"; }
.exhibition .exhibition .exhibition_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 32px; }
  .exhibition .exhibition .exhibition_list li {
    width: 340px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 8px;
    margin-bottom: 40px; }
    .exhibition .exhibition .exhibition_list li img {
      height: 228px; }
    .exhibition .exhibition .exhibition_list li p {
      font-size: 18px;
      color: #333333;
      font-family: "PingFangSC-Medium";
      padding: 20px 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .exhibition .exhibition .exhibition_list li:hover {
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.25); }

/*# sourceMappingURL=exhibition.css.map */
