/* 排行列表整体设置为横向对齐 */
.nf22c5.topList li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

/* 排名数字 */
.nf22c5.topList li b.on {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #28C88A;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  flex-shrink: 0;
  margin-right: 10px;
}

/* 图片样式 */
.nf22c5.topList li img {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  margin-right: 10px;
  flex-shrink: 0;
}

/* 中间内容区域（文字） */
.nf22c5.topList li .item-text {
  flex: 1;
  overflow: hidden;
}

.nf22c5.topList li .item-text p {
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nf22c5.topList li .item-text a {
  color: #333;
  text-decoration: none;
  display: block;
}

/* 日期放在最右 */
.nf22c5.topList li i {
  font-style: normal;
  color: #999;
  font-size: 12px;
  margin-left: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.nf22c5.topList li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.nf22c5.topList li .date i {
  font-style: normal;
  color: #888;
  font-size: 12px;
  white-space: nowrap;
  margin-left: 10px;
  flex-shrink: 0;
}

