.home {
  position: relative;
  width: 100%;
  padding-top: 8vw; }
  .home .main {
    width: 65vw;
    margin: 0 auto; }
    .home .main .tag {
      border-radius: 6px;
      border: 1px solid rgba(224, 28, 28, 0.6);
      width: fit-content;
      color: #e01c1c;
      font-size: 1vw;
      font-weight: 600;
      padding: 5px 10px;
      margin: 1vw 0; }
    .home .main .title {
      font-size: 1.4vw;
      font-weight: bold; }
    .home .main .time {
      color: #666;
      font-size: 0.9vw;
      margin-top: 5px; }
    .home .main .section1 {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .home .main .section1 a {
        color: #111;
        font-size: 0.8vw; }
      .home .main .section1 span {
        width: 8px;
        height: 2px;
        background-color: #e01c1c;
        margin: 0 1vw; }
      .home .main .section1 p {
        color: #666;
        font-size: 0.8vw; }
    .home .main .section2 {
      width: 100%;
      border-top: 1px solid #DDD;
      padding: 1.5vw 0;
      margin: 1.5vw 0;
      position: relative; }
      .home .main .section2 .bg {
        position: absolute;
        left: 0;
        top: 1.5vw;
        width: 100%;
        text-align: center; }
        .home .main .section2 .bg img {
          max-width: 100%;
          object-fit: contain; }
      .home .main .section2 .html p {
        text-align: justify;
        line-height: 1.6;
        font-size: 0.9vw;
        margin-bottom: 15px; }
      .home .main .section2 .html img {
        max-width: 100%;
        object-fit: contain; }
      .home .main .section2 .pager {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 4vw 0; }
        .home .main .section2 .pager .btn {
          border: 1px solid #DDD;
          font-size: 0.9vw;
          font-weight: 600;
          color: #999;
          padding: 0.6vw 4vw 0.6vw 1vw;
          display: flex;
          align-items: center; }
          .home .main .section2 .pager .btn::before {
            content: '';
            display: block;
            width: 12px;
            height: 3px;
            background: #e01c1c;
            margin-right: 8px;
            transition: all 600ms;
            opacity: 0;
            transform: translateX(-10px); }
          .home .main .section2 .pager .btn p {
            transform: translateX(-22px);
            transition: all 600ms; }
          .home .main .section2 .pager .btn:hover {
            color: #E01C1C; }
            .home .main .section2 .pager .btn:hover::before {
              opacity: 1;
              transform: translateX(0); }
            .home .main .section2 .pager .btn:hover p {
              transform: translateX(0); }
        .home .main .section2 .pager .back {
          color: #999;
          font-size: 1vw;
          font-weight: 500;
          transition: all 600ms; }
          .home .main .section2 .pager .back:hover {
            color: #e01c1c; }
      .home .main .section2 .related .t {
        font-size: 1.4vw;
        font-weight: 600; }
      .home .main .section2 .related .allNews {
        margin-top: 2vw; }
        .home .main .section2 .related .allNews .swiper-container {
          width: 100%; }
          .home .main .section2 .related .allNews .swiper-container a {
            padding: 2vw 1.5vw;
            border: 1px solid #DDD;
            display: block; }
            .home .main .section2 .related .allNews .swiper-container a .time {
              color: #333;
              font-size: 1vw; }
            .home .main .section2 .related .allNews .swiper-container a .pt {
              color: #111;
              font-size: 1.1vw;
              font-weight: 600;
              margin: 10px 0;
              transition: all 600ms; }
            .home .main .section2 .related .allNews .swiper-container a .tag1 {
              color: #999;
              font-size: 1vw; }
            .home .main .section2 .related .allNews .swiper-container a .more {
              display: flex;
              justify-content: flex-end;
              margin-top: 2vw; }
              .home .main .section2 .related .allNews .swiper-container a .more .btn {
                background-color: #e01c1c;
                width: fit-content;
                padding: 0.3vw 1.8vw;
                border-radius: 30px; }
                .home .main .section2 .related .allNews .swiper-container a .more .btn svg {
                  display: block;
                  transition: all 600ms; }
            .home .main .section2 .related .allNews .swiper-container a:hover .pt {
              color: #e7161a; }
            .home .main .section2 .related .allNews .swiper-container a:hover .more svg {
              transform: translateX(10px); }
  .home .section3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 6vw; }
    .home .section3 .item {
      width: 50%;
      position: relative; }
      .home .section3 .item .bg {
        overflow: hidden; }
        .home .section3 .item .bg img {
          width: 100%;
          display: block;
          object-fit: cover;
          transition: all 600ms; }
      .home .section3 .item .text {
        position: absolute;
        left: 10vw;
        top: 50%;
        transform: translateY(-50%);
        color: white; }
        .home .section3 .item .text .p1 {
          color: #FFF;
          font-size: 2.7vw;
          font-weight: 700; }
        .home .section3 .item .text .p2 {
          color: #FFF;
          font-size: 1.1vw;
          font-weight: 700; }
      .home .section3 .item .btn {
        position: absolute;
        right: 5%;
        bottom: 5%;
        border: 2px solid white;
        width: fit-content;
        padding: 0.3vw 1.8vw;
        border-radius: 30px;
        transition: all 600ms; }
        .home .section3 .item .btn svg {
          display: block;
          transition: all 600ms; }
        .home .section3 .item .btn:hover {
          background-color: #e01c1c;
          border-color: #e01c1c; }
          .home .section3 .item .btn:hover svg {
            transform: translateX(10px); }
      .home .section3 .item:hover .bg img {
        transform: scale(1.05); }
  @media screen and (max-width: 1024px) {
    .home {
      padding-top: 70px; }
      .home .main {
        width: 90%; }
        .home .main .tag {
          font-size: 16px;
          margin: 15px 0; }
        .home .main .title {
          font-size: 20px; }
        .home .main .time {
          font-size: 14px; }
        .home .main .section1 a, .home .main .section1 p {
          font-size: 14px; }
        .home .main .section2 {
          padding: 15px 0;
          margin: 15px 0; }
          .home .main .section2 .html p {
            font-size: 14px; }
          .home .main .section2 .pager {
            margin: 30px 0; }
            .home .main .section2 .pager .btn {
              font-size: 14px;
              padding: 5px 10px 5px 5px; }
            .home .main .section2 .pager .back {
              font-size: 14px; }
          .home .main .section2 .related .t {
            font-size: 18px; }
          .home .main .section2 .related .allNews {
            margin-top: 20px; }
            .home .main .section2 .related .allNews .swiper-container a {
              padding: 20px; }
              .home .main .section2 .related .allNews .swiper-container a .time {
                font-size: 14px; }
              .home .main .section2 .related .allNews .swiper-container a .pt {
                font-size: 16px; }
              .home .main .section2 .related .allNews .swiper-container a .tag1 {
                font-size: 14px; }
              .home .main .section2 .related .allNews .swiper-container a .more {
                margin-top: 20px; }
                .home .main .section2 .related .allNews .swiper-container a .more .btn {
                  padding: 5px 25px; }
      .home .section3 {
        flex-direction: column; }
        .home .section3 .item {
          width: 100%; }
          .home .section3 .item .text {
            left: 5%; }
            .home .section3 .item .text .p1 {
              font-size: 20px; }
            .home .section3 .item .text .p2 {
              font-size: 16px; }
          .home .section3 .item .btn {
            padding: 5px 25px;
            bottom: 20px; } }

/*# sourceMappingURL=info.css.map */
