
.dataPage {
  background: url(/static/image/zh-tw/site/data.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height:29.17rem;
  position: relative;
}
.main {
   width: 10.6rem;
  margin:2.9rem auto 0;
}


/* 面包屑导航 */
.data_top {
     padding: 0.25rem 0 0.25rem;
}

.data_top p {
  font-size: 0.2rem;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  gap: 0.15rem;
}

.data_top a {
  color: #ffffff;
  transition: color 0.3s;
  font-weight: bold;
}

.data_top a:hover {
  color: #97d797;
}

.data_top a.active {
  color: #97d797;
}

.data-content {
    background: rgb(27, 44, 39, 0.7);
    padding: 0.3rem 0.4rem 0.5rem;
    min-height: 21.2rem;
}

/* ========== 分区 ========== */
.data-section {
  margin-bottom: 0.4rem;
}

.data-section:last-child {
  margin-bottom: 0;
}

/* 分区标题 */
.data-section__title {
  font-size: 0.22rem;
  color: #97d797;
  font-weight: bold;
  margin-bottom: 0.18rem;
  border-bottom: 1px solid #536853;
  padding-bottom: 0.12rem;
}

/* 分区内容体 */
.data-section__body {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

/* 每行数据 */
.data-row {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.12rem 0.15rem;
  transition: background 0.2s ease;
}



/* 行标签（绿色背景） */
.row-tag {
    display: inline-block;
    font-size: 0.14rem;
    color: #fff;
    background: #1a5742;
    padding: 0.02rem 0.12rem;
    white-space: nowrap;
    flex-shrink: 0;
    letter-spacing: 0.01rem;
    margin-right: 0.35rem;
}
.row-con{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.12rem;
}
/* 行链接 */
.data-row a {
  display: inline-block;
      width: 0.9rem;
          white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.14rem;
  color:#ffffff;
  white-space: nowrap;
  transition: all 0.2s ease;
  letter-spacing: 0.01rem;
}


/* 资料站样式 */


