.cxo-card .card-content {
  padding: 0;
  margin: 12px 0;
  max-height: 236px;
  display: flex;
}
.cxo-card .list {
  flex: 1;
  overflow: hidden;
}
.cxo-card .list .list-item {
  height: 76px;
  padding-bottom: 16px;
  cursor: pointer;
  display: flex;
}
.cxo-card .list .list-item:hover .info .name {
  color: #1259F0;
}
.cxo-card .list .list-item .logo {
  width: 64px;
  height: 64px;
  border: 1px solid #E6EDF9;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
}
.cxo-card .list .list-item .logo img {
  width: 100%;
  height: 100%;
}
.cxo-card .list .list-item .info {
  flex: 1;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.cxo-card .list .list-item .info .name {
  background: no-repeat right center;
  background-size: 16px;
  line-height: 18px;
  font-size: 14px;
  color: #39435A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cxo-card .list .list-item .info .name.hot {
  padding-right: 18px;
  background-image: url(/assets/images/demand/heat.png);
}
.cxo-card .list .list-item .info .position {
  background: url(/assets/images/demand/icon-position.png) no-repeat left center;
  background-size: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #777E8E;
  padding-left: 20px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cxo-card .list .list-item .info .tag {
  line-height: 16px;
  font-size: 12px;
  color: #B4B8C1;
  margin-top: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cxo-card ::-webkit-scrollbar-button {
  height: 0;
}
