.content {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
}
.content .box {
  width: 100%;
  background-color: #f5f5f5;
  padding-bottom: 80px;
}
.content .box .news {
  width: 73.2%;
  margin: 0 auto;
  padding-top: 73px;
}
.content .box .news .top {
  width: 100%;
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  height: 500px;
  margin-bottom: 73px;
}
.content .box .news .top a {
  width: 100%;
  height: 100%;
  display: block;
}
.content .box .news .top a .img-box {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.content .box .news .top a .img-box .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: -100px;
  bottom: -100px;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.content .box .news .top a .right {
  width: 50%;
  float: left;
}
.content .box .news .top a .right .label {
  width: 105px;
  height: 36px;
  background-color: #c6150f;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  margin-top: 76px;
  margin-left: 80px;
}
.content .box .news .top a .right .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 38px;
  color: #333333;
 
  overflow: hidden;
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 40px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: 0.5s;
}
.content .box .news .top a .right .p {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  height: 84px;
  overflow: hidden;
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 28px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.content .box .news .top a .right .time {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.6px;
  color: #333333;
  margin-top: 79px;
  margin-left: 80px;
}
.content .box .news .top a:hover .img-box .img {
  transform: scale(1.05);
}
.content .box .news .top a:hover .right .title {
  color: #c6150f;
}
.content .box .news .list {
  width: calc(100% + 66px);
  margin-left: -33px;
}
.content .box .news .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .news .list .item {
  width: calc(33.33% - 66px);
  margin: 0 33px;
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  float: left;
  margin-bottom: 60px;
}
.content .box .news .list .item a {
  width: 100%;
  height: 100%;
  display: block;
}
.content .box .news .list .item a .img-box {
  width: 100%;
  height: 298px;
  position: relative;
  overflow: hidden;
  display: block;
}
.content .box .news .list .item a .img-box .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: -100px;
  bottom: -100px;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.content .box .news .list .item a .text {
  width: 100%;
  margin-top: 33px;
  padding-bottom: 42px;
  display: block;
}
.content .box .news .list .item a .text .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
  margin-left: 35px;
  margin-right: 35px;
  overflow: hidden;
  height: 96px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: 0.5s;
}
.content .box .news .list .item a .text .time {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.6px;
  color: #333333;
  margin-left: 35px;
  margin-top: 27px;
}
.content .box .news .list .item a:hover .img-box .img {
  transform: scale(1.05);
}
.content .box .news .list .item a:hover .text .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;
  
  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;
}
.content .filter-box {
    width: 73.2%;
    margin: 0 auto;
    height: 212px;
    position: relative;
}
.content .filter-box .filter {
    width: 100%;
    z-index: 10;
}
.content .filter-box .filter .list {
    margin-bottom: 100px;
}
.content .filter-box .filter .list::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    float: none;
    clear: both;
}
.content .filter-box .filter .list .left {
    width: 13.07%;
    float: left;
}
.content .filter-box .filter .list .left .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding-top: 5px;
    color: #333333;
}
.content .filter-box .filter .list .left .s-title {
    font-size: 22px;
    line-height: 22px;
    padding-top: 20px;
    letter-spacing: -0.4px;
    color: #c6150f;
}
.content .filter-box .filter .list .years {
    width: 19.21%;
    height: 70px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
    float: left;
    position: relative;
}
.content .filter-box .filter .list .years .years-box {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.content .filter-box .filter .list .years .years-box::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    float: none;
    clear: both;
}
.content .filter-box .filter .list .years .years-box .years-value {
    font-size: 16px;
    line-height: 70px;
    color: #999999;
    margin-left: 25px;
    float: left;
}
.content .filter-box .filter .list .years .years-box .icon {
    float: right;
    margin-right: 25px;
}
.content .filter-box .filter .list .years .years-box .icon i {
    line-height: 70px;
    font-size: 16px;
    color: #999999;
    transition: 0.5s;
}
.content .filter-box .filter .list .years ul {
    position: absolute;
    left: 0;
    bottom: 72px;
    width: 100%;
    background-color: #ffffff;
    display: none;
}
.content .filter-box .filter .list .years ul li {
    padding: 8px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}
.content .filter-box .filter .list .years ul li:hover {
    background: #F4F4F4;
}
.content .filter-box .filter .list .month {
    width: 19.21%;
    height: 70px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
    float: left;
    margin-left: 1.13%;
    position: relative;
}
.content .filter-box .filter .list .month .month-box {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.content .filter-box .filter .list .month .month-box::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    float: none;
    clear: both;
}
.content .filter-box .filter .list .month .month-box .month-value {
    font-size: 16px;
    line-height: 70px;
    color: #999999;
    margin-left: 25px;
    float: left;
}
.content .filter-box .filter .list .month .month-box .icon {
    float: right;
    margin-right: 25px;
}
.content .filter-box .filter .list .month .month-box .icon i {
    line-height: 70px;
    font-size: 16px;
    color: #999999;
    transition: 0.5s;
}
.content .filter-box .filter .list .month ul {
    position: absolute;
    left: 0;
    bottom: 72px;
    width: 100%;
    background-color: #ffffff;
    display: none;
}
.content .filter-box .filter .list .month ul li {
    padding: 8px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}
.content .filter-box .filter .list .month ul li:hover {
    background: #F4F4F4;
}
.content .filter-box .filter .list .search {
    width: 27.42%;
    height: 70px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
    float: left;
    margin-left: 1.13%;
}
.content .filter-box .filter .list .search .search-box {
    width: 100%;
    height: 70px;
    line-height: 60px;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
}
.content .filter-box .filter .list .search .search-box .text {
    border: none;
    outline: none;
    color: #999999;
    font-size: 14px;
    line-height: 60px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    padding-left: 30px;
    padding-right: 85px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    overflow: hidden;
    caret-color: #999999;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-user-select: text;
}
.content .filter-box .filter .list .search .search-box .text:focus::placeholder {
    opacity: 0;
}
.content .filter-box .filter .list .search .search-box .sub {
    position: absolute;
    z-index: 3;
    right: 32px;
    top: 0;
    width: 20px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    background-image: url(/static/index/images/icon_search_g.png);
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.3;
}
.content .filter-box .filter .list .search .search-box .search-clear {
    position: absolute;
    width: 17px;
    height: 17px;
    right: 60px;
    top: 0;
    line-height: 60px;
    cursor: pointer;
    z-index: 2;
    display: none;
}
.content .filter-box .filter .list .button {
    width: 16.57%;
    height: 70px;
    background-color: #c6150f;
    float: left;
    margin-left: 1.13%;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    transition: 0.5s;
}
.content .filter-box .filter .list .button:hover {
    background-color: #c73c37;
}
@media screen and (max-width: 1500px) {
  .content .box .news .list .item a .img-box {
    height: 220px;
  }
  .content .box .news .list .item a .text .title {
    font-size: 18px;
    line-height: 28px;
    margin-left: 20px;
    margin-right: 20px;
    height: 56px;
  }
  .content .box .news .list .item a .text .time {
    margin-left: 20px;
  }
}
<!--0.00022101402282715-->