*{
    transition: all 0.3s;
}

.postDesc{margin-top: 0px !important; margin-bottom: 20px !important;}
.cnblogs-post-body{ height: 24px;overflow: hidden;}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
        transition: all 0.2s linear 0s;
    }

    .postTitle a:hover {
        margin-left: 10px !important;
    }