.MeetItemCard {
    padding: 0 13px;
    display: inline-block;
    vertical-align: top;
  }
  .MeetItemCard .cardInner {
    width: 280px;
    height: 348px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-box-shadow: 0 2px 8px 1px rgba(51, 51, 51, 0.2);
    box-shadow: 0 2px 8px 1px rgba(51, 51, 51, 0.2);
  }
  .MeetItemCard .cardInner:hover {
    margin-top: -10px;
    -webkit-box-shadow: 0 2px 10px 1px rgba(51, 51, 51, 0.4);
    box-shadow: 0 2px 10px 1px rgba(51, 51, 51, 0.4);
  }
  .MeetItemCard .cardInner .contsWrap {
    border-radius: 0 0 5px 5px;
    height: 190px;
  }
  .MeetItemCard .item_img {
    display: block;
    width: 100%;
    height: 158px;
    border-radius: 5px 5px 0 0;
  }
  .MeetItemCard .conts,
  .MeetItemCard .iTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
  }
.MeetItemCard .conts {
  height: 35px;
  overflow: hidden;
}
  .MeetItemCard .aIcon {
    width: 12px;
    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 .btnsRight,
  .MeetItemCard .btnWrap {
    text-align: center;
    padding: 13px 0;
    border-top: 1px solid #f2f2f2;
    cursor: pointer;
  }
  .MeetItemCard .meetPass {
    position: absolute;
    bottom: 9px;
    right: 15px;
    width: 16px;
    height: 15px;
  }
  .MeetItemCard .meetPass:hover + .tip {
    opacity: 1 !important;
  }
  .el-row--flex {
    display: flex;
  }
  .conts-content {
    height: 56px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    color:rgba(102,102,102,1);
    line-height:18px;
    font-weight:400;
  }
  .flex {
    display: flex;
    margin-bottom: 8px;
  }
  .flex-title {
    width:56px;
    height:24px;
    font-size:12px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:24px;
  }
  .flex-name {
    padding: 0 10px;
    height:24px;
    line-height: 24px;
    background:rgba(248,248,248,1);
    border-radius:4px;
    flex: 1;
  }
  .flex-name-span {
    height:17px;
    font-size:12px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:17px;
  }
  .title-color {
    color:rgba(51,51,51,1);
    font-weight:500;
  }
  .flex-timeandAddress {
    display: flex;
    /* align-items: center; */
    justify-content:space-between;
    border-top: #EFEFEF 1px solid;
    height: 45px;
    line-height: 45px;
  }
  .flex-timeandAddress .time,
  .flex-timeandAddress .address {
    flex: 1;
  }
  .aIcon {
    margin-right: 5px;
    margin-top: -3px;
  }
  .con-relative {
    position: relative;
  }
  .line-aIcon {
    position: absolute;
    top:10px;
    left: 0;
    width: 4px;
    height: 15px;
  }
  .hightList {
    margin: 0 -8px;
  }
  /* .a-img {
    width: 15px;
    height: 15px;
  } */
  .time-change {
    width:73px;
    height:24px;
    background:rgba(248,248,248,1);
    border-radius:4px;
  }
