@import url("./detail.css");

/* ========= PI 详情栏目专用导航样式（与首页 / Team 页一致） ========= */
.main-nav a.main-nav-link--team {
  color: rgba(0, 0, 0, 1);
}

.main-nav a.main-nav-link--team::after {
  content: "";
  position: absolute;
  left: 0.2rem;
  bottom: -0.36rem;
  width: 100%;
  height: 0.08rem;
  background-color: rgba(51, 51, 51, 1);
  z-index: 1;
}
.group_2 {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 1);
  height: auto;
  width: 100%;
  padding-bottom:0.1rem;
}

.box_5 {
  width: 26.774rem;
  min-height: 0.48rem;
  margin: 0.667rem 0 0 15.6rem;
  /* 保持一点行内间距，配合上层 padding-bottom 一起让滑块露出 */
  padding-bottom: 0.35rem;
  display: flex;
  align-items: center;
  overflow: visible;
}

.box_5 a.text_5,
.box_5 a.text_6,
.box_5 a.text_7,
.box_5 a.text_8,
.box_5 a.text_9,
.box_5 a.text_10,
.box_5 a.text_11 {
  position: relative;
  display: inline-block;
}

/* PI 详情页：顶部导航改用 site-header / main-nav�? * 这里通过 main-nav-link--research 固定高亮 Research Interests�? * 并调�?header 间距，使 Shen Group 位置与首页一致�?*/

.site-header-top {
  margin: 0.587rem 0 0 8.827rem;
}

.main-nav a.main-nav-link {
  position: relative;
  display: inline-block;
}

.main-nav a.main-nav-link--research {
  color: rgba(0, 0, 0, 1);
}

.main-nav a.main-nav-link--research::after {
  content: "";
  position: absolute;
  left: 0.1rem;
  bottom: -0.42rem;
  width: 100%;
  height: 0.08rem;
  background-color: rgba(51, 51, 51, 1);
  z-index: 1;
}

