.content {
  width: 100%;
  background-color: #f7f7f7;
}
.content .box {
  width: 88%;
  margin: 0 auto;
  padding-bottom: 8rem;
}
.content .box .list {
  padding-top: 4rem;
  margin-bottom: 1.7rem;
  position: relative;
}
.content .box .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .years {
  width: calc(50% - 0.7rem);
  height: 5rem;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  float: left;
}
.content .box .list .years .years-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.content .box .list .years .years-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .years .years-box .years-value {
  font-size: 1.533rem;
  line-height: 5rem;
  color: #999999;
  margin-left: 1.4rem;
  float: left;
}
.content .box .list .years .years-box .icon {
  float: right;
  margin-right: 2.1rem;
}
.content .box .list .years .years-box .icon i {
  line-height: 5rem;
  font-size: 1.533rem;
  color: #c6150f;
  transition: 0.5s;
}
.content .box .list  ul{
  position: relative;
  z-index: 100;
}
.content .box .list .years ul {
  width: 100%;
  background-color: #ffffff;
  display: none;

}
.content .box .list .years ul li {
  padding: 8px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.content .box .list .years ul li:hover {
  background: #F4F4F4;
}
.content .box .list .month {
  width: calc(50% - 0.7rem);
  height: 5rem;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  float: left;
  margin-left: 1rem;
}
.content .box .list .month .month-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.content .box .list .month .month-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .month .month-box .month-value {
  font-size: 1.533rem;
  line-height: 5rem;
  color: #999999;
  margin-left: 1.4rem;
  float: left;
}
.content .box .list .month .month-box .icon {
  float: right;
  margin-right: 2.1rem;
}
.content .box .list .month .month-box .icon i {
  line-height: 5rem;
  font-size: 1.533rem;
  color: #c6150f;
  transition: 0.5s;
}
.content .box .list .month ul {
  width: 100%;
  background-color: #ffffff;
  display: none;
}
.content .box .list .month ul li {
  padding: 8px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.content .box .list .month ul li:hover {
  background: #F4F4F4;
}
.content .box .list .search {
  width: calc(100% - 0.2rem);
  height: 5rem;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  float: left;
  margin-top: 1.6rem;
}
.content .box .list .search .search-box {
  width: 100%;
  height: 5rem;
  line-height: 60px;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}
.content .box .list .search .search-box .text {
  border: none;
  outline: none;
  color: #999999;
  font-size: 14px;
  line-height: 5rem;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 5rem;
  width: 100%;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  -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 .box .list .search .search-box .text:focus::placeholder {
  opacity: 0;
}
.content .box .list .search .search-box .sub {
  position: absolute;
  z-index: 3;
  right: 2rem;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  background-image: url(/static/m/images/icon_search.png);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.content .box .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 .box .news {
  width: 100%;
  margin: 0 auto;
}
.content .box .news .top {
  width: 100%;
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  height: 44rem;
}
.content .box .news .top a {
  width: 100%;
  height: 100%;
  display: block;
}
.content .box .news .top a .img-box {
  width: 100%;
  height: 61.88vw;
  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: 100%;
  float: left;
  position: relative;
}
.content .box .news .top a .right .label {
  width: 6.3rem;
  height: 2.2rem;
  background-color: #c6150f;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.2rem;
  text-align: center;
  color: #ffffff;
  margin-top: 2.133rem;
  margin-left: 2.566rem;
}
.content .box .news .top a .right .time {
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.6px;
  color: #333333;
  top: 2.966rem;
  right: 2.566rem;
  position: absolute;
}
.content .box .news .top a .right .title {
  font-size: 1.533rem;
  font-weight: bold;
  line-height: 2rem;
  color: #333333;
 
  overflow: hidden;
  margin-left: 2.566rem;
  margin-right: 2.566rem;
  margin-top: 2.6rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
 
  transition: 0.5s;
}
.content .box .news .top a .right .p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #333333;
  height: 4rem;
  overflow: hidden;
  margin-left: 2.566rem;
  margin-right: 2.566rem;
  margin-top: 2.1rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content .box .news .list {
  width: 100%;
  margin-top: 2rem;
  padding-top: 0 ;
}
.content .box .news .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .news .list .item {
  width: 100%;
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  float: left;
  margin-bottom: 2rem;
}
.content .box .news .list .item a {
  width: 100%;
  height: 100%;
  display: block;
}
.content .box .news .list .item a::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .news .list .item a .img-box {
  width: 42%;
  height: 10rem;
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
}
.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: 58%;
  margin-top: 1.6rem;
  padding-bottom: 1.8rem;
  display: block;
  float: left;
}
.content .box .news .list .item a .text .title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  color: #333333;
  margin-left: 1.8rem;
  margin-right: 2.5rem;
  overflow: hidden;
  
  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: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.6px;
  color: #333333;
  margin-left: 1.8rem;
  margin-top: 1.5rem;
}
.content .box .pagination {
  width: auto;
}
.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: #fff;
  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: #fff;
  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.00022697448730469-->