#home {
    margin: 0 auto;
    //width: 65%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    background: rgba(12, 100, 129, 1) url('https://images.cnblogs.com/cnblogs_com/CYHeimu/1477592/o_dongbin-im-jitensha.gif') fixed no-repeat;
    background-position: 50% 5%; 
    background-size: cover;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#blogTitle {
    background:rgba(0,0,0,0);
}
#blogTitle h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;/*原始 1.6em*/
    margin-top: 10px;/*原始 15px */
    margin-left: 40px;
    color: #548B54;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 18px;/*原始 16px ；font-size: 1.0rem;*/      
    line-height: 1.6;
    color: #111;
    font-weight: bold;
    margin-left: 58px;
    margin-bottom: 5px;
    text-align: left;
}
#navigator{
    background-color: rgba(0, 0, 0, 0);
    border-top:3px solid #111;
    border-bottom:3px solid #111;
}
#navList a:link, #navList a:visited, #navList a:active{
    color: #eee;
    font-size: 14px;
    font-weight: bold;
}
.blogStats{
    color: #eee;
    font-size: 14px;
}
.postTitle {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #164F66;
    transition: all 0.3s linear 0s;
}
.postTitle a:hover {
    margin-left: 8px;
    color: #0f3647;
    text-decoration: none;
}
.postCon {
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
}
.c_b_p_desc {
    color: rgba(5,5,5,1);
    padding-left: 10px;
}
.postDesc{
    color: rgba(5,5,5,1);
}
.day .postTitle a {
    padding-left: 10px;
}
.day {
    background: rgba(210, 240, 255, 0.5);
}
#mainContent{
}
.forFlow{
    margin-right: 18em;
}
.catListEssay ,.catListPostCategory ,.catListPostArchive {
    background: rgba(255, 255, 255, 0.7);
}
.catListTitle {
    background: rgba(25,80,100,0.7);
}
.catListEssay ul li a, .catListLink ul li a, .catListNoteBook ul li a, .catListTag ul li a, .catListPostCategory ul li a, .catListPostArchive ul li a, .catListImageCategory ul li a, .catListArticleArchive ul li a, .catListView ul li a, .catListFeedback ul li a, .catListComment ul li a, .catListBlogRank ul li a, .catList ul li a .catListArticleCategory ul li a {
    text-indent: 1em;
    font-size: 12.5px;
}
.catListEssay ul li, .catListLink ul li, .catListNoteBook ul li, .catListTag ul li, .catListPostCategory ul li, .catListPostArchive ul li, .catListImageCategory ul li, .catListArticleArchive ul li, .catListView ul li, .catListFeedback ul li, .catListComment ul li, .catListBlogRank ul li, .catList ul li, .catListArticleCategory ul li {
    border-top: 1px solid rgba(100,100,120,0.6);
}
#footer {
    margin:0px;
}
.postBody {
	padding: 15px 35px 15px 35px;
	line-height: 1.5;
	color: #000;
	border-bottom: 1px solid #ccc;
}