.train .crumbs {
  display: flex;
  align-items: center;
  padding: 35px 0 25px 0; }
  .train .crumbs .crumbs_list {
    color: #949494; }
    .train .crumbs .crumbs_list a {
      cursor: default;
      font-size: 16px;
      color: #949494; }
    .train .crumbs .crumbs_list span.activing a {
      color: var(--active-color); }
  .train .crumbs img {
    width: 12px;
    margin-right: 15px; }
.train #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; }
  .train #pagination li {
    width: 8px;
    height: 4px;
    background: rgba(255, 255, 255, 0.58);
    border-radius: 2px;
    margin-left: 8px; }
    .train #pagination li a {
      display: none;
      width: 100%;
      height: 100%; }
  .train #pagination li.current {
    width: 24px;
    background: var(--active-color); }
.train .container {
  width: 1438px;
  margin: 0 auto; }
  .train .container .title_header {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid  #AED1FF; }
    .train .container .title_header .title_st {
      height: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .train .container .title_header .title_st .title_sb {
        font-size: 24px;
        margin-left: 20px; }
        .train .container .title_header .title_st .title_sb a {
          color: #616161; }
        .train .container .title_header .title_st .title_sb a.activing {
          font-family: "PingFangSC-Medium";
          color: var(--active-color);
          font-weight: bold; }
    .train .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-Blod";
      font-size: 24px;
      color: #FFFFFF;
      letter-spacing: 1px;
      background: url("../images/09.png") no-repeat;
      background-size: 100% 100%; }
    .train .container .title_header .more a {
      font-size: 16px;
      color: #949494; }
    .train .container .title_header .more a:hover {
      color: var(--active-color); }
.train .environment {
  /*padding-top: 33px;*/
  padding-bottom: 25px; }
  .train .environment .container {
    display: flex;
    justify-content: space-between; }
  .train .environment .swiper {
    width: 835px;
    height: 468px;
    margin-right: 67px;
    position: relative; }
    .train .environment .swiper ul {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .train .environment .swiper ul li {
        width: 100%;
        height: 100%;
        position: relative; }
        .train .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); }
          .train .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; }
    .train .environment .swiper img {
      width: 100%;
      height: 100%; }
  .train .environment .environment_news {
    flex: 1; }
    .train .environment .environment_news .environment_newslist {
      padding-top: 24px; }
      .train .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; }
        .train .environment .environment_news .environment_newslist li a {
          font-size: 20px;
          color: #333333;
          margin-right: 8px; }
        .train .environment .environment_news .environment_newslist li a:hover {
          color: var(--active-color); }
.train .news {
  position: relative; }
  .train .news .news_item {
    margin-bottom: 30px; }
    .train .news .news_item .list {
      padding-top: 20px;
      overflow: hidden; }
      .train .news .news_item .list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px; }
        .train .news .news_item .list li .msg {
          display: flex;
          align-items: center;
          flex: 1; }
          .train .news .news_item .list li .msg .dot {
            display: inline-block;
            width: 6px;
            height: 6px;
            background-color: var(--active-color);
            margin-right: 7px; }
          .train .news .news_item .list li .msg p {
            max-width: 780px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
            .train .news .news_item .list li .msg p a {
              font-size: 20px;
              color: #333333; }
            .train .news .news_item .list li .msg p a:hover {
              color: var(--active-color); }
          .train .news .news_item .list li .msg img {
            width: 40px;
            margin-left: 20px; }
        .train .news .news_item .list li .date {
          font-size: 20px;
          color: #999999;
          padding-right: 10px; }
    .train .news .news_item .exhibition_list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-top: 32px; }
      .train .news .news_item .exhibition_list li {
        width: 275px;
        background: #FFFFFF;
        border: 1px solid #D7D7D7;
        border-radius: 8px;
        margin-bottom: 20px; }
        .train .news .news_item .exhibition_list li img {
          height: 174px; }
        .train .news .news_item .exhibition_list li p {
          font-size: 18px;
          color: #333333;
          font-family: "PingFangSC-Medium";
          padding: 20px 10px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .train .news .news_item .exhibition_list li:hover {
        box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.25); }
  .train .news .public {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .train .news .public .main {
      width: 1072px; }
    .train .news .public .aside {
      width: 341px; }
      .train .news .public .aside .mini {
        background: url("../images/57.png");
        background-size: 100% 100%;
        box-shadow: 0 -2px 0 0 var(--active-color);
        margin-bottom: 30px;
        padding-bottom: 50px; }
        .train .news .public .aside .mini 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; }
        .train .news .public .aside .mini ul {
          padding: 30px 0; }
          .train .news .public .aside .mini ul li {
            margin-bottom: 12px;
            font-size: 18px;
            color: #888888;
            padding: 0 30px; }
            .train .news .public .aside .mini ul li span:first-of-type {
              font-family: "PingFangSC-Medium"; }

/*# sourceMappingURL=train.css.map */
