.card-tab{
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    border-radius: 4px;
    overflow: hidden;
    padding: 0 15px;
}
.art-l{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.art-r{
    text-align: right;
    color: #979797;
}
.article-h .layui-this{
    color: #0085fa!important;
}
.article-h .layui-this::after{
    border-bottom: 2px solid #0085fa!important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #0085fa;
}
.layui-laypage a:hover {
    color: #0085fa;
}