#header {
overflow-x: inherit;
}
/*推荐按钮浮动到右下角*/
#div_digg {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background-color: #DCFCE9;
    border: 8px double #06F867;
    padding: 10px;
    margin: 10px;
    text-align: center;
}

#cnblogs_post_body h1, #cnblogs_post_body h2, #cnblogs_post_body h3 {
    box-shadow: rgb(22, 159, 230) 0px 0px 0px 1px, rgb(47, 180, 220) 1px 1px 1px 1px;
    color: rgb(255, 255, 255);
    font-family: 微软雅黑, 宋体, 黑体, Arial;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-shadow: rgb(34, 34, 34) 2px 2px 3px;
    background: rgb(22, 159, 230);
    border-radius: 6px;
    padding: 8px 0px 5px 5px;
    margin: 18px 0px !important;
}

#topics .postTitle {
    font-size: 130%;
    font-weight: bold;
    border-bottom: 1px solid #999;
    float: left;
    line-height: 2em;
    width: 100%;
    padding-left: 5px;
}

#topics .postTitle a, #topics .postTitle a:link,#topics .postTitle a:visited,#topics .postTitle a:active {
    color: #390;
    transition: all 0.4s linear 0s;
}
#topics .postTitle a:hover {
    color: #F60;
    text-decoration: none;
    margin-left: 10px;
}
#cnblogs_post_body #navCategory a {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    color: #000000;
    text-decoration: none;
}

.postBody li, .postCon li {
    list-style-type: disc;
    margin-bottom: 1em;
}

/*菜单栏github二级菜单样式设置*/
#navList li {
position:relative;
}
#navList li:hover .dropdown_column {
            left:0px;
            top:60px;
        }
        .dropdown_column{ /* 下拉菜单边框颜色*/
            margin: 0px auto;
            float: left;
            position: absolute;
            left: -999em;
            text-align: left;
            border: 1px solid #066591;
            border-top: none;
            background: #F4F4F4;
            width: 300px;
        }
        #navList li:hover div a:link {
             text-shadow: none;
        }
        #navList li:hover div a { /* 下拉菜单文字颜色*/
        font-size:12px
        ;color:#444;
        }

        #navList li:hover div a:hover{color:#21910e;} /*下拉带单鼠标停留颜色*/

        #navList li ul {
        list-style:none;padding:10px 5px;
        margin:0;
        }
        #navList li ul li {
        font-size:12px;
        line-height:26px;
        position:relative;
        padding:0;margin:0;
        float:none;
        text-align:left;
        width:290px;
        }
        #navList li ul li:hover {
        background:none;
        border:none;padding:0;
        margin:0;
        }