.section-11 .part_box {
  width: 1228px;
  margin: 0 auto;
  display: flex;
  
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  align-items: stretch;
}
.section-11 .part {
  
 
  
  margin-bottom: 30px;
  
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #fad2a7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.section-11 .part_title {
  width:100px;
  height: 40px;
  line-height: 40px;
  padding:0 10px;
  color:#fff;
  letter-spacing: 5px;
  font-weight: bold;
  background-color: #fad2a7;
 
 
  border-bottom-right-radius: 10px;
}
.section-11 .item_box {
  
  margin: 10px 10px 20px 10px;
}

.section-11 .item {
  float: left;
  font-size: 15px;
  line-height: 38px;
  color: #ffffff;
  margin: auto 20px;
}
.section-11 .item_title {
  color: #fff;
}
.section-11 .item_title:hover {
  color: #ff8331;
  font-weight: bold;
}

