.live-card .card-content {
  padding-bottom: 12px;
}
.live-card .list .item:first-child {
  font-size: 0;
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.live-card .list .item:first-child:hover img {
  transform: scale(1.05);
}
.live-card .list .item:first-child:hover .cover .play-btn {
  transform: translate(-50%, -50%) scale(1.2);
}
.live-card .list .item:first-child .tag {
  width: 79px;
  height: 24px;
  background: url(/assets/images/medical/bg-live-tag.png) no-repeat center center;
  background-size: 100%;
  padding: 4px 8px;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.live-card .list .item:first-child img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.live-card .list .item:first-child .cover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.24);
  position: absolute;
  left: 0;
  top: 0;
}
.live-card .list .item:first-child .cover .play-btn {
  width: 66px;
  height: 66px;
  background: url(/assets/images/medical/btn-play.png) no-repeat center center;
  background-size: 66px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.live-card .list .item:first-child .name {
  width: 100%;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 12px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 12px 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.live-card .list .item:not(:first-child) {
  line-height: 18px;
  font-size: 14px;
  color: #39435A;
  padding: 12px 0;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.live-card .list .item:not(:first-child):hover {
  color: #1259F0;
}
