#home {
    margin: 0 auto;
    width: 80%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    background-color: rgba(245, 245, 245, 0.7);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
body {
    background: rgba(12, 100, 129, 1) url('https://www.cnblogs.com/images/cnblogs_com/QingCai-DCF/1285463/o_1.jpg') fixed no-repeat;
    background-position: 50% 5%; 
    background-size: cover;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: rgba(0, 0, 0, 0.075);
    margin-bottom: 35px;
    word-wrap: break-word;
}
.CalTodayDay {
    background: #f8f8f8 !important;
    color: #FFF;
    font-weight: bold;
}
#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 10px;
}
li {
    list-style: none;
    margin-left: 10px;
}
.postDesc {
    font-size: 13px;
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    padding-left: 20px;
    padding-right: 5px;
    margin-top: 10px;
    line-height: 1.5;
}
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
}
#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-left: -20em;
    width: 100%;
}
#comment_form_container .comment_textarea {
    width: 362px;
    height: 200px;
    font-size: 13px;
    padding: 8px;
    margin-bottom: 10px;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.09);
}
.c_b_p_desc {
    font-size: 14px;
    line-height: 1.7;
    margin-left: 20px;
}
.catListTitle {
    font-weight: bold;
    line-height: 1.2;
    font-size: 110%;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 8px;
}
.CalTodayDay {
    background: rgba(63, 193, 55, 0.22) !important;
    color: #333;
    font-weight: bold;
}
.cnblogs_code div {
    background-color: rgba(0, 0, 0, 0);
}
.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: rgba(0, 0, 0, 0)!important;
    border: none!important;
}
.cnblogs_code {
    background-color: rgba(0, 0, 0, 0.09);
    font-family: Courier New!important;
    font-size: 12px!important;
    border: 1px solid #ccc;
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    color: #333;
}