
.similarTotal{
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666 !important;
  text-align: center;
  float: right;
  margin-right: 8px !important;
  margin-top: 2px;
}
.similarTotal-open{
  background: url(../images/open.png) no-repeat left center;
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 9px;
  vertical-align: middle;
}
.similarTotal-notopen{
  background: url(../images/not-open.png) no-repeat left center;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 9px;
  vertical-align: middle;
}
.jcse-similarly-box{
  max-height: 203px;
  float: left;
  overflow: auto;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  margin-top: 20px;
  width: 100%;
}
.jcse-similarly-item-title{
  color: #696969;
}
.jcse-similarly-item{
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #EEEEEE;
  width: 96%;
  margin: 0 auto;
}
.jcse-similarly-item:last-child{
  border-bottom: none;
}
.jcse-similarly-item-date{
  float: right;
  color: #a6a6a6;
}

.jcse-similarly-box{
  display: none;
}

.similarTotal{
  cursor: pointer;
}

.toppng{
  position: fixed;
  bottom: 100px;
  right: 50px;
  display: none;
}

.delete-icon{
  position: absolute;
  left: 655px;
  top: 43px;
  width: 16px;
  height: 22px;
}

.customtime{
  display: none;
}

.knowledgecard li{
  content: ".";
  color: #a3a3a3;
}

.knowledgecard li a{
  color: rgb(163, 163, 163);
  line-height: 28px;
}