/* 简洁清晰的列表页样式 */
body {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  color: #333;
  line-height: 1.6;
}

h1 {
  text-align: center;
  color: #2c3e50;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  margin: 8px 0;
  padding: 4px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc; /* 简单分隔线 */
}

a {
  text-decoration: none;
  color: #2980b9;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

.time {
  font-size: 0.9em;
  color: #666;
}

ul {
  list-style: none;
}

ul li {
  position: relative;
  padding-left: 1.2em;
}

ul li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0.15em;
  font-size: 0.6em;
  color: #444;
}

.ansi1 {
  font-weight: bold;
}
