﻿.lists-items {
  line-height: 1.6;
  list-style: disc;
  margin-left: 10px;
}
.list-item {
  position: relative;
  list-style: disc;
  margin-left: 10px;

}


.list-item-link {
  width: 100%;
  display: flex;
 flex-direction: row;
    justify-content: space-between
}

.dotted-li:nth-child(odd){
	border-right:1px dotted #ccc;padding-right:10px
}

.list-item-link .info {
  font-size: 12px;
  color: rgba(0,0,0,0.45);
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-top: 10px;
}
.list-item-link .info label{
  margin-right:6px;
}
.list-item-link .info span{
  margin-left:6px;
}
.list-item-nowrap {
  flex-wrap: nowrap;
}
.list-item-extra {
  flex-shrink: 0;
  margin-left: 30px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.list-item-link:hover {
  color: #e02020;
}
.list-item-link:hover .list-item-extra {
  color: inherit;
}
.list-item-space {
  padding: 12px 0;
}
.list-item-detail {
  display: none;
  margin: 16px 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  background: #ffffff;
  box-shadow: 0 2px 30px 0 rgb(80 23 23 / 10%);
  width: 500px;
  height: 93px;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 20;
  border-radius: 6px;
  padding: 20px 40px;
}
.list-item-detail:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 10px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  margin-bottom: -6px;
  border-bottom-width: 19px;
  border-bottom-color: currentColor;
  color: #fff;
  z-index: 20;
}

.news-list {
  display: block;
  padding-bottom: 24px;
  border-bottom: 10px solid #fafafa;
}
.card:last-child .news-list {
  border-bottom: none;
}


.search-list li {
  border-bottom: 2px solid #ebebeb;
}
.news-zhaiyao {
  line-height: 24px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.reply {
  font-size: 14px;
  color: #c3c3c3;
  letter-spacing: 0;
  font-weight: 400;
  background: #ebebeb;
  border-radius: 0 11px 11px 11px;
  width: 58px;
  line-height: 25px;
  text-align: center;
}
.reply-no {
  font-size: 14px;
  color: #16c076;
  background: rgba(59, 232, 157, 0.15);
  letter-spacing: 0;
  font-weight: 400;
  border-radius: 0 11px 11px 11px;
  width: 58px;
  line-height: 25px;

  text-align: center;
}
