@charset "UTF-8";
.list-texts{
    overflow: hidden;
}
.list-text{
    line-height: 40px;
}
.list-text a{
    border-left: solid 3px #ffffff;
}
.list-text strong{
    color: #333333;
}
.list-text span{
    color: #999999;
}
.list-text a:hover{
    background-color: #f6f6f6;
    border-left: solid 3px #f44336;
}
.bar:nth-child(5n+0){
    border-bottom: dashed 1px #e3e3e3;
}
/* 分页 */
.pagination{
    font-size: 14px;
}
.pagination a{
    color: #f44336;
    border-color: #f44336;
}
.pagination .page-link:hover {
    color: #ffffff;
    border-color: #f44336;
    background-color: #f44336;
}
.pagination .page-link:focus{
    box-shadow: none;
}