html,body{
  background-color: #F3F3F3;
}
.honor-main{
  background-color: #ffffff;
  padding: 80px 50px;
  padding-bottom: 20px;
}
.honor-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.honor-item{
  width: 343px;
  text-align: center;
  margin-bottom: 50px;
}

.item-cut{
  margin-bottom: 50px;
}

.item-cut img{
  width: 100%;
}

@media (max-width: 768px) {
  .honor-item{
    width: 100%;
  }
  .honor-item img{
    width: 100%;
  }
}