/* 工学院式师资卡片：各学院人物列表共用 */
.jiaoshi-neirong,
.teacher-person-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0;
}

.jiaoshi-neirong .tupian,
.teacher-person-grid .tupian,
.ul-shizi .bd-content.fenye-news,
.list-ul .fenye-news.teacher-card,
.content-teacher[data-detail-page] {
  cursor: pointer;
}

.teacher-person-grid .tupian,
.jiaoshi-neirong .tupian {
  text-align: center;
  width: 30%;
  margin: 0 1.5% 3%;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6eef6;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.teacher-person-grid .tupian img,
.jiaoshi-neirong .tupian img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center 8%;
  display: block;
  background: #f3f6fb;
  transition: transform 0.35s ease;
}

.teacher-person-grid .juti,
.jiaoshi-neirong .juti {
  background: #f3f6fb;
  text-align: left;
  padding: 12px 14px 16px;
  min-height: 96px;
  transition: background-color 0.28s ease;
}

.teacher-person-grid .tupian:hover,
.jiaoshi-neirong .tupian:hover,
.ul-shizi .bd-content.fenye-news:hover,
.list-ul .fenye-news.teacher-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(62, 98, 173, 0.16);
  border-color: #b7d7ea;
}

.teacher-person-grid .tupian:hover img,
.jiaoshi-neirong .tupian:hover img {
  transform: scale(1.06);
}

.teacher-person-grid .tupian:hover .juti,
.jiaoshi-neirong .tupian:hover .juti {
  background: #e8eef8;
}

.teacher-person-grid .tupian:hover .mingzi,
.jiaoshi-neirong .tupian:hover .mingzi,
.ul-shizi .bd-content:hover .mingzi {
  color: #3e62ad;
}

.teacher-person-grid .mingzi,
.jiaoshi-neirong .mingzi,
.ul-shizi .bd-content .mingzi {
  font-size: 16px;
  color: #2a2929;
  font-weight: 600;
  margin: 0 0 6px;
  transition: color 0.28s ease;
}

.teacher-person-grid .zhiwei,
.jiaoshi-neirong .zhiwei,
.ul-shizi .bd-content .zhiwei {
  font-size: 13px;
  color: #666;
  margin: 0 0 6px;
}

.teacher-rich {
  margin: 0 0 18px;
  padding: 4px 2px 12px;
  color: #333;
  font-size: 15px;
  line-height: 1.75;
}

.teacher-rich p {
  margin: 0 0 8px;
}

.teacher-person-grid .jianjie,
.jiaoshi-neirong .jianjie,
.ul-shizi .bd-content .jianjie {
  font-size: 13px;
  color: #888;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
