.boder {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 40px 0;
}

.boder .peach {
  width: 350px;
  height: 496px;
  overflow: hidden;
}

.boder .peach img {
  width: 350px;
  height: 496px;
  overflow: hidden;
}

.boder .text {
  width: calc(100% - 390px);
}

.boder .top {
  margin-bottom: 30px;
}

.boder .top p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

.boder .texttitle {
  font-size: 24px;
  color: #bf9f5f;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
}

.boder .texttitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46px;
  height: 3px;
  background: #bf9f5f;
}

.teacherlist {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 40px 0;
}

.teacherlist .teacheritem {
  width: calc(100% / 2 - 50px);
  position: relative;
  margin-bottom: 70px;
}
.teacherlist .teacheritem a{
display: flex;
justify-content: flex-start;
align-items: stretch;
width: 100%;
height: 100%;
}
.teacherlist .teacheritem .pic {
  width: 375px;
  height: 531px;
  overflow: hidden;
}

.teacherlist .teacheritem .pic img {
  width: 375px;
  height: 531px;
}

.teacherlist .teacheritem .text {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 5;
  background: #f2f2f2;
  margin-top: -170px;
  width: 350px;
  height: 340px;
  padding: 40px 30px;
}

/* 	.teacherlist .teacheritem .text:hover{
		background: #bf9f5f;
	} */
.teacherlist .teacheritem .text .teachertitle {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 28px;
  height: 30px;
  line-height: 30px;

}

.teacherlist .teacheritem .text .teacherdes {
  font-size: 12px;
  color: #5b5b5b;
  line-height: 26px;
  margin-bottom: 37px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 104px;
}
.teacherMore {
  width: 100%;

}
.teacherMore  .teacherMoreico{
float: right;
}
.teacherMore .div {
  padding: 10px 30px;
  background: url(../images/nys/ico04.png) no-repeat right center;
  background-size: 52px 10px;
}
.teacherMore .div:hover {
  background: url(../images/nys/ico04-2.png) no-repeat right center;
}

.teacherMore .teacherMorelist {
  padding: 0;
  margin: 0;
  width: 100%;
}
.teacherMore .teacherMorelist li {
  font-size: 12px;
  color: #bf9f5f;
  line-height: 23px;
  display: flex;
  align-items: center;
  padding-left: 22px;
}
.teacherMore .teacherMorelist li:nth-child(1) {
  background: url(../images/nys/ico01.png) no-repeat 0 center;
  background-size: 14px;
}
.teacherMore .teacherMorelist li:nth-child(2) {
  background: url(../images/nys/ico02.png) no-repeat 0 center;
  background-size: 14px;
}
.teacherMore .teacherMorelist li:nth-child(3) {
  background: url(../images/nys/ico03.png) no-repeat 0 center;
  background-size: 14px;
}

.teacherlist .teacheritem .text:hover,
.teacherlist .teacheritem .text:hover .teachertitle,
.teacherlist .teacheritem .text:hover .teacherdes,
.teacherlist .teacheritem .text:hover .teacherMorelist li {
  color: #fff;
  background: #bf9f5f;
  cursor: pointer;
}
.teacherlist .teacheritem .text:hover .teacherMore .div{opacity: 0.3;}
.teacherlist
  .teacheritem
  .text:hover
  .teacherMore
  .teacherMorelist
  li:nth-child(1) {
  background: url(../images/nys/ico01-2.png) no-repeat 0 center;
  background-size: 14px;
}
.teacherlist
  .teacheritem
  .text:hover
  .teacherMore
  .teacherMorelist
  li:nth-child(2) {
  background: url(../images/nys/ico02-2.png) no-repeat 0 center;
  background-size: 14px;
}
.teacherlist
  .teacheritem
  .text:hover
  .teacherMore
  .teacherMorelist
  li:nth-child(3) {
  background: url(../images/nys/ico03-2.png) no-repeat 0 center;
  background-size: 14px;
}
.teacherlist .teacheritem .text:hover .teacherMore a {
  background: url(../images/nys/ico04-2.png) no-repeat right center;
}

@media only screen and (max-width: 1080px) {
  .teacherlist .teacheritem .pic,
  .teacherlist .teacheritem .pic img {
    width: 280px;
    height: 396px;
  }
  .teacherlist .teacheritem {
    width: 70%;
    margin: 0 auto 30px;
    align-items: stretch;
    display: flex;
  }
  .teacherlist .teacheritem .text {
    position: relative;
    width: calc(100% - 280px);
    height: auto;
    margin: 0;
    top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .banner .bannerpos .qz-ny-nav {
    bottom: 10px;
  }
  .boder .peach {
    width: 300px;
    height: 400px;
  }
  .boder .peach img {
    width: 300px;
    height: 400px;
  }
  .boder .text {
    width: calc(100% - 320px);
  }
  .teacherlist .teacheritem {
    width: 100%;
    position: static;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .teacherlist .teacheritem .pic {
    width: 250px;
    height: 354px;
    overflow: hidden;
    margin: 0 auto 0px;
  }

  .teacherlist .teacheritem .pic img {
    width: 250px;
    height: 354px;
  }

  .teacherlist .teacheritem .text {
    position: relative;
    top: auto;
    margin-top: 0px;
    width: calc(100% - 250px);
    height: auto;
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .boder .peach {
    margin: 0 auto 30px;
    width: 80%;
    height: auto;
  }
  .boder .peach img {
    width: 100%;
    height: auto;
    max-height: 400px;
  }
  .boder .text {
    width: 100%;
  }
  .teacherlist .teacheritem {
    width: 100%;
    position: static;
    margin-bottom: 70px;
  }
  .teacherlist .teacheritem a{
    flex-direction: column;
  }
  .teacherlist .teacheritem .pic {
    width: 100%;
    height: 531px;
    overflow: hidden;
    margin: 0 auto 0px;
  }

  .teacherlist .teacheritem .pic img {
    width: 375px;
    height: 531px;
    margin: 0 auto;
  }

  .teacherlist .teacheritem .text {
    position: relative;
    top: auto;
    margin-top: 0px;
    width: 100%;
    height: auto;
    padding: 40px 30px;
  }
}