* {
    outline: none;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: Microsoft YaHei,-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,WenQuanYi Micro Hei,sans-serif;
}

.container-fluid {
    padding: 0px
}

.banner {
    margin-bottom: 0;
}

.site-name-lg {
    font-size: 16px;
    font-weight: 700;
    height: 72px;
    line-height: 72px;
    display: flex;
    flex-direction: row;
}

.site-name-lg .site-logo {
    height: 90px;
    line-height: 90px;
}


.site-name-lg .site-name {
    width: 100%;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    padding-left: 20px;
}

.site-name-lg .site-name .lead {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
}

.site-name-lg .logo-gl {
    width: 72px;
    height: 72px;
}


@media (min-width: 576px) {
    .site-name-lg {
        font-size: 42px;
    }

    .site-name-lg .logo-gl {
        width: 90px;
        height: 90px;
    }

}

.bg-blue {
    background-color: #185eb5 !important;
    background-image: url('https://assets.honqun.cn/pics/bg-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-blue .site-name-lg {
    color: #f9f9f9;
}


@media (max-width: 700px) {
    .banner-bg .lead  {
        display: none;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.8);
}

#navbar .navbar-nav {
    width: 100%;
}

#navbar .navbar-nav .nav-item {
    flex: 1
}

.dropdown-toggle::after {
    display: none;
}

.nav-item.active {
    font-weight: 700 !important;
}

#carousels .carousel-item {
    max-height: 600px;
}

#carousels .carousel-item img {
    background-size: cover;
    background-clip: content-box;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    max-width: 100%;
    /* 图片最大宽度为100% */
    height: auto;
    /* 图片高度自动适应 */
}

#carousels button:not(:disabled),
#carousels [type="button"]:not(:disabled),
#carousels [type="reset"]:not(:disabled),
#carousels [type="submit"]:not(:disabled) {
    border: 0
}

#carousels .carousel-control-prev,
#carousels .carousel-control-next {
    opacity: 0.5 !important;
    transition: none !important;
}

#navbar-title {
    width: 100%;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 2rem 2rem 3rem 2rem;
    }
}

div.main {
    max-width: 1440px;
    padding-top: 20px;
}

.common-column-model {
    height: 460px;
    box-shadow: 6px 6px 8px #ccdaed, -6px -6px 8px #ccdaed;
    border-radius: 3px;
    padding: 15px 20px 20px 20px;
    border-top: 2px solid #0f428a
}


.common-column-model .col-title {
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #0f428a;
}

.common-column-model .col-title .more {
    color: #535353;
    font-size: 16px;
    float: right;
    font-weight: normal;
}

.common-column-model .article, .article-list .article {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    padding-top: 5px;
}

.common-column-model .article:last-child, .article-list .article:last-child {
    border-bottom: 0
}

.common-column-model .article .title, .article-list .article .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
}

.common-column-model .article .title a, .article-list .article .title a {
    font-size: 16px;
}

.common-column-model .article .summary, .article-list .article .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #999;
    height: 2em;
    line-height: 2em;
}

.common-column-model .article .title a, .article-list .article .title a{
    color: #222;
}

.common-column-model .article .title a:hover, .article-list .article .title a:hover {
    text-decoration: underline;
}

.common-column-model .article .tm, .article-list .article .tm {
    color: #999;
    padding-bottom: 10;

}

.article.media .image, .article-list .media .image {
    width: 110px;
    height: 110px;
    padding: 5px;
    border-radius: 2px;
    background-size: 110px 110px;
}

.article-list.list .article{
    padding: 20px 0;
    border-bottom: 1px dashed #999;
}

.article-list.list .article .link {
    color: #333;
    text-decoration: none;
}
.article-list.list .article .link:hover {
    color: #409EFF;
    text-decoration: none;
}

.article-list.list h3 {
    font-size: 24px;
}

.article-info {
    padding: 0 0 20px 0;
    display: flex;
    flex-direction: row;
}

.col-content {
    padding: 20px 0;
}

.col-content img {
    width: 100% !important
}

.article-info>div {
    flex: 1;
    text-align: left;
    color: #999;
}

.cover {
    background-repeat: no-repeat;
    background-clip: content-box;
    background-position: center center;
}

.no-border {
    border: 0 !important;
    box-shadow: none !important;
}

.cover .cover-title {
    position: relative;
    background-color: rgba(0, 0, 0);
    opacity: 0.5;
    z-index: 100;
    padding: 0 10px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    bottom: 0;
    top: calc(100% - 48px);
}

.cover .cover-title a {
    color: #fff
}

.common-column-model .cover-title-wraper {
    flex: 1;
    height: 100%;
    padding: 0 20px 0 0
}

@media (max-width: 575.98px) {
    .common-column-model .cover-title-wraper {
        display: none;
    }
}

.panel-2 {
    background-color: rgb(10, 68, 131);
    margin-top: 20px;
    padding-bottom  
    : 20px;
}

.article-details {
    padding-top: 20px;
}

.article-details h1.article-title {
    color: #535353;
    font-size: 32px;
    font-weight: 700;
}

.article-details img.cover, .article-details img {
    width: 100%;
}

.article-details .content {
    padding: 20px 0;
}

.breadcrumb {
    padding: 0;
    background-color: transparent
}

.breadcrumb .breadcrumb-item a {
    color: #989898;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #409EFF;
}