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;
}
.more-title {
    width: 100%;
    line-height: 2.5em;
    background: #1187ec;
    border-radius: 5px 5px 0px 0px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    margin-top: 5px;
}

.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: linear-gradient(0deg, #1e8cd5, #1e8cd5 40%, #0789f8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.meeting-title {
    font-size: 18px;
    font-family: PingFangTC-Medium,PingFangTC;
    font-weight: bolder;
    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;
}
.rongqi{
    display:flex;
    align-items:center;
}
.line {
    flex: 1;
    border-top: 2px solid #1187ec;
    height: 0;
   margin:0 20px;
   width:50px;
}
.text{
    margin:0 20px;
}

#image {
    transition: transform 0.25s ease; /* Smooth transition for zoom effect */
    width: 300px; /* Initial width of the image */
    height: auto; /* Maintain aspect ratio */
    cursor: pointer; /* Change cursor to pointer when hovering over the image */
}

.photo-frame {
    border: 5px solid rgba(16,130,247,0.2);
    border-radius: 15px;
    
    overflow: hidden;
}
.speechtitle{
    background:rgba(16,130,247,0.2);
    margin:20px 0px 5px;
    padding:4px 10px;
    border-radius:20px;
    font-size:14px;
}
.note {
    margin-top: 15px;
    font-size: 0.9em;
    color: #333;
}
