body {
  line-height: 25px;
  background: #e7e7e7;
}

.banner {
  width: 100%;
  border-bottom: 1px solid #d60c18;
}

.feature-container {
  padding: 0 20px;
  width: 70%;
  background: #fff;
  font-size: 0;
  margin: 0 auto 53px;
}

.feature-container h1 {
  margin-top: 30px;
  font-size: 30px;
  line-height: 40px;
}

.feature-container h1 .number {
  display: inline;
  line-height: 40px;
  font-size: 46px;
  position: relative;
  top: 5px;
  color: #2a92c7;
}

.feature-container .desc{
  font-size: 14px;
}

.feature-container .s{
  margin: 45px auto 43px;
  width: 100%;
}

.feature-container .box-item{
    width: 28%;
    display: inline-block;
    vertical-align: top;
}
  .feature-row{
    font-size: 1px;
    text-align: justify;
  }
  .blank_item{
    width: 100%;
    height: 0;
    display: inline-block;

  }