body {
  background: none;
}
.listcontent {
  margin-top: 23px;
  margin-bottom: 23px;
}
.listcontent .right ul.articlelist {
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  min-height: 550px;
}
.listcontent .right ul.articlelist li {
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: space-between;
  box-sizing: border-box;
  padding-right: 20px;
  border-bottom: 1px dotted #eee;
}
.listcontent .right ul.articlelist li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.listcontent .right ul.articlelist li a span.title {
  color: #000000;
  word-break: break-all;
}
.listcontent .right ul.articlelist li a span.time {
  color: gray;
  font-size: 16px;
}
.listcontent .right .pager {
  width: 100%;
  height: 40px;
}
.listcontent .right .pager .pagination {
  display: flex;
  height: 40px !important;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.listcontent .right .pager .pagination li {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  margin-right: 5px;
}
.listcontent .right .pager .pagination li span,
.listcontent .right .pager .pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100% ;
  color: #b0aea5;
}
.listcontent .right .pager .pagination li.active span {
  color: white;
  background-color: #D71718 ;
  border-radius: 2px;
}
/*# sourceMappingURL=list.css.map */