.gslt {
  min-height: calc(100vh - 408px);
  width: 1438px;
  margin: 0 auto; }
  .gslt aside {
    width: 280px;
    border: 1px solid #D0D8EC; }
    .gslt aside .title {
      width: 100%;
      height: 96px;
      font-size: 24px;
      padding-left: 20px;
      line-height: 96px;
      background: url("../images/icon-ckzg.png") no-repeat;
      background-size: cover;
      color: #FFFFFF;
      font-family: "PingFangSC-Medium"; }
    .gslt aside ul {
      background: url("../images/32.png") no-repeat;
      background-size: cover; }
      .gslt aside ul li {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #D0D8EC;
        line-height: 50px;
        cursor: pointer; }
        .gslt 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; }
          .gslt aside ul li a img {
            width: 25px;
            display: none; }
      .gslt aside ul li.activing {
        background-color: var(--active-color); }
        .gslt aside ul li.activing a {
          color: #FFFFFF; }
          .gslt aside ul li.activing a img {
            display: block; }
      .gslt aside ul li:hover {
        background-color: var(--active-color); }
        .gslt aside ul li:hover a {
          color: #FFFFFF; }
          .gslt aside ul li:hover a img {
            display: block; }
  .gslt .news {
    width: 100%;
    position: relative; }
    .gslt .news .container h1 {
      padding: 15px 0;
      text-align: center;
      font-size: 32px;
      color: #000000; }
    .gslt .news .container h5 {
      text-align: center;
      font-size: 16px;
      color: #949494;
      font-weight: normal; }
    .gslt .news .container .swiper_list {
      height: 565px;
      position: relative;
      margin-top: 15px; }
      .gslt .news .container .swiper_list ul {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .gslt .news .container .swiper_list ul li {
          width: 100%;
          height: 100%; }
          .gslt .news .container .swiper_list ul li .nagavition {
            width: 100%;
            position: absolute;
            bottom: 0;
            height: 40px;
            left: 0;
            padding-left: 15px;
            background: rgba(12, 10, 34, 0.57); }
            .gslt .news .container .swiper_list ul li .nagavition p {
              height: 100%;
              line-height: 40px;
              width: 1200px;
              font-size: 16px;
              color: #FFFFFF;
              letter-spacing: 1px;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; }
      .gslt .news .container .swiper_list img {
        width: 100%;
        height: 100%; }
  .gslt .container .title_header {
    border-bottom: 1px solid #BFCCDB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px; }
    .gslt .container .title_header .title {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      height: 100%;
      position: relative; }
      .gslt .container .title_header .title img {
        width: 26px;
        margin-right: 12px; }
      .gslt .container .title_header .title span {
        font-size: 24px;
        color: #333333;
        letter-spacing: 1px;
        font-weight: bold; }
      .gslt .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; }
    .gslt .container .title_header .more {
      cursor: pointer;
      padding-right: 10px; }
      .gslt .container .title_header .more a {
        font-size: 16px;
        color: #949494; }
      .gslt .container .title_header .more a:hover {
        color: var(--active-color); }
  .gslt #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; }
    .gslt #pagination li {
      width: 8px;
      height: 4px;
      background: rgba(255, 255, 255, 0.58);
      border-radius: 2px;
      margin-left: 8px; }
      .gslt #pagination li a {
        display: none;
        width: 100%;
        height: 100%; }
    .gslt #pagination li.current {
      width: 24px;
      background: var(--active-color); }
  .gslt .container1 .crumbs {
    display: flex;
    align-items: center;
    padding: 35px 0 25px 0; }
    .gslt .container1 .crumbs .crumbs_list {
      color: #949494; }
      .gslt .container1 .crumbs .crumbs_list a {
        font-size: 16px;
        color: #949494;
        cursor: default; }
      .gslt .container1 .crumbs .crumbs_list span.activing a {
        color: var(--active-color); }
    .gslt .container1 .crumbs img {
      width: 12px;
      margin-right: 15px; }
  .gslt main {
    position: relative; }
    .gslt main .img {
      width: 100%;
      height: 527px;
      position: relative; }
      .gslt main .img img {
        height: 100%; }
    .gslt main .bt {
      position: absolute;
      bottom: 0;
      right: 25px;
      height: 527px;
      width: 359px;
      background: rgba(0, 0, 0, 0.7);
      color: #FFFFFF;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .gslt main .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"; }
      .gslt main .bt span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 380px; }
      .gslt main .bt li:hover {
        background-image: linear-gradient(-89deg, rgba(77, 130, 247, 0) 0%, var(--active-color) 91%); }
    .gslt main .news_li .list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .gslt main .news_li .list li {
        display: flex;
        width: 1100px;
        background: #FFFFFF;
        border: 1px solid #D6DAE2;
        margin-bottom: 22px;
        padding: 10px;
        position: relative; }
        .gslt main .news_li .list li a {
          display: flex;
          justify-content: space-between; }
        .gslt main .news_li .list li img {
          width: 150px;
          height: 140px; }
        .gslt main .news_li .list li .detail {
          flex: 1;
          padding-left: 10px; }
          .gslt main .news_li .list li .detail h4 {
            font-size: 22px;
            color: #333333;
            margin-bottom: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 445px; }
          .gslt main .news_li .list li .detail h4:hover {
            color: var(--active-color); }
          .gslt main .news_li .list li .detail p {
            height: 65px;
            font-size: 20px;
            color: #949494;
            line-height: 1.5em;
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; }
          .gslt main .news_li .list li .detail .date {
            font-size: 20px;
            color: #949494;
            margin: 5px 0; }
          .gslt main .news_li .list li .detail .action {
            background: #EFF3FF;
            border-radius: 4px;
            font-size: 13px;
            color: #A2AAB8;
            padding: 5px 10px;
            max-width: 528px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
        .gslt main .news_li .list li .shi {
          padding: 5px 10px;
          position: absolute;
          right: 14px;
          top: 0;
          background: #EEAC51;
          border-radius: 4px;
          display: inline-block;
          height: 28px;
          text-align: center;
          line-height: 18px;
          font-size: 14px;
          color: #FFFFFF; }
      .gslt main .news_li .list li:hover {
        border: 1px solid var(--active-color); }
    .gslt main .project_li .list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .gslt main .project_li .list li {
        background: url("../images/icon-ckzgxmk.png") no-repeat;
        background-size: 100% 100%;
        display: flex;
        width: 540px;
        height: 249px;
        border: 1px solid #D6DAE2;
        margin-bottom: 22px;
        padding: 10px;
        position: relative; }
        .gslt main .project_li .list li a {
          display: flex;
          justify-content: space-between; }
        .gslt main .project_li .list li img {
          width: 150px;
          height: 140px; }
        .gslt main .project_li .list li .detail {
          flex: 1;
          padding-left: 10px; }
          .gslt main .project_li .list li .detail h4 {
            font-size: 20px;
            color: #FFFFFF;
            margin-bottom: 10px;
            margin-top: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 445px; }
          .gslt main .project_li .list li .detail h4:hover {
            color: var(--active-color); }
          .gslt main .project_li .list li .detail p {
            height: 117px;
            font-size: 20px;
            color: #FFFFFF;
            line-height: 1.5em;
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4; }
          .gslt main .project_li .list li .detail .title {
            font-size: 20px;
            color: #F7B500;
            margin: 5px 0;
            line-height: 1.5em;
            height: 56px;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; }
          .gslt main .project_li .list li .detail .action {
            background: #EFF3FF;
            border-radius: 4px;
            font-size: 13px;
            color: #A2AAB8;
            padding: 5px 10px;
            max-width: 528px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
        .gslt main .project_li .list li .shi {
          padding: 5px 10px;
          position: absolute;
          right: 14px;
          top: 0;
          background: #EEAC51;
          border-radius: 4px;
          display: inline-block;
          height: 28px;
          text-align: center;
          line-height: 18px;
          font-size: 14px;
          color: #FFFFFF; }
      .gslt main .project_li .list li:hover {
        border: 1px solid var(--active-color); }
  .gslt .work {
    padding-bottom: 20px; }
    .gslt .work .container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .gslt .work .container .main {
        display: flex;
        justify-content: space-between;
        width: 1438px; }
        .gslt .work .container .main .item_list {
          width: 715px; }
          .gslt .work .container .main .item_list .work_lf {
            margin-top: 24px; }
            .gslt .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; }
              .gslt .work .container .main .item_list .work_lf li .news {
                width: auto;
                display: flex;
                align-items: center; }
                .gslt .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; }
                .gslt .work .container .main .item_list .work_lf li .news img.bot_f {
                  width: 15px; }
                .gslt .work .container .main .item_list .work_lf li .news img.news_s {
                  width: 40px; }
                .gslt .work .container .main .item_list .work_lf li .news p {
                  max-width: 550px;
                  overflow: hidden;
                  white-space: nowrap;
                  text-overflow: ellipsis;
                  margin: 0 5px; }
                  .gslt .work .container .main .item_list .work_lf li .news p a {
                    color: #333333;
                    font-size: 20px;
                    font-weight: bold; }
                  .gslt .work .container .main .item_list .work_lf li .news p a:hover {
                    color: var(--active-color); }
              .gslt .work .container .main .item_list .work_lf li .date {
                padding-right: 10px;
                font-size: 20px;
                color: #949494; }
            .gslt .work .container .main .item_list .work_lf li:last-of-type {
              border-bottom: none; }
          .gslt .work .container .main .item_list .work_ri {
            margin-top: 24px; }
            .gslt .work .container .main .item_list .work_ri li {
              display: flex;
              justify-content: space-between;
              align-items: center;
              height: 118px;
              border-bottom: 1px dashed #D7D7D7; }
              .gslt .work .container .main .item_list .work_ri li .work_l {
                width: 132px;
                height: 99px; }
                .gslt .work .container .main .item_list .work_ri li .work_l img {
                  height: 100%; }
              .gslt .work .container .main .item_list .work_ri li .work_r {
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                padding-left: 13px; }
                .gslt .work .container .main .item_list .work_ri li .work_r .work_a {
                  display: flex;
                  align-items: center; }
                  .gslt .work .container .main .item_list .work_ri li .work_r .work_a h4 {
                    font-size: 20px;
                    color: #333333;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    max-width: 570px; }
                  .gslt .work .container .main .item_list .work_ri li .work_r .work_a h6 {
                    font-size: 16px;
                    color: #999999;
                    margin-left: 11px; }
                .gslt .work .container .main .item_list .work_ri li .work_r .work_b {
                  width: 570px;
                  font-size: 20px;
                  margin-top: 14px;
                  margin-bottom: 8px;
                  -webkit-line-clamp: 2;
                  -webkit-box-orient: vertical;
                  height: 50px;
                  display: -webkit-box;
                  overflow: hidden; }
                  .gslt .work .container .main .item_list .work_ri li .work_r .work_b a {
                    color: #999999; }
                  .gslt .work .container .main .item_list .work_ri li .work_r .work_b a:hover {
                    color: var(--active-color); }
                .gslt .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; }
            .gslt .work .container .main .item_list .work_ri li:last-of-type {
              border-bottom: none; }
  .gslt .picture .pic_list {
    padding-top: 27px;
    padding-bottom: 50px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .gslt .picture .pic_list li {
      width: 340px;
      background: #FFFFFF;
      border: 1px solid #D7D7D7;
      border-radius: 8px;
      overflow: hidden;
      margin-bottom: 26px;
      margin: 0 9px 26px 9px; }
      .gslt .picture .pic_list li img {
        height: 133px; }
      .gslt .picture .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; }
    .gslt .picture .pic_list li:hover {
      box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.25); }

/*# sourceMappingURL=gslt.css.map */
