.home {
  background: #FAFAFA url(../images/jb.png) no-repeat;
  background-size: 100% 100%; }
  .home .container {
    padding: 10vw 0 8.3333333333vw 0; }
    .home .container .sec1 {
      width: 69.375vw;
      margin: 0 auto; }
      .home .container .sec1 .time {
        display: flex;
        align-items: center; }
        .home .container .sec1 .time img {
          width: 1.0416666667vw;
          margin-right: 0.4166666667vw; }
        .home .container .sec1 .time p {
          color: #999;
          line-height: 1.5; }
      .home .container .sec1 .pt {
        line-height: 1.5;
        margin: 0.7291666667vw 0 1.25vw 0; }
      .home .container .sec1 .tags {
        display: flex; }
        .home .container .sec1 .tags span {
          display: flex;
          width: 4.9479166667vw;
          height: 1.71875vw;
          padding: 0.1041666667vw 0.5208333333vw;
          justify-content: center;
          align-items: center;
          gap: 0.5208333333vw;
          color: #71009E;
          text-transform: capitalize;
          border-radius: 8px;
          background: rgba(211, 226, 255, 0.8); }
          .home .container .sec1 .tags span:not(:last-child) {
            margin-right: 0.8333333333vw; }
      .home .container .sec1 .html {
        margin: 3.125vw 0 6.25vw 0;
        color: #666;
        line-height: 1.5; }
    .home .container .pager {
      margin: 0 8.3333333333vw;
      display: flex;
      justify-content: space-between; }
      .home .container .pager .prev,
      .home .container .pager .next {
        display: flex;
        align-items: center;
        width: 30%; }
        .home .container .pager .prev svg,
        .home .container .pager .next svg {
          width: 0.5208333333vw;
          display: block; }
        .home .container .pager .prev p,
        .home .container .pager .next p {
          margin: 0 0.8333333333vw; }
        .home .container .pager .prev span,
        .home .container .pager .next span {
          color: #666;
          transition: all 600ms;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          max-width: 50%; }
        .home .container .pager .prev:hover span,
        .home .container .pager .next:hover span {
          color: #000; }
      .home .container .pager .next {
        justify-content: flex-end; }
      .home .container .pager .back {
        padding: 0.625vw 1.5625vw;
        border-radius: 27px;
        border: 1px solid #71009E;
        color: #71009E;
        font-weight: 600;
        transition: all 600ms; }
        .home .container .pager .back:hover {
          background: #71009E;
          color: white; }
    .home .container .sec2 {
      padding: 8.3333333333vw 8.3333333333vw 0 8.3333333333vw; }
      .home .container .sec2 .title {
        text-align: center; }
        .home .container .sec2 .title .en {
          color: rgba(51, 51, 51, 0.2);
          line-height: 0.67;
          text-transform: uppercase;
          margin-bottom: 1.0416666667vw;
          font-family: 'ReadexPro-Bold'; }
        .home .container .sec2 .title .cn {
          color: #333;
          font-weight: 600;
          line-height: 1.5; }
      .home .container .sec2 .rec_box {
        margin-top: 3.125vw; }
        .home .container .sec2 .rec_box .swiper1 {
          width: 100%; }
          .home .container .sec2 .rec_box .swiper1 a {
            display: block;
            border-radius: 24px;
            background: #FFF;
            padding: 2.0833333333vw; }
            .home .container .sec2 .rec_box .swiper1 a .pic {
              overflow: hidden;
              border-radius: 16px; }
              .home .container .sec2 .rec_box .swiper1 a .pic img {
                width: 100%;
                height: 13.3854166667vw;
                object-fit: cover;
                transition: all 600ms; }
            .home .container .sec2 .rec_box .swiper1 a .pt {
              margin-top: 2.0833333333vw;
              color: #333;
              font-weight: 700;
              line-height: 1.5; }
            .home .container .sec2 .rec_box .swiper1 a:hover .pic img {
              transform: scale(1.05); }
  @media screen and (max-width: 768px) {
    .home .container {
      padding: 80px 0 0 0; }
      .home .container .sec1 {
        width: 90%; }
        .home .container .sec1 .time img {
          width: 16px;
          margin-right: 4px; }
        .home .container .sec1 .pt {
          margin: 7px 0 12px 0; }
        .home .container .sec1 .tags span {
          width: fit-content;
          padding: 2px 10px;
          height: auto; }
          .home .container .sec1 .tags span:not(:last-child) {
            margin-right: 8px; }
        .home .container .sec1 .html {
          margin: 30px   0; }
      .home .container .pager {
        margin: 0 5%;
        flex-direction: column;
        padding-bottom: 50px; }
        .home .container .pager .prev, .home .container .pager .next {
          width: 100%; }
          .home .container .pager .prev svg, .home .container .pager .next svg {
            width: 10px; }
          .home .container .pager .prev p, .home .container .pager .next p {
            margin: 0 8px; }
          .home .container .pager .prev span, .home .container .pager .next span {
            max-width: 70%; }
        .home .container .pager .back {
          padding: 10px 15px;
          text-align: center;
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%; }
        .home .container .pager .next {
          flex-direction: row-reverse;
          margin-top: 10px; }
          .home .container .pager .next svg {
            transform: rotate(180deg); }
      .home .container .sec2 {
        padding: 60px 5%; }
        .home .container .sec2 .title .en {
          margin-bottom: 10px; }
        .home .container .sec2 .rec_box {
          margin-top: 30px; }
          .home .container .sec2 .rec_box .swiper1 a {
            padding: 20px; }
            .home .container .sec2 .rec_box .swiper1 a .pic img {
              height: 165px; }
            .home .container .sec2 .rec_box .swiper1 a .pt {
              margin-top: 20px; } }

/*# sourceMappingURL=info.css.map */
