/**mouse**/
body {
	cursor: url(https://blog-static.cnblogs.com/files/lovebing/hand.gif), auto;
}
#cnblogs_post_body p{
margin: 0px auto;
}
 
/*溢出隐藏设置*/
#topics, #mainContent {
    overflow: visible;
}
#postDesc {
    float: none;
} 