.education-title {
  padding: 80px 0 39px;
  color: #333;
  font-size: 50px;
  text-align: center;
}

.education.major-middle {
  margin-bottom: 81px;
}

.team-item-wrap {
  width: 513px;
  /* height: 615px; */
  background: #0D51A0;
  box-sizing: border-box;
  padding: 20px;
}

.education-team-wrap {
  display: flex;
  /* justify-content: space-around; */
  flex-wrap: wrap;
}

.team-item-wrap:nth-child(2n) {
  margin-top: 40px;
  background: #C53044;
}

.team-item-in-wrap {
  border: 1px dashed rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
}

.team-item-in-wrap>img {
  width: 188px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.team-item-in-wrap>span {
  /* position: absolute; */
  /* top: 471px; */
  color: #fff;
  font-size: 22px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 0;
  display: inline-block;
  padding: 30px 0;
}

.professional-item-wrap {
  padding: 10px;
  width: 511px;
  height: 436px;
  box-sizing: border-box;
  background: #F2F2F3;
  color: #333;
  text-align: center;
  border-bottom: 4px solid #0D51A0;
  margin-bottom: 29px;
  margin-right: 29px;
  transition: 0.2s;
}

.professional-item-wrap:nth-child(3n) {
  margin-right: 0;
}

.professional-item-wrap:hover {
  color: #fff;
  background-color: #0D51A0;
  ;
}
.professional-item-wrap:hover .professional-list-name{
  color: #fff;
}
.professional-item-wrap:hover .professional-line {
  background: #fff;
}

.professional-item-wrap:hover .professional-bor-col {
  border-color: #fff;
}

.professional-title {
  font-size: 30px;
  padding: 103px 0 29px;
  position: relative;
  margin-bottom: 25px;
}

.professional-line {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  background: #C53044;
  border-radius: 3px;
}

.professional-list-style {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 11px;
}

.professional-list-style>span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.professional-bor-col {
  border: 2px solid #C53044;
  position: relative;
}

.professional-list-wrap {
  width: calc(45% - 10px);
  display: flex;
  align-items: center;
  float: left;
  line-height: 52px;
  margin-left: 30px;
}

.professional-list-name {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  text-align: left;
}

.course.major-middle {
  margin-bottom: 92px;
}

.course-left {
  width: 606px;
  height: 606px;
  box-sizing: border-box;
  position: relative;
  float: left;
}

.course-wrap {
  width: 560px;
  height: 560px;

}

.course-bg {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 6px solid #C53044;
}

.course-img-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  background-color: #C53044;
  text-align: center;
}

.course-img-wrap>img {
  margin-top: 146px;
  margin-bottom: 24px;
}

.course-title {
  font-size: 50px;
  color: #FFFFFF;
  line-height: 46px;
}

.course-right {
  margin-top: 49px;
  margin-left: 40px;
  float: left;
  width: 954px;
  box-sizing: border-box;
}

.course-right-title>a {
  font-size: 30px;
  /* text-decoration: underline; */
  color: #0D51A0;
  line-height: 100px;
}

.course-right-wrap {
  width: 474px;
  height: 285px;
  padding-right: 40px;
  box-sizing: border-box;
}

.course-right-wrap {
  float: left;
}

.course-right-content {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  overflow: hidden;
}

.course-right-wrap:nth-child(odd) {
  border-right: 1px dotted #CCCCCC;
}

.course-right-wrap:not(:nth-child(1)):not(:nth-child(2)) {
  border-top: 1px dotted #CCCCCC;
}

.course-right-wrap:nth-child(even) {
  padding-right: 0;
  padding-left: 40px;
}

.teachres.major-middle {
  height: 570px;
  margin-bottom: 92px;
}

.teachres-left,
.teachres-right {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  float: left;
  height: 100%;
  overflow: hidden;
}
.teachres-left:hover .teachres-bgimg,.teachres-right-wrap:hover .teachres-bgimg{
  transform: scale(1.1);
}
.teachres-right {
  border-radius: 0 50px 0 50px;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  margin-left: 30px;
  width: calc(50% - 30px);
  overflow: hidden;
}

.teachres-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 1s;
  overflow: hidden;
}

.teachres-left:after {
  position: absolute;
  content: '';
  display: block;
  width: 100vw;
  right: 0;
  top: 0;
  height: 570px;
  background-color: #F2F2F3;
  z-index: -1;
}

.teachres-left-title {
  font-size: 50px;
  color: #ffffff;
  padding: 38px 0 12px 41px;
  position: relative;
  z-index: 2;
}

/* .teachres-more-btn {
  float: right;
  margin-top: 23px;
  margin-right: 41px;
}

.teachres-more-btn>span {
  vertical-align: middle;
} */

.teachres-right-wrap {
  width: 370px;
  height: 270px;
  position: relative;
  display: block;
  margin-right: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.teachres-right-wrap:nth-child(even){
  margin-right:0;
}
.teachres-more-img {
  position: absolute;
  right: 50px;
  bottom: 30px;
  z-index: 2;
}
a.team-item-wrap:hover {
  transform: translateY(20px);
}

a.team-item-wrap {
  transition: 0.5s;
  margin-right: 30px;
  display: block;
  height: 135px;
}
a.team-item-wrap:last-child{
  margin-right: 0;
}
.teachres-right-content {
  position: relative;
  z-index: 2;
  height: 100%;
  background-color: #0d51a0b3;
}
.teachres-left:hover .teachres-more-img{
  animation: moreimg 2s infinite linear;
}
.teachres-right-content:hover .teachres-more-img{
  animation: moreimg 1.5s infinite linear;
}
@keyframes moreimg {
  0%{
    transform: translateX(0);
  }
  50%{
    transform: translateX(20px);
  }
  100%{
    transform: translateX(0);
  }
}
.teachres-right-content .teachres-left-title {
  font-size: 30px;
  color: #FFFFFF;
  padding: 40px 0 12px 30px;
}

.teachres-right-content .teachres-more-img {
  right: 40px;
  bottom: 30px;
}
.course-right-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.professional-list-wrap:hover .professional-list-name{
  color: #C53044;
}
.professional-list-wrap:hover .professional-bor-col{
  border-color: #C53044;
}