.list-item {
  padding: 40px 25px 23px;
  padding-right: 50px;
  position: relative;
}
.list-item::after {
  content: "";
  width: 96%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #f3f5f7;
}
.list-item:hover {
  background-color: #F3F5F7;
}
.list-item .top {
  display: flex;
  align-items: center;
}
.list-item .top .tag {
  padding: 4px 18px;
  background: #61BC9E;
  border-radius: 2px 2px 2px 2px;
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  color: #FFFFFF;
  flex-shrink: 0;
}
.list-item .top .q {
  max-width: 937px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-left: 14px;
}
.list-item .top .q:hover {
  color: #3382F7;
}
.list-item .top .hot {
  width: 24px;
  height: 24px;
  background: url('/assets/images/search/icon-07.png') no-repeat center center / 100% 100%;
  margin-left: 5px;
  flex-shrink: 0;
}
.list-item .a {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  color: #999999;
  margin-top: 18px;
  overflow: hidden;
  height: 40px;
}
.list-item .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.list-item .bottom .zan-area {
  padding: 5px;
  display: flex;
  align-items: center;
  background: #E4EDFA;
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
}
.list-item .bottom .zan-area .zaned {
  display: none;
}
.list-item .bottom .zan-area p {
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  color: #3382F7;
  margin-left: 7px;
}
.list-item .bottom .from {
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  color: #666666;
}
