.lists {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 40px;
}

.lists li {
    margin-bottom: 15px
}

.lists li a {
    color: #1e1e1e;
    font-size: 14px;
    display: block;
    line-height: 28px;
    border: 1px solid #e3e3e3;
    text-align: center
}

.lists li a:hover {
    background-color: #0447a5;
    color: #fff
}