@charset "utf-8";

@media screen and (max-width: 1024px) {
  .nymain {
    padding: 0;
    margin: 0;
  }
  .student-llife {
    font-size: 0.32rem;
    margin-left: 0.15rem;
    margin-bottom: 0.15rem;
    height: 0.25rem;
    line-height: 0.25rem;
  }
  .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0.24rem;
    padding-bottom: 1.24rem;
    width: 100%;
  }
  .infoContainer {
    width: 100%;
    height: 7.72rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0.5rem;
  }
  .infoContainer::before {
    display: none;
  }
  .infoContainer .rBox,
  .lBox {
    width: 100%;
    height: 100%;
    padding: 0 0.3275rem;
  }
  .infoContainer .rBox p {
    width: auto;
    height: 4.17rem;
    overflow-y: scroll;
    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: 1.83rem;
    height: 1.83rem;
    box-shadow: 0rem 0.05rem 0.3rem 0rem rgba(15, 106, 194, 0.2);
    border-radius: 50%;
    padding-top: 0;
  }
  .infoContainer .lBox p {
    margin-top: 0.32rem;
    width: 2.09rem;
    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;
    height: 0.25rem;
    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;
  }
  .infoContainer:nth-child(2n)::before,
  .infoContainer:nth-child(2n)::after {
    display: none;
  }

  .infoContainer:nth-child(2n) .lBox {
    order: 1;
  }
  .infoContainer:nth-child(2n) .rBox {
    order: 2;
  }

  .pic img {
    transform: scale(1.05);
  }

  .pic:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
  }

  @-webkit-keyframes shine {
    100% {
      left: 125%;
    }
  }

  @keyframes shine {
    100% {
      left: 125%;
    }
  }
}