#home {
    margin: 0 auto;
    width: 1080px;
}

#mainContent {
    min-height: 200px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 80%;
    background: #fff;
}

#cnblogs_post_body img {
    max-width: 830px;
}