.news-list-wrap{
    width: 100%;
    height: auto;
}

.news-list-nav{
    width: 100%;
    height: auto;
    border-top: 1px solid #f5f5f5;
}

.news-list-nav p{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #565656;
    line-height: 40px;
}

.news-list-nav p a{
    color: #565656;
}

.news-list-nav span{
    color: #0097CF;
}

.news-list{
    width: 100%;
    height: auto;
    border: 1px solid #CECECE;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 0 10px;
}

.news-item{
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #A8A8A8;
    box-sizing: border-box;
    padding: 10px 0;
}

.news-item .news-title{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #4E4E4E;
    line-height: 20px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-item .news-title span{
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #787777;
    vertical-align: middle;
    margin-right: 8px;
}

.news-item .create-date{
    font-size: 11px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #787777;
    line-height: 20px;
}

.news-tool{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 15px 15px 30px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pre-btn{
    width: 28px;
    height: 28px;
    border: 1px solid #CBCDCB;
    border-radius: 1px;

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 28px;
}

.next-btn{
    width: 28px;
    height: 28px;
    background: #0090E4;
    border: 1px solid #CBCDCB;
    
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
}


