#home {
    margin: 0 auto;
    width: 80%;/*原始65*/
    min-width: 980px;/*页面的最低宽度,也就是页面顶部的宽度*/
    background-color: #FEFEFE;
/*
    background-image:url("https://files.cnblogs.com/files/wot_blitz/metal.gif");
    background-repeat:repeat;
    background-attachment:fixed;
*/
    border:1px solid #E5E5E5;
    border-radius: 6px 6px 6px 6px;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

/*背景修改*/
body {
    background-color: #E5E5E5;
    background-image:url("https://files.cnblogs.com/files/x230/wood.gif");
    background-repeat:repeat;
    background-attachment:fixed;
    font-family: Helvetica, Tahoma, Arial,"PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
    font-size: 14px;
    min-height: 100%;
}

/*侧边栏*/
#sideBar{
/*
    position:fixed;
*/

    background-color: #FEFEFE;

/*
    background-image:url("https://files.cnblogs.com/files/wot_blitz/metal.gif");
    background-repeat:repeat;
    background-attachment:fixed;
*/

    width:250px;
    border:1px solid #E5E5E5;
    border-radius: 6px 6px 6px 6px;
    padding:10px;
    margin-top: 18px;
    margin-bottom: 200px;
}

/*日期*/
.dayTitle{

    box-shadow: 0 0px 0 rgba(255, 255, 255, 0.5);
}

/*文章正文*/
.post{
    background-color: #FEFEFE;
/*背景图片*/
/*
    background-image:url("https://files.cnblogs.com/files/wot_blitz/metal.gif");
    background-repeat:repeat;
    background-attachment:fixed;
*/
    border:1px solid #E5E5E5;
    border-radius: 6px 6px 6px 6px;
    margin-top: 18px;
    padding: 35px;
}

/*文章标题*/
.postTitle{
    color:#0069D6;
}

.entrylistTitle{
    color:#0069D6;
    border-bottom: 2px solid #085;
}

.catListTitle{
    color:#085;
}

.blogStats{
    color:#999999;
}

#blogTitle h1{
     font-family: Helvetica, Tahoma, Arial,"华文行楷", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
}

#blogTitle h2{
    color:#085
}

#cnblogs_post_body h1 {
    font-size: 18px;
    font-weight: bold;
    font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
    line-height: 1.5;
    margin: 10px 0;
}

#cnblogs_post_body h2 {
    font-size: 15px;
    font-weight: bold;
    font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
    line-height: 1.5;
    margin: 10px 0;
}

.entrylistItem {
    min-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100%;
}

.entrylistPosttitle {
    padding-left: 10px;
    margin-bottom: 10px;
    border-left: 3px solid #21759b;
    font-size: 18px;
    width: 100%;
}

.c_b_p_desc {
    font-size: 1px;
    line-height: 1.7;
}

.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: 0px;
    padding-right: 5px;
    margin-top: 0px;
    line-height: 1.5;
}

.PostList {
    border-bottom: 1px solid #ccc;
    clear: both;
    min-height: 1.5em;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.postDesc2 {
    color: #666;
    float: right;
}

#myposts .postDesc2 {
    font-size: 1px;
    padding-left: 20px;
}

.postTitl2 {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: lighter;
}

a{
    color: #000;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none;
}

a:hover{
    color:red;
}

/*留言页面开始*/
#footer {
    color:black;
    margin-top: 50px;
    padding-top: 20px;
    margin-bottom: 0px;
}