.no_float {
  height: 0.8rem;
  width: 100%;
  background-color: #fff;
}
.introduce {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-color: #f5f5f5;
}
.people_box {
  display: flex;
}
.people_box .left {
  margin-right: 0.5rem;
  width: 7rem;
  height: 5rem;
}
.introduce_img {
  width: 100%;
  height: 100%;
}
.people_box .right .people_box_h3 {
  font-size: 0.36rem;
  text-align: start;
}
.people_box .right .title {
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
  font-size: 0.2rem;
  color: #999999;
}
.people_box .right .bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 6.5rem;
  height: 3.45rem;
}
.right .bottom .people_box_p {
  /* margin-bottom: 0.15rem; */
  font-size: 0.16rem;

  color: #333333;

  line-height: 0.36rem;
}
.right .bottom .people_box_p:last-child {
  margin-bottom: 0;
}
.people_management {
  padding-top: 0.8rem;
  background: url(../img/people/组\ 11081.png);
}

.people_management .peo_item .title {
  margin: 0.2rem 0;
  font-weight: bold;
  font-size: 0.26rem;
}
.people_management .peo_item .small {
  margin-bottom: 0.15rem;
}
.people_management .peo_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
  padding: 0.2rem 0.5rem;
  width: 6.8rem;
  height: 1.82rem;
  background: #ffffff;
}
.people_management .peo_item .peo_icon {
  display: inline-block;
  margin-right: 0.02rem;
  height: 0.16rem;
  width: 0.16rem;
  border: 0.01rem dashed #ccc;
}

.people_management .right_button {
  margin: auto 0;
  width: 1.2rem;
  height: 0.43rem;
  border-radius: 0.22rem;
  border: 0;
  background: #003abc;
  color: #ffffff;
  font-size: 0.2rem;
}
.people_management .centre {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.peo_item:hover .right_button {
  background-color: #de0e0e;
}
