.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 .h1 {
  font-size: 0.315rem;
  line-height: 0.315rem;
  font-weight: bold;
  text-align: center;
}
.content .box .list {
  width: calc(100% + 0.375rem);
  margin-top: 0.75rem;
  margin-left: -0.1875rem;
}
.content .box .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .item {
  width: calc(50% - 0.375rem);
  margin: 0 0.1875rem;
  background-color: white;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
  transition: 0.5s;
  float: left;
  margin-bottom: 0.375rem;
}
.content .box .list .item a {
  width: 100%;
  height: 1rem;
  padding-top: 0.3525rem;
  display: block;
  position: relative;
}
.content .box .list .item a .title {
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.18rem;
  color: #000000;
  margin-left: 0.2775rem;
  margin-right: 0.2775rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.5s;
}
.content .box .list .item a .time {
  display: block;
  margin-left: 0.2775rem;
  margin-top: 0.2025rem;
  font-family: "DIN-Bold";
  font-size: 0.165rem;
  line-height: 0.165rem;
  color: #999999;
  transition: 0.5s;
}
.content .box .list .item a .button {
  position: absolute;
  right: 0.405rem;
  bottom: 0.405rem;
  width: 0.9rem;
  height: 0.3rem;
  font-size: 0.12rem;
  line-height: 0.3rem;
  color: #999999;
  text-align: center;
  transition: 0.5s;
}
.content .box .list .item a .button::after {
  content: "";
  width: 0.0225rem;
  height: 0.3rem;
  background-color: #e84127;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.content .box .list .item:hover {
  background-color: #e84127;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0);
}
.content .box .list .item:hover a .title {
  color: white;
}
.content .box .list .item:hover a .time {
  color: white;
}
.content .box .list .item:hover a .p {
  color: white;
}
.content .box .list .item:hover a .button {
  background-color: #cd3821;
  color: white;
}
.content .box .list .item:hover a .button::after {
  width: 0;
}
@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 .h1 {
    font-size: 0.42rem;
    line-height: 0.42rem;
    text-align: center;
  }
  .content .box .list {
    width: 100%;
    margin-top: 0.5rem;
    margin-left: 0;
  }
  .content .box .list .item {
    width: 100%;
    margin: 0;
    margin-bottom: 0.5rem;
  }
  .content .box .list .item a {
    height: 1.3rem;
  }
  .content .box .list .item a .title {
    font-size: 0.36rem;
    line-height: 0.4rem;
  }
  .content .box .list .item a .time {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }
  .content .box .list .item a .p {
    font-size: 0.3rem;
    line-height: 0.4rem;
    width: 90%;
  }
  .content .box .list .item a .button {
    display: none;
  }
}
