.banner {
    width: 100%;
    height: 6.35rem;
}

.banner img {
    width: 100%;
    height: 100%;
}

header {
    border-bottom: 1px solid rgb(199, 197, 197);
}

.kcon {
    width: 100%;
    padding-top: 0.01rem;
    padding-bottom: 1rem;
}

.kccon {
    width: 16rem;
    margin: auto;
}

.ktitle {
    width: 2.5rem;
    font-size: .56rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #36404B;

    background: linear-gradient(225deg, #26B7BC 30%, #0B86F3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 1.39rem;
    margin-bottom: 0.5rem;
}

.nitem {
    width: 4.8rem;
    height: 5.6rem;
    border-bottom: 1px solid #ccc;
    margin-right: 0.7rem;
    margin-bottom: 0.6rem;
}

.nitemimg {
    width: 100%;
    height: 3rem;
}

.nitemimg img {
    width: 100%;
    height: 100%;
}

.ck {
    font-size: .14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
    cursor: pointer;
}

.ck img {
    width: 0.17rem;
    height: 0.21rem;
    margin-left: 0.2rem;
}

.date {
    font-size: .2rem;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.abs {
    font-size: .24rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ncon {
    display: flex;
    flex-wrap: wrap;
}

.ncon .nitem:nth-child(3n+3) {
    margin-right: 0;
}

.zhanwei {
    height: 2rem;
    width: 16rem;
    margin: auto;
}

.htop {
    font-size: .18rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.htopmax{
    width: 16rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #999999;
    padding-bottom: 0.5rem;
    margin-bottom: 0.8rem;
}
.htop span{
    color: #26B7BC;
}
.back{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.back img{
    width: 0.21rem;
    height: 0.21rem;
    margin-right: 0.2rem;
}
.back span{
    color: #333333;
    font-size: .18rem;
}