.content {
  width: 100%;
  position: relative;
  background-color: #fff8ed;
  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: 60px;
  font-size: 16px;
  line-height: 16px;
  color: #bbbbbb;
  text-align: center;
}
.content .box .title {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1.9px;
  color: #c6150f;
  margin-top: 20px;
  text-align: center;
}
.content .box .list {
  margin-top: 120px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.content .box .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .item {
  width: 100%;
  margin: 0 15px;
  margin-bottom: 20px;
  background-color: white;
  position: relative;
  transition: 0.5s;
}
.content .box .list .item a {
  width: 100%;
  display: block;
  padding-bottom: 52px;
  padding-top: 53px;
}
.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-left: 48px;
  padding-right: 22px;
  border-right: solid 1px #dcdcdc;
  transition: 0.5s;
}
.content .box .list .item a .left .data {
  font-family: "DIN-Bold";
  font-size: 20px;
  line-height: 22px;
  color: #c6150f;
  transition: 0.5s;
}
.content .box .list .item a .right {
  float: left;
  margin-left: 21px;
  width: calc(100% - 460px);
  height: 100%;
}
.content .box .list .item a .right .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
  margin-top: 0;
  transition: 0.5s;
  text-align: left;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  letter-spacing: 1px;
}
.content .box .list .item a .right .infor {
  position: absolute;
  top: 46px;
  right: 124px;
  font-size: 15px;
  line-height: 33px;
  color: #333333;
  transition: 0.5s;
}
.content .box .list .item a .right .infor b {
  display: inline-block;
  width: 18px;
  height: 13px;
  position: relative;
  margin-right: 8px;
}
.content .box .list .item a .right .infor b img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .list .item a .right .infor b img.red {
  opacity: 1;
  transition: 0.5s;
}
.content .box .list .item a .right .infor b img.white {
  opacity: 0;
  transition: 0.5s;
}
.content .box .list .item a .pdf {
  width: 52px;
  height: 52px;
  background-color: #c6150f;
  position: absolute;
  right: 47px;
  bottom: 41px;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
  transition: 0.5s;
}
.content .box .list .item:hover {
  background-color: #c6150f;
}
.content .box .list .item:hover a .left {
  border-right: solid 1px white;
}
.content .box .list .item:hover a .left .time {
  color: white;
}
.content .box .list .item:hover a .left .data {
  color: white;
}
.content .box .list .item:hover a .right .title {
  color: white;
}
.content .box .list .item:hover a .right .infor {
  color: white;
}
.content .box .list .item:hover a .right .infor b img.red {
  opacity: 0;
}
.content .box .list .item:hover a .right .infor b img.white {
  opacity: 1;
}
.content .box .list .item:hover a .pdf {
  background-color: white;
  color: #c6150f;
}
.content .box .pagination {
  width: auto;
  margin-left: auto;
  margin-top: 88px;
  text-align:center;
}
.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: white;
  border-radius: 22.5px;
  float: none;
  position:relative;
  display:inline-block;
  transition: 0.4s;
}
.content .box .pagination .prev a {
  width: 100%;
  display: block;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #c6150f;
  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: #c6150f;
  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: white;
  border-radius: 22.5px;
  margin-left: 20px;
  float: none;
  position:relative;
  display:inline-block;
  transition: 0.4s;
}
.content .box .pagination .next a {
  width: 100%;
  display: block;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #c6150f;
  transition: 0.4s;
}
.content .box .pagination .next:hover {
  background-color: #c6150f;
}
.content .box .pagination .next:hover a {
  color: white;
}
@media screen and (max-width: 1480px) {
  .inner-nav .add {
    display: none;
  }
}
<!--0.00014805793762207-->