.content {
  width: 100%;
  background-color: #f7f7f7;
  overflow: hidden;
}
.content .box {
  width: 100%;
  position: relative;
  padding-bottom: 10rem;
}
.content .box .img {
  width: 100%;
  position: absolute;
  z-index: -1;
}
.content .box .img img {
  width: 100%;
}
.content .box .list {
  padding-top: 7rem;
  width: 88%;
  margin: 0 auto;
}
.content .box .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .item {
  width: 100%;
  margin-bottom: 30px;
  background-color: white;
}
.content .box .list .item a {
  width: 100%;
  display: block;
  padding-bottom: 1.866rem;
}
.content .box .list .item a::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .item a .left {
  float: left;
  margin-top: 2rem;
  margin-left: 1.5rem;
  padding-right: 1.333rem;
  border-right: solid 1px #dcdcdc;
}
.content .box .list .item a .left .time {
  font-family: DIN-Bold;
  font-size: 3.3rem;
  line-height: 3.3rem;

  color: #c6150f;
}
.content .box .list .item a .left .data {
  font-family: DIN-Regular;
  display: block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0px;
  color: #a1a1a1;
  margin-top: 2.6rem;
}
.content .box .list .item a .right {
  float: left;
  margin-top: 2rem;
  margin-left: 1.6rem;
  width: calc(100% - 10rem);
}
.content .box .list .item a .right .title {
  display: block;
  font-size: 1.533rem;
  font-weight: bold;
  line-height: 201.533rempx;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  transition: 0.5s;
}
.content .box .list .item a .right .infor {
  margin-top: 1.2rem;
  display: block;
}
.content .box .list .item a .right .infor b {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #999999;
}
.content .box .list .item a .right .infor b.source {
  width: 100%;
  margin-top: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .box .list .item:hover a .right .title {
  color: #c6150f;
}
.content .box .pagination {
  width: auto;
  margin-left: 6%;
}
.content .box .pagination::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .pagination .prev {
  width: 7rem;
  height: 4rem;
  background-color: #f0f0f0;
  border-radius: 4rem;
  float: left;
  transition: 0.4s;
}
.content .box .pagination .prev a {
  width: 100%;
  display: block;
  line-height: 4rem;
  text-align: center;
  font-size: 1.2rem;
  color: #323333;
  transition: 0.4s;
}
.content .box .pagination .prev:hover {
  background-color: #c6150f;
}
.content .box .pagination .prev:hover a {
  color: white;
}
.content .box .pagination .page-number {
  float: left;
  margin-left: 0.5rem;
}
.content .box .pagination .page-number ul li {
  float: left;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-left: 0.5rem;
  transition: 0.4s;
}
.content .box .pagination .page-number ul li a {
  width: 100%;
  line-height: 4rem;
  display: block;
  font-size: 1.2rem;
  color: #666666;
  text-align: center;
  transition: 0.4s;
}
.content .box .pagination .page-number ul li:hover {
  background-color: #cd191c;
}
.content .box .pagination .page-number ul li:hover a {
  color: white;
}
.content .box .pagination .page-number ul li.active {
  background-color: #cd191c;
}
.content .box .pagination .page-number ul li.active a {
  color: white;
}
.content .box .pagination .next {
  width: 7rem;
  height: 4rem;
  background-color: #f0f0f0;
  border-radius: 4rem;
  margin-left: 1rem;
  float: left;
  transition: 0.4s;
}
.content .box .pagination .next a {
  width: 100%;
  display: block;
  line-height: 4rem;
  text-align: center;
  font-size: 1.2rem;
  color: #323333;
  transition: 0.4s;
}
.content .box .pagination .next:hover {
  background-color: #c6150f;
}
.content .box .pagination .next:hover a {
  color: white;
}
<!--0.00018000602722168-->