/*发表文章的标题*/
.postTitle {
    border-left: 0px solid #21759b;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
    .postTitle a:link, .postTitle a:visited, .postTitle a:active {
        color: #21759b;
        transition: all 0.3s linear 0s;
    }

    .postTitle a:hover {
        margin-left: 20px;
        color: #21759b;
        text-decoration: none;
    }
    
/*文章内容（简介内容）*/
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 0px;
}

.day .postTitle a {
    padding-left: 10px;
}

/*文章附加信息*/
.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;
}

#cnblogs_post_body
{
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 14px;
    padding_left:30px
}
#cnblogs_post_body h1    {
    background: #cccccc;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #21759b;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 23px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 30px 0 5px 5px;

}
#cnblogs_post_body h2    {
    background: #4F94CD;
    border-radius：0px 0px 0px 0px
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 18px 0 !important;
    padding: 5px 0 5px 5px;

}
#cnblogs_post_body h3    {
     background: #C6E2FF;
    border-radius: 0px 0px 0px 0px;

    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 16px;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow:2 2 2px #ededed
}
#cnblogs_post_body h4{
    background: #919191;
    border-radius: 0px 0px 0px 0px;

    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 16px;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow:2 2 2px #ededed

}