.content {
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 1.14rem;
}
.content .top {
  width: 100%;
  height: 3.67501rem;
  background-color: #f6f6f6;
  padding-top: 1px;
}
.content .top .img-box {
  width: 72.916%;
  height: 4.06501rem;
  margin: 0 auto;
  margin-top: 0.7125rem;
  position: relative;
  box-shadow: 0px 0.075rem 0.225rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.12rem;
  overflow: hidden;
}
.content .top .img-box .img {
  width: 100%;
}
.content .top .img-box .mask {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.content .top .img-box .text {
  width: 7.26002rem;
  position: absolute;
  left: 0.5775rem;
  bottom: 0.48rem;
}
.content .top .img-box .text .title {
  font-size: 0.39rem;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}
.content .top .img-box .text .p {
  font-size: 0.12rem;
  line-height: 1.8;
  color: #ffffff;
  margin-top: 0.2625rem;
}
.content .box {
  width: 72.916%;
  margin: 0 auto;
  padding-top: 1.875rem;
  position: relative;
}
.content .box .list {
  width: 100%;
}
.content .box .list .item {
  width: 100%;
  padding-bottom: 0.51rem;
  border-bottom: 1px solid #cde7f8;
  margin-bottom: 0.48rem;
}
.content .box .list .item:last-child {
  border: 0;
}
.content .box .list .item::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .item .left {
  width: 1.7475rem;
  float: left;
}
.content .box .list .item .left img {
  width: 0.495rem;
  margin-left: 0.315rem;
}
.content .box .list .item .right {
  float: left;
  width: calc(100% - 1.7475rem);
}
.content .box .list .item .right .title {
  font-size: 0.27rem;
  line-height: 1;
  color: #333333;
}
.content .box .list .item .right .title span {
  font-weight: bold;
}
.content .box .list .item .right .p {
  font-size: 0.12rem;
  line-height: 2;
  color: #333333;
  margin-top: 0.315rem;
  text-align: justify;
}
.content .box .list .item:nth-child(2) .left img {
  width: 0.5175rem;
  margin-left: 0.2925rem;
}
.content .box .list .item:nth-child(3) .left img {
  width: 0.555rem;
  margin-left: 0.2925rem;
}
.content .box .list .item:nth-child(4) .left img {
  width: 0.5475rem;
  margin-left: 0.3225rem;
}
.content .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .content .box {
    width: 90%;
    padding-top: 3.875rem;
  }
  .content .box .title {
    font-size: 0.36rem;
  }
  .content .top .img-box {
    width: 90%;
    height: 6.06501rem;
    margin: 0 auto;
    margin-top: 0.7125rem;
    position: relative;
    box-shadow: 0px 0.075rem 0.225rem 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.12rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 1020px) {
  .content .top .img-box .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .content .top .img-box .img img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    margin: auto;
  }
  .content .top .img-box .text {
    width: 90%;
    position: absolute;
    left: 5%;
    bottom: 0.48rem;
  }
}
@media screen and (max-width: 767px) {
  .content .top .img-box .text .p {
    font-size: 0.24rem;
    line-height: 1.8;
    color: #ffffff;
    margin-top: 0.2625rem;
  }
  .content .box .list .item .left {
    width: 100%;
    float: none;
  }
  .content .box .list .item .right {
    float: none;
    width: 90%;
    margin: 0 auto;
    margin-top: 0.3rem;
  }
  .content .box .list .item .right .title {
    font-size: 0.36rem;
    line-height: 1;
    color: #333333;
  }
  .content .box .list .item .right .p {
    font-size: 0.28rem;
    line-height: 1.5;
    color: #333333;
    margin-top: 0.315rem;
  }
}
