.staff {
  float: left;
  width: 100%;
}
.form-item-input {
  padding-left: 30px;
}
.form-item-input::placeholder {
  color: #999;
}
.form-item {
  margin-right: 20px;
}
.abc-bg {
  padding-right: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.abc-bg span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 36px;
}
.abc-bg span:hover {
  color: #1A9150;
  cursor: pointer;
}
.abc-active {
  color: #1A9150 !important;
  cursor: pointer;
  font-weight: bold !important;
  font-size: 32px !important;
  transition: all 0.2s ease;
}
.menu-bg {
  margin-top: 20px;
  width: calc(100% - 50px);
  background: rgba(0, 0, 0, 0.1);
  height: 50px;
  line-height: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.menu-item {
  display: inline-block;
  width: 16%;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #666666;
  text-align: center;
}
.menu-item:hover {
  cursor: pointer;
}
.menu-active {
  color: #1A9150;
  background-color: #fff;
}
.person-bg {
  float: left;
  margin-top: 37px;
  margin-bottom: 23px;
  width: 100%;
}
.person-item:hover .person-contain h5,
.person-item:hover .person-contain h6,
.person-item:hover .person-contain p {
  color: #1A9150;
}
.person-item {
  float: left;
  margin-bottom: 30px;
  margin-right: 50px;
  width: calc(50% - 50px);
  padding: 10px 14px ;
  border: 1px solid #DBDBDB;
}
.person-item img {
  display: inline-block;
  width: 26%;
  border: 1px solid #DBDBDB;
}
.person-item .person-contain {
  float: right;
  width: 67%;
}
.person-item .person-contain h5 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  margin-top: 15px;
}
.person-item .person-contain h6 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  margin-top: 25px;
}
.person-item .person-contain p {
  height: 50px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
}
@media screen and (max-width: 1600px) {
  .person-item .person-contain h5 {
    font-size: 16px;
    margin-top: 10px;
  }
  .person-item .person-contain h6 {
    font-size: 14px;
    margin-top: 15px;
  }
  .person-item .person-contain p {
    font-size: 12px;
    margin-top: 10px;
    line-height: 16px;
    height: 32px;
  }
}
@media screen and (max-width: 1440px) {
  .person-item .person-contain h5 {
    font-size: 16px;
    margin-top: 5px;
  }
  .person-item .person-contain h6 {
    font-size: 14px;
    margin-top: 5px;
  }
  .person-item .person-contain p {
    font-size: 12px;
    margin-top: 5px;
    line-height: 16px;
    height: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .menu-bg {
    width: 95%;
  }
  .menu-item {
    width: 24%;
    font-size: 12px;
  }
  .person-item {
    float: left;
    margin-bottom: 30px;
    margin-right: 0px;
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #DBDBDB;
  }
}
