// 背景色
body {
    background: #ccc;
}

#navList li:after{
    content: ''
    width: 1px
    background: white
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #000;
}

.catListTitle {
    background: #000;
    border-bottom: 1px solid #000;
}