.component-card.meeting-card {
  padding: 0;
}
.component-card.meeting-card .title {
  height: 56px;
  background-color: #F7F7F8;
  box-shadow: inset 0px -4px 12px 0px rgba(0, 0, 0, 0.05);
  border: 2px solid #FCFDFE;
  border-radius: 12px 12px 0px 0px;
  padding-left: 5px;
  padding-right: 32px;
  position: relative;
}
.component-card.meeting-card .title::after {
  content: '';
  width: 100%;
  height: 100%;
  background: no-repeat;
  background-size: auto 56px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.component-card.meeting-card .title.active1 .title-name .title-name-text:nth-child(1) {
  color: #333;
  font-weight: bold;
}
.component-card.meeting-card .title.active1::after {
  background-image: url(/assets/images/tagSystem/bg-card-title-1.png);
  background-position: left center;
}
.component-card.meeting-card .title.active2 .title-name .title-name-text:nth-child(2) {
  color: #333;
  font-weight: bold;
}
.component-card.meeting-card .title.active2::after {
  background-image: url(/assets/images/tagSystem/bg-card-title-2.png);
  background-position: 105px center;
}
.component-card.meeting-card .title .title-name {
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
.component-card.meeting-card .title .title-name .title-name-text {
  padding: 0 27px;
  line-height: 52px;
  font-size: 18px;
  font-weight: 400;
  color: #4D4D4D;
  cursor: pointer;
}
.component-card.meeting-card .title .title-name .title-name-text:hover {
  font-weight: bold;
}
.component-card.meeting-card .title .more {
  position: relative;
  z-index: 1;
}
.component-card.meeting-card .meeting-card-content {
  margin-top: 24px;
  padding: 0 32px 16px;
}
.component-card.meeting-card .meeting-card-content .list .item-img {
  cursor: pointer;
  position: relative;
  margin-bottom: 16px;
}
.component-card.meeting-card .meeting-card-content .list .item-img:hover .item-name {
  color: #2E50FA;
}
.component-card.meeting-card .meeting-card-content .list .item-img .img {
  width: 100%;
  max-height: 160px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  font-size: 0;
  position: relative;
}
.component-card.meeting-card .meeting-card-content .list .item-img .img img {
  width: 100%;
  height: 100%;
}
.component-card.meeting-card .meeting-card-content .list .item-img .img .img-default {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: 100% 100%;
  padding: 16px 16px;
}
.component-card.meeting-card .meeting-card-content .list .item-img .img .img-default.color-1 {
  background-image: url(/assets/images/meeting/bg-card-1.png);
}
.component-card.meeting-card .meeting-card-content .list .item-img .img .img-default.color-2 {
  background-image: url(/assets/images/meeting/bg-card-2.png);
}
.component-card.meeting-card .meeting-card-content .list .item-img .img .img-default.color-3 {
  background-image: url(/assets/images/meeting/bg-card-3.png);
}
.component-card.meeting-card .meeting-card-content .list .item-img .img .img-default .name {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.component-card.meeting-card .meeting-card-content .list .item-img .img .img-default .msg {
  margin-top: 10px;
}
.component-card.meeting-card .meeting-card-content .list .item-img .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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  margin-bottom: 6px;
}
.component-card.meeting-card .meeting-card-content .list .item-img .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;
  padding-left: 20px;
  display: flex;
}
.component-card.meeting-card .meeting-card-content .list .item-img .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;
}
.component-card.meeting-card .meeting-card-content .list .item-img .item-name {
  display: block;
  line-height: 20px;
  font-size: 14px;
  color: #4D4D4D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 12px;
}
.component-card.meeting-card .meeting-card-content .list .item-img .item-info {
  margin-top: 8px;
  display: flex;
  gap: 16px;
}
.component-card.meeting-card .meeting-card-content .list .item-img .item-info .info-item {
  background: no-repeat left center;
  background-size: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #808080;
  padding-left: 20px;
}
.component-card.meeting-card .meeting-card-content .list .item-img .item-info .info-item.position {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url(/assets/images/meeting/icon-position-gray.png);
}
.component-card.meeting-card .meeting-card-content .list .item-img .item-info .info-item.time {
  white-space: nowrap;
  background-image: url(/assets/images/meeting/icon-time-gray.png);
}
.component-card.meeting-card .meeting-card-content .list .item-img .item-info .info-item.hot {
  white-space: nowrap;
  background-image: url(/assets/images/meeting/icon-hot.png);
  color: #FF6622;
}
.component-card.meeting-card .meeting-card-content .list .item {
  padding: 16px 0;
  cursor: pointer;
  border-top: 1px dashed #EBEBEB;
  display: flex;
}
.component-card.meeting-card .meeting-card-content .list .item:hover .info .item-name {
  color: #2E50FA;
}
.component-card.meeting-card .meeting-card-content .list .item .img {
  width: 116px;
  height: 70px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  font-size: 0;
  position: relative;
  margin-right: 8px;
}
.component-card.meeting-card .meeting-card-content .list .item .img img {
  width: 100%;
  height: 100%;
}
.component-card.meeting-card .meeting-card-content .list .item .img-default {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: 100% 100%;
  padding: 9px 12px ;
}
.component-card.meeting-card .meeting-card-content .list .item .img-default.color-1 {
  background-image: url(/assets/images/meeting/bg-card-1.png);
}
.component-card.meeting-card .meeting-card-content .list .item .img-default.color-2 {
  background-image: url(/assets/images/meeting/bg-card-2.png);
}
.component-card.meeting-card .meeting-card-content .list .item .img-default.color-3 {
  background-image: url(/assets/images/meeting/bg-card-3.png);
}
.component-card.meeting-card .meeting-card-content .list .item .img-default .name {
  height: 35px;
  line-height: 16px;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.component-card.meeting-card .meeting-card-content .list .item .img-default .msg .msg-position {
  background: url(/assets/images/meeting/icon-position-2.png) no-repeat left center;
  background-size: 16px auto;
  line-height: 16px;
  font-size: 9px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  margin-bottom: 6px;
}
.component-card.meeting-card .meeting-card-content .list .item .img-default .msg .msg-time {
  background: url(/assets/images/meeting/icon-time-2.png) no-repeat left center;
  background-size: 16px auto;
  line-height: 15px;
  font-size: 9px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
  padding-left: 18px;
  display: flex;
}
.component-card.meeting-card .meeting-card-content .list .item .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;
}
.component-card.meeting-card .meeting-card-content .list .item .info {
  flex: 1;
}
.component-card.meeting-card .meeting-card-content .list .item .info .item-name {
  display: block;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #4D4D4D;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.component-card.meeting-card .meeting-card-content .list .item .info .item-info {
  margin-top: 11px;
  display: flex;
  gap: 12px;
}
.component-card.meeting-card .meeting-card-content .list .item .info .item-info .info-item {
  background: no-repeat left center;
  background-size: 16px;
  line-height: 18px;
  font-size: 12px;
  color: #808080;
  padding-left: 20px;
}
.component-card.meeting-card .meeting-card-content .list .item .info .item-info .info-item.position {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url(/assets/images/meeting/icon-position-gray.png);
}
.component-card.meeting-card .meeting-card-content .list .item .info .item-info .info-item.time {
  white-space: nowrap;
  background-image: url(/assets/images/meeting/icon-time-gray.png);
}
.component-card.meeting-card .meeting-card-content .list .item .info .item-info .info-item.hot {
  white-space: nowrap;
  background-image: url(/assets/images/meeting/icon-hot.png);
  color: #FF6622;
}
