.content {
  width: 100%;
  background-color: #f7f7f7;
  overflow: hidden;
}
.content .box {
  width: 73.2%;
  margin: 0 auto;
  padding-top: 70px;
}
.content .box .s-title {
  font-size: 16px;
  line-height: 16px;
  color: #bababa;
}
.content .box .title {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1.9px;
  color: #c6150f;
  margin-top: 19px;
}
.content .box .plate {
  width: 100%;
  margin-top: 35px;
}
.content .box .plate .h2 {
  width: 458px;
  height: 57px;
  background-color: #c6150f;
  font-size: 28px;
  line-height: 57px;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
}
.content .box .plate .h4 {
  width: 643px;
  height: 57px;
  background-color: #c6150f;
  font-size: 28px;
  line-height: 57px;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
}
.content .box .plate .list {
  width: calc(100% + 75px);
  margin-left: -37.5px;
  margin-top: 48px;
}
.content .box .plate .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .plate .list .item {
  width: calc(50% - 75px);
  margin: 0 37.5px;
  float: left;
  position: relative;
  margin-bottom: 29%;
}
.content .box .plate .list .item .img {
  width: 100%;
}
.content .box .plate .list .item .img img {
  width: 100%;
}
.content .box .plate .list .item .text {
  position: absolute;
  top: 80%;
  left: 7%;
  width: calc(86% - 80px);
  background-color: white;
  padding-top: 46px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.content .box .plate .list .item .text .h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
}
.content .box .plate .list .item .text .p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  color: #666666;
  height: 230px;
  text-align: justify;
}
.content .box .plate .list .item .text .number {
    font-family: "DIN-BOLD";
    font-size: 54px;
    line-height: 30px;
    color: #c6150f;
    position: absolute;
    top: 32px;
    right: 36px;
}
@media screen and (max-width: 1660px) {
  .content .box .plate .list .item .text {
    position: absolute;
    top: 80%;
    left: 5%;
    width: calc(90% - 40px);
    background-color: white;
    padding-top: 68px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}
<!--0.00017499923706055-->