html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  .minheight{
      min-height:239px;
  }
}
@media(max-width:768px){
    .hidden-on-mobile {
        /*display:none;*/
        height: 150px;
        overflow-y: scroll
    }
    .size1{
        font-size:14px;
    }
    .phone{
        display:none;
    }
    .size2 {
        font-size: 10px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    text-align: justify;
    font-family: 'Times New Roman', Times, serif
}

.fb {
    font-weight: bold;
}

.title {
    width: 100%;
    min-height: 50px;
    background: -webkit-linear-gradient(270deg,#9fc704,#03a822) no-repeat;
    border-radius: 5px 5px 0px 0px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.more-title {
    width: 100%;
    height: 58px;
    background: -webkit-linear-gradient(270deg,#9fc704,#03a822) no-repeat;
    border-radius: 5px 5px 0px 0px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.content-en {
    color: rgba(80, 91, 101, 1);
    text-align: justify;
    padding: 0 10px;
}

.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(247,247,247,1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.meeting-title {
    font-size: 18px;
    font-family: PingFangTC-Medium,PingFangTC;
    color: #03a822;
    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 25px;
}

.dateBox {
    background: #b2f1bb;
    border-radius: 0;
    box-shadow: 3px 3px 0 #C3C3C3;
    color: #383838;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: 400;
    height: 40px;
    line-height: 30px;
    margin: 0 6px;
    padding: 8px;
    text-align: center;
    text-shadow: 1px 1px 0 #DCDCDC;
    /*width: 100px;*/
}
