.banner {
  width: 100%;
  height: 5.01001rem;
  position: relative;
  overflow: hidden;
}
.banner .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -1000px;
  right: -1000px;
  margin: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.banner .text {
  position: absolute;
  top: 2.82001rem;
  left: 0;
  width: 100%;
  font-size: 0.345rem;
  line-height: 1;
  color: #f32720;
  text-align: center;
}
.banner .bottom-img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.content {
  width: 100%;
  padding-bottom: 1.41rem;
  position: relative;
}
.content .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content .box {
  width: calc(72.916% - 0.9rem);
  margin: 0 auto;
  margin-top: 1rem;
  position: relative;
  background-color: #fff;
  padding: 0.6375rem 0.45rem;
  border-radius: 0.12rem;
}
.content .box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .title {
  font-size: 0.27rem;
  font-weight: bold;
  line-height: 1.3;
  color: #333333;
}
.content .box .info {
  margin-top: 0.285rem;
}
.content .box .info::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .info .time {
  font-size: 0.12rem;
  line-height: 1;
  color: #333333;
  float: left;
}
.content .box .info .source {
  font-size: 0.12rem;
  line-height: 1;
  color: #333333;
  float: left;
}
.content .box .line {
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  margin-top: 0.3375rem;
  margin-bottom: 0.48rem;
}
.inner-bottom {
  background-color: #db1430;
}
@media screen and (max-width: 1200px) {
  .content .box {
    width: calc(90% - 0.3rem);
  }
  .content .box .title {
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 767px) {
  .content .box .info .time {
    font-size: 0.24rem;
    line-height: 1;
    color: #333333;
    float: left;
  }
  .content .box .info .source {
    font-size: 0.24rem;
    line-height: 1;
    color: #333333;
    float: left;
  }
}
