@import "./common.css";

main {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main__container {
  display: flex;
  flex-direction: column;
  width: 800px;
}

.label {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.label::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 18px;
  background: #116dc3;
  margin-right: 10px;
}

.list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.list .item {
  border-top: 1px solid #eeeeee;
  padding: 20px 0;
  cursor: pointer;
}
.list .item .title,
.list .item .desc {
  margin: 0;
}
.list .item .title {
  font-size: 16px;
  font-weight: 700;
}
.list .item .desc {
  margin: 8px 0;
  font-size: 14px;
}
.list .item .date {
  font-size: 14px;
  color: #999;
}
.list .item:hover .title {
  color: #116dc3;
}
.list .item:last-child {
  border-bottom: 1px solid #eeeeee;
}

/*# sourceMappingURL=zjw-list.css.map */
