body {
  background-color: #ffffff !important;
}
.title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 1.88rem;
  color: #0050a0;
  text-align: center;
  height: 6.5rem;
  line-height: 6.5rem;
}
.centerBox {
  width: 90rem;
  margin: 0 auto;
}
ul#imageList {
  width: 100%;
}
.pagination-list li {
  position: relative;
  width: 100%;
  height: 6.25rem;
  display: flex;
  font-size: 1.125rem;
  color: #4a4e58;
  align-items: center;
}
.pagination-list li.visible:hover .content,
.pagination-list li.visible:hover .date p {
  color: #0050a0;
}
.pagination-list .link-a:nth-of-type(2n) li {
  background: #fff;
}
.pagination-list .link-a:nth-of-type(2n + 1) li {
  background: #f0f1f7;
}
.pagination-list li:nth-of-type(2n) {
  background: #fff;
}
.pagination-list li:nth-of-type(2n + 1) {
  background: #f0f1f7;
}
.rightList li:hover {
  color: #0050a0;
}
.rightList li {
  border-bottom: 0.0625rem solid #f0f1f7;
}
.pagination-list li {
  display: none;
  justify-content: space-between;
}
.pagination-list li.visible {
  display: flex;
}
.pagination-list .date {
  width: 20.8%;
  font-size: 1rem;
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0.0625rem solid #fff;
}
.pagination-list .date p {
  font-family: Microsoft YaHei;
  color: #4a4e58;
  font-weight: 400;
  font-size: 1rem;
}
.pagination-list .city {
  width: 13.8%;
  /* height: 100%; */
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  border-right: 0.0625rem solid #fff;
}
.pagination-list .nextImg {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nextImg img {
  width: 0.75rem;
  height: 1.25rem;
}
.rightList .content {
  height: 6.25rem;
  /* display: inline-flex; */
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-align: center;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  align-items: center;
  border-right: 0.0625rem solid #fff;
  padding: 0 1.25rem;
  width: calc(100% - 12.5rem);
}
.visible .content {
  box-sizing: border-box;
  padding-left: 2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1rem;
}
.pagination {
  width: 100%;
  height: 5.5rem;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  cursor: pointer;
}
.page-info {
  display: flex;
  height: 2rem;
}
.pagination span,
.page-info span {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background: #f0f1f7;
  font-size: 1rem;
  text-align: center;
  margin: 0 0.125rem;
}
.prevPage,
.nextPage {
  width: 5rem;
  margin: 0 0.125rem;
  color: #0081ff;
}
.prevPage:hover,
.nextPage:hover,
.page-info span:hover,
.page-info .active {
  color: #fff;
  background-color: #0050a0;
}
