/* PC 端资讯页样式（限定 .dual-pc，避免影响手机端） */
.dual-pc .page--news {
  background-color: transparent;
}

.dual-pc .news-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: calc(var(--page-title-gap) + 0.12rem);
  gap: 0.1rem;
  max-width: 100%;
  box-sizing: border-box;
}

.dual-pc .news-carousel-wrap {
  position: relative;
  flex-shrink: 0;
  width: calc(8.36rem * 504 / 544);
  height: 5.04rem;
  margin-top: 0.4rem;
}

.dual-pc .news-carousel-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.dual-pc .news-carousel-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(7.9rem * 504 / 544);
  height: calc(5.06rem * 504 / 544);
  overflow: hidden;
  z-index: 1;
}

.dual-pc .news-carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease;
}

.dual-pc .news-carousel-slide {
  flex: 0 0 100%;
  height: 100%;
}

.dual-pc .news-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dual-pc .news-carousel-dots {
  position: absolute;
  bottom: 0.24rem;
  right: 0.36rem;
  z-index: 3;
}

.dual-pc .news-panel {
  margin-left: 0.1rem;
  width: 8.36rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.dual-pc .news-panel-title img {
  width: 3.94rem;
  height: 1.07rem;
  object-fit: contain;
}

.dual-pc .news-panel-line {
  margin-top: 0.08rem;
}

.dual-pc .news-panel-line img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.dual-pc .news-tabs-row {
  position: relative;
  width: 100%;
  margin-top: 0.12rem;
  min-height: 0.36rem;
  padding-right: 0.72rem;
  box-sizing: border-box;
}

.dual-pc .news-tabs {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 0;
  gap: 0;
  width: 100%;
  overflow: hidden;
}

.dual-pc .news-more-wrap {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  margin-top: 0;
  line-height: 1;
}

.dual-pc .news-tab {
  position: relative;
  padding: 0.06rem 0.28rem;
  font-weight: normal;
  font-size: 0.24rem;
  color: #000000;
  background: transparent;
  cursor: pointer;
  transition: transform var(--transition);
  white-space: nowrap;
}

.dual-pc .news-tab:hover {
  transform: scale(1.05);
}

.dual-pc .news-tab.active {
  color: #ffffff;
  background: linear-gradient(135deg, #1a4a7a 0%, #2d6ba8 100%);
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
}

.dual-pc .news-tab-sep {
  font-size: 0.2rem;
  color: #cccccc;
  padding: 0 0.04rem;
  user-select: none;
}

.dual-pc .news-list {
  margin-top: 0;
}

.dual-pc .news-list-body {
  margin-top: 0.16rem;
  overflow: hidden;
  flex-shrink: 0;
}

.dual-pc .news-list-panel {
  display: none;
}

.dual-pc .news-list-panel.active {
  display: block;
}

.dual-pc .news-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0.12rem;
  padding: 0.14rem 0;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: transform var(--transition);
}

.dual-pc .news-list-item:hover {
  transform: scale(1.01);
}

.dual-pc .news-list-item:hover .news-list-title {
  color: var(--color-nav-en-active);
}

.dual-pc .news-list-left {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  flex: 1;
  min-width: 0;
}

.dual-pc .news-list-tag {
  flex-shrink: 0;
  font-weight: normal;
  font-size: 0.2rem;
  color: #000000;
}

.dual-pc .news-list-title {
  font-weight: normal;
  font-size: 0.2rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color var(--transition);
}

.dual-pc .news-list-date {
  flex-shrink: 0;
  font-weight: normal;
  font-size: 0.18rem;
  color: #999999;
  margin-left: 0.2rem;
  white-space: nowrap;
  min-width: 7.5em;
  text-align: right;
}

.dual-pc .news-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.02rem;
  font-size: 0.2rem;
  color: #1a4a7a;
  white-space: nowrap;
  line-height: 1;
  transition: transform var(--transition), opacity var(--transition);
}

.dual-pc .news-more-arrow {
  font-size: 0.22rem;
  line-height: 1;
}

.dual-pc .news-more-link:hover {
  transform: scale(1.05);
  opacity: 0.85;
}
