body .home .container {
  padding: 9.2708333333vw 0 17.7083333333vw 0; }
  body .home .container .links {
    display: flex;
    justify-content: center;
    color: #999;
    gap: 0.5208333333vw;
    line-height: 1.6; }
    body .home .container .links a {
      transition: all 600ms; }
      body .home .container .links a:hover {
        color: #000; }
  body .home .container .t {
    text-align: center;
    margin: 3.4375vw 0 1.0416666667vw 0; }
  body .home .container .time {
    color: #000;
    text-align: center;
    line-height: 1.78; }
  body .home .container .html {
    margin: 1.3541666667vw auto 8.3333333333vw auto;
    width: 57.2916666667vw;
    line-height: 1.78;
    color: #666; }
    body .home .container .html img {
      width: 100%;
      border-radius: 1.5625vw; }
  body .home .container .pager {
    display: flex;
    justify-content: space-between;
    width: 55.2083333333vw;
    margin: 0 auto; }
    body .home .container .pager a:hover {
      text-decoration: underline; }
    body .home .container .pager .prev,
    body .home .container .pager .next {
      display: flex;
      align-items: center;
      line-height: 1.78;
      gap: 0.5208333333vw;
      width: 15.625vw; }
      body .home .container .pager .prev svg,
      body .home .container .pager .next svg {
        width: 1.25vw;
        display: block; }
      body .home .container .pager .prev p,
      body .home .container .pager .next p {
        max-width: 14.0625vw;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    body .home .container .pager .next {
      justify-content: flex-end; }
  body .home .container .recommend {
    padding: 8.0729166667vw 11.71875vw 0 9.375vw; }
    body .home .container .recommend .title .cn {
      font-weight: 900; }
    body .home .container .recommend .title .en {
      color: rgba(0, 0, 0, 0.5);
      font-weight: 900;
      opacity: 0.1; }
    body .home .container .recommend .list {
      margin-top: 6.09375vw;
      display: flex;
      justify-content: space-between;
      gap: 2.96875vw; }
      body .home .container .recommend .list a {
        width: 33%;
        display: block; }
        body .home .container .recommend .list a .pic {
          border-radius: 1.5625vw;
          overflow: hidden; }
          body .home .container .recommend .list a .pic img {
            width: 100%;
            height: 7.03125vw;
            object-fit: cover; }
        body .home .container .recommend .list a .text .pt {
          margin: 0.8333333333vw 0 1.6666666667vw 0;
          color: #999;
          line-height: 1.56; }
        body .home .container .recommend .list a .text .des {
          display: none;
          color: #999;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-bottom: 0.5208333333vw; }
        body .home .container .recommend .list a .text .tags {
          display: flex;
          gap: 1.0416666667vw;
          color: #999;
          line-height: 2; }
        body .home .container .recommend .list a.on {
          display: flex;
          width: 93.75vw;
          flex-direction: row-reverse;
          gap: 2.6041666667vw; }
          body .home .container .recommend .list a.on .pic {
            width: 23.2291666667vw; }
            body .home .container .recommend .list a.on .pic img {
              height: 14.5833333333vw; }
          body .home .container .recommend .list a.on .text {
            width: 23.4375vw; }
            body .home .container .recommend .list a.on .text .pt {
              color: #000;
              font-size: 1.6666666667vw;
              margin-bottom: 3.3854166667vw;
              line-height: 1.3; }
            body .home .container .recommend .list a.on .text .des {
              display: block; }
@media screen and (max-width: 768px) {
  body .home .container {
    padding: 80px 5%; }
    body .home .container .links {
      gap: 5px;
      flex-wrap: wrap; }
    body .home .container .t {
      margin: 20px 0 10px 0; }
    body .home .container .time {
      font-size: 14px; }
    body .home .container .html {
      width: 100%;
      margin: 20px 0; }
    body .home .container .pager {
      width: 100%;
      gap: 10px;
      flex-direction: column;
      align-items: center; }
      body .home .container .pager .prev,
      body .home .container .pager .next {
        width: 100%;
        gap: 5px; }
        body .home .container .pager .prev svg,
        body .home .container .pager .next svg {
          width: 20px; }
        body .home .container .pager .prev p,
        body .home .container .pager .next p {
          max-width: 80%; }
      body .home .container .pager .back {
        order: 3; }
      body .home .container .pager .next {
        order: 2;
        flex-direction: row-reverse; }
        body .home .container .pager .next svg {
          transform: rotate(180deg); }
    body .home .container .recommend {
      padding: 30px 0; }
      body .home .container .recommend .list {
        flex-direction: column;
        gap: 30px;
        margin-top: 30px; }
        body .home .container .recommend .list a {
          width: 100% !important;
          display: block !important; }
          body .home .container .recommend .list a .pic {
            border-radius: 20px;
            width: 100% !important; }
            body .home .container .recommend .list a .pic img {
              height: 215px !important; }
          body .home .container .recommend .list a .text {
            width: 100% !important; }
            body .home .container .recommend .list a .text .pt {
              margin: 10px 0 !important;
              font-size: 18px !important;
              color: #000 !important; }
            body .home .container .recommend .list a .text .des {
              display: block; } }

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