/* 全局 */
* {
    transition: background-color ease .3s;
    -moz-transition: background-color ease .3s;
    -webkit-transition: background-color ease .3s;
    -o-transition: background-color ease .3s
}


body {
    font-size: 18px;
}

@media (max-width: 1000px) {
    body {
        min-width: 970px !important;
    }
    .container-fluid {
        min-width: 970px !important;
    }
    .container {
        width: 970px !important;
        max-width: 970px !important;
    }
}

@media (max-width: 768px) {
    body {
        min-width: 540px !important;
    }
    .container-fluid {
        min-width: 540px !important;
    }
    .container {
        width: 540px !important;
        max-width: 540px !important;
    }
}


a {
    color: #000;
}
a:hover{
    text-decoration:none;
}

ul {
    list-style-type: none;
}

ul.dian li::before {
    display: inline-block;
    content: "●"; /* '\25CF' */
    padding-right: 10px;
    color: #666;
    font-size: 6px;
}


ul.dian a{
    display: block !important;
}


#header {
    background-color: #20598c;
    color: #ffffff !important;
    font-size: 18px;
    position: relative;
}

.more {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 12px;
    color: #d2d2d2;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    padding: 0 3px;
}

#header .navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

#header .head-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.head-nav .dropdown-menu {
    background-color: #20598c;
    left: -29px;
}

.head-nav .dropdown-menu a {
    color: #FFFFFF;
    text-align: center;
}


.head-nav .dropdown-menu a:hover {
    color: #20598c;
}

.date {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.date .month {
    font-weight: bold;
    font-size: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

.date .day {
    font-size: 36px;
    padding-right: 5px;
    line-height: 1;
}

@media (max-width: 768px) {
    .notice .notice-left .date {
        justify-content: flex-start;
    }
}


#footer {
    margin-top: 47px;
    font-size: 16px;
    background-color: #2430a0;
}

#footer, #footer a {
    color: #ffffff !important;
}

#footer .bottom {
    height: 35px;
    background-color: #050964;
}

#footer .link {
    margin-top: 10px;
    padding: 14px 0;
    border-bottom: 1px solid #4860ff;
}

#footer .content {
    padding-top: 14px;
    border-top: 1px solid #030e75;
}

#footer .bottom-img  {
    text-align: center;
    padding-top: 15px;
}

@media (min-width: 768px) {


    #header .hr {
        position: absolute;
        border-bottom: 2px solid #0a2f6a;
        bottom: 0;
        width: 100%;
    }


    #header .head-top .container .logo{
        font-size: 46px;
    }

    #header .head-top .form-group{
        border: 2px solid #3d71ab;
    }

    #header .head-top .form-control{
        width: 270px;
        border-radius:0;
        height: 50px;
    }

    #header .head-top .btn{
        width: 88px;
        height: 50px;
        border-radius:0;
        border: 0;
        background-color: #0284fc;
    }

    #header .head-top .btn .bi.bi-search{
        color: #ffffff;
        font-size: 30px;
    }

    #header .navbar {
        padding: 0;
        z-index: 10;
    }

    #header .head-nav .nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 85%;
    }

    #header .head-nav .nav .nav-item.active,
    #header .head-nav .nav .nav-item:hover {
        border-bottom: 3px solid #ffffff;
    }
}

/* 分页 */

.pagination {
    justify-content: right;
    align-items: center;
}

.pagination a, .pagination span.active {
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #20598c;
    background-color: rgba(0,0,0,.01);
    border: 1px solid rgba(0,0,0,.125);
}
.pagination a[disabled] {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination span.active {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #20598c;
    border-color: #20598c;
}

.list-group-item-action .card-img-top {
    width: 245px;
    height: 160px;
    object-fit: cover;
    object-position: center;
}

#content .justify-content-between .mb-1{
    width: 550px;
}

#content .card-body .card-title, #content .justify-content-between .mb-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#content .content img {
    max-width: 100%;
}

.hidden {
    display: none;
}

#accordionExample .list-group-item {
    cursor:pointer
}