body {
    background: #FFFFFF;
}
.a-disabled{
    pointer-events:none;
}
.list-wrapper {
    margin-top: 60px;
    min-height: calc(100vh - 140px);
    width: 100%;
}

.list-wrapper .list-container {
    margin: 0 auto;
    padding-top: 40px;
    width: 1200px;
    font-size: 0;
}

.list-wrapper .list-container .list-container-left {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    width: 1150px;
}

.list-wrapper .list-container .list-container-left .list-tab-wrapper {
    margin-bottom: 20px;
    height: 32px;
    line-height: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.list-wrapper .list-container .list-container-left .list-tab-wrapper .tab {
    margin-right: 30px;
    display: inline-block;
}

.list-wrapper .list-container .list-container-left .list-tab-wrapper .tab.active a {
    position: relative;
    color: #0d95e8;
}

.list-wrapper .list-container .list-container-left .list-tab-wrapper .tab.active a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 3px;
    width: 100%;
    background: #0d95e8;
    border-radius: 3px;
}

.list-wrapper .list-container .list-container-left .list-tab-wrapper .tab a {
    font-size: 20px;
}

.list-wrapper .list-container .list-container-left .list-item-wrapper {
    margin-bottom: 40px;
    font-size: 0;
}

.list-wrapper .list-container .list-container-left .list-item-wrapper .list-item {
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    border: 1px solid #f5f5f5;
    width: 270px;
    overflow: hidden;
    box-shadow: none;
    transition: all .2s ease-out 0s;
}

.list-wrapper .list-container .list-container-left .list-item-wrapper .list-item:hover {
    box-shadow: 0 2px 10px 3px rgba(38, 38, 38, 0.15);
    transform: translateY(-3px);
    transition: all .2s ease-in 0s;
}

.list-wrapper .list-container .list-container-left .list-item-wrapper .list-item .icon {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    border-radius: 3px;
}

.list-wrapper .list-container .list-container-left .list-item-wrapper .list-item img {
    height: 140px;
    display: block;
    width: 100%;
}

.list-wrapper .list-container .list-container-left .list-item-wrapper .list-item .item-info {
    padding: 15px;
}

.list-wrapper .list-container .list-container-left .list-item-wrapper .list-item .title {
    padding-bottom: 15px;
    min-height: 44px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
}

.list-wrapper .list-container .list-container-left .list-item-wrapper .list-item .bottom {
    overflow: hidden;
}

.list-wrapper .list-container .list-container-left .list-item-wrapper .list-item .date {
    float: left;
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
    font-size: 12px;
    color: #797979;
}

.list-wrapper .list-container .list-container-left .list-item-wrapper .list-item:nth-child(3n) {
    margin-right: 0;
}

.list-wrapper .list-container .list-container-left .pagination-wrapper {
    margin: 40px auto;
    text-align: center;
    font-size: 0;
}

.list-wrapper .list-container .list-container-left .pagination {
    display: inline-block;
}

.list-wrapper .list-container .list-container-left .pagination .page {
    box-sizing: border-box;
    padding: 0 15px;
    display: inline-block;
    border: 1px solid #e2e2e2;
    border-right: none;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    color: #333333;
}

.list-wrapper .list-container .list-container-left .pagination .page a {
    color: #333333;
}

.list-wrapper .list-container .list-container-left .pagination .page.active {
    border: none;
    background: #0d95e8;
}

.list-wrapper .list-container .list-container-left .pagination .page.active a {
    color: #FFFFFF;
}

.list-wrapper .list-container .list-container-left .pagination .page:first-child {
    border-radius: 4px 0 0 4px;
}

.list-wrapper .list-container .list-container-left .pagination .page:last-child {
    border-right: 1px solid #e2e2e2;
    border-radius: 0 4px 4px 0;
}

.list-wrapper .list-container .list-container-right {
    position: fixed;
    top: 100px;
    display: inline-block;
    vertical-align: top;
    width: 300px;
}

.list-wrapper .list-container .list-container-right .list-title {
    position: relative;
    margin: 2px 0 15px;
    padding: 0 0 0 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.list-wrapper .list-container .list-container-right .list-title:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #0d95e8;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent);
    border-radius: 3px;
}


.list-wrapper .list-container .list-container-right .article-list .article-item {
    border-bottom: 1px dashed #e2e2e2;
    padding: 8px 0;
    height: 56px;
    line-height: 56px;
    font-size: 0;
}

.list-wrapper .list-container .list-container-right .article-list .article-item .article-item-right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /*width: 190px;*/
}

.list-wrapper .list-container .list-container-right .article-list .article-item .article-item-right .title {
    height: 38px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    font-size: 14px;
    color: rgb(38, 38, 38);
}

.list-wrapper .list-container .list-container-right .article-list .article-item .article-item-right .date {
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 12px;
    color: rgba(38, 38, 38, 0.6);
    line-height: 14px;
}

@media screen and (max-width: 750px) {
    .list-wrapper {
        margin-top: 1.81rem;
    }

    .list-wrapper .list-container {
        box-sizing: border-box;
        padding: 0.4rem 0.27rem 0;
        width: 100%;
    }

    .list-wrapper .list-container .list-container-right {
        display: none !important;
    }

    .list-wrapper .list-container .list-container-left {
        margin: 0px;
        width: 100%;
    }

    .list-wrapper .list-container .list-container-left .list-tab-wrapper {
        margin-bottom: 0.4rem;
        height: 0.64rem;
        line-height: 0.64rem;
        font-size: 0.2rem;
        font-weight: 500;
        color: #333333;
    }

    .list-wrapper .list-container .list-container-left .list-tab-wrapper .tab {
        margin-right: 0.3rem;
    }

    .list-wrapper .list-container .list-container-left .list-tab-wrapper .tab a {
        font-size: 0.4rem;
    }

    .list-wrapper .list-container .list-container-left .list-tab-wrapper .tab.active a:after {
        height: 2px;
        bottom: -2px;
        border-radius: 2px;
    }

    .list-wrapper .list-container .list-container-left .list-item-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .list-wrapper .list-container .list-container-left .list-item-wrapper .list-item {
        margin-right: 0 !important;
        flex: 0 0 48.5%;
    }

    .list-wrapper .list-container .list-container-left .list-item-wrapper .list-item .title {
        font-size: 0.36rem;
    }
    .list-wrapper .list-container .list-container-left .list-item-wrapper .list-item img {
        height: 2.5rem;
        display: block;
        width: 100%;
    }

}


