body {
    min-width: 300px;
    font-family: 'Microsoft Yahei' !important;
}
.logo {
    height: 82px;
}
.bg-red {
    background: #173691;
}
.font-14 {
    font-size: 14px;
}
.font-20 {
    font-size: 20px;
}
.font-26 {
    font-size: 26px;
}
.font-28 {
    font-size: 28px;
}
.text-indent {
    text-indent: 2em;
}
.hidden-text {
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
}
.hidden-text2 {
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.text-666 {
    color: #666 !important;
}
.bg-333 {
    background-color: #333 !important;
}
.bg-434343 {
    background-color: #434343 !important;
}
.border-shallow {
    border-color: #666 !important;
}

a:hover {
    text-decoration: none !important;
}
.content-box img {
    max-width: 100%;
    object-fit: cover;
}

/* 导航 */
.navbar-light .navbar-nav .nav-link {
    padding: 30px 20px 30px;
    /* min-width: 135px; */
    text-align: center;
    color: #333;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.navbar-light .navbar-nav .nav-link.active {
    background: #173691;
    color: #fff;
    
}
.navbar-light .navbar-nav .nav-link.active:hover {
    background: #173691;
    color: #fff !important;
}


.top-img img {
    height: 346px;
    object-fit: cover;
}
@media (max-width: 500px) {
    body {
        padding-top: 54px;
        font-size: 14px;
    }
    .logo {
        height: 54px;
    }
    .navbar-light {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 0.5rem;
        width: 100;
        text-align: left;
    }
    .top-img {
        height: 200px !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .top-img img {
        display: none !important;
    }
}

/* 标题 */
.content-header {
    height: 100px;
}
.content-header .title {
    font-size: 30px;
    width: 160px;
    height: 50px;
    margin-top: 50px;
}
.content-header .small-title {
    font-size: 14px;
    padding-top: 16px;
}

/* 分页 */
.page-item {
    width: 50px;
    height: 50px;
    color: #173691;
    line-height: 50px;
    text-align: center;
    margin: 0 6px;
    cursor: pointer;
}
.page-item:hover, .page-item.active {
    background: #173691;
    color: #fff !important;
}

@media (max-width: 500px) {
    .font-20 {
        font-size: 16px;
    }
    .font-14 {
        font-size: 12px;
    }
    .show-xs {
        display: block;
    }
}
.show-xs {
    display: none;
}
@media (max-width: 768px) {
    .hidden-xs {
        display: none;
    }
    
}

a:hover {
    color: #173691 !important;
}