/* html,
body {
    min-width: 1200px;
} */

body {
    color: #092F63;

}

article {
    line-height: 200%;
}


.single-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.multi-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: inherit;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.multi-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: inherit;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


@media (min-width:768px) {
    .single-md-line {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .multi-md-line-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        white-space: inherit;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .multi-md-line-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        white-space: inherit;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

}


@media (min-width:1200px) {
    .d-xl-box {
        display: -webkit-box !important;
    }

}




/* .container {
    min-width: 1170px;
} */

.logo-can,
.logo-text,
.nav-brand .vr {
    height: 28px;
}

.logo-sf {
    height: 40px;
}


@media (min-width:992px) {

    .logo-can,
    .logo-text,
    .nav-brand .vr {
        height: 40px;
    }

    .logo-sf {
        height: 64px;
    }
}

@media (min-width:1200px) {

    .logo-can,
    .logo-text,
    .nav-brand .vr {
        height: 48px;
    }

    .logo-sf {
        height: 72px;
    }
}





.navbar-nav .nav-link {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
}

.navbar-nav .nav-link.active {
    border-bottom: solid 2px var(--bs-navbar-active-color);
}



.section-title>.vr {
    background-color: #9F1F36;
    width: 4px;
    opacity: 1;
}



.news-1 {
    height: 360px;
}

.news-2,
.news-3,
.news-4 {
    height: 178px;
}




@media (max-width:767.98px) {
    .news-1 {
        height: 208px;
    }

    .news-2,
    .news-3,
    .news-4 {
        height: 150px;
    }
}

@media (max-width:576.98px) {
    .news-1 {
        height: 168px;
    }

    .news-2,
    .news-3,
    .news-4 {
        height: 120px;
    }
}



.page-title {
    min-height: 120px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


@media (min-width:768px) {
    .page-title {
        min-height: 240px;
    }
}


@media (min-width:768px) {

.page-body {
    min-height: 600px;
}
}


.footer {
    background-color: #9F1F36;
    text-align: center;
    padding: 2rem;
    color: rgba(255, 255, 255, .65);
    font-size: .8rem;
}

.p-job-list {
    padding: 0;
    margin: 0;
}

.p-job-list li {
    padding: .75rem .25rem .75rem 2rem;
    position: relative;
    list-style: none;
    margin-left: 0;
}

.p-job-list li::before {
    content: '';
    position: absolute;
    left: .25rem;
    top: 50%;
    transform: translate(0, -50%);
    width: .5rem;
    height: .5rem;
    background-color: #9F1F36;
}


@media (max-width:918.98px) {
 .kc-text h1{
    font-size: 20px;
 }
 .kc-text p{
    font-size: 16px;
 }
.kc-text .btn-lg{
    font-size: 16px;
}
    
}


.p-menu .nav-link{
    color: inherit;
    color: #607490;
}


.p-menu .list-group-item {
    position: relative;
    margin-bottom: 24px;
    border-left: solid 2px #fff !important;
    padding-top: 0px;
    padding-bottom: 0px;
    color: inherit;
}

.p-menu .list-group-item-action:focus,
.p-menu .list-group-item-action:hover {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: transparent;
    border-left-color: #9F1F36 !important;
}

.p-menu .list-group-item.active {
    z-index: 2;
    color: #000;
    background-color: #f7f8f9;
    border-left: solid 5px #9F1F36 !important;
    border-right: solid 30px #fff !important;
    padding-top: 12px;
    padding-bottom: 12px;
}



.p-menu .list-group-item.active::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 20px solid #f7f8f9;
}



.bg-accent {
    background-color: #9F1F36 !important;
    color: #fff !important;
}



.nav-news .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    /* color: var(--bs-nav-link-color); */
    color: var(--bs-secondary-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #9F1F36;
}

.nav-pills .nav-link {
    border-radius: var(--bs-border-radius-pill);
}

.card-chaxun {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    background-color: #f7f8f9;
    font-size: 18px;
    color: inherit;
    text-decoration: none;
    margin-bottom: 1rem;
    border: solid 1px #f1f1f1;
    border-radius: .5rem;
}

.card-chaxun:hover {
    background-color: #9F1F36;
    color: #fff;
}

.card-chaxun span {
    width: 36px;
    height: 36px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-chaxun .baomingchaxun {
    background-image: url(../images/icon-baomingchaxun2.svg);
}

.card-chaxun .zhengshuchaxun {
    background-image: url(../images/icon-zhengshuchaxun2.svg);
}


.card-chaxun:hover .baomingchaxun {
    background-image: url(../images/icon-baomingchaxun.svg);
}

.card-chaxun:hover .zhengshuchaxun {
    background-image: url(../images/icon-zhengshuchaxun.svg);
}





.news-grid .card-img-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, .7) 90%);
}

@media (max-width:566.98px) {
    .news-grid .card-img-overlay .card-text{
        font-size: .8em !important
    }  
}


.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* .blur-background{
    filter: blur(10px);
    position: relative;
} */

article img{
    max-width: 100%;
}

.page-link{
    color: #9F1F36;
}


.page-link:hover {
    z-index: 2;
    color: #9F1F36;
}

.active>.page-link, .page-link.active {
    background-color: #9F1F36;
    border-color:#9F1F36;
}