.content {
  width: 100%;
  position: relative;
  background-color: white;
}
.content .box {
  width: 73%;
  margin: 0 auto;
  padding-top: 0.7rem;
  margin-top: -1px;
  padding-bottom: 0.7rem;
}
.content .box .title {
  font-size: 0.315rem;
  line-height: 0.315rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.content .box .p {
  font-size: 0.18rem;
  line-height: 0.18rem;
  font-weight: bold;
  text-align: center;
  color: #999;
  margin-top: 0.2rem;
}
.content .box .list {
  width: 100%;
  margin-top: 0.5rem;
}
.content .box .list .item {
  width: 100%;
  padding-bottom: 0.3rem;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  margin-bottom: 0.3225rem;
  transition: 0.5s;
}
.content .box .list .item .time {
  font-family: "DIN-Bold";
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #999999;
  transition: 0.5s;
  padding-top: 0.3rem;
  margin-left: 0.375rem;
}
.content .box .list .item .text {
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.24rem;
  color: #000000;
  margin-top: 0.15rem;
  transition: 0.5s;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  height: 0.48rem;
  overflow: hidden;
  text-align: justify;
}
.content .box .list .item:hover {
  background-color: #e84127;
}
.content .box .list .item:hover .time {
  color: white;
}
.content .box .list .item:hover .text {
  color: white;
}
@media screen and (max-width: 1020px) {
  .content {
    width: 100%;
    position: relative;
    background-color: white;
  }
  .content .box {
    width: 90%;
    margin: 0 auto;
    padding-top: 0.7rem;
    margin-top: -1px;
    padding-bottom: 0.7rem;
  }
  .content .box .title {
    font-size: 0.42rem;
    line-height: 0.42rem;
    text-align: center;
  }
  .content .box .list {
    width: 100%;
    margin-top: 0.5rem;
  }
  .content .box .list .item {
    padding-bottom: 0.6rem;
  }
  .content .box .list .item .time {
    font-family: "DIN-Bold";
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #999999;
    transition: 0.5s;
    padding-top: 0.6rem;
  }
  .content .box .list .item .text {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.48rem;
    height: auto;
    overflow: hidden;
    transition: 0.5s;
  }
}
