/* 定制推荐和反对按键 */
#div_digg{
  position:fixed;
  bottom:-10px;
  width:120px;
  right:20px;
  box-shadow: 0 0 6px #0000FF;
  border:2px solid #FF0000;
  padding:4px;
  background-color:#fff;
  border-radius:4px 4px 4px 4px !important;
}

.icon_favorite {
    background: transparent url('https://files-cdn.cnblogs.com/files/nnzhang/o_kj.gif') no-repeat 0 0;
    padding-left: 15px;
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}

.weixingzh{
    font-family: 微软雅黑;
    text-align: center;
    font-size:12px;
    font-weight:bold;
    color:#CC3300;
}
.wenzi{
    text-align: center;
    font-size:12px;
    color:#666666;
}



    #cnblogs_post_body
    {
        color: black;      
        font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
        font-size: 15px;
        color:#3A3A3A;
        line-height:30px;
    }


	#cnblogs_post_body a
	{
           text-decoration:none;
	   color:#3A3A3A;
	}
        #cnblogs_post_body a:hover
       {
            text-decoration:underline;
            color:red;
        }

#Header1_HeaderTitle   {
        font-size: 25px;
}

 #cnblogs_post_body h1    {
        background: #2B6695;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
        color: #FFFFFF;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 17px;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
        margin: 18px 0 !important;
        padding: 8px 0 5px 5px;
        text-shadow: 2px 2px 3px #222222;
    }
 #cnblogs_post_body h2{
        background: #DEECF4;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
        color: #3B3939;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 15px;
        /*font-weight: bold;*/
        height: 24px;
        line-height: 23px;
        margin: 12px 0 !important;
        padding: 5px 0 5px 10px;
       /* text-shadow: 1px 1px 2px #222222;*/
    }

.postTitle2{
        line-height: 10px;
        font-size: 15px;
}
.postTitle{
        padding-right:0px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
        transition: all 0.4s linear 0s;
        text-decoration: none;
    }
.postTitle a:hover {
        color: #FF3300;
        margin-left: 15px;
    }

.postDesc{
       color: #666666;
       font-size: 12px;
}

/* 自定义的回到顶部的链接样式 */
.hddb_flag_my {

    color: #333333; 
    text-decoration: underline; 
    font-size: 13px
}
    .hddb_flag_my a:hover {
        color: #FF0000;
    }


/* 自定义的插入代码的代码行间距 */
.cnblogs_code,.cnblogs_code span{
       line-height:18px;
}