.main {
  background: url("../images/aboutus_bg.png") no-repeat center 2.60417rem/100% auto;
}

.person {
  margin-top: 0.85938rem;
}
.person-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.39583rem;
}
.person-item .left-content {
  width: 27%;
  margin-right: 0.46875rem;
}
.person-item .left-content .avatar {
  width: 100%;
}
.person-item .right-content {
  width: 0;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  position: relative;
}
.person-item .right-content .wrap {
  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;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.person-item .right-content .timeline {
  min-height: 100%;
}
.person-item .right-content .timeline-wrap {
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.person-item .user {
  background-color: #201d6e;
  color: #fff;
  font-size: 0.07292rem;
  padding: 0.125rem 0.08333rem;
}
.person-item .user-name {
  font-size: 0.15625rem;
  font-weight: normal;
}
.person-item .user-desc {
  margin-top: 0.13542rem;
}
.person-item .user-work {
  line-height: 0.125rem;
  margin-top: 0.15625rem;
}
.person-item .user-work-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.person-item .user-work-item .company {
  width: 62%;
  margin-right: 0.07813rem;
}
.person-item .user-work-item .job {
  width: 0;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.person-item .profile {
  color: #bb1303;
  font-size: 0.125rem;
  margin-bottom: 0.26042rem;
}
.person-item .profile-name {
  margin-bottom: 0.05208rem;
}
.person-item .profile-tags__item {
  margin-right: 0.13021rem;
}
.person-item .timeline {
  padding-left: 0.20833rem;
  position: relative;
}
.person-item .timeline::after {
  content: " ";
  background-color: #bb1303;
  width: 0.01042rem;
  position: absolute;
  top: 0.02604rem;
  bottom: 0;
  left: 0.04167rem;
}
.person-item .timeline-item {
  margin-bottom: 0.26042rem;
  font-size: 0.08333rem;
  line-height: 1.625;
  color: #000;
  text-align: justify;
  position: relative;
}
.person-item .timeline-item:last-child {
  margin-bottom: 0;
}
.person-item .timeline-item::after {
  content: " ";
  width: 0.08333rem;
  height: 0.08333rem;
  background-color: #bb1303;
  -moz-border-radius: 50%;
       border-radius: 50%;
  position: absolute;
  left: -0.20833rem;
  top: 0.02604rem;
}
.person-item:nth-child(1) .user-work-item {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0.03646rem;
}
.person-item:nth-child(1) .user-work-item .company {
  width: 100%;
}
.person-item:nth-child(2) .user-work-item .company {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .person .avatar {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .person .left-content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
  }
  .person .left-content .user {
    width: 0;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .person .left-content .user-name {
    font-size: 0.23958rem;
  }
  .person .left-content .user-desc, .person .left-content .user-work {
    line-height: 1.6;
    font-size: 0.125rem;
  }
  .person .right-content {
    width: 100%;
    margin-top: 0.15625rem;
  }
  .person .right-content .wrap {
    width: 100%;
    position: relative;
  }
  .person-item {
    display: block;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .person-item .timeline-item {
    font-size: 0.13542rem;
  }
  .person-item .user-work-item .company {
    width: 80% !important;
  }
  .person-item:nth-child(1) .user-work-item .company {
    width: 70% !important;
  }
  .person .user-work-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0.10417rem;
  }
  .person .user-work-item > div {
    line-height: 1.3;
    width: 100% !important;
  }
  .person .user-work-item .company {
    margin-bottom: 0.05208rem;
  }
  .person-item .profile {
    font-size: 0.16667rem;
  }
}