.student-story {
  padding-top: 2.6rem;
  padding-bottom: 1rem;
  background: #fff;
  position: relative;
}
.student-story::after {
  content: "";
  position: absolute;
  bottom: -2.8rem;
  right: 0;
  width: 3.11rem;
  height: 10.07rem;
  background: url(../images/about/ourPeople-student-bg-2x.png) center no-repeat;
  background-size: cover;
}
.student-story .story-wrap {
  width: 9rem;
  max-width: 9rem;
  padding-left: 3.1rem;
}
.student-story .story-wrap .story-header {
  background-color: #F8F9FB;
  display: flex;
}
.student-story .story-wrap .story-header .photo {
  width: 5.62rem;
  height: 3.41rem;
}
.student-story .story-wrap .story-header .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.student-story .story-wrap .story-header .info {
  padding-left: 0.4rem;
}
.student-story .story-wrap .story-header .info .name {
  padding-top: 0.83rem;
  font-size: 28px;
  font-family: Arial, Arial-Regular;
  font-weight: 400;
  text-align: left;
  color: #363d45;
  line-height: 36px;
}
.student-story .story-wrap .story-header .info .post {
  padding: 0.2rem 0;
  opacity: 0.7;
  font-size: 16px;
  font-family: ArialMT, ArialMT-Regular;
  font-weight: 400;
  text-align: left;
  color: #926f34;
  line-height: 18px;
}
.student-story .story-wrap .story-header .info .session {
  opacity: 0.7;
  font-size: 16px;
  font-family: ArialMT, ArialMT-Regular;
  font-weight: 400;
  text-align: left;
  color: #926f34;
  line-height: 18px;
}
.student-story .story-wrap .story-header .info .share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-top: 0.52rem;
  border-top: 1px dashed rgba(32, 32, 32, 0.45);
}
.student-story .story-wrap .story-header .info .share .share-title {
  opacity: 0.7;
  font-size: 14px;
  font-family: Muli, Muli-SemiBold;
  font-weight: normal;
  text-align: left;
  color: #2e272e;
  line-height: 20px;
}
.student-story .story-wrap .story-header .info .share .share-wrap {
  display: flex;
  padding: 0.19rem 0;
}
.student-story .story-wrap .story-header .info .share .share-wrap .share-icon {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.12rem;
}
.student-story .story-wrap .story-header .info .share .share-wrap .share-icon:last-child {
  margin-right: 0;
}
.student-story .story-wrap .story-content {
  padding: 0.44rem 0;
}
.student-story .story-wrap .story-content p {
  padding-bottom: 0.3rem;
  font-size: 18px;
  font-family: Muli, Muli-SemiBold;
  font-weight: normal;
  text-align: left;
  color: #363d45;
  line-height: 30px;
}
.student-story .more-story {
  position: absolute;
  top: 2.6rem;
  right: 3.31rem;
}
.student-story .more-story .moreStory-content {
  padding: 0.32rem;
  height: 4.8rem;
  overflow: hidden;
  background-image: url(../images/about/more-story-bg.png);
  background-size: cover;
}
.student-story .more-story .moreStory-content.showContent {
  height: auto;
}
.student-story .more-story .moreStory-content .title {
  padding-bottom: 0.26rem;
  border-bottom: 1px solid rgba(151, 151, 151, 0.25);
  font-size: 14px;
  font-family: Montserrat, Montserrat-Bold;
  font-weight: 700;
  text-align: left;
  color: #2e272e;
  line-height: 18px;
}
.student-story .more-story .moreStory-content .list {
  width: 3rem;
}
.student-story .more-story .moreStory-content .list li {
  padding: 0.26rem 0 0.2rem 0;
  display: flex;
}
.student-story .more-story .moreStory-content .list li .avatar {
  width: 1.04rem;
  height: 1rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.24rem;
  font-size: 0;
}
.student-story .more-story .moreStory-content .list li .avatar img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
}
.student-story .more-story .moreStory-content .list li .textInfo {
  flex: 1;
}
.student-story .more-story .moreStory-content .list li .textInfo .name {
  font-size: 18px;
  font-family: Muli, Muli-Bold;
  font-weight: 700;
  text-align: left;
  color: #171717;
  line-height: 24px;
}
.student-story .more-story .moreStory-content .list li .textInfo .abstract {
  font-size: 12px;
  font-family: Muli, Muli-Regular;
  font-weight: 400;
  text-align: left;
  color: #171717;
  line-height: 18px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.student-story .more-story .showContent_btn {
  width: 100%;
  height: 0.33rem;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  background: #f0f2f6;
  text-align: center;
}
.student-story .more-story .showContent_btn .showContent_icon {
  width: 0.07rem;
  height: 0.09rem;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.student-story .more-story .showContent_btn .showContent_icon.up {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}

@media screen and (max-width: 910px) {
  .student-story {
    padding-top: 100px;
  }
  .student-story .story-wrap {
    width: 100%;
    padding-left: 0;
  }
  .student-story .story-wrap .story-header {
    display: block;
  }
  .student-story .story-wrap .story-header .photo {
    width: 100%;
    height: auto;
  }
  .student-story .story-wrap .story-header .info {
    padding-right: 0.4rem;
  }
  .student-story .story-wrap .story-header .info .name {
    padding-top: 30px;
  }
  .student-story .story-wrap .story-content {
    padding: 0.44rem 20px;
  }
  .student-story .more-story {
    position: relative;
    top: unset;
    right: unset;
    z-index: 4;
  }
}

/*# sourceMappingURL=studentStory.css.map */
