#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(69, 64, 64, 0.3);
}

body {
    color: #586f76;
    background: url(//images.cnblogs.com/cnblogs_com/blogs/702817/galleries/2244547/o_221117032736_%E5%A3%81%E7%BA%B8.jpg) no-repeat center 0 #fff4e6;
    font-family: Verdana,Arial,Helvetica,sans-serif,"微软雅黑";
    font-size: 15px;
    line-height: 1.8;
}

#blogTitle {
    height: 130px;  /*高度*/
    clear: both;
    background-color: rgba(245, 118, 196, 0);
}

/*文章附加信息*/
.postDesc {   
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;     
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 13px;
    padding-right: 20px;/*5px  padding-left: 90px;posted 发表时间左边距离*/
    margin-top: 20px;
    line-height: 1.8;
    padding-bottom: 35px;
}


