.content {
  width: 100%;
  overflow: hidden;
  
}
.content .box {
  width: 73.2%;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
.content .box .s-title {
  font-size: 16px;
  line-height: 16px;
  color: #dbdada;
}
.content .box .title {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1.9px;
  color: #c6150f;
  margin-top: 23px;
}
.content .box .button {
  width: 180px;
  margin: 0 auto;
  font-size: 16px;
  background-color: #c6150f;
  color: white;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 40px;
  cursor: pointer;
  transition: 0.5s;
}
.content .box .button i {
  font-size: 16px;
  margin-right: 10px;
}
.content .box .button:hover {
  background-color: #eee;
  color: #c6150f;
}
.content .box .img {
  width: 100%;
  margin-top: 60px;
}
.content .box .img p {
  width: 100%;
  display: block;
}
.content .box .img p img {
  width: 100%;
}
<!--0.00017189979553223-->