.teach.major-middle {
  text-align: center;
  position: relative;
  margin-bottom: 62px;
  /* overflow: hidden; */
}

.teach-head {
  font-size: 50px;
  color: #C53044;
  line-height: 50px;
  display: inline-block;
  padding: 10px 74px;
  position: relative;
  z-index: 2;
  -webkit-box-reflect: below -17px -webkit-linear-gradient(transparent, transparent 60%, rgba(255, 255, 255, .3));
}

.bgshape {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 1;
  transform: skewX(-17deg);
}

.teachlistwrap {
  display: flex;
  justify-content: center;
  height: 89px;
}

.teach-empty {
  flex: 1;
}

.teachlist-title {
  height: 100%;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 89px;
  display: inline-block;
  position: relative;
  background-color: #C53044;
  z-index: 2;
}

.teach-empty.bgempty {
  background-color: #C53044;
  position: relative;
}

.teachlist-title-wrap {
  display: inline-block;
  position: relative;
  padding-right: 65px;
}

.teachlist-title-wrap:after,
.teach-empty.bgempty:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: #c5304433;
  transform: skewX(-17deg);
}

.titleemty {
  background-color: #C53044;
}

.teach-img-list-wrap {
  padding: 41px 0;
}

.teach-img-contoiner {
  width: 380px;
  height: 571px;
  float: left;
  margin-right: 26px;
  margin-bottom: 19px;
}

.teach-img-contoiner:nth-child(4n) {
  margin-right: 0;
}

.teach-img-name {
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 30px;
  background-color: #0D51A0;
}



.teachgoback {
  font-size: 18px;
  color: #666666;
  margin-left: 44px;
  cursor: pointer;
}

.teach-img-list-wrap.detail {
  padding-bottom: 0;
}

.teacher-detail-content-wrap {
  width: 1194px;
  box-sizing: border-box;
  float: left;
  border-left: 2px solid #ccc;
  min-height: 590px;
}

.teacher-dateil-name {
  padding: 64px 0 61px;
}

.dateil-name-square {
  width: 40px;
  height: 31px;
  background: #0D51A0;
  display: inline-block;
}

.teachName {
  font-size: 50px;
  color: #333333;
  margin: 0 14px 0 19px;
}

.teachTitle {
  font-size: 30px;
  color: #0D51A0;
}

.detail-content {
  padding: 0 50px;
  box-sizing: border-box;
  width: 100%;
  color: #333;
  font-size: 18px;
  line-height: 48px;
  text-indent: 2em;
}
.achi-btn-wrap{
  margin-bottom: 103px;
}
.achi-btn-wrap {
  display: flex;
  /* overflow: hidden; */
  /* border-radius: 29px; */
  /* width: fit-content; */
  margin-bottom: 46px;
}

.achi-btn-wrap>div {
  /* background-color: #C53044; */
  color: #666666;
  padding: 10px;
  font-size: 30px;
  cursor: pointer;
  border: 1px solid #cccccc;
  border-right: 0;
}

.achi-btn-wrap>div:first-child {
  border-radius: 29px 0 0 29px;
}

.achi-btn-wrap>div:last-child {
  border-radius: 0 29px 29px 0;
  border-right: 1px solid #cccccc;
}

.achi-btn-wrap>div.achiactive {
  background-color: #C53044;
  color: #fff;
  border-color: #C53044;
}

.table-title {
  font-size: 30px;
  color: #333333;
  
}
.achi-list-wrap{
  height: 0;
  overflow: hidden;
}
.listActive{
  height: auto;
  overflow:unset;
}


.achi.major-middle{
  margin-bottom: 50px;
  position: relative;
}
.achi-link{
  position: absolute;
  top: 0;right: 0;
}
.achi-link>a{
  display: block;
  padding: 10px 20px;
  margin-left: 1px;
  color: #fff;
  background-color: #0D51A0;
  font-size: 20px;
  float: left;
}
.achi-link>a:hover{
  background-color: #C53044;
  color: #fff;
}
.layui-table td, .layui-table th{
  font-size: 16px !important;
  line-height: 30px !important;
  min-height:30px !important;
}