.person {
  padding: 0.625rem 0 1.61458rem;
}
.person-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.person-list__item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2f0eb;
  margin-bottom: 0.10938rem;
  overflow: hidden;
  padding: 0 0 0 0.07813rem;
  position: relative;
}
.person-list__item.active .person-right {
  background-color: #e0d9d9;
}
.person-list__item.active .person-right .person-profile {
  overflow: auto;
}
.person-list .person-photo {
  width: 1.125rem;
  height: 1.125rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
  margin-right: 0.10417rem;
  overflow: hidden;
}
.person-list .person-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.person-list .person-right {
  width: 0;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.125rem 0.07813rem 0.19792rem 0.19792rem;
}
.person-list .person-profile {
  height: 1.29167rem;
  overflow: hidden;
}
.person-list .person-profile::-webkit-scrollbar {
  width: 5PX;
  background-color: #c5baba;
}
.person-list .person-profile::-webkit-scrollbar-thumb {
  width: 5PX;
  background-color: #bb1303;
}
.person-list .person-profile__name {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: normal;
  line-height: 1;
}
.person-list .person-profile__name .cn {
  font-size: 0.15625rem;
  color: #bb1303;
  margin-right: 0.0625rem;
}
.person-list .person-profile__name .en {
  font-size: 0.125rem;
  color: #b08f8f;
}
.person-list .person-profile__timeline {
  margin-top: 0.13021rem;
  min-height: 0.23438rem;
  color: #000;
  line-height: 1.5;
  font-size: 0.07292rem;
  font-weight: bold;
}
.person-list .person-profile .profile-detail {
  margin-top: 0.0625rem;
  line-height: 1.8;
}
.person-list .person-profile .profile-detail__content {
  padding-right: 0.20833rem;
  color: #272626;
  text-align: justify;
  font-size: 0.07292rem;
}
.person-list .person-profile .profile-detail__content * {
  font-size: inherit !important;
  font-family: inherit !important;
  color: inherit !important;
}
.person-list .person-profile .profile-detail__content.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.person-list .profile-more {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.07292rem;
  color: #bb1303;
  position: absolute;
  right: 0.28646rem;
  bottom: 0.08854rem;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.person-list .profile-more .icon-arrow-down {
  width: 0.0625rem;
  height: 0.0625rem;
  margin-left: 6PX;
  background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAICAMAAAARDVXAAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAmVBMVEW7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwO7EwP///8m6YN4AAAAMXRSTlMAbOJecf74YwKF5H3pdgaP4UNJ5YABDaHYNDrckggRq9QqMNqcCbPBHybHqNK9GsPL0j+0pgAAAAFiS0dEMkDSTMgAAAAHdElNRQfmCRANBTObv2HRAAAAXElEQVQI12NgAANGJmYGJMDCasjGDudxcBpycfMY8kK5fPyGAoIMQsKGIqIgrpi4oYQkkJaSNpSRZWCQkzdUUASrU1I2VFFlUDNU14Bq1NQy1GbQ0dWDG6yhbwAAPQYG3BFZvPMAAAAASUVORK5CYII=) no-repeat center center/100%;
  position: relative;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: -webkit-transform linear 0.3s;
  -o-transition: -o-transform linear 0.3s;
  -moz-transition: transform linear 0.3s, -moz-transform linear 0.3s;
  transition: transform linear 0.3s;
  transition: transform linear 0.3s, -webkit-transform linear 0.3s, -moz-transform linear 0.3s, -o-transform linear 0.3s;
}
.person-list .profile-more.open .icon-arrow-down {
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media screen and (max-width: 768px) {
  .person-list__item.active .person-profile {
    height: auto;
  }
  .person-list .person-profile__timeline {
    font-size: 0.13542rem;
  }
  .person-list .person-profile .profile-detail__content {
    font-size: 0.13542rem;
  }
  .person-list .profile-more {
    font-size: 0.125rem;
    bottom: 0.06771rem;
    right: 0.07813rem;
  }
  .person-list .profile-more .icon-arrow-down {
    width: 0.11458rem;
    height: 0.11458rem;
  }
  .person-list .person-photo {
    margin-top: 0.10417rem;
  }
  .person-list .person-right {
    padding: 0.10417rem 0.07813rem 0.26042rem 0.07813rem;
  }
  .person-list__item {
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}