#aboutusSider { > .title { height: 55px; margin-bottom: 5px; background-color: #006b47; > div { font-size: 20px; color: white; } } > .cate-list { > ul { > li { border-bottom: 1px solid #fff; background-color: #dcdcdc; > a { padding: 9px 5px; > img { margin-right: 9px; } > span { color: #111; font-size: 16px; } } &:hover { background-color: #006b47; > a { > span { color: white; } } } } } } }