body .home .container {
  padding: 12.8645833333vw 9.21875vw 9.1145833333vw 9.21875vw; }
  body .home .container .recommend {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    body .home .container .recommend .text {
      width: 29.4791666667vw; }
      body .home .container .recommend .text .des {
        margin: 2.2395833333vw 0;
        line-height: 1.78; }
      body .home .container .recommend .text .tags {
        display: flex;
        gap: 1.0416666667vw;
        color: #999;
        line-height: 2; }
    body .home .container .recommend .pic {
      width: 40.4166666667vw;
      overflow: hidden;
      border-radius: 1.0416666667vw; }
      body .home .container .recommend .pic img {
        width: 100%;
        height: 24.7916666667vw;
        object-fit: cover;
        transition: all 600ms; }
      body .home .container .recommend .pic:hover img {
        transform: scale(1.05); }
  body .home .container .tabs {
    display: flex;
    gap: 2.0833333333vw;
    margin: 4.1666666667vw 0;
    justify-content: center; }
    body .home .container .tabs span {
      padding: 0.625vw 2.96875vw;
      cursor: pointer;
      transition: all 600ms;
      border-radius: 300px;
      background: #F1F1F1;
      line-height: 1.78; }
      body .home .container .tabs span:hover {
        background: #E0E0E0; }
      body .home .container .tabs span.on {
        background: #000;
        color: white;
        color: white; }
  body .home .container .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.4375vw 2.7604166667vw; }
    body .home .container .list a {
      display: block;
      width: 100%;
      padding: 1.09375vw;
      border-radius: 1.5625vw;
      border: 1px solid #D5D5D5; }
      body .home .container .list a .pic {
        position: relative;
        overflow: hidden;
        border-radius: 1.5625vw; }
        body .home .container .list a .pic img {
          width: 100%;
          height: 14.5833333333vw;
          object-fit: cover;
          transition: all 600ms; }
      body .home .container .list a .pt {
        margin: 1.0416666667vw 0 0 0;
        line-height: 1.78;
        height: 3.28125vw;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
      body .home .container .list a .des {
        color: #999;
        line-height: 2;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        margin-bottom: 0.5208333333vw; }
      body .home .container .list a .time {
        display: flex;
        gap: 1.0416666667vw;
        color: #999;
        line-height: 2; }
      body .home .container .list a:hover .pic img {
        transform: scale(1.05); }
  body .home .container .pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.0416666667vw;
    margin-top: 5.5208333333vw; }
    body .home .container .pager a {
      height: 2.4479166667vw;
      width: 2.4479166667vw;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px; }
      body .home .container .pager a.on {
        background: #000;
        color: white; }
@media screen and (max-width: 768px) {
  body .home .container {
    padding: 80px 5%; }
    body .home .container .recommend {
      flex-direction: column;
      gap: 30px; }
      body .home .container .recommend .text {
        width: 100%; }
      body .home .container .recommend .pic {
        width: 100%;
        border-radius: 20px; }
        body .home .container .recommend .pic img {
          height: 215px; }
    body .home .container .tabs {
      gap: 15px;
      flex-wrap: wrap;
      justify-content: center;
      margin: 30px 0; }
      body .home .container .tabs span {
        padding: 5px 20px;
        font-size: 14px; }
    body .home .container .list {
      grid-template-columns: repeat(1, 1fr);
      gap: 20px; }
      body .home .container .list a {
        padding: 10px;
        border-radius: 20px; }
        body .home .container .list a .pic {
          border-radius: 20px; }
          body .home .container .list a .pic img {
            height: 215px; }
        body .home .container .list a .pt {
          margin: 10px 0;
          font-size: 18px;
          color: #000;
          height: auto;
          line-height: 1.5; }
        body .home .container .list a .des {
          display: block;
          line-height: 1.5;
          margin-bottom: 10px; }
        body .home .container .list a .time {
          gap: 10px; }
    body .home .container .pager {
      gap: 10px;
      margin-top: 30px; }
      body .home .container .pager a {
        width: 30px;
        height: 30px;
        border-radius: 5px; } }

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