#category li a:before { /* 添加一个折叠符号，为了好看 */
    content: "";
    position: absolute;
    left: 10px;
    bottom: 5px;
    font-size: 12px;
}
#category{
    width: auto;
	padding: 0;
}
#category li>a{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 40px;
}