

/* ______________________________- */
.trait{
    margin-top: 40px;
}
.trait .trait_content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 60px;
 }
.trait .trait_content li {
  width: 280px;
  height: 80px;
  background-color: #f4f4f4;
  border: solid 1px #d8d8d8;
  font-family: "Alibaba-PuHuiTi-R";
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
}
