/**
 *@author: lyc
 *@updateTime: 2020-05-19
 */

.n-list{
    min-height: 500px;
}
.n-list-item{
    margin-bottom: 6px;
}

.n-list-item-link{
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 14px;
}

.n-list-item-link:hover{
    background: #4dbfd2;
    color: #fff!important;
}

.n-list-date{
    width: 172px;
    padding-top: 3px;
    line-height: 1.278;
    text-align: center;
}

.n-list-content{
    width: calc(100% - 175px);
    padding: 0 36px;
}

.n-list-content:before{
    content: "";
    position: absolute;
    width: 2px;
    height: 80px;
    margin-top: 4px;
    margin-left: -36px;
    background: #DCDCDC;
}

.n-list-item-link:hover .n-list-date,
.n-list-item-link:hover .n-list-title,
.n-list-item-link:hover .n-list-brief{
    color: #fff;
}
.n-list-item-link:hover .n-list-content:before{
    background: #fff;
}

.n-list-title,
.n-list-brief{
    width: 100%;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n-list-title{
    margin-bottom: 0;
    font-weight: 500!important;
}

.page-box{
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 34px;
}
.page-btn{
    display: block;
    width: 68px;
    padding: 0;
    border: 1px solid #E6E6E6;
    background: transparent;
    line-height: 38px;
    text-align: center;

}
.page-btn:hover{
    background: #4dbfd2;
    color: #fff;
    border-color: #4dbfd2;
}
.page-btn + .page-btn{
    margin-left: -1px;
}

@media (max-width: 1199px) {
    .n-list-date{
        width: 142px;
    }

    .n-list-content{
        width: calc(100% - 145px);
        padding: 0 26px;
    }
    .n-list-content:before{
        margin-left: -26px;
    }

}

@media (max-width: 991px) {
    .n-list{
        width: 100vw;
        margin-left: -19px;
    }
    .n-list-item{
      margin-bottom: 0;
    }
    .n-list-date{
        padding-top: 0;
        line-height: 1.348;
    }
    .page-box{
        margin-bottom: 30px;
    }
}


@media (max-width: 576px) {
    .n-list{
        min-height: 400px;
    }
    .n-list-item-link{
        padding: 10px 0;
    }

    .n-list-date{
        width: 120px;

    }

    .n-list-content{
        width: calc(100% - 120px);
        padding: 0 24px 0 30px;
    }

    .n-list-content:before{
        width: 1px;
        height: 78px;
        margin-top: -5px;
        margin-left: -30px;
    }

    .n-list-title{
        line-height: 2.02;
    }
    .n-list-brief{
        line-height: 3;
    }

    .page-btn{
        width: 52px;
        padding: 0;
        line-height: 30px;

    }
}
