.content {
  width: 100%;
  position: relative;
  background-color: white;
}
.content .top {
  width: 100%;
  padding-top: 0.69rem;
  position: relative;
  padding-bottom: 0.5925rem;
}
.content .top .title {
  margin-left: 13.5%;
}
.content .top .title .en {
  font-family: "DIN-Bold";
  font-size: 0.3075rem;
  line-height: 0.3075rem;
  letter-spacing: -0.015rem;
  color: #7f7f7f;
  opacity: 0.3;
}
.content .top .title .h1 {
  font-size: 0.315rem;
  font-weight: bold;
  line-height: 0.45rem;
  letter-spacing: -0.0075rem;
  color: #e84127;
  margin-top: 0.1rem;
}
.content .top .p {
  margin-left: 13.5%;
  width: 6.52502rem;
  margin-top: 0.3975rem;
}
.content .top .p p {
  font-size: 0.135rem;
  line-height: 0.27rem;
  color: #333333;
  text-align: justify;
}
.content .top .p .n1 {
  width: 4.98001rem;
}
.content .top .time {
  margin-left: 13.5%;
  margin-top: 0.465rem;
  font-family: "DIN-Regular";
  font-size: 0.3075rem;
  line-height: 0.3075rem;
  letter-spacing: -0.015rem;
  color: #c9c9c9;
}
.content .top .time span {
  font-family: "DIN-Bold";
  font-size: 0.6rem;
  line-height: 0.6rem;
  letter-spacing: -0.0375rem;
  color: #c9c9c9;
}
.content .top .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6.76502rem;
}
.content .top .img img {
  width: 100%;
  display: block;
}
.content .bottom {
  width: 100%;
  position: relative;
}
.content .bottom .img {
  width: 100%;
}
.content .bottom .img img {
  width: 100%;
}
.content .bottom .text {
  position: absolute;
  top: 0.855rem;
  left: 1.9575rem;
}
.content .bottom .text .list .item {
  padding-bottom: 0.3075rem;
  margin-bottom: 0.3075rem;
  border-bottom: solid 1px #cdcdcd;
}
.content .bottom .text .list .item span {
  font-size: 0.315rem;
  font-weight: bold;
  line-height: 0.315rem;
  color: #000000;
  padding-left: 0.21rem;
  position: relative;
}
.content .bottom .text .list .item span::after {
  content: "";
  width: 0.0375rem;
  height: 0.315rem;
  background-color: #e84127;
  position: absolute;
  top: 0;
  left: 0;
}
.content .bottom .text .en {
  font-family: "DIN-Bold";
  font-size: 0.315rem;
  line-height: 0.315rem;
  letter-spacing: -0.015rem;
  color: #ffffff;
}
@media screen and (max-width: 1020px) {
  .content .top {
    width: 100%;
    padding-top: 0.69rem;
    position: relative;
    padding-bottom: 2.5rem;
  }
  .content .top .title {
    margin-left: 5%;
  }
  .content .top .title .h1 {
    font-size: 0.45rem;
    font-weight: bold;
    line-height: 0.6rem;
    letter-spacing: -0.0075rem;
    color: #e84127;
    margin-top: 0.185rem;
  }
  .content .top .p {
    margin-left: 5%;
    width: 90%;
    margin-top: 0.3975rem;
  }
  .content .top .p p {
    font-size: 0.3rem;
    line-height: 0.52rem;
    color: #333333;
    text-align: justify;
  }
  .content .top .p .n1 {
    width: 100%;
  }
  .content .top .time {
    margin-left: 5%;
    margin-top: 0.465rem;
    font-family: "DIN-Regular";
    font-size: 0.3075rem;
    line-height: 0.3075rem;
    letter-spacing: -0.015rem;
    color: #c9c9c9;
  }
  .content .top .img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
  }
  .content .bottom {
    width: 100%;
    height: 5rem;
    position: relative;
  }
  .content .bottom .img {
    width: 100%;
    height: 100%;
  }
  .content .bottom .img img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: -500px;
    right: -500px;
    margin: auto;
  }
  .content .bottom .text {
    position: absolute;
    top: 1.5rem;
    left: 5%;
  }
}
