.content {
  width: 100%;
  background-color: #fff8ed;
  position: relative;
  padding-bottom: 10rem;
  overflow: hidden;
}
.content .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.content .img img {
  width: 100%;
}
.content .box {
  width: 88%;
  margin: 0 auto;
  padding-top: 7rem;
  position: relative;
}
.content .box .list {
  width: 100%;
}
.content .box .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .item {
  width: 100%;
  float: left;
  margin-bottom: 2rem;
  background-color: white;
  position: relative;
  transition: 0.5s;
}
.content .box .list .item a {
  width: 100%;
  display: block;
  padding-bottom: 2rem;
  min-height: 8rem;
}
.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.533rem;
  padding-right: 1.3rem;
  border-right: solid 1px #dcdcdc;
  transition: 0.5s;
  min-height: 6rem;
}
.content .box .list .item a .left .time {
  font-family: DIN-Bold;
  font-size: 3.3rem;
  line-height: 2rem;
  color: #c6150f;
  transition: 0.5s;
}
.content .box .list .item a .left .data {
  font-family: DIN-Regular;
  display: block;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 0.6px;
  color: #a1a1a1;
  margin-top: 1.6rem;
  transition: 0.5s;
  margin-top: calc(50% - 0.6rem);
}
.content .box .list .item a .right {
  float: left;
  margin-top: 2rem;
  margin-left: 1.5rem;
  width: calc(100% - 11.2rem);
  height: 100%;
}
.content .box .list .item a .right .title {
  display: block;
  font-size: 1.533rem;
  font-weight: bold;
  line-height: 2.2rem;
  color: #333333;
  margin-top: 0;
  transition: 0.5s;
  text-align: left;
  width: 95%;
}
.content .box .list .item a .right .infor {
  margin-top: 3.3rem;
  display: block;
  /* position: absolute; */
  bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #333333;
  transition: 0.5s;
}
.content .box .list .item a .right .infor b {
  display: inline-block;
  width: 1.4rem;
  height: 1rem;
  position: relative;
  margin-right: 0.4rem;
}
.content .box .list .item a .right .infor b img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .list .item a .pdf {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #c6150f;
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  font-family: Arial;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 3.5rem;
  text-align: center;
  color: #ffffff;
  transition: 0.5s;
}
.content .pagination {
  width: auto;
  margin-left: 6%;
}
.content .pagination::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .pagination .prev {
  width: 7rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 4rem;
  float: left;
  transition: 0.4s;
}
.content .pagination .prev a {
  width: 100%;
  display: block;
  line-height: 4rem;
  text-align: center;
  font-size: 1.2rem;
  color: #323333;
  transition: 0.4s;
}
.content .pagination .prev:hover {
  background-color: #c6150f;
}
.content .pagination .prev:hover a {
  color: white;
}
.content .pagination .page-number {
  float: left;
  margin-left: 0.5rem;
}
.content .pagination .page-number ul li {
  float: left;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-left: 0.5rem;
  transition: 0.4s;
}
.content .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 .pagination .page-number ul li:hover {
  background-color: #cd191c;
}
.content .pagination .page-number ul li:hover a {
  color: white;
}
.content .pagination .page-number ul li.active {
  background-color: #cd191c;
}
.content .pagination .page-number ul li.active a {
  color: white;
}
.content .pagination .next {
  width: 7rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 4rem;
  margin-left: 1rem;
  float: left;
  transition: 0.4s;
}
.content .pagination .next a {
  width: 100%;
  display: block;
  line-height: 4rem;
  text-align: center;
  font-size: 1.2rem;
  color: #323333;
  transition: 0.4s;
}
.content .pagination .next:hover {
  background-color: #c6150f;
}
.content .pagination .next:hover a {
  color: white;
}
<!--0.00018477439880371-->