.nymain {
  padding: 0;
}
.student-llife {
  position: absolute;
  height: 1.05rem;
  bottom: 0;
  left: 0;
  margin-left: 1.4rem;
  margin-bottom: 0.91rem;
  font-size: 1.32rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  letter-spacing: 0rem;
  color: #ffffff;
}
.nymain::after {
  background-image: url("../images/culturalWall.png");
}
.content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.24rem 0;
  width: 100%;
}
.infoContainer {
  width: 100%;
  height: 9.72rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
}
.infoContainer::before {
  content: " ";
  width: 2.47rem;
  height: 9.67rem;
  background-image: url("../images/rectangleLeft.png");
  background-size: 100% 100%;
  position: absolute;
  left: 0;
}
.infoContainer .rBox,
.lBox {
  width: 50%;
  height: 100%;
  /* margin: 0 0.05rem; */
}
.infoContainer .rBox {
  padding-top: 1.5rem;
  padding-bottom: 2.97rem;
}
.infoContainer .rBox p {
  width: 90%;

  /* font-family: ArialMT; */
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0rem;
  color: #313131;
}
.infoContainer .lBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.infoContainer .lBox .pic {
  width: 6.83rem;
  height: 6.83rem;
  box-shadow: 0rem 0.05rem 0.3rem 0rem rgba(15, 106, 194, 0.2);
  border-radius: 50%;
}
.infoContainer .lBox p {
  margin-top: 0.32rem;

  height: 0.22rem;
  line-height: 0.22rem;
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #070707;
}
.infoContainer .lBox .inRow {
  margin-top: 0.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.infoContainer .lBox .inRow img {
  width: 0.48rem;

  margin-right: 0.25rem;
}
.infoContainer .lBox .inRow span {
  width: 1.8rem;
  height: 0.2rem;
  margin-left: 0.25rem;
  line-height: 0.2rem;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #666666;
}

.infoContainer:nth-child(2n) {
  float: right;
  padding: 0;
  padding-left: 0;
  padding-right: 1.5rem;
}
.infoContainer:nth-child(2n)::before {
  display: none;
}
.infoContainer:nth-child(2n)::after {
  content: " ";
  width: 2.47rem;
  height: 9.67rem;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  background-image: url("../images/rectangRight.png");
}

.infoContainer:nth-child(2n) .rBox p{
  float: right;
}

.infoContainer:nth-child(2n),
.infoContainer:nth-child(2n) .lBox .pic,
.infoContainer:nth-child(2n) .lBox p,
.infoContainer:nth-child(2n) .lBox .inRow,
.infoContainer:nth-child(2n) .rBox p {
  /* transform: scaleX(-1); */
}.infoContainer:nth-child(2n) .lBox{
  order: 1;
}
.infoContainer:nth-child(2n) .rBox{order: 2;}


.pic:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}