.p-box {
  width: 100%;
  background-image: url(../img/p-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-box .contentInner {
  display: flex;
  justify-content: space-between;
  padding-top: 64px;
  padding-bottom: 32px;
}
.p-box .contentInner .p-item {
  width: 385px;
}
.p-box .contentInner .p-item img {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.p-box .contentInner .p-item .p-msg {
  color: #fffdf9;
  font-size: 14px;
  line-height: 22px;
}
