#home {
    margin: 0 auto;
    width: 90%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 25px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: right;
    margin-left: -22em;
    width: 100%;
}

#mainContent .forFlow {
    margin-left: 25em;
    float: none;
    width: auto;
}
.catListTitle {
    font-weight: bold;
    line-height: 1.2;
    font-size: 110%;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    border-left: 10px solid rgba(82, 168, 236, 0.6);
    padding: 10px 0 10px 14px;
    background: #f7f7f7;
}

#sideBar {
    margin-top: -15px;
    width: 230px;
    min-height: 200px;
    padding: 0px 0 0px 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

#cnblogs_post_body img {
    max-width: 800px;
}

/*导航目录固定在右边*/
#navCategory {
   
}
/*
#blogTitle h1 a {
    color: white;
    text-shadow: 1px 1px 5px #000;
}*/

#cnblogs_post_body h2 {
    background: antiquewhite;
}