.content {
  width: 100%;
  position: relative;
  background-color: #f7f7f7;
  overflow: hidden;
}
.content .img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.content .img img {
  width: 100%;
}
.content .box {
  width: 73.2%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 73px;
  z-index: 1;
}
.content .box .s-title {
  padding-top: 70px;
  font-size: 16px;
  line-height: 16px;
  color: #bbb88e;
}
.content .box .title {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1.9px;
  color: #c6150f;
  margin-top: 23px;
}
.content .box .list {
  margin-top: 120px;
  width: calc(100% + 90px);
  margin-left: -45px;
}
.content .box .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .item {
  width: calc(50% - 90px);
  float: left;
  margin: 0 45px;
  margin-bottom: 30px;
  background-color: white;
}
.content .box .list .item a {
  width: 100%;
  display: block;
  padding-bottom: 42px;
}
.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: 40px;
  margin-left: 40px;
  padding-right: 30px;
  border-right: solid 1px #dcdcdc;
}
.content .box .list .item a .left .time {
  font-family: DIN-Bold;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: -4.2px;
  color: #c6150f;
}
.content .box .list .item a .left .data {
  font-family: DIN-Regular;
  display: block;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #a1a1a1;
  margin-top: 5px;
}
.content .box .list .item a .right {
  float: left;
  margin-top: 43px;
  margin-left: 30px;
  width: calc(100% - 207px);
}
.content .box .list .item a .right .title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  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: 32px;
  display: block;
}
.content .box .list .item a .right .infor b {
  font-size: 16px;
  line-height: 16px;
  color: #999999;
  float: left;
}
.content .box .list .item a .right .infor b.source {
  width: calc(100% - 175px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 40px;
  padding-left: 38px;
  border-left: solid 1px #cccccc;
}
.content .box .list .item:hover a .right .title {
  color: #c6150f;
}
.content .box .pagination {
  width: auto;
  margin-left: calc(50% - 247px);
}
.content .box .pagination::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .pagination .prev {
  width: 100px;
  height: 45px;
  background-color: #f0f0f0;
  border-radius: 22.5px;
  float: left;
  transition: 0.4s;
}
.content .box .pagination .prev a {
  width: 100%;
  display: block;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  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: 13px;
}
.content .box .pagination .page-number ul li {
  float: left;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-left: 7px;
  transition: 0.4s;
}
.content .box .pagination .page-number ul li a {
  width: 100%;
  line-height: 45px;
  display: block;
  font-size: 14px;
  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: 100px;
  height: 45px;
  background-color: #f0f0f0;
  border-radius: 22.5px;
  margin-left: 20px;
  float: left;
  transition: 0.4s;
}
.content .box .pagination .next a {
  width: 100%;
  display: block;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #323333;
  transition: 0.4s;
}
.content .box .pagination .next:hover {
  background-color: #c6150f;
}
.content .box .pagination .next:hover a {
  color: white;
}
@media screen and (max-width: 1440px) {
  .content .box .list {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .content .box .list .item {
    width: calc(50% - 40px);
    margin: 0 20px;
    margin-bottom: 30px;
  }
  .content .box .list .item a .left {
    margin-left: 20px;
    padding-right: 20px;
  }
  .content .box .list .item a .right {
    margin-left: 10px;
    width: calc(100% - 130px);
  }
  .content .box .list .item a .right .infor b.source {
    width: calc(100% - 130px);
    margin-left: 10px;
    padding-left: 10px;
  }
}
<!--0.00017595291137695-->