.index-row-banner {
  background: -webkit-gradient(linear, left top, left bottom, from(#e5eefb), to(rgba(229, 238, 251, 0)));
  background: -o-linear-gradient(top, #e5eefb 0%, rgba(229, 238, 251, 0) 100%);
  background: linear-gradient(180deg, #e5eefb 0%, rgba(229, 238, 251, 0) 100%); }
  .index-row-banner .swiper-container {
    height: 405px; }
  .index-row-banner .btns-wrapper {
    margin-top: 40px; }
    .index-row-banner .btns-wrapper .right-icon {
      width: 14px; }
  .index-row-banner .banner-content {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding-top: 139px; }
    .index-row-banner .banner-content .banner-title {
      font-size: 40px;
      font-weight: 500;
      color: #FFFFFF;
      line-height: 56px; }
    .index-row-banner .banner-content .title2 {
      font-size: 18px;
      font-weight: 400;
      color: #FFFFFF;
      line-height: 25px;
      margin-top: 18px;
      margin-bottom: 40px; }
    .index-row-banner .banner-content .banner-desc {
      width: 407px;
      font-size: 20px;
      margin-top: 55px;
      position: absolute;
      font-weight: lighter;
      color: #FFFFFF;
      line-height: 28px;
      vertical-align: middle;
      margin-top: 19px;
      margin-bottom: 60px; }
    .index-row-banner .banner-content .banner-btn {
      width: 227px;
      height: 52px;
      padding: 17px 77px;
      background: #0560FD;
      border-radius: 4px;
      font-size: 18px;
      font-weight: 500;
      color: #FFFFFF;
      line-height: 16px;
      text-align: center; }
    .index-row-banner .banner-content .banner-btn:hover {
      background: rgba(5, 96, 253, 0.9); }
  .index-row-banner .mobile-bg {
    display: none; }
  .index-row-banner .normal-bg {
    display: block; }
  .index-row-banner .banner-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
            transform-origin: bottom center; }
@-webkit-keyframes toTup {
  from {
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }
@keyframes toTup {
  from {
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }
  .index-row-banner .b-cell-content {
    padding-top: 227px;
    text-align: center; }
  .index-row-banner .b-cell-title {
    font-size: 55px;
    font-weight: 600;
    line-height: 55px;
    color: #1f2227; }
  .index-row-banner .b-cell-desc {
    line-height: 32px;
    width: 100%;
    display: block;
    margin: 32px auto 40px auto;
    font-size: 32px;
    color: #366dff; }

.section-content {
  padding: 100px 0 40px 0; }
  .section-content .title {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #1f2227;
    line-height: 1; }
  .section-content .title-desc {
    display: block;
    color: #1f2227;
    line-height: 28px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    margin-top: 12px; }
  .section-content .btns-content {
    margin-top: 21px;
    text-align: center; }
  .section-content .content-box {
    margin: 50px auto 20px auto;
    text-align: center;
    width: 620px; }
    .section-content .content-box .content-item {
      vertical-align: top;
      text-align: left;
      width: 50%;
      display: inline-block;
      padding: 0 15px 40px 15px; }
      .section-content .content-box .content-item .item-img img {
        width: 100%;
        max-height: 240px;
        display: block; }
    .section-content .content-box .item-title {
      margin-top: 18px;
      line-height: 30px;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden;
      font-size: 20px;
      color: #1f2227; }
    .section-content .content-box .item-text {
      margin-top: 12px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      white-space: pre-wrap;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      color: #8c8e92; }

.section-tool-wrapper {
  background-color: #f7f8fa; }
  .section-tool-wrapper .section-content {
    width: 100%;
    padding: 8% 8.5% 9% 8.5%; }
  .section-tool-wrapper .title-desc {
    display: block;
    color: #1f2227;
    line-height: 28px;
    width: 78.125%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    margin-top: 12px; }
  .section-tool-wrapper .content-tool-box {
    margin: 60px -25px 0 -25px;
    text-align: center;
    white-space: nowrap; }
    .section-tool-wrapper .content-tool-box .tool-box {
      vertical-align: top;
      text-align: center;
      display: inline-block;
      width: 47%;
      background-color: #fff;
      border-radius: 12px;
      padding: 5.8% 0;
      margin-left: 4.8%; }
      .section-tool-wrapper .content-tool-box .tool-box:first-child {
        margin-left: 0; }
    .section-tool-wrapper .content-tool-box .item-img {
      width: 100%;
      display: block;
      margin: 0 auto; }
    .section-tool-wrapper .content-tool-box .item-title {
      margin-top: 30px;
      font-weight: 600;
      line-height: 22px;
      font-size: 22px;
      color: #1f2227; }
    .section-tool-wrapper .content-tool-box .item-text {
      margin-top: 18px;
      font-weight: 400;
      line-height: 24px;
      color: #8c8e92;
      margin: 0 auto;
      width: 320px; }
      .section-tool-wrapper .content-tool-box .item-text p {
        line-height: 18px;
        padding: 16px 0 16px 0;
        font-size: 14px;
        border-bottom: 1px solid #f5f5f5; }
        .section-tool-wrapper .content-tool-box .item-text p:first-child {
          font-size: 15px;
          border: none; }

.section-tool1-wrapper {
  overflow: hidden;
  position: relative; }
  .section-tool1-wrapper .section-content {
    width: 100%;
    padding: 7.812vw 0px; }
    .section-tool1-wrapper .section-content .title-desc {
      width: 50%; }
    .section-tool1-wrapper .section-content .tool-box {
      width: 100%; }
      .section-tool1-wrapper .section-content .tool-box .item-text,
      .section-tool1-wrapper .section-content .tool-box .item-ab,
      .section-tool1-wrapper .section-content .tool-box .item-title {
        padding: 0 5.859vw; }
      .section-tool1-wrapper .section-content .tool-box .item-img {
        margin-bottom: 40px; }
  .section-tool1-wrapper .section-content {
    margin-bottom: 40px; }
  .section-tool1-wrapper .addr-l,
  .section-tool1-wrapper .addr-r {
    width: 100%;
    height: 50vw;
    position: absolute;
    background-color: #0560FD; }
  .section-tool1-wrapper .addr-l {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 63px;
    bottom: 0;
    z-index: -1;
    right: 80%; }
  .section-tool1-wrapper .addr-r {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 63px;
    left: 80%;
    z-index: -1;
    top: -20px; }
  .section-tool1-wrapper .content-tool-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 87px;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px); }
    .section-tool1-wrapper .content-tool-box .tool-box {
      position: relative;
      padding-top: 3.51vw; }
      .section-tool1-wrapper .content-tool-box .tool-box .img-item-cnt > p {
        margin-right: 12px; }
      .section-tool1-wrapper .content-tool-box .tool-box .item-title {
        font-size: 3.90vw;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 5.46vw; }
      .section-tool1-wrapper .content-tool-box .tool-box .item-ab {
        font-size: 1.757vw;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 3.125vw;
        margin-top: 12px;
        margin-bottom: 16px; }
      .section-tool1-wrapper .content-tool-box .tool-box .item-link {
        font-size: 1.367vw;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        position: absolute;
        top: 5.859vw;
        right: 5.859vw; }
        .section-tool1-wrapper .content-tool-box .tool-box .item-link .blue {
          display: none; }
        .section-tool1-wrapper .content-tool-box .tool-box .item-link img {
          -webkit-transition: all 300ms ease;
          -o-transition: all 300ms ease;
          transition: all 300ms ease;
          width: 12px;
          margin-left: 8px; }
      .section-tool1-wrapper .content-tool-box .tool-box .item-link:hover {
        color: #0560FD; }
        .section-tool1-wrapper .content-tool-box .tool-box .item-link:hover .white {
          display: none; }
        .section-tool1-wrapper .content-tool-box .tool-box .item-link:hover .blue {
          display: inline-block; }
      .section-tool1-wrapper .content-tool-box .tool-box .item-text p {
        font-size: 1.367vw;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.5);
        line-height: 1.5;
        letter-spacing: 1.4px; }
      .section-tool1-wrapper .content-tool-box .tool-box .item-img {
        width: 100%;
        margin-top: 6.347vw; }

.section-service-item {
  background: #F6FAFD;
  padding: 80px 50px 80px 50px; }
  .section-service-item .normal-bg {
    display: block; }
  .section-service-item .mobile-bg {
    display: none; }
  .section-service-item .section-content {
    padding: 0; }
  .section-service-item .content-tool-box {
    margin-top: 87px; }
    .section-service-item .content-tool-box .left {
      width: 72.36328125vw; }
      .section-service-item .content-tool-box .left .item-img {
        width: 100%; }
    .section-service-item .content-tool-box .right .tool-box {
      border-radius: 8px;
      opacity: 0.68;
      padding: 1.85546875vw 1.7578125vw;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 15px;
      cursor: pointer;
      -webkit-transition: all ease-in-out;
      -o-transition: all ease-in-out;
      transition: all ease-in-out;
      width: 34.765625vw;
      background: rgba(255, 255, 255, 0.68);
      margin-left: 0; }
      .section-service-item .content-tool-box .right .tool-box .item-img {
        width: 2.83203125vw;
        height: 2.83203125vw;
        background: #0560FD;
        border-radius: 0.390625vw;
        opacity: 0.6;
        margin-right: 2.44140625vw;
        margin-left: 0; }
      .section-service-item .content-tool-box .right .tool-box .item-title {
        text-align: left;
        font-size: 1.7578125vw;
        font-weight: 600;
        color: rgba(31, 34, 39, 0.8);
        margin-top: 0;
        line-height: 1.953125vw; }
      .section-service-item .content-tool-box .right .tool-box .item-ab {
        margin-top: 0.9765625vw;
        font-size: 1.3671875vw;
        font-weight: 400;
        color: #8C8E92;
        line-height: 2.34375vw;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap;
        width: 25vw;
        text-align: left; }
      .section-service-item .content-tool-box .right .tool-box .item-link {
        margin-top: -2.671875vw;
        width: 2.34375vw;
        position: absolute;
        right: 2.9296875vw;
        -webkit-transition: all ease-in-out;
        -o-transition: all ease-in-out;
        transition: all ease-in-out; }
    .section-service-item .content-tool-box .right .active-tool-box {
      background: #FFFFFF;
      -webkit-box-shadow: 0px 6px 40px 0px rgba(98, 155, 217, 0.22);
              box-shadow: 0px 6px 40px 0px rgba(98, 155, 217, 0.22);
      border: 1px solid #FFFFFF; }
      .section-service-item .content-tool-box .right .active-tool-box .item-img {
        opacity: 1; }
      .section-service-item .content-tool-box .right .active-tool-box .item-link {
        display: block; }

.forcase-section-item {
  overflow: hidden;
  padding-bottom: 0; }
  .forcase-section-item .section-content {
    padding: 80px 50px; }
    .forcase-section-item .section-content .title-desc {
      color: #fff;
      width: 50%; }
  .forcase-section-item .main-content {
    left: 0;
    margin-left: auto;
    top: 0; }
  .forcase-section-item .content-tool-box .tool-box .item-title {
    font-size: 2.9296875vw;
    margin-top: 2.44140625vw;
    margin-bottom: 4.1015625vw; }
  .forcase-section-item .content-tool-box .tool-box .item-text {
    width: 100%; }
    .forcase-section-item .content-tool-box .tool-box .item-text .content:first-child {
      margin-right: 10px; }
    .forcase-section-item .content-tool-box .tool-box .item-text .content {
      margin-bottom: 0px; }
    .forcase-section-item .content-tool-box .tool-box .item-text * {
      margin-bottom: 0;
      font-size: 1.3671875vw;
      line-height: 2.34375vw; }

.index-footer.index-bg {
  position: relative;
  min-height: auto; }
  .index-footer.index-bg .main-content {
    width: 100%;
    padding: 60px 40px; }
  @media screen and (min-width: 900px) {
    .index-footer.index-bg .main-content {
      padding: 80px 60px; } }
  .index-footer.index-bg .data-dec {
    margin-top: 40px;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .index-footer.index-bg .data-dec .item {
      display: inline-block;
      width: auto;
      color: #fff; }
    .index-footer.index-bg .data-dec .item-text {
      white-space: nowrap;
      font-size: 33px;
      font-family: "NumberBold"; }
    .index-footer.index-bg .data-dec #nums404 {
      width: 36px; }
    .index-footer.index-bg .data-dec #nums405 {
      width: 62px; }
    .index-footer.index-bg .data-dec #nums406 {
      width: 36px; }
    .index-footer.index-bg .data-dec #nums407 {
      width: 64px; }
    .index-footer.index-bg .data-dec #nums408 {
      width: 64px; }
    .index-footer.index-bg .data-dec #nums409 {
      width: 20px; }
    .index-footer.index-bg .data-dec .item-sup {
      margin-left: 8px;
      font-size: 18px; }
    .index-footer.index-bg .data-dec .item-sup-two {
      font-size: 16px;
      font-weight: bold; }
    .index-footer.index-bg .data-dec .item-desc {
      width: 100%;
      display: block;
      text-align: left;
      margin-top: 16px;
      color: #aec4ff;
      font-size: 14px; }
  .index-footer.index-bg .in-left {
    width: 151px;
    position: absolute;
    left: 0;
    bottom: 0; }
  .index-footer.index-bg .in-right {
    width: 189px;
    bottom: 0;
    position: absolute;
    right: 0; }

.ib-swiper,
.ib-mobile-swiper {
  position: relative; }
  .ib-swiper .sw-btn,
  .ib-mobile-swiper .sw-btn {
    width: 4.8828125vw;
    height: 4.8828125vw;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms; }
    .ib-swiper .sw-btn img,
    .ib-mobile-swiper .sw-btn img {
      width: 20px; }
    .ib-swiper .sw-btn:hover,
    .ib-mobile-swiper .sw-btn:hover {
      opacity: 1; }
  .ib-swiper .rat,
  .ib-mobile-swiper .rat {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .ib-swiper .ib-sw-next,
  .ib-swiper .ib-mobile-sw-next,
  .ib-mobile-swiper .ib-sw-next,
  .ib-mobile-swiper .ib-mobile-sw-next {
    right: 40px; }
  .ib-swiper .ib-sw-prev,
  .ib-swiper .ib-mobile-sw-prev,
  .ib-mobile-swiper .ib-sw-prev,
  .ib-mobile-swiper .ib-mobile-sw-prev {
    left: 40px; }

.show-wrapper {
  width: 100%;
  padding: 92px 0 0px 0; }
  .show-wrapper .img-box {
    border-radius: 8px;
    width: 48.8%;
    overflow: hidden; }
  .show-wrapper .ibp-swiper .swiper-wrapper {
    position: relative;
    padding-bottom: 100px; }
  .show-wrapper .sw-btn {
    width: 2.734375vw;
    padding: 0.390625vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
    z-index: 2;
    height: 2.734375vw;
    position: absolute;
    cursor: pointer;
    top: 41.69921875vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
    .show-wrapper .sw-btn img {
      width: 100%; }
    .show-wrapper .sw-btn .black {
      display: block; }
    .show-wrapper .sw-btn .white {
      display: none; }
    .show-wrapper .sw-btn:hover {
      background-color: #366dff; }
      .show-wrapper .sw-btn:hover .white {
        display: block; }
      .show-wrapper .sw-btn:hover .black {
        display: none; }
  .show-wrapper .rat {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .show-wrapper .sw-next {
    right: auto;
    left: 47.8515625vw; }
  .show-wrapper .sw-prev {
    left: 41.89453125vw; }
  .show-wrapper .slide-box {
    margin-top: 0;
    position: relative; }
    .show-wrapper .slide-box .img-more {
      position: absolute;
      display: block;
      bottom: -10%;
      left: 30%;
      width: 26%;
      z-index: 1; }
  .show-wrapper .swiper-wrapper {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .show-wrapper .b-cell-content {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .show-wrapper .b-cell-content .cell-box-info {
      height: auto;
      background: #F7F8FA;
      border-radius: 12px;
      width: 51.19%;
      padding-top: 3.90625vw;
      padding-left: 3.90625vw;
      padding-bottom: 1.953125vw; }
      .show-wrapper .b-cell-content .cell-box-info .cell-title {
        font-size: 2.734375vw;
        font-weight: 600;
        color: #1F2227;
        line-height: 2.734375vw; }
    .show-wrapper .b-cell-content .cell-img {
      width: 100%; }
    .show-wrapper .b-cell-content .cell-logo {
      width: 16.2109375vw;
      margin-top: 3.90625vw; }
    .show-wrapper .b-cell-content .cell-post {
      margin-top: 2.5390625vw; }
      .show-wrapper .b-cell-content .cell-post .pot-item {
        padding: 0.9765625vw 0;
        position: relative; }
      .show-wrapper .b-cell-content .cell-post .pot {
        left: 0;
        top: 30px;
        display: block;
        text-align: center;
        width: 58px;
        line-height: 58px;
        position: absolute;
        font-weight: 600;
        height: 58px;
        background: rgba(54, 109, 255, 0.06);
        border-radius: 8px;
        color: #366dff;
        font-size: 26px; }
      .show-wrapper .b-cell-content .cell-post .desc .desc-title {
        color: #1f2227;
        font-weight: 600;
        font-size: 1.7578125vw;
        line-height: 1; }
      .show-wrapper .b-cell-content .cell-post .desc .desc-info {
        margin-top: 0.48828125vw;
        line-height: 2.34375vw;
        font-size: 1.3671875vw;
        color: #b4b5b7;
        width: 32.91015625vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical; }

.campany-box {
  padding: 0 0 48px; }
  .campany-box .img-box {
    margin-top: 40px;
    text-align: center; }
    .campany-box .img-box .item {
      width: 113px;
      margin: 0 2.4% 2% 2.4%; }

.team-wrapper {
  overflow: hidden;
  background: #f7f8fa; }
  .team-wrapper .team-box {
    padding: 50px 0;
    position: relative; }
    .team-wrapper .team-box .swiper-pagination {
      width: 100%;
      padding-left: 0;
      text-align: center;
      bottom: 30px;
      position: absolute;
      left: 0; }
      .team-wrapper .team-box .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin-right: 16px; }
  .team-wrapper .slide-box {
    position: relative; }
  .team-wrapper .swiper-wrapper {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .team-wrapper .b-cell-content {
    position: relative; }
  .team-wrapper .post-logo {
    margin-top: 28px;
    width: 173px; }
  .team-wrapper .cell-img {
    width: 37.4%;
    position: absolute; }
  .team-wrapper .cell-txt {
    margin-top: 4.8%;
    color: #848b99;
    font-size: 18px;
    line-height: 40px; }
  .team-wrapper .cell-post {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    padding-left: 44.2%;
    min-height: 47.8%; }
  .team-wrapper .cell-info {
    position: relative;
    left: 0;
    font-size: 18px;
    color: #1f2227;
    padding-top: 9%;
    bottom: 0;
    padding-left: 40px; }
    .team-wrapper .cell-info:after {
      content: "";
      position: absolute;
      top: 75%;
      left: 0;
      display: inline-block;
      width: 28px;
      height: 2px;
      background-color: #979797; }

.news-wrapper {
  padding: 100px 0 40px 0; }
  .news-wrapper .news-content {
    width: 100%;
    padding: 0 50px; }
  .news-wrapper .news-wrap .title {
    position: relative;
    font-weight: 600;
    font-size: 34px;
    vertical-align: middle; }
    .news-wrapper .news-wrap .title > a {
      color: #1f2227; }
  .news-wrapper .news-wrap .more-inf {
    position: absolute;
    right: 0;
    top: 0; }
  .news-wrapper .news-box {
    font-size: 0;
    margin: 20px -12px 0 -12px; }
    .news-wrapper .news-box .news-item {
      width: 33.33%;
      vertical-align: top;
      display: inline-block;
      padding: 24px 12px;
      padding-bottom: 40px;
      margin-bottom: 20px; }
      .news-wrapper .news-box .news-item .item-img img {
        border-radius: 6px;
        width: 100%;
        height: 210px; }
    .news-wrapper .news-box .item-title {
      margin-top: 26px;
      line-height: 30px;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: block;
      font-size: 14px;
      color: #8c8e92; }
    .news-wrapper .news-box .item-text {
      margin-top: 12px;
      font-size: 16px;
      line-height: 28px;
      color: #1f2227; }
    .news-wrapper .news-box .date-see-details {
      margin-top: 34px; }
      .news-wrapper .news-box .date-see-details a {
        color: #366dff; }
      .news-wrapper .news-box .date-see-details .right-icon {
        position: relative;
        top: 2px;
        margin-left: 30px;
        width: 15px; }
