/* ========== Column Page Banner ========== */
.column-banner {
  position: relative;
  width: 100%;
  height: 328px;
  overflow: hidden;
}

.column-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========== Column Content ========== */
.column-content {
  width: 1260px;
  margin: 0 auto;
  padding: 0 0 80px;
}

.column-inner {
  width: 1260px;
  margin: 0 auto;
}

/* ========== 第一部分：栏目名称 + 面包屑 ========== */
.column-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  padding-top: 35px;
  margin-bottom: 16px;
}

.column-name {
  margin: 0;
  height: 23px;
  line-height: 23px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #0055AA;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.column-breadcrumb {
  height: 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #999999;
  text-align: right;
  font-style: normal;
  text-transform: none;
}

.column-breadcrumb a {
  color: #999999;
  transition: color 0.3s;
}

.column-breadcrumb a:hover {
  color: #0055AA;
}

/* ========== 分割线 ========== */
.column-divider {
  width: 1920px;
  height: 1px;
  background: #E4E4E4;
  margin-left: -330px;
}

/* ========== 第二部分：二级栏目导航 ========== */
.sub-nav {
  display: flex;
  gap: 20px;
  margin-top: 24px;
}

.sub-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 204px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #4D4D4D;
  text-align: center;
  font-style: normal;
  text-transform: none;
  transition: all 0.3s;
}

.sub-nav-item:hover {
  color: #0055AA;
}

.sub-nav-item.active {
  width: 188px;
  height: 48px;
  background: #0055AA;
  color: #FFFFFF;
}

/* ========== 切换模块 ========== */
.search-tabs {
  display: flex;
  gap: 36px;
  margin-top: 62px;
}

.search-tab {
  font-family: Helvetica, Helvetica;
  font-weight: bold;
  font-size: 16px;
  color: #808080;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 12px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}

.search-tab.active {
  color: #0055AA;
  border-bottom: 2px solid #0055AA;
}

.search-tab:hover {
  color: #0055AA;
}
/* ========== 切换模块下方分割线 ========== */
.search-divider {
  width: 1260px;
  height: 1px;
  background: #E4E4E4;
  margin-top: 48px;
}

/* ========== 第三部分：部门内容 ========== */
.dept-title {
  margin-top: 51px;
 
  height: 22px;
  margin-top: 51px;
  margin-bottom: 60px;
  font-family: Helvetica, Helvetica;
  font-weight: bold;
  font-size: 24px;
  color: #0055AA;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.dept-list {
  display: flex;
  flex-wrap: wrap;
  gap: 37px 106px;
}

.dept-name {
  font-family: Helvetica;
  font-size: 16px;
  width: 167px;
  color: #1A1A1A;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  transition: color 0.3s;
}
.dept-row {
  display: flex;
  gap: 106px;
}

.dept-name {
  font-family: Helvetica;
  font-size: 16px;
  width: 167px;
  color: #1A1A1A;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  transition: color 0.3s;
}

.dept-name:hover {
  color: #0055AA;
}

/* ========== 教师搜索部分 ========== */
.teacher-search {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
}

.search-input-wrap {
  display: flex;
  align-items: center;
  width: 384px;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  padding: 0 12px;
  box-sizing: border-box;
}

.search-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 8px;
  flex-shrink: 0;
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  height: 100%;
  font-family: Helvetica;
  font-size: 14px;
  color: #1A1A1A;
}

.search-input::placeholder {
  font-family: Helvetica;
  font-size: 14px;
  color: #B3B3B3;
  font-style: normal;
  text-transform: none;
}

.search-btn {
  width: 92px;
  height: 40px;
  background: #0055AA;
  border: none;
  margin-left: 18px;
  font-family: Helvetica, Helvetica;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}

.search-btn:hover {
  background: #004499;
}

/* ========== 教师名称列表 ========== */
.teacher-list {
  display: flex;
  flex-wrap: wrap;
  gap: 37px 90px;
  margin-top: 53px;
}

.teacher-row {
  display: flex;
  gap: 90px;
}

.teacher-name {
  width: 136px;
  font-family: Helvetica;
  font-size: 16px;
  color: #1A1A1A;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  transition: color 0.3s;
}

.teacher-name:hover {
  color: #0055AA;
}