.MeetItemCard {
  padding: 0 12px;
  display: inline-block;
  vertical-align: top;
}
.cardInner {
  width: 280px;
  height: 288px;
  margin-top: 30px;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  background: #ffffff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px 1px rgba(51, 51, 51, 0.2);
}
.MeetItemCard .cardInner:hover {
  margin-top: 20px;
  box-shadow: 0 2px 10px 1px rgba(51, 51, 51, 0.4);
}
.MeetItemCard .cardInner .contsWrap {
  border-radius: 0 0 5px 5px;
  height: 143px;
}
.MeetItemCard .item_img {
  display: block;
  width: 100%;
  height: 145px;
  border-radius: 5px 5px 0 0;
}
.MeetItemCard .item_delete {
  position: absolute;
  width: 20px;
  top: 5px;
  right: 5px;
}
.MeetItemCard .iTitle,
.MeetItemCard .conts {
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.MeetItemCard .aIcon {
  width: 15px;
  vertical-align: middle;
}
.MeetItemCard .ions {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.MeetItemCard .iconCont {
  display: inline-block;
  vertical-align: middle;
}
.MeetItemCard .btnsRight {
  background: #f1f7ff;
}
.MeetItemCard .btnWrap,
.MeetItemCard .btnsRight {
  text-align: center;
  padding: 13px 0;
  border-top: 1px solid #f2f2f2;
  cursor: pointer;
}

.flexBox {
  display: flex;
}
.c-main02 {
  color: #4a90e2;
}
.c-e68 {
  color: #ff7d13;
}
