.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;
}
.content .box .list {
  width: 100%;
  margin-top: 0.75rem;
}
.content .box .list .item {
  width: 100%;
  height: 1.8rem;
  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 a {
  width: 100%;
  height: 100%;
  display: block;
}
.content .box .list .item a::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .item a .button {
  display: block;
  width: 0;
  height: 1.4175rem;
  border: solid 1px #ffffff;
  float: left;
  margin-top: 0.195rem;
  overflow: hidden;
  transition: 0.5s;
}
.content .box .list .item a .button img {
  width: 0.06rem;
  display: block;
  margin: 0 auto;
  margin-top: 0.6525rem;
}
.content .box .list .item a .left {
  display: block;
  width: 5.8rem;
  float: left;
  margin-top: 0.195rem;
  margin-left: 0.375rem;
  transition: 0.5s;
}
.content .box .list .item a .left .time {
  font-family: "DIN-Bold";
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #999999;
  transition: 0.5s;
}
.content .box .list .item a .left .title {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.18rem;
  color: #000000;
  margin-top: 0.3525rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.5s;
}
.content .box .list .item a .left .p {
  margin-top: 0.24rem;
  font-size: 0.12rem;
  line-height: 0.225rem;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.5s;
}
.content .box .list .item a .img {
  width: 2.1075rem;
  height: 1.41rem;
  overflow: hidden;
  float: right;
  margin-top: 0.195rem;
  margin-right: 0.195rem;
}
.content .box .list .item a .img img {
  width: 100%;
  transition: 0.5s;
}
.content .box .list .item:hover {
  background-color: #e84127;
}
.content .box .list .item:hover a .button {
  width: 0.2625rem;
  margin-left: 0.225rem;
}
.content .box .list .item:hover a .left {
  margin-left: 0.3rem;
}
.content .box .list .item:hover a .left .time {
  color: white;
}
.content .box .list .item:hover a .left .title {
  color: white;
}
.content .box .list .item:hover a .left .p {
  color: white;
}
.content .box .list .item:hover a .img img {
  transform: scale(1.1);
}
@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 {
    width: 100%;
    height: 7.2rem;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    margin-bottom: 0.5rem;
    transition: 0.5s;
    position: relative;
  }
  .content .box .list .item a .img {
    width: 100%;
    height: 4.4rem;
    overflow: hidden;
    float: right;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .content .box .list .item a .button {
    display: block;
    width: 0;
    height: 1.4175rem;
    border: solid 1px #ffffff;
    float: left;
    margin-top: 4.8rem;
    overflow: hidden;
    transition: 0.5s;
    margin-left: -0.2rem;
  }
  .content .box .list .item a .left {
    display: block;
    width: 5.8rem;
    float: left;
    margin-top: 4.8rem;
    margin-left: 0.375rem;
    transition: 0.5s;
  }
  .content .box .list .item a .left .time {
    font-family: "DIN-Bold";
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #999999;
    transition: 0.5s;
  }
  .content .box .list .item a .left .title {
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.41rem;
    color: #000000;
    margin-top: 0.3rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.5s;
  }
  .content .box .list .item a .left .p {
    margin-top: 0.24rem;
    font-size: 0.28rem;
    line-height: 0.38rem;
    color: #999999;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.5s;
  }
  .content .box .list .item:hover a .button {
    width: 0;
    margin-left: -0.2rem;
  }
  .content .box .list .item:hover a .left {
    margin-left: 0.375rem;
  }
}
