.card-articleSet[data-style="53"] .swiper-button-prev, .card-articleSet[data-style="53"] .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="53"] {
  position: relative;
  width: 1440px;
  max-width: 100%;
  margin: auto;
  padding: 0 70px;
  margin-bottom: 80px; }
  @media only screen and (max-width: 1280px) {
    .card-articleSet[data-style="53"] {
      padding: 0 50px; } }
  @media only screen and (max-width: 800px) {
    .card-articleSet[data-style="53"] {
      padding: 0 30px; } }
  @media only screen and (max-width: 580px) {
    .card-articleSet[data-style="53"] {
      padding: 0 20px; } }
  .card-articleSet[data-style="53"] a {
    text-decoration: none; }
  .card-articleSet[data-style="53"] .main-title {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #000000; }
  .card-articleSet[data-style="53"] .swiper-container {
    height: 100%;
    margin-top: 30px; }
  .card-articleSet[data-style="53"] .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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 50px; }
    .card-articleSet[data-style="53"] .swiper-slide .card-class {
      text-align: center;
      background: #3ec8a9;
      border: 8px solid #d0daee;
      padding: 6px 0;
      color: #ffffff;
      font-size: 1.6rem;
      letter-spacing: 0.64px;
      margin-bottom: 25px; }
    .card-articleSet[data-style="53"] .swiper-slide .card-box a {
      display: block; }
    .card-articleSet[data-style="53"] .swiper-slide .card-box .news-link {
      background: #f1f3f2;
      padding: 0 0 15px 0; }
      .card-articleSet[data-style="53"] .swiper-slide .card-box .news-link:hover, .card-articleSet[data-style="53"] .swiper-slide .card-box .news-link:focus {
        background: #3ec8a9;
        padding: 0 15px 15px 15px; }
        .card-articleSet[data-style="53"] .swiper-slide .card-box .news-link:hover .card-title, .card-articleSet[data-style="53"] .swiper-slide .card-box .news-link:focus .card-title {
          padding: 10px 0 0;
          color: #ffffff; }
        .card-articleSet[data-style="53"] .swiper-slide .card-box .news-link:hover .img-content, .card-articleSet[data-style="53"] .swiper-slide .card-box .news-link:focus .img-content {
          padding-bottom: calc(40% + 12px); }
    .card-articleSet[data-style="53"] .swiper-slide .card-box .more-link {
      color: #000000;
      background: #ffffff;
      padding: 5px;
      width: 125px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 2px; }
      .card-articleSet[data-style="53"] .swiper-slide .card-box .more-link:hover, .card-articleSet[data-style="53"] .swiper-slide .card-box .more-link:focus {
        color: #ffffff;
        background: #3ec8a9; }
    .card-articleSet[data-style="53"] .swiper-slide .card-img {
      width: 100%; }
    .card-articleSet[data-style="53"] .swiper-slide .img-content {
      width: 100%;
      padding-bottom: 40%;
      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="53"] .swiper-slide .card-title {
      color: #000000;
      font-weight: 500;
      padding: 10px 15px 0;
      letter-spacing: 0.64px;
      -webkit-transition: .4s ease-in-out;
      -o-transition: .4s ease-in-out;
      transition: .4s ease-in-out;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      overflow: hidden;
      -webkit-box-orient: vertical; }
    .card-articleSet[data-style="53"] .swiper-slide ul {
      margin: 20px 0;
      list-style: none; }
      .card-articleSet[data-style="53"] .swiper-slide ul a {
        color: #000000;
        letter-spacing: 0.64px;
        border-bottom: 1px solid #f0f4f5;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        margin-bottom: 10px;
        padding-bottom: 8px; }
        .card-articleSet[data-style="53"] .swiper-slide ul a:hover, .card-articleSet[data-style="53"] .swiper-slide ul a:focus {
          color: #21a0af;
          border-bottom: 2px solid #c3cde7; }
  .card-articleSet[data-style="53"] .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="53"] .buttons {
        width: calc(100% - 100px); } }
    @media only screen and (max-width: 800px) {
      .card-articleSet[data-style="53"] .buttons {
        top: 25px;
        -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="53"] .buttons {
        right: 20px; } }
  .card-articleSet[data-style="53"] .swiper-button-prev i, .card-articleSet[data-style="53"] .swiper-button-next i {
    color: #000000;
    font-weight: bolder; }
  .card-articleSet[data-style="53"] .swiper-button-prev, .card-articleSet[data-style="53"] .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="53"] .swiper-button-prev i, .card-articleSet[data-style="53"] .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="53"] .swiper-button-prev:hover i, .card-articleSet[data-style="53"] .swiper-button-prev:focus i, .card-articleSet[data-style="53"] .swiper-button-next:hover i, .card-articleSet[data-style="53"] .swiper-button-next:focus i {
      color: #ffffff; }
    .card-articleSet[data-style="53"] .swiper-button-prev:hover, .card-articleSet[data-style="53"] .swiper-button-next:hover {
      opacity: 1;
      background-color: none; }
  .card-articleSet[data-style="53"] .swiper-button-prev {
    left: -35px; }
    @media only screen and (max-width: 800px) {
      .card-articleSet[data-style="53"] .swiper-button-prev {
        left: initial;
        right: 45px; } }
  .card-articleSet[data-style="53"] .swiper-button-next {
    right: -35px; }
    @media only screen and (max-width: 800px) {
      .card-articleSet[data-style="53"] .swiper-button-next {
        right: 0; } }
  .card-articleSet[data-style="53"] .swiper-container:hover .swiper-button-prev, .card-articleSet[data-style="53"] .swiper-container:hover .swiper-button-next {
    opacity: 1; }






/*
     FILE ARCHIVED ON 4:52:54 三月 20, 2025 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 17:53:32 五月 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)).
*/
