.teacher-page {
  margin: 0 auto 100px;
  width: 1200px;
}
.teacher-page-banner {
  width: 100%;
}
.teacher-page-banner-img {
  display: block;
  width: 100%;
  height: auto;
}
.teacher-page-content {
  background: #ffffff;
}
.teacher-page .box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  margin-top: 50px;
  border-bottom: 1px solid #f7f7f7;
  justify-content: space-between;
}
.teacher-page .box-img {
  width: 160px;
  height: 160px;
  border: 1px solid #e5e5e5;
}
.teacher-page .box-img img {
  width: 100%;
  height: 100%;
}
.teacher-page .box-info {
  font-size: 16px;
  color: #333;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  justify-content: start;
  flex-direction: column;
}
.teacher-page .box-info .key {
  box-sizing: border-box;
  text-align: left;
  height: 56px;
  margin-right: 10px;
  /* border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; */
}
.teacher-page .box-info .col-line {
  color: #c4c5c8;
  margin: 0 30px;
}
/* .teacher-page .box-info .value {
  box-sizing: border-box;
  width: 260px;
  height: 56px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
} */
/* .teacher-page .box-info-name {
  border: 1px solid #e5e5e5;
}
.teacher-page .box-info-education {
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.teacher-page .box-info-type {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.teacher-page .box-info-number {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
} */
/* .teacher-page .box-info-name .value {
  border-top: 1px solid #e5e5e5;
} */
.teacher-page .box-info-name,
.teacher-page .box-info-education,
.teacher-page .box-info-type,
.teacher-page .box-info-number {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 56px;
  height: 56px;
  /* border: 1px solid #e5e5e5; */
}
.box-bottom {
  /* border: 1px solid #e5e5e5; */
  overflow: auto;
  /*line-height: 106px;*/
  height: 100px;
  padding-top: 20px;
  text-align: left;
}
/* 投顾、员工资质头部分类及搜索 */
.page-tggs-head-content {
  display: flex;
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.page-tggs-head-content>div .active {
  color: #a62226;
}
.page-tggs-head-content>div:nth-child(1) {
  width: 200px;
  display: flex;
  justify-content: space-around;
  font-size: 18px;
}
.page-tggs-head-content>div:nth-child(2) {
  width: 400px;
  height: 40px;
  position: relative;
}
.page-tggs-head-content .page-staff-search{
  width: 100%;
  height: 100%;
  padding-left: 10px;
  border: 1px solid #a62226;
  border-radius: 5px;
  background-color: #f8f9fb;
  position: absolute;
  right: 0;
}
.page-tggs-head-content .page-staff-submit{
  width: 55px;
  height: 28px;
  border: none;
  background: #a62226;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  right: 6px;
  top: 7px;
  cursor: pointer;
}

