.catListTitle{ display:none; }
.feedbackCon img:hover {
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
 #mainContent {
    width: 100%;
}
#cnblogs_post_body img {
    max-width:100%;
}
.feedbackCon img {
border-radius: 40px;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.feedbackCon {
    padding: 15px 0 20px 10px;
    background: url('');
}
.blog_comment_body{
padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
}