.content {
  width: 100%;
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
  padding-bottom: 1.14rem;
}
.content .box {
  width: 9.62252rem;
  margin: 0 auto;
  padding-top: 0.66rem;
  position: relative;
}
.content .box .title {
  font-size: 0.27rem;
  font-weight: bold;
  line-height: 1;
  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;
  margin-left: 0.2rem;
}
.content .box .line {
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  margin-top: 0.3375rem;
  margin-bottom: 0.48rem;
}
.content .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .content .box {
    width: 90%;
  }
  .content .box .title {
    font-size: 0.36rem;
    line-height: 1.5;
  }
}
@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;
  }
}
