﻿.nxzw-bmlist {
    margin: 0 -10px !important;
    overflow: hidden;
    padding-bottom: 50px;
}

.nxzw-bmlist .item {
    float: left;
    display: block;
    height: 48px;
    line-height: 48px;
    padding-left: 0;
    padding-right: 0;
    background-color: #f1f4f7;
    margin: 10px 10px;
    width: 284px;
    text-align: center;
    transition: all 0.4s;
}

.nxzw-bmlist .item a {
    display: block;
    color: #1a2b40;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    text-indent: 20px;
    transition: all 0.2s;
}

.nxzw-bmlist .item a:hover {
    background: rgba(52, 133, 225, 1);
    color: #fff;
    transition: all 0.2s;
}