@import url(./image.css);
@import url(./org.css);

.page-large {
  margin: 24px 0px;
  text-align: right;
  overflow: hidden;
}

.page-large .Num.on {
  color: white;
  background: #7d2223;
}

.page-large .prev-page,
.page-large .next-page,
.page-large .Num {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  line-height: 32px;
  text-align: center;
}

.page-info {
  margin-left: 10px;
}

.list-data {
  padding-top: 24px;
  padding-bottom: 24px;
  /* overflow: hidden; */
}

.list-submenu {
  flex: 1;
  padding-left: 40px;
}

/*新闻列表*/
.list-data .item-data {
  padding-left: 8px;
  height: 64px;
  border-radius: 2px;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
  line-height: 64px;
}

.list-data .item-data a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.85);
}

.list-data a {
  color: rgba(0, 0, 0, 0.85);
}

.list-data .item-data:hover {
  background: #f4f8ff;
  color: #7d2223;
}

.list-data .item-data:hover .circle {
  border: 1px solid #df8425;
  background: #df8425;
}

.list-data .item-data .txt {
  /* display: inline-block; */
  width: calc(100% - 140px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-data .item-data .date {
  width: 120px;
  padding-right: 5px;
  text-align: right;
}

.list-data .item-data .circle {
  /* display: inline-block; */
  margin-right: 8px;
  width: 8px;
  height: 8px;
  border: 1px solid #7d2223;
  border-radius: 50%;
}

.no-data {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 16px;
  color: #999;
  font-size: 16px;
}