@import url("./detail.css");



.main-nav a.main-nav-link--news {
  color: rgba(0, 102, 204, 1) !important;
}

.main-nav a.main-nav-link--news::after {
  content: none !important;
}
/* RI 详情：高�?Research Interests（独立样式文件） */
.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.2rem;
  bottom: -0.36rem;
  width: 100%;
  height: 0.08rem;
  background-color: rgba(51, 51, 51, 1);
  z-index: 1;
}

/* 覆盖 detail.css 里“固定高�?Publications”的规则�?
 * �?RI 详情页里 Publications 应该是普通蓝色、不带下划线�?*/
.main-nav a.main-nav-link--publications {
  color: rgba(0, 102, 204, 1); /* �?common.css 里的主色保持一�?*/
}

.main-nav a.main-nav-link--publications::after {
  content: none;
}

/* 顶部图片+标题区域 */
.group_3 {
  background-color: rgba(51, 51, 51, 1);
  background-image: url("../images/RIBg.jpg");
  background-size: cover;
  background-position: center;
  height: 8.96rem;
  width: 100%;
  margin-top: 0;
}

.text-wrapper_2 {
  background-color: rgba(0, 0, 0, 0.2);
  height: 8.96rem;
  width: 100%;
}

.text_12 {
  width: 3.574rem;
  height: 1.04rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.333rem;
  font-family: "Inter";
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 1;
  margin: 4rem 0 0 8.827rem;
}


