.same-subject-card .card-content {
  padding: 12px 0;
}
.same-subject-card .list .item {
  color: #39435A;
  padding: 12px 0;
  cursor: pointer;
}
.same-subject-card .list .item:hover .img img,
.same-subject-card .list .item:hover .img .img-default {
  transform: scale(1.05);
}
.same-subject-card .list .item .img {
  font-size: 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.same-subject-card .list .item .img img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.same-subject-card .list .item .img .img-default {
  width: 100%;
  height: 150px;
  background: no-repeat center center;
  transition: all 0.3s ease-in-out;
  background-size: 100% 100%;
  padding: 16px 26px ;
}
.same-subject-card .list .item .img .img-default.color-1 {
  background-image: url(/assets/images/meeting/bg-card-1.png);
}
.same-subject-card .list .item .img .img-default.color-2 {
  background-image: url(/assets/images/meeting/bg-card-2.png);
}
.same-subject-card .list .item .img .img-default.color-3 {
  background-image: url(/assets/images/meeting/bg-card-3.png);
}
.same-subject-card .list .item .img .img-default .name {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.same-subject-card .list .item .img .img-default .msg {
  margin-top: 20px;
}
.same-subject-card .list .item .img .img-default .msg .msg-position {
  background: url(/assets/images/meeting/icon-position-2.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
}
.same-subject-card .list .item .img .img-default .msg .msg-time {
  background: url(/assets/images/meeting/icon-time-2.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
  padding-left: 20px;
  display: flex;
}
.same-subject-card .list .item .img .img-default .msg .msg-time .to {
  width: 18px;
  height: 18px;
  background: url(/assets/images/meeting/icon-to-2.png) no-repeat center center;
  background-size: 18px auto;
}
.same-subject-card .list .item .img a {
  display: block;
  width: 100%;
  background: linear-gradient(180deg, rgba(21, 33, 58, 0) 0%, rgba(21, 33, 58, 0.7) 100%);
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  padding: 16px 20px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
}
.same-subject-card .list .item .msg {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}
.same-subject-card .list .item .msg .time {
  background: url(/assets/images/meeting/icon-time.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #39435A;
  padding-left: 22px;
  display: flex;
}
.same-subject-card .list .item .msg .time .to {
  width: 18px;
  height: 18px;
  background: url(/assets/images/meeting/icon-to.png) no-repeat center center;
  background-size: 18px auto;
}
.same-subject-card .list .item .msg .position {
  background: url(/assets/images/meeting/icon-position.png) no-repeat left center;
  background-size: 18px auto;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #39435A;
  padding-left: 22px;
}
