.dsdw h4 {
  margin-top: 20px;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.dsdw .ul-list {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}
.dsdw .ul-list .li-list {
  float: left;
  width: 125px;
  margin: 0 13px;
  margin-bottom: 38px;
}
.dsdw .ul-list .li-list img {
  height: 165px;
  background-color: #e0e0e0;
}
.dsdw .ul-list .li-list .white-bg {
  height: 39px;
  background-color: #ffffff;
  box-shadow: 0px 3px 0px 0px #0082e5;
}
.dsdw .ul-list .li-list .white-bg .p1 {
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #0082e5;
  text-align: center;
}
.dsdw .ul-list .li-list .white-bg .p1 span {
  margin-left: 4px;
  font-family: Microsoft YaHei;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #228fe7;
}
.dsdw .ul-list .li-list .white-bg .p2 {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
@media screen and (max-width: 1280px) {
  .dsdw .ul-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
