html {
    font-family: Tahoma;
    color: #595959;
    font-size: 16px;
    
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
   
}

body {
    text-align: justify;
   
}
.fb {
    font-weight: bold;
}


/* 自己代码 */
nav a:hover {
    background-color: #00bFFF; /* 悬停时的背景颜色 */
   
   
}



@media (min-width: 768px) {
    .banner {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

/* 手机端样式 */
@media (max-width: 767px) {
    .banner {
        position: relative;
        width: 100%;
    }
}

.more-title {
    height: 55px;
    background: linear-gradient(0deg, #1B72C6, #1B72C6 40%, #0789f8);
    border-radius: 5px 5px 0px 0px;
    margin: 0 auto;
    display: flex;
    font-size: 23px;
    align-items: center;
    margin-bottom: 10px;
    color: #fff;
    width: 100%;
    /*line-height: 2.5em;*/
   font-weight:bold;
    
}
.section-title {
    height: 40px;
    background: linear-gradient(0deg, #1B72C6, #1B72C6 40%, #0789f8);
    border-radius: 5px 5px 0px 0px;
    position: relative;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px 0;
    z-index: 0;
    color: blue;
    display: table;
    width: 100%;
    color: #fff;
}
.dateBox {
    background: #e1f6f5;
    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;*/
}
.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, #1B72C6, #1B72C6 40%, #0789f8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.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 15px;
}
