.card-articleSet[data-style="55"] .swiper-button-prev, .card-articleSet[data-style="55"] .swiper-button-next {
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }

.card-articleSet[data-style="55"] {
  position: relative;
  width: 1440px;
  max-width: 100%;
  margin: 0px auto 60px;
  padding: 40px 70px; }
  @media only screen and (max-width: 1280px) {
    .card-articleSet[data-style="55"] {
      padding: 40px 50px; } }
  @media only screen and (max-width: 800px) {
    .card-articleSet[data-style="55"] {
      padding: 40px 30px; } }
  @media only screen and (max-width: 580px) {
    .card-articleSet[data-style="55"] {
      padding: 40px 20px; } }
  .card-articleSet[data-style="55"] a {
    text-decoration: none; }
  .card-articleSet[data-style="55"] .main-title {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #000000; }
  .card-articleSet[data-style="55"] .swiper-container {
    height: 100%;
    margin-top: 30px; }
  .card-articleSet[data-style="55"] .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .card-articleSet[data-style="55"] .swiper-slide:hover, .card-articleSet[data-style="55"] .swiper-slide:focus {
      -webkit-box-shadow: 0 3px 10px 0 rgba(53, 82, 54, 0.21);
              box-shadow: 0 3px 10px 0 rgba(53, 82, 54, 0.21); }
      .card-articleSet[data-style="55"] .swiper-slide:hover .card-info, .card-articleSet[data-style="55"] .swiper-slide:focus .card-info {
        padding: 0 10px; }
    .card-articleSet[data-style="55"] .swiper-slide .card-img {
      width: 100%;
      position: relative; }
    .card-articleSet[data-style="55"] .swiper-slide .img-content {
      width: 100%;
      padding-bottom: 66%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transition: .4s ease-in-out;
      -o-transition: .4s ease-in-out;
      transition: .4s ease-in-out; }
    .card-articleSet[data-style="55"] .swiper-slide .tag {
      position: absolute;
      left: 0;
      bottom: 10px;
      width: 110px;
      height: auto;
      background-color: #bb4a1d;
      color: #e5a281;
      font-size: 2.4rem;
      line-height: 1;
      padding: 8px 0 8px 15px;
      border: 2px solid #f1dfdb;
      border-width: 2px 0 2px 0; }
      .card-articleSet[data-style="55"] .swiper-slide .tag .lang {
        color: #ffffff;
        font-size: 3.6rem;
        letter-spacing: 1px;
        margin-bottom: 5px; }
      .card-articleSet[data-style="55"] .swiper-slide .tag::before, .card-articleSet[data-style="55"] .swiper-slide .tag::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .card-articleSet[data-style="55"] .swiper-slide .tag::before {
        border-top: 40.5px solid transparent;
        border-bottom: 40.5px solid transparent;
        border-left: 41px solid #bb4a1d;
        right: -41px;
        z-index: 1; }
      .card-articleSet[data-style="55"] .swiper-slide .tag::after {
        border-top: 42.5px solid transparent;
        border-bottom: 42.5px solid transparent;
        border-left: 44px solid #f1dfdb;
        right: -44px;
        z-index: 0; }
    .card-articleSet[data-style="55"] .swiper-slide .card-info {
      font-size: 1.6rem;
      margin-top: 12px;
      letter-spacing: 0.51px;
      color: #000000;
      -webkit-transition: .4s ease-in-out;
      -o-transition: .4s ease-in-out;
      transition: .4s ease-in-out;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      overflow: hidden;
      -webkit-box-orient: vertical; }
    .card-articleSet[data-style="55"] .swiper-slide .more {
      font-size: 1.4rem;
      text-align: right;
      color: #000000;
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-top: auto; }
      .card-articleSet[data-style="55"] .swiper-slide .more i {
        color: #000000;
        font-size: 1.4rem;
        font-weight: bold;
        margin-right: 3px;
        margin-top: -1px;
        -webkit-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        transition: .4s ease-in-out; }
  .card-articleSet[data-style="55"] .buttons {
    position: absolute;
    width: calc(100% - 140px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: calc(50% + 36px); }
    @media only screen and (max-width: 1280px) {
      .card-articleSet[data-style="55"] .buttons {
        width: calc(100% - 100px); } }
    @media only screen and (max-width: 800px) {
      .card-articleSet[data-style="55"] .buttons {
        top: 65px;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        width: 100%;
        right: 30px; } }
    @media only screen and (max-width: 580px) {
      .card-articleSet[data-style="55"] .buttons {
        right: 20px; } }
  .card-articleSet[data-style="55"] .swiper-button-prev i, .card-articleSet[data-style="55"] .swiper-button-next i {
    color: #000000;
    font-weight: bolder; }
  .card-articleSet[data-style="55"] .swiper-button-prev, .card-articleSet[data-style="55"] .swiper-button-next {
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    overflow: initial;
    color: #000000;
    border: 1px solid #000000;
    background: #ffffff;
    width: 25px;
    height: 25px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out; }
    .card-articleSet[data-style="55"] .swiper-button-prev i, .card-articleSet[data-style="55"] .swiper-button-next i {
      font-size: 1rem;
      font-weight: bolder;
      -webkit-transition: .4s ease-in-out;
      -o-transition: .4s ease-in-out;
      transition: .4s ease-in-out; }
    .card-articleSet[data-style="55"] .swiper-button-prev:hover i, .card-articleSet[data-style="55"] .swiper-button-prev:focus i, .card-articleSet[data-style="55"] .swiper-button-next:hover i, .card-articleSet[data-style="55"] .swiper-button-next:focus i {
      color: #ffffff; }
    .card-articleSet[data-style="55"] .swiper-button-prev:hover, .card-articleSet[data-style="55"] .swiper-button-next:hover {
      opacity: 1;
      background-color: none; }
  .card-articleSet[data-style="55"] .swiper-button-prev {
    left: -35px; }
    @media only screen and (max-width: 800px) {
      .card-articleSet[data-style="55"] .swiper-button-prev {
        left: initial;
        right: 45px; } }
  .card-articleSet[data-style="55"] .swiper-button-next {
    right: -35px; }
    @media only screen and (max-width: 800px) {
      .card-articleSet[data-style="55"] .swiper-button-next {
        right: 0; } }
  .card-articleSet[data-style="55"] .swiper-container:hover .swiper-button-prev, .card-articleSet[data-style="55"] .swiper-container:hover .swiper-button-next {
    opacity: 1; }






/*
     FILE ARCHIVED ON 4:53:07 三月 20, 2025 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 17:54:34 五月 25, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
