body {
    min-width: 1450px;
    min-height: 100vh;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    background-color: #fff;
    transition: color 0.5s, background-color 0.5s;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[v-cloak] {
    display: none;
}

a,
a:hover,
a:active,
a:link {
    color: inherit;
}

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

.ell2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ell3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mt-30 {
    margin-top: 30px;
}

.to_top {
    display: none;
}

.header-emergency {
    position: relative;
    height: 714px;
    background: url("/assets/images/emergency/header-bg.png") no-repeat top center;
    background-size: 100% 100%;
    padding: 124px 0 97px;
}

.flex-center-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.emergency-logo,
.kexie-logo {
    width: 146px;
    height: 146px;

}

.emergency-logo {
    margin-right: 60px;
}

.kepu-logo {
    position: absolute;
    right: 62px;
    top: 70px;
    width: 165px;
}

.sub-title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B4CFFF;
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
}

/* 搜索 */
.search-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 65px;
}

.select-wrap {
    position: relative;
    background: #fff;
    cursor: pointer;
}

.select-box ::after {
    content: '';
    position: absolute;
    right: 0;
    top: 25px;
    height: 30px;
    width: 1px;
    border-right: 2px dotted #999;
}

.select-box {
    color: #333;
    width: 137px;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
}

.select-text {
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    margin-right: 17px;
}

.select-icon img {
    width: 17px;
}

.emergency-select-option {
    position: absolute;
    top: 79px;
    left: 0;
    width: 137px;
    background: #fff;
    color: #666;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    box-shadow: 1px 2px 8px #ccc;
    z-index: 99;
}

.emergency-search-input {
    padding-left: 30px;
    height: 79px;
    border: none;
    width: 579px;
}

.emergency-search-btn {
    width: 206px;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: #005EFF;
    cursor: pointer;
}

.publish-res {
    width: 206px;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: #FFFFFF;
    cursor: pointer;
    color: #005EFF;
    margin-left: 24px;
}

.publish-icon {
    width: 28px;
    margin-right: 12px;
}

.search-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.guide-card {
    height: 407px;
    background: linear-gradient(180deg, #004BA4 0%, #004BCA 100%);
    display: flex;
    justify-content: center;
    padding: 36px 0 50px;
}

.classify-list {
    width: 175px;
    margin-right: 20px;
}

.classify-label {
    background: #fff;
    font-weight: 500;
    font-size: 22px;
    color: #00348E;
    line-height: 30px;
    height: 60px;
}

.classify-item {
    height: 87px;
    width: 100%;
    border: 1px solid #4C81D2;
    cursor: pointer;
}

.classify-item:hover {
    background: #4C81D2;
}

.classify-item-img {
    width: 73px;
    height: 54px;
}

.header-swiper {
    width: 618px;
    margin-right: 20px;
}

.header-swiper-img {
    width: 100%;
    aspect-ratio: 618/321;
    cursor: pointer;
}

.swiper-slide {
    position: relative;
}

.swiper-slide .download-icon {
    position: absolute;
    width: 30px;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.header-swiper-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 118px;
    padding: 38px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.74) 100%);
}

.header-swiper-title {
    margin-right: 300px;
    font-weight: 600;
    font-size: 30px;
    color: #ffffff;
    line-height: 42px;
}

.header-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 6px;
    opacity: 0.4;
    transition: all 0.3s ease-in-out;
}

.header-swiper .swiper-pagination-bullet-active {
    width: 40px;
    opacity: 1;
    background-color: #fff;
}

.header-swiper .swiper-container-horizontal>.swiper-pagination-bullets {
    right: 66px;
    left: auto;
    width: auto;
    bottom: 24px;
}

.header-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}


.recommend-item {
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 27px;
}

.recommend-type {
    width: 118px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 22px;
    color: #00348E;
    line-height: 30px;
    background: #FFFFFF;
}

.recommend-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 20px;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    cursor: pointer;
     height: 100%;
     background: #4C81D3;
    height: 60px;
    width: 449px;
}

.recommend-title div {
    max-width: 346px;
    cursor: pointer;
}

.recommend-title div::before {
    position: absolute;
    content: '·';
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    top: 8px;
    left: 25px;
    vertical-align: middle;
}

.recommend-title .download-icon {
    width: 14px;
    vertical-align: middle;
    cursor: pointer;
}

.content-card {
    display: flex;
    justify-content: center;
    background: #fff;
    height: 580px;
    padding: 40px 0 71px;
}

.content-box {
    width: 442px;
    margin-right: 37px;
}

/* .content-card:last-child{
    margin-right: 0;
} */
.content-header {
    border-bottom: 1px solid #EEEBEB;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 16px;
}

.header-label {
    font-weight: 600;
    font-size: 22px;
    color: #00348E;
    line-height: 26px;
    border-bottom: 3px solid #00348E;
    ;
}

.header-more {
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    cursor: pointer;
}

.content-item {
    margin-bottom: 32px;
    font-size: 18px;
    color: #444444;
    line-height: 25px;
    max-width: 415px;
    cursor: pointer;
}
.text-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-item .download-icon{
    width: 20px;
}
.content-title {
    cursor: pointer;
}

.content-item .cover-img {
    width: 442px;
    height: 231px;
    cursor: pointer;
}
.img-item {
    position: relative;
}
.img-item .download-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 20px;
    cursor: pointer;
}

.classification-wrap {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.classification-card {
    width: 1400px;
    padding: 0 77px;
    display: flex;
    align-items: center;
    background: #F6F6F6;
    height: 98px;
}

.classification-label {
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    margin-right: 16px;

}

.classification-item {
    border-radius: 2px;
    border: 1px solid #D1D1D1;
    font-size: 20px;
    color: #979797;
    line-height: 28px;
    padding: 0 20px;
    margin-right: 16px;
    cursor: pointer;
}

.classification-item-active {
    color: #FFFFFF;
    background: #0F60C3;
    border: none;

}





.article-item {
    position: relative;
    margin-top: 30px;
    margin-right: 24px;
}

.article-item .download-icon{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
}
.article-item:nth-child(4n) {
    margin-right: 0;
}

/* .article-item:nth-child(-n + 4) {
    margin-top: 0;
} */

.article-item-cover {
    position: relative;
    width: 332px;
    height: 208px;
}

.article-item-cover-img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.article-item-bar {
    background: #fff;
    padding: 12px 18px;
}

.article-item-title {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    max-width: 296px;
}

.article-item-info {
    margin-top: 8px;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-item-source {
    max-width: 127px;
}

.type-label {
    width: 68px;
    height: 30px;
    background: #005CBA;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 10px 0 10px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.list-items {
    display: flex;
    flex-wrap: wrap;
    width: 1400px;
    margin: 0 auto;
}

.list-pagination {
    margin: 80px 43px;
}

.list-pagination .btn-prev,
.list-pagination .btn-next {
    padding: 0 8px !important;
}

/* .list-pagination .btn-prev,
.list-pagination .btn-next,
.list-pagination .el-pager li {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
} */

/* .list-pagination .btn-prev:disabled,
.list-pagination .btn-next:disabled {
    opacity: 0.5 !important;
} */

.list-pagination .el-pagination.is-background .el-pager li:not(.disabled).active {
    background: linear-gradient(90deg, #569CFF 0%, #0067F7 100%), #0090FF;
}

/* .list-pagination .el-pagination__total,
.list-pagination .el-pagination__jump {
    margin-left: 6px;
    color: #fff;
} */

/* .list-pagination .el-pagination__jump .el-input__inner {
    background-color: rgba(255, 255, 255, 0.3) !important;
    border: none;
    border-radius: 0;
    color: #fff;
    vertical-align: middle;
} */


.el-empty__description p {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
}

.tip-dialog .dialog-title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.tip-dialog .statement {
    padding: 30px;
    border: 1px solid #E1E1E1;
    max-height: 534px;
    overflow-y: scroll;
}

.tip-dialog .statement h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.tip-dialog .statement p {
    font-size: 18px;
    line-height: 30px;
    text-indent: 24px;
}
.fix-icon {
    position: fixed;
    right: 30px;
    bottom: 400px;
}
.fix-icon .relative {
    position: relative;
    width: 232px;
    height: 272px;
}
.fix-icon .relative img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.jump-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
}