.black-text-Icon {
  margin-right: 2px;
  font-size: 18px;
  color: black;
}
.gray-text-Icon {
  margin-right: 2px;
  font-size: 18px;
  color: gray;
}
.textTop {
  width: 20px;
  display: inline-block;
}
.text-color {
  color: #409eff;
}

.account-color {
  color: #409eff;
  cursor: pointer;
}

.btn-right {
  text-align: right;
}
.iconCircle1 {
  border-radius: 50%;
  padding: 5px;
  color: #A0A7Ba;
  border: 1px solid #e0f1f5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
}
.spanInfo {
  margin-left: 20px
}
.divTable {
  display: flex;justify-content: left;align-items: center; position: relative
}
.very_list{
  color:#1482f0;
}
.base_clomuns{
  max-height: 65px;
  //text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.base_clomuns.more{
  height: auto;
  overflow: visible;
  display: inline-block;
}
//.very_list:hover{color:#1482f0;}
.likeA {
  cursor: pointer;
  color: #409EFF;
  margin-left: 20px;
}
.likeA:hover {
  text-decoration: underline;
}
.vlank:hover{color:#1482f0;}


