html, body {
    height: 100%;
    margin: 0;
}

#app {
    /*这三行要撑开底部 footer 56px，让footer固定在底部*/
    min-height: 100%;
    margin-bottom: -56px;
    padding-bottom: 56px;
}

footer {
    height: 56px;
}

.navbar-toggler {
    background: #f04142;
    color: #f04142;
    margin: 8px 0 8px 0;
    opacity: .8;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.text-muted {
    text-align: justify;
}

.navbar-brand {
    color: #f04142 !important;
}
/*header{*/
/*    padding: 8px 0 8px 0;*/
/*}*/
/*.navbar{*/
/*    padding: 0 8px 0 8px;*/
/*}*/
.nav a {
    color: #222;
}

.nav a:hover {
    color: #222;
    opacity: .8
}

.nav a:focus {
    color: #f04142 !important;
}

.nav .active a {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.-nav .nav-link {
    text-align: center;
}

.nav .active .nav-link {
    position: relative;
    z-index: 1000000;
}

.nav .active .nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: #f04142;
    z-index: -1;
}

.header-bg-live {
    background: #FFFFFF;
    box-shadow: 0 2px 16px rgba(54, 56, 79, .06);
}

.a-color-live .title a {
    font-weight: 500;
    font-size: 20px;
}

.a-color-live a {
    color: #222;
    text-decoration: none;
}

.a-color-live a:hover {
    color: #f04142;
}

.container .list-group {

}

.container .list-group-item {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #f0f0f0;
}

.active > .page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #f04142;
    border-color: #f04142;
}

/*.container .a-color-live a:visited {*/
/*    color: #999*/
/*}*/

footer {
    box-shadow: 0 2px 16px rgba(54, 56, 79, .06);
}

.footer-page a {
    color: #222;
}

.footer-page .active a:hover {
    cursor: default !important;
    color: #fff !important;
}

.footer-page a:hover {
    color: #f04142;
}

.footer-page a:active {
    color: #f04142 !important;
}

.footer-page a:focus {
    z-index: 3;
    color: #f04142 !important;
    outline: 0;
    box-shadow: none;
}

.footer-bg-live {
    background-color: #fff;
}

.footer-a-bg-live a {
    color: #999 !important;
    text-decoration: none;
}

.footer-a-bg-live a:hover {
    opacity: .8;
}

.footer-text-bg-live {
    color: #999;
}

.h1 {
    font-size: 37px;
    font-weight: 600;
    line-height: 56px;
    color: #000;
}

.article-meta {
    margin: 16px 0 36px;
    font-size: 14px;
    line-height: 20px;
    color: #707070;
}

.article-meta a {
    color: #707070;
    text-decoration: none;
}

.article-meta a:hover {
    opacity: .8
}

.dot {
    display: inline-block;
    margin: 0 4px;
}

.article-content {
    text-align: justify;
}

.container small {
    color: #999;
}

.container small a {
    color: #999;
}

.container small a:hover {
    color: #999;
    opacity: .8;
}

.container small span {
    margin-right: 20px;
}
.grey-box-shadow-live{
    border-bottom: 1px solid #f0f0f0;
}
.breadcrumb-item a{
    color: #222;
    text-decoration: none;
}

.breadcrumb-item a:hover{
    opacity: .8;
}
