:root{
    --main-width:75.45%;
    --border-cl:#E4E4E4;
}
.banner img {
    width: 100%;
    height: 100%;
}
.netzero-category{
    padding-top: 24px;
    padding-bottom:24px;
}
.netzero-category .breadcrumb-wrapper .list{
    padding-left: 0;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.netzero-category .breadcrumb-wrapper .list>*{
    list-style: none;
}
.netzero-category .breadcrumb-wrapper .list .item{
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #5A5A5A;
}
.netzero-category .breadcrumb-wrapper .list .icon{
    line-height: 16px;
}
.netzero-category .breadcrumb-wrapper .list .icon svg{
    vertical-align: baseline;
}
.netzero-category .category-name{
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #303030;
}
.netzero-category .category-name .bar{
    width: 8px;
    height: 40px;
    background-color: var(--Netzero, #54C5D0);
    margin-right: 8px;
}
.netzero-category .category-name .name{
    font-family: Inter;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
}
.netzero-category .category-main{
    display: flex;
    margin-bottom: 24px;
}
.netzero-category .category-main .left{
    width: calc(var(--main-width) - 12px);
    margin-right: 24px;
}
.netzero-category .category-main .left >*{
    display: flex;
}
.netzero-category .category-main .left >* .story-thumb{
    width: 55.84%;
    margin-bottom: 0;
    margin-right: 24px;
}
.netzero-category .category-main .left >* .story-info{
    flex: 1;
    border-bottom: 1px solid #E4E4E4;
}
.netzero-category .category-main .left >* .story-title{
    font-size: 32px;
    line-height: 40px;
}

    .netzero-category .category-main .left > * .story-title a {
        font-weight: 800;
    }

.netzero-category .category-main .left >* .story-description{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
}
.netzero-category .category-main .right{
    width: calc(100% - var(--main-width) - 12px);
}
.netzero-category .category-main .right .banner{
    height: 100%;
}
.netzero-category .category-main .right .banner>*{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.netzero-category .category-storylist{
    display: flex;
    flex-wrap: wrap;
}
.netzero-category .category-storylist >*{
    position: relative;
    width: calc((100% / 4) - 18px);
    margin-right: 24px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border-cl);
}
.netzero-category .category-storylist >* .story-title{
    font-size: 20px;
    line-height: 24px;
}
.netzero-category .category-storylist >*:nth-child(4n){
    margin-right: 0;
}
.netzero-category .category-storylist >*:nth-child(n + 4) .story-description{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.netzero-category .category-storylist >*:nth-child(-n+4) .story-description{
    display: none;
}
.netzero-category .category-storylist >*::after{
    content: '';
    position: absolute;
    bottom: -1px;
    right: -24px;
    width: 24px;
    height: 1px;
    background-color: var(--border-cl);
}
.netzero-category .category-storylist >*:nth-child(4n):after{
    display: none;
}
.netzero-category .pagination{
    position: relative;
}
.netzero-category .pagination::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    z-index: 2;
    top: -26px;
    left: 0;
    background-color: #ffffff;
}
.netzero-category .pagination-list{
    --gap:24px;
    padding-left: 0;
    margin-bottom: var(--gap);
    padding-bottom: var(--gap);
    border-bottom: 1px solid var(--border-cl);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;

}
.netzero-category .pagination-list .page-num{
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid var(--border-cl, #E4E4E4);
    border-radius: 4px;
}
.netzero-category .pagination-list .page-num.disable{
    color: #D9D9D9;
}
.netzero-category .pagination-list .page-num.disable svg path{
    fill: #D9D9D9;
}
.netzero-category .pagination-list .page-num.previous{
    transform: rotate(180deg);
}
.netzero-category .pagination-list .page-num.previous>* svg,
.netzero-category .pagination-list .page-num.next>* svg{
    display: block;
    width: 12px;
    height: 12px;
}
.netzero-category >.banner{
    max-height: 300px;
    overflow: hidden;
    border-radius: 8px;
}
.netzero-category >.banner *{
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 992px){

    .mobile {
        display: block;
    }

    .netzero-category{
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .netzero-category .breadcrumb-wrapper .list{
        margin-bottom: 16px;
    }
    .netzero-category .category-name .bar{
        height: 26px;
    }
    .netzero-category .category-name .name{
        font-size: 20px;
        line-height: 24px;
    }
    .netzero-category .category-name{
        margin-bottom: 16px;
    }
    .netzero-category .category-main{
        flex-direction: column;
    }
    .netzero-category .category-main .left{
        width: 100%;
        margin-right: 0;
    }
    .netzero-category .category-main .left >*{
        flex-direction: column;
    }
    .netzero-category .category-main .left >* .story-thumb{
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .netzero-category .category-main .left >* .story-title{
        font-size: 24px;
        line-height: 36px;
    }
    .netzero-category .category-main .left >* .story-info{
        padding-bottom: 16px;
    }
    .netzero-category .category-main .left >* .story-description{
        -webkit-line-clamp: 2;
    }
    .netzero-category .category-main .right{
        display: none;
    }
    .netzero-category .category-storylist >*{
        width: calc((100% / 2) - 12px);
    }
    .netzero-category .category-storylist >*:nth-child(odd){
        margin-right: 24px;
    }
    .netzero-category .category-storylist >*:nth-child(odd)::after{
        display: block;
    }
    .netzero-category .category-storylist >*:nth-child(even){
        margin-right: 0px;
    }
    .netzero-category .category-storylist >*:nth-child(even)::after{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .netzero-category .category-storylist >*{
        width: 100%;
    }
    .netzero-category .category-storylist >*:nth-child(n+4) .story-description{
        display: none;
    }
    .netzero-category .category-storylist >*:nth-child(odd){
        margin-right: 0px;
    }
    .netzero-category .category-storylist >*:nth-child(odd)::after{
        display: none;
    }
    .netzero-category .category-storylist >*:last-child{
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    .netzero-category .pagination::after{
        top: -10px;
    }
    .netzero-category .category-storylist >* .story-title{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
    }
    .netzero-category .category-storylist >*:nth-last-child(n+2){
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
    .netzero-category .pagination + .banner{
        display: none;
    }
    .netzero-category .pagination-list{
        --gap:16px;
        border-bottom: none;
        margin-bottom: 0;
    }
}