<style type="text/css">
/*****home和头部开始**************************/
#home {
    margin: 0 auto;
    width: 72%;/*原始65*/
    min-width: 980px;/*页面的最低宽度,也就是页面顶部的宽度*/
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
/*博客标题*/
#blogTitle {
    height: 80px;  /*高度*/
    clear: both;
}
    /*主标题格式*/
    #blogTitle h1 {
        font-size: 26px;
        font-weight: bold;
        line-height: 1.8em;/*原始 1.6em*/
        margin-top: 10px;/*原始 15px */
    }

        #blogTitle h1 a {
            color: #515151;
        }
            /*超链接颜色*/
            #blogTitle h1 a:hover {
                color: #21759b;
            }
    /*次标题格式*/
    #blogTitle h2 {
        font-weight: normal;
        font-size: 17px;/*原始 16px ；font-size: 1.0rem;*/      
        line-height: 1.8;
        color: #757575;
        float: left;        
    }
/*头部导航栏*/
#navigator {
    font-size:15px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 60px;/*导航栏高度，原始50*/
    clear: both;
    margin-top: 25px;
}
/*导航栏设置,可以自定义导航栏的目录*/
#navList {
    min-height: 35px;
    float: left;
}
    #navList li {        /*每一个栏目节点*/
        float: left;
        margin: 0 5px 0 0; /*这里原来是0 40px 0 0 */
    }    
    #navList a {         /*栏目文字的格式*/
        display: block;
        width: 5em;
        height: 23px;
        float: left;
        text-align: center;
        font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
        font-size: 18px;
    }
#cnblogs_post_body
{
        color: black;      
        font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
        font-size: 14px;
}

#cnblogs_post_body h1    {
        background: #2B6695;
        border-radius: 3px;
        box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
        color: #fff;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 17px;
        font-weight: bold;
        height: 38px;
        line-height: 38px;
        margin: 40px 0 25px 0 !important;
        padding: 8px;
        text-shadow: 1px 1px 4px #444;
    }

 #cnblogs_post_body h2{
        background: #4B86c5;
        border-radius: 3px;
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
        color: #fff;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 14px;
        font-weight: bold;
        height: 24px;
        line-height: 24px;
        margin: 25px 0 15px 0 !important;
        padding: 8px;
        text-shadow: 1px 1px 2px #444;
    }

 #cnblogs_post_body h3{
        background: rgba(100, 100, 100, 0.2);
        border-radius: 0px;
        border-style: solid;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 3px;
        border-color: #3f7aaa;
        color: #000;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 14px;
        font-weight: bold;
        height: 18px;
        line-height:18px;
        margin: 15px 0 15px 0 !important;
        padding: 8px;
    }

 #cnblogs_post_body h4{
        border-style: solid;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 4px;
        border-color: #3f7aaa;
        border-radius: 0px;
        color: #000;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 14px;
        font-weight: bold;
        height: 18px;
        line-height: 18px;
        margin:15px 0 15px 0 !important;
        padding: 0 0 0 8px;
    }
#div_digg{
  position:fixed;
  bottom:5px;
  width:140px;
  right:40px;
  border:1px solid #6FA833;
  padding:10px;
  background-color:#fff;
  border-radius:0px 0px 0px 0px !important;
  box-shadow: 1px 1px 6px 1px rgba(10, 10, 0, 0.3);
  opacity:0.7;
}
#div_digg:hover{
  opacity:1;
}
</style>