/* 解决列表项间距过大的问题 */
#cnblogs_post_body li p {
    margin-bottom: 0;
}
#cnblogs_post_body li {
    margin-bottom: 5px;
}