@charset "utf-8";

.allLeast {
  display: flex;
  justify-content: space-between;
}

.allLeast .item {
  width: 20%;
  padding: 15px 30px;
  border-left: 1px solid #b2b2b2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.allLeast .item:hover {
  background-color: #edf3fd;
}

.allLeast .item:hover a {
  color: #0345b7;
}

.allLeast .item:hover .info .cate {
  background-color: #0345b7;
  color: #fff;
}

.allLeast .item:last-child {
  border-right: 1px solid #b2b2b2;
}

.allLeast .item a {
  color: #383838;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 25px;
  word-break: break-all;
}

.allLeast .item span {
  color: #828282;
  font-size: 16px;
  font-weight: 500;
}

.allLeast .info {
  display: flex;
  justify-content: space-between;
}

.allLeast .info .cate {
  display: block;
  background-color: #ddd;
  border-radius: 16px;
  font-size: 12px;
  padding: 2px 7px;
}
