/* 公司主要业绩 */

#results {
  background-image: url(../imgs/11.png);
  display: flex;
  background-size: 100% 100%;
  flex-direction: column;
  color: #000;
  margin: 30px 0;
  padding: 0 !important;
  border: 0;
}
#results li {
  display: flex;
  align-items: center !important;
  margin: 20px auto;
}
#results li span {
  text-align: center;
  width: 15%;
  height: 10%;
  line-height: 22px;
  font-size: 20px;
  background: #0549d4;
  color: #fff;
  border-radius: 7px;
  padding: 10px;
  margin: 5px;
  margin-right: 30px;
}
#results li p {
  margin: 0;
}
