.list-aggregate>li>a {
    width: 100%;
    height: 25px;
    line-height: 25px;
    display: block;
    margin: 7px auto;
    font-size: 19px;
    overflow: hidden;
}

a{text-decoration:none;}


.list-aggregate>li {
    padding: 10px 0;
    border-bottom: solid 1px #b7e4ff;
    -webkit-transition: ease-in-out background-color .15s .05s;
    -o-transition: ease-in-out background-color .15s .05s;
    transition: ease-in-out background-color .15s .05s;
}
ul, li {
    list-style: none;
}


.list-aggregate li { border-bottom-color: #4d88e5;width:100%;
}

.list-aggregate li a { color: #000000; font-size:16px; }

.list-aggregate li a:hover { color: #767fff
}

.list-aggregate li p { color: #000000;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 400;
    height: 35px;
    line-height: 18px;
    overflow: hidden;	}

.list-aggregate li:hover { background-color: #c9ebfc
}