.newsList {
  margin: 0 auto;
  background: url("/static/images/memberBenefits/memberBenefits_bg.png") no-repeat center center, #F8F8F9;
  background-size: 100% auto;
  background-position: center top;
  padding: 60px 160px 0 160px;
}
.newsList .newsList-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.newsList .newsList-header .newsList-bigTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 32px;
  font-weight: 500;
}
.newsList .newsList-header .newsList-bigTitle .newsList-bigTitle-en {
  font-size: 20px;
  font-weight: 300;
}
.newsList .newsList-header .newsList-goback {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
  margin-right: 20px;
  font-weight: 500;
  cursor: pointer;
}
.newsList .newsList-header .newsList-goback .newsList-goback-img {
  margin-right: 10px;
  width: 10px;
  height: 16px;
  object-fit: cover;
}
.newsList .newsList-contain {
  background-color: #ffffff;
  border-radius: 36px 36px 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 30px;
}
.newsList .newsList-contain .newsList-tab {
  padding: 80px 0 60px 0;
}
.newsList .newsList-contain .newsList-tab .newsList-index-tab-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsList .newsList-contain .newsList-tab .newsList-index-tab-box .newsList-index-tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  padding: 6px 36px;
  font-size: 20px;
  color: var(--contact-red);
  border: 1px solid var(--contact-red);
  border-radius: 32px;
  cursor: pointer;
  margin: 0 34px;
}
.newsList .newsList-contain .newsList-tab .newsList-index-tab-box .newsList-index-tab-item.on {
  color: #ffffff;
  background-color: var(--contact-red);
}
.newsList .newsList-contain .newsList-content .newsList-item {
  padding: 60px 0;
  border-top: 2px solid #E0DDDD;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsList .newsList-contain .newsList-content .newsList-item .newsList-item-img {
  width: 520px;
  height: 300px;
  object-fit: cover;
}
.newsList .newsList-contain .newsList-content .newsList-item .newsList-item-info {
  margin-left: 50px;
  flex: 1;
  width: 1px;
  animation: fadeIn 2s ease forwards;
}
.newsList .newsList-contain .newsList-content .newsList-item .newsList-item-info .newsList-item-date {
  font-size: 16px;
  margin-bottom: 1rem;
}
.newsList .newsList-contain .newsList-content .newsList-item .newsList-item-info .newsList-item-date .newsList-item-date-day {
  font-size: 28px;
  font-weight: 600;
}
.newsList .newsList-contain .newsList-content .newsList-item .newsList-item-info .newsList-item-title {
  font-size: 20px;
  font-weight: 550;
  margin-bottom: 1rem;
  line-height: 36px;
}
.newsList .newsList-contain .newsList-content .newsList-item .newsList-item-info .newsList-item-desc {
  font-size: 20px;
  line-height: 36px;
}
.newsList .newsList-contain .newsList-content .newsList-item .newsList-item-info .newsList-item-detailsbtn {
  float: right;
  margin-top: 50px;
}
.newsList .newsList-pagination {
  padding: 38px 0 120px 0;
  margin: 0 auto;
  /* 分頁列表：水平居中排列 */
  /* 頁碼項：圓形可點擊區域 */
  /* 省略號：不可點擊 */
  /* 上一頁 / 下一頁按鈕：灰色圓形背景 */
  /* 箭頭圖標：CSS 邊框繪製的尖角 */
  /* 左箭頭（指向左側） */
  /* 右箭頭（指向右側） */
}
.newsList .newsList-pagination .newsList-pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
}
.newsList .newsList-pagination .newsList-pagination-item {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  border-radius: 50%;
  transition: color 0.3s ease, background-color 0.3s ease;
  user-select: none;
  /* 當前頁：紅色圓形高亮 */
}
.newsList .newsList-pagination .newsList-pagination-item:hover {
  color: var(--contact-red);
}
.newsList .newsList-pagination .newsList-pagination-item.active,
.newsList .newsList-pagination .newsList-pagination-item.active:hover {
  color: #ffffff;
  font-weight: 600;
  background-color: var(--contact-red);
}
.newsList .newsList-pagination .newsList-pagination-ellipsis {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #333;
  cursor: default;
  user-select: none;
}
.newsList .newsList-pagination .newsList-pagination-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
  user-select: none;
}
.newsList .newsList-pagination .newsList-pagination-btn:hover {
  background-color: #e0e0e0;
}
.newsList .newsList-pagination .newsList-pagination-arrow {
  display: block;
  width: 9px;
  height: 9px;
  border-left: 2px solid #999;
  border-bottom: 2px solid #999;
}
.newsList .newsList-pagination .newsList-pagination-arrowLeft {
  transform: rotate(45deg);
  margin-left: 3px;
}
.newsList .newsList-pagination .newsList-pagination-arrowRight {
  transform: rotate(-135deg);
  margin-right: 3px;
}
.btn-box {
  display: inline-block;
  padding: 8px 32px;
  font-size: 24px;
  color: #ffffff;
  border-radius: 24px;
  background-color: var(--contact-red);
  border: 2px solid #ffffff;
}
.btn-box:hover {
  border: none;
  color: #d60000 !important;
  background: #fff !important;
  border: 2px solid #d60000;
  box-sizing: border-box;
}
.btn-box:hover .btn {
  color: #d60000 !important;
}
.btn-box:hover .btn .icon-arrow-right {
  background: url(/static/images/productShare/arrow-right-red.png) center center no-repeat;
  background-size: 100% 100%;
}
.btn-box:active {
  color: #d60000 !important;
  background: #fff !important;
  border: 2px solid #d60000;
  box-sizing: border-box;
}
.btn-box:active .btn {
  color: #d60000 !important;
}
.btn-box:active .btn .icon-arrow-right {
  background: url(/static/images/productShare/arrow-right-red.png) center center no-repeat;
}
.btn-box .btn {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  color: #ffffff;
}
.btn-box .icon-font {
  width: 36px;
  height: 18px;
  margin-left: 12px;
}
.btn-box .icon-arrow-right {
  background: url(/static/images/productShare/arrow-right.png) center center no-repeat;
  background-size: 100% 100%;
}
/* ========== 768px 平板/手機橫屏適配 ========== */
@media screen and (max-width: 768px) {
  .newsList {
    padding: 30px 16px 0 16px;
  }
  .newsList .newsList-header {
    margin-bottom: 14px;
  }
  .newsList .newsList-header .newsList-bigTitle {
    font-size: 24px;
  }
  .newsList .newsList-header .newsList-bigTitle .newsList-bigTitle-en {
    font-size: 15px;
  }
  .newsList .newsList-header .newsList-goback {
    font-size: 15px;
    margin-right: 0;
  }
  .newsList .newsList-header .newsList-goback .newsList-goback-img {
    width: 8px;
    height: 13px;
    margin-right: 6px;
  }
  .newsList .newsList-contain {
    padding: 10px 16px;
    border-radius: 24px 24px 0 0;
  }
  .newsList .newsList-contain .newsList-tab {
    padding: 24px 0 26px 0;
  }
  .newsList .newsList-contain .newsList-tab .newsList-index-tab-box .newsList-index-tab-item {
    flex-shrink: 0;
    width: auto;
    min-width: 132px;
    padding: 6px 22px;
    font-size: 16px;
    margin: 0 8px;
  }
  .newsList .newsList-contain .newsList-content .newsList-item {
    padding: 16px 0;
  }
  .newsList .newsList-contain .newsList-content .newsList-item .newsList-item-img {
    width: 208px;
    height: 120px;
  }
  .newsList .newsList-contain .newsList-content .newsList-item .newsList-item-info {
    margin-left: 10px;
  }
  .newsList .newsList-contain .newsList-content .newsList-item .newsList-item-info .newsList-item-date {
    font-size: 14px;
  }
  .newsList .newsList-contain .newsList-content .newsList-item .newsList-item-info .newsList-item-date .newsList-item-date-day {
    font-size: 22px;
  }
  .newsList .newsList-contain .newsList-content .newsList-item .newsList-item-info .newsList-item-title {
    font-size: 17px;
    line-height: 26px;
  }
  .newsList .newsList-contain .newsList-content .newsList-item .newsList-item-info .newsList-item-desc {
    font-size: 15px;
    line-height: 26px;
  }
  .newsList .newsList-contain .newsList-content .newsList-item .newsList-item-info .newsList-item-detailsbtn {
    margin-top: 16px;
  }
  .newsList .newsList-pagination {
    padding: 24px 0 60px 0;
  }
  .newsList .newsList-pagination .newsList-pagination-list {
    gap: 8px;
  }
  .newsList .newsList-pagination .newsList-pagination-item {
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
  .newsList .newsList-pagination .newsList-pagination-ellipsis {
    min-width: 24px;
    font-size: 16px;
  }
  .newsList .newsList-pagination .newsList-pagination-btn {
    width: 36px;
    height: 36px;
  }
  .btn-box {
    padding: 4px 16px;
    font-size: 16px;
    border-radius: 18px;
  }
  .btn-box .icon-font {
    width: 30px;
    height: 15px;
    margin-left: 8px;
  }
}
/* ========== 480px 小屏手機適配 ========== */
@media screen and (max-width: 480px) {
  .newsList {
    padding: 20px 12px 0 12px;
  }
  .newsList .newsList-header .newsList-bigTitle {
    font-size: 20px;
  }
  .newsList .newsList-header .newsList-bigTitle .newsList-bigTitle-en {
    font-size: 13px;
  }
  .newsList .newsList-header .newsList-goback {
    font-size: 14px;
  }
  .newsList .newsList-contain {
    padding: 10px 12px;
    border-radius: 16px 16px 0 0;
  }
  .newsList .newsList-contain .newsList-tab {
    padding: 12px 0 10px 0;
  }
  .newsList .newsList-contain .newsList-tab .newsList-index-tab-box {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .newsList .newsList-contain .newsList-tab .newsList-index-tab-box::-webkit-scrollbar {
    height: 0;
  }
  .newsList .newsList-contain .newsList-tab .newsList-index-tab-box .newsList-index-tab-item {
    min-width: 0;
    padding: 5px 14px;
    font-size: 14px;
    margin: 0 5px;
  }
  .newsList .newsList-contain .newsList-content .newsList-item {
    flex-direction: column;
    align-items: stretch;
    padding: 12px 0;
  }
  .newsList .newsList-contain .newsList-content .newsList-item .newsList-item-img {
    width: 100%;
    height: auto;
  }
  .newsList .newsList-contain .newsList-content .newsList-item .newsList-item-info {
    width: 100%;
    margin-top: 14px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }
  .newsList .newsList-contain .newsList-content .newsList-item .newsList-item-info .newsList-item-date {
    font-size: 13px;
  }
  .newsList .newsList-contain .newsList-content .newsList-item .newsList-item-info .newsList-item-date .newsList-item-date-day {
    font-size: 20px;
  }
  .newsList .newsList-contain .newsList-content .newsList-item .newsList-item-info .newsList-item-title {
    font-size: 16px;
    line-height: 24px;
  }
  .newsList .newsList-contain .newsList-content .newsList-item .newsList-item-info .newsList-item-desc {
    font-size: 14px;
    line-height: 24px;
  }
  .newsList .newsList-contain .newsList-content .newsList-item .newsList-item-info .newsList-item-detailsbtn {
    margin-top: 12px;
    float: none;
    width: fit-content;
    align-self: center;
  }
  .newsList .newsList-pagination {
    padding: 20px 0 40px 0;
  }
  .newsList .newsList-pagination .newsList-pagination-list {
    gap: 6px;
  }
  .newsList .newsList-pagination .newsList-pagination-item {
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
  }
  .newsList .newsList-pagination .newsList-pagination-ellipsis {
    min-width: 20px;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .newsList .newsList-pagination .newsList-pagination-btn {
    width: 34px;
    height: 34px;
  }
  .btn-box {
    padding: 5px 20px;
    font-size: 12px;
  }
  .btn-box .btn {
    font-size: 12px;
  }
  .btn-box .btn .icon-font {
    width: 20px;
    height: 12px;
    margin-left: 6px;
  }
}
