.top-title h1{
  font-size:16px;
  font-weight: 400;
}

.top-title i {
  margin-right:10px;
  color:#2254f4;
}

.indexlist-card .el-card__body {
  padding:0;
  margin:0;
}

.indexlist-card .el-image {
  padding:10px;
  height:150px;
}

.list-card-title {
  font-size:16px;
  height:40px;
  line-height:22px;
  padding:5px 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.smalltitle {
  margin-top:10px;
  margin-bottom:5px;
  padding:10px;
  font-size:15px;
  color:#8d8d8d;
  display:flex;
  justify-content: space-between;
  border-top:1px #e0dede solid;
}

.smalltitle d {
  font-size: 22px;
  font-weight: bold;
  color: #ff6000;
  font-family: impact;
  margin-right: 3px;
}

.smalltitle .small-two {
  padding-top:5px;
  color:#cac8c8;
  text-decoration: line-through;
  text-decoration-color: #cac8c8;
}

.thumbnail {
  width:100%;
  object-fit: cover;
}
