.list-cont-cover {
  display: block;
}

.list-item-a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  cursor: pointer;
  line-height: 46px;
  border-bottom: 1px solid #e9e9e9;
}
/* .list-item-a:not(:first-of-type) {
  
} */
.list-title {
  padding-right: 1.56vw;
  line-height: 1.67vw;
  font-size: 0.94vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  color: #3d3d3d;
}
.list-title:hover {
  color: #0077d3;
}
.list-time {
  font-size: 0.94vw;
  color: #999;
}
.list-breadcrumb {
  margin-bottom: 1.56vw;
}
.top-info {
  background: #fff2ed;
  padding: 15px;
  box-sizing: border-box;
  color: #ba1a2d;
}

.pagination {
  margin: 20px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pagination > * {
  margin: 0 6px;
}

.pagination :nth-child(3) {
  display: inline-flex;
  min-width: 30px;
  background: #f6f6f6ff;
  border-radius: 2px;
  padding: 0 4px;
  height: 28px;
  justify-content: center;
  align-items: center;
  color: #c4c4c4ff;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
}

.pagination :nth-child(4) {
  display: inline-flex;
  min-width: 30px;
  background: #0077d3;
  border-radius: 2px;
  padding: 0 4px;
  height: 28px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
}

.pagination :nth-child(5) {
  display: inline-flex;
  min-width: 30px;
  background: #f6f6f6ff;
  border-radius: 2px;
  padding: 0 4px;
  height: 28px;
  justify-content: center;
  align-items: center;
  color: #c4c4c4ff;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
}
.common-paging-a {
  color: #3d3d3d;
}
