.home {
  position: relative;
  width: 100%; }
  .home .section1 {
    margin: 6.875vw 23.8541666667vw; }
    .home .section1 .links {
      display: flex;
      align-items: center; }
      .home .section1 .links a {
        color: #747474;
        font-size: 1.25vw;
        font-family: 'PINGFANG-MEDIUM'; }
      .home .section1 .links svg {
        margin: 0 0.8333333333vw;
        display: block;
        width: 0.3125vw; }
      .home .section1 .links p {
        color: #000;
        font-size: 1.25vw;
        font-family: 'PINGFANG-MEDIUM'; }
    .home .section1 .t {
      margin: 2.8125vw 0 0.8333333333vw 0;
      color: #000;
      font-size: 2.0833333333vw;
      line-height: 1.5;
      border-bottom: 1px solid #EEE;
      padding-bottom: 0.8333333333vw; }
    .home .section1 .time {
      color: #888;
      font-size: 0.8333333333vw;
      line-height: 1;
      font-family: 'PINGFANG-MEDIUM'; }
    .home .section1 .html {
      margin: 2.0833333333vw 0;
      color: #000;
      font-size: 0.8333333333vw;
      line-height: 2;
      font-family: 'PINGFANG-MEDIUM'; }
      .home .section1 .html img {
        max-width: 100%;
        object-fit: contain; }
  .home .related {
    margin: 0 10.4166666667vw; }
    .home .related .t {
      font-size: 2.5vw;
      color: #000;
      font-family: 'Montserrat-Regular.otf';
      line-height: 1;
      margin-bottom: 3.9583333333vw; }
      .home .related .t::before {
        display: block;
        content: '';
        width: 5.2083333333vw;
        height: 0.2604166667vw;
        background: #212F45;
        margin-bottom: 2.0833333333vw; }
    .home .related .allNews {
      margin: 4.1666666667vw 0 6.5104166667vw 0; }
      .home .related .allNews .swiper-container {
        width: 100%; }
        .home .related .allNews .swiper-container a {
          display: block; }
          .home .related .allNews .swiper-container a .pic {
            overflow: hidden; }
            .home .related .allNews .swiper-container a .pic img {
              width: 100%;
              display: block;
              object-fit: cover;
              transition: all 600ms; }
          .home .related .allNews .swiper-container a .tag {
            color: #333;
            font-size: 0.8333333333vw;
            font-family: 'PINGFANG-MEDIUM';
            margin: 1.25vw 0 0.5208333333vw 0; }
          .home .related .allNews .swiper-container a .des {
            color: #333;
            font-size: 1.25vw;
            line-height: 1.5;
            font-family: 'PINGFANG-MEDIUM'; }
          .home .related .allNews .swiper-container a:hover .pic img {
            transform: scale(1.05); }
  @media screen and (max-width: 1024px) {
    .home {
      padding-top: 60px; }
      .home .section1 {
        margin: 20px 5%; }
        .home .section1 .links {
          flex-wrap: wrap; }
          .home .section1 .links a, .home .section1 .links p {
            font-size: 14px; }
          .home .section1 .links svg {
            width: 6px;
            margin-top: 1px; }
        .home .section1 .t {
          font-size: 18px;
          padding-bottom: 15px;
          margin: 20px 0 15px 0; }
        .home .section1 .time {
          font-size: 16px; }
        .home .section1 .html {
          margin: 30px 0;
          font-size: 14px; }
      .home .related {
        margin: 0 5%; }
        .home .related .t {
          font-size: 20px; }
          .home .related .t::before {
            width: 80px;
            margin-bottom: 20px; }
        .home .related .allNews .swiper-container a .tag {
          font-size: 16px;
          margin: 15px 0 5px 0; }
        .home .related .allNews .swiper-container a .des {
          font-size: 18px; } }

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