﻿html {
  font-size: 17px;
}

@media (min-width: 768px) {
  html {
    font-size: 17px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: 'Times New Roman';
    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: linear-gradient(0deg, #1e8cd5, #1e8cd5 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;
}

.title {
    font-size: 30px;
    color: #2614ce !important;
}

.title {
    background: linear-gradient(to right, #0379ff, #1796ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 4px rgba(7, 137, 248, 0.5);
}
.line {
    border: none;
    height: 1px;
    background-color: #ccc;
    border-bottom: 3px dashed #0a71c8;
}

/* 多级下拉菜单样式 */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -100px;
    }

    /* 鼠标悬停时显示子菜单 */
    .dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
