.home .banner {
  position: relative; }
  .home .banner img {
    width: 100%;
    display: block;
    object-fit: cover; }
  .home .banner .text {
    position: absolute;
    left: 12.5vw;
    bottom: 10.2083333333vw; }
    .home .banner .text h1 {
      line-height: 1.2;
      color: #FFF;
      font-size: 3.90625vw;
      font-weight: 600;
      text-transform: capitalize; }
    .home .banner .text .line {
      width: 5.1041666667vw;
      height: 0.4166666667vw;
      background: linear-gradient(90deg, #3E88FF 0%, #146DFC 100%);
      margin-top: 0.5208333333vw; }
.home .main {
  padding: 5.2083333333vw 12.5vw;
  background: url(../images/nbg.png) no-repeat;
  background-size: cover; }
  .home .main .t {
    color: #000;
    font-size: 2.5vw;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px; }
  .home .main .section1 {
    display: flex;
    justify-content: space-between;
    margin: 4.1666666667vw 0 5.2083333333vw 0; }
    .home .main .section1 .text {
      width: 35.2604166667vw; }
      .home .main .section1 .text .p1 {
        color: #000;
        font-size: 2.0833333333vw;
        font-weight: 600;
        margin-top: 2.0833333333vw; }
      .home .main .section1 .text .des {
        margin-top: 2.0833333333vw;
        color: #000;
        font-size: 1.0416666667vw;
        line-height: 1.5; }
    .home .main .section1 .pic img {
      width: 34.375vw;
      height: 25.9375vw;
      border-radius: 1.0416666667vw;
      display: block;
      transition: all 2s; }
    .home .main .section1 .pic:hover img {
      transform: scale(1.05); }
  .home .main .chose {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 3.125vw;
    position: relative;
    z-index: 10; }
    .home .main .chose .types {
      position: relative; }
      .home .main .chose .types .d1 {
        width: 25.8333333333vw;
        height: 3.4375vw;
        border-radius: 4.53125vw;
        background: #DEEAFF;
        padding: 0.6770833333vw 2.0833333333vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #000;
        font-size: 1.0416666667vw;
        line-height: 2;
        letter-spacing: 1px;
        text-transform: capitalize;
        cursor: pointer; }
      .home .main .chose .types .d2 {
        border-radius: 0.4166666667vw;
        background: #FFF;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 10;
        width: 100%;
        padding: 0.7291666667vw;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        display: none; }
        .home .main .chose .types .d2 p {
          padding: 0.625vw 0.5208333333vw;
          color: #000;
          font-size: 0.8333333333vw;
          font-weight: 300;
          line-height: 1.25;
          border-radius: 0.2083333333vw;
          transition: all 600ms;
          cursor: pointer; }
          .home .main .chose .types .d2 p:hover {
            background: #DCE8FE; }
  .home .main .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.0833333333vw 1.5625vw; }
    .home .main .list a {
      display: block;
      width: 100%;
      background: #F5F5F5;
      border-radius: 1.0416666667vw;
      overflow: hidden; }
      .home .main .list a .pic {
        overflow: hidden; }
        .home .main .list a .pic img {
          width: 100%;
          display: block;
          object-fit: cover;
          height: 12.6041666667vw;
          border-radius: 1.0416666667vw 1.0416666667vw 0px 0px;
          transition: all 600ms; }
      .home .main .list a .text {
        padding: 1.25vw 1.0416666667vw; }
        .home .main .list a .text .time {
          color: #666;
          font-size: 0.8333333333vw;
          line-height: 1.25; }
        .home .main .list a .text h1 {
          color: #000;
          font-size: 0.9895833333vw;
          line-height: 1.8;
          font-weight: 400;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden;
          margin-top: 0.625vw; }
      .home .main .list a:hover .pic img {
        transform: scale(1.05); }
  .home .main .pager {
    display: flex;
    justify-content: center;
    margin-top: 3.6458333333vw; }
    .home .main .pager a {
      margin: 0 0.2604166667vw;
      width: 1.25vw;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: 400;
      color: #8B8B8B; }
      .home .main .pager a svg {
        width: 1.25vw;
        display: block; }
    .home .main .pager .nums {
      display: flex; }
      .home .main .pager .nums a {
        border-bottom: 2px solid transparent; }
      .home .main .pager .nums .on {
        border-color: #3279FF;
        color: #3279FF;
        font-weight: 600; }
.home .welcome {
  width: 100%;
  background: url(../images/welcome.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5.2083333333vw 0; }
  .home .welcome h1 {
    text-align: center;
    color: #FFF;
    font-size: 2.5vw;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize; }
  .home .welcome a {
    display: flex;
    width: fit-content;
    padding: 0.4166666667vw 1.5625vw;
    justify-content: center;
    align-items: center;
    gap: 1.0416666667vw;
    border-radius: 4.7395833333vw;
    border: 1px solid #000;
    background: #000;
    transition: all 600ms;
    margin: 3.125vw auto 0 auto;
    transition: all 600ms;
    color: #FFF;
    font-size: 1.0416666667vw; }
    .home .welcome a p {
      line-height: 2;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .home .welcome a svg {
      width: 0.8333333333vw;
      display: block; }
    .home .welcome a:hover {
      background: #5E9EFF;
      border-color: #5E9EFF; }
@media screen and (max-width: 1024px) {
  .home .banner {
    margin-top: 60px; }
    .home .banner img {
      height: 150px; }
    .home .banner .text {
      left: 5%;
      width: 90%;
      bottom: 30%; }
      .home .banner .text h1 {
        font-size: 20px; }
      .home .banner .text .line {
        width: 60px;
        height: 2px;
        margin: 5px 0 15px 0; }
  .home .main {
    padding: 30px 5% 60px 5%; }
    .home .main .t {
      font-size: 24px; }
    .home .main .section1 {
      margin: 30px 0;
      flex-direction: column; }
      .home .main .section1 .text {
        width: 100%; }
        .home .main .section1 .text .p1 {
          font-size: 20px;
          margin-top: 0; }
        .home .main .section1 .text .des {
          font-size: 16px;
          margin-top: 20px; }
      .home .main .section1 .pic {
        margin-top: 20px; }
        .home .main .section1 .pic img {
          width: 100%;
          height: auto;
          border-radius: 10px; }
    .home .main .chose {
      margin-bottom: 20px; }
      .home .main .chose .types {
        width: 100%; }
        .home .main .chose .types .d1 {
          width: 100%;
          height: 50px;
          padding: 13px 20px;
          font-size: 18px;
          border-radius: 60px; }
        .home .main .chose .types .d2 {
          border-radius: 8px;
          padding: 14px; }
          .home .main .chose .types .d2 p {
            padding: 12px 10px;
            font-size: 16px;
            border-radius: 4px; }
    .home .main .list {
      grid-template-columns: repeat(1, 1fr);
      gap: 20px; }
      .home .main .list a {
        border-radius: 10px; }
        .home .main .list a .pic img {
          height: 150px;
          border-radius: 10px 10px 0 0; }
        .home .main .list a .text {
          padding: 15px 18px; }
          .home .main .list a .text .time {
            font-size: 16px; }
          .home .main .list a .text h1 {
            font-size: 18px;
            margin-top: 5px; }
    .home .main .pager {
      margin-top: 35px; }
      .home .main .pager a {
        margin: 0 5px;
        width: 24px;
        font-size: 16px; }
        .home .main .pager a svg {
          width: 24px; }
  .home .welcome {
    padding: 50px 0; }
    .home .welcome h1 {
      font-size: 24px; }
    .home .welcome a {
      padding: 4px 15px;
      gap: 10px;
      font-size: 18px;
      border-radius: 80px;
      margin: 30px auto 0 auto; }
      .home .welcome a svg {
        width: 16px; } }

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