body {
    color: #000;
    background-color: #3578b3;
    font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
    font-size: 14px;
    min-height: 100%;
}
#home {
    margin: 0 auto;
    width: 80%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#header{
margin-top:0;
}
#navigator {
    font-size: 14px;
    border-bottom: 2px solid #ededed;
    border-top:0;
    height: 30px;
    clear: both;
}
#navList a {
    display: block;
    width: 4em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 6px;
}
#main{
   margin-top:15px;
}
#blogTitle h1 {
    font-size: 50px;
    margin-top: 0;
    font-weight: bold;
    line-height: 1.2em;

}
#blogTitle h1,h2 {
   margin-left:10px;
}
#mainContent{
float:right;
padding: 0px 10px 10px 0;
}
#sideBar {
    width: 230px;
    min-height: 200px;
    padding: 0px 5px 0px 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}
.CalTodayDay {
    background: #edebc2 !important;
    color: #FFF;
    font-weight: bold;
}

#mainContent .forFlow {
    margin-left: 19em;
    float: none;
    width: auto;
}
.postTitle {
    border-left: 5px solid #21759b;
    font-size:24px;
}
.postTitle a:hover {
    margin-left: 8px;
    color: #0f3647;
    text-decoration: none;
}
.postDesc a:hover {

    text-decoration: none;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all 0.2s linear 0s;
}
.c_b_p_desc_readmore {
    padding-left: 10px;
    font-weight:bold;

}
.postDesc{
margin-top:0;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory{

margin-bottom:20px;
}
.c_b_p_desc {
    font-size: 16px;
    line-height: 1.5;
}