.section-1 .item_box{
  display: flex;
  justify-content: space-around;
}

.section-1 .item {
  float: left;
  width: 276px;
  height: auto;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 13px 20px 13px;
  border:1px solid #554848;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-width:5px;
}
.section-1 .item_img {
  border-radius: 5%;
  width: 100%;
  height: 276px;
  border-bottom:1px solid #554848;
}
.section-1  .item_title {
  font-size: 20px;
  line-height: 64px;
  color: #ff8331;
  padding-top: 4px;
  text-align: center;
}
.section-1 .item_script {
  font-size: 13px;
  line-height: 24px;
  color: #333333;
  padding: 0 30px 30px 30px;
  text-align: center;
}