.articleslist {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  width: 100%;
}

.articleslist-title {
  font-family: "思源黑体 CN Bold", "思源黑体 CN", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}

.articleslist-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.articleslist-list-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-family: "思源黑体 CN", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 1rem 0;
  cursor: pointer;
}

.articleslist-list-item:hover {
  color: rgb(51, 119, 255);
}
