.headImg {
    width: 100%;
    height: 627px;
    object-fit: cover;
    display: block;
}

.newBox {
    width: 1440px;
    margin: -40px auto 0;
    display: flex;
    justify-content: space-between;
}


.topUpNew ul {
    width: 50%;
    position: absolute;
    top: 450px;
    left: 10%;

}

.topUpNew ul li {
    color: #ffffff;
}

.topUpNew ul .li1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    text-shadow: -2px 2px 8px rgba(61, 61, 61, 0.88);
}

.topUpNew ul .li2 {
    font-size: 14px;
    margin-top: 36px;
}

.newType .left {
    margin: 75px auto 0;
    padding-bottom: 10px;
}

.newType .left ul {
    width: 360px;
    height: 62px;
    line-height: 62px;
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #17264A;
    background-color: #ffffff;
    border: 1px solid #D6D6D6;
    cursor: pointer;
    position: relative;
}

.newType .left ul span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #17264A;
    border-radius: 50%;
    border: 1px solid #27365A;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;

}

.newType .left .selectLi {
    background: linear-gradient(to right, #0F1A3A, #273C68, #0F1A3A);
    color: #E8CD84;
}

.newList {
    width: 1050px;
    position: relative;
    padding-bottom: 70px;
}

.newList .boxShadow {
    width: 100%;
}

.newItme {
    width: 90.5%;
    margin: -130px auto 0;
    text-align: justify;
    overflow: hidden;
}

.newItme .item-info {
    display: inline-block;
    width: 462px;
    height: 430px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    border: 1px solid #BCBCBC;
    margin-bottom: 20px;
    cursor: pointer;
}

.newItme .item-info .newImg {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.newItme .jia {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #17264A;
    border-radius: 50%;
    border: 1px solid #27365A;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: 190px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.newItme .item-info:nth-child(odd) {
    float: left;
}

.newItme .item-info:nth-child(even) {
    float: right;
}

.newItme .item-info ul {
    width: 20%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 220px;
}

.newItme .item-info ul .li1 {
    font-weight: bold;
    font-size: 30px;
    color: #BCBCBC;
}

.newItme .item-info ul .li2 {
    font-size: 24px;
    color: #BCBCBC;
}

.newItme .item-info ol {
    width: 88%;
    margin: 22px auto 0;
}

.newItme .item-info ol .li1 {
    font-size: 20px;
    color: #2E2E2E;
}

.newItme .item-info ol .li2 {
    width: 85%;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #2E2E2E;
    margin-top: 18px;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newItme .item-info ol .li3 {
    margin-top: 10px;
    font-size: 14px;
    color: #6F6F6F;
    /* word-wrap: break-word;
    word-break: break-all; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 24px;
}

.fenye {
    text-align: center;
}

.boxShadow_bottom_s {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}


/* 文章详情 */
.filterBlur {
    width: 102%;
    height: 647px;
    background-image: url('https://kchi.obs.cn-north-4.myhuaweicloud.com:443/035619644585622306.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px);
    filter: blur(10px);
    margin: -20px -1% 0 -1%;
}

.filterBlur_headImg {
    width: auto;
    max-height: 627px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;

}

.newItme .details-info {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}


.newItme .details-info .type {
    font-size: 22px;
    color: #2E2E2E;
}

.newItme .details-info .time {
    width: 20%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.newItme .details-info .time .li1 {
    font-weight: bold;
    font-size: 26px;
    color: #BCBCBC;
}

.newItme .details-info .time .li2 {
    font-size: 22px;
    color: #BCBCBC;
}

.newItme .details-info .title {
    width: 90%;
    font-weight: bold;
    font-size: 50px;
    color: #2E2E2E;
    margin-top: 60px;
}

.newItme .details-info .article {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.newDetails .article img,
.newDetails .article video {
    max-width: 100% !important;
    height: auto !important;
}

/* .newItme .details-info .article p {
    overflow: hidden;
    margin: 15px 0;
} */

/* .newItme .details-info .article * {
    max-width: 100% !important;
    height: auto !important;
    white-space: normal !important;
} */