html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
text-align:justify;
}
.fb{
    font-weight:bold;
}
.info-content {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    background: rgba(254,254,254,1);
    border-radius: 10px;
    margin-bottom: 7px;
}

.meeting-info {
    height: 49px;
    background: rgba(239,239,239,1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.meeting-title {
    font-size: 18px;
    font-family: PingFangTC-Medium,PingFangTC;
    font-weight: 500;
    color: rgba(51,51,51,1);
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 20px;
}

.meeting-date-wrap {
    padding: 0 15px;
}

.meet-cutdown {
    display: flex;
    flex-direction: column;
}

.count-down-date {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: baseline;
    justify-content: center;
}

.number {
    font-size: 30px;
    font-family: Roboto-BoldCondensed,Roboto;
    font-weight: normal;
    color: rgba(220,50,10,1);
    line-height: 41px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.count-down-date > p {
    font-weight: 600;
    color: rgba(51,51,51,1);
    line-height: 20px;
    padding-left: 1px;
}

