body {
    color: #000;
        background-image: url(https://images.pexels.com/photos/40465/pexels-photo-40465.jpeg?cs=srgb&amp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position:10 -90px;
    background-attachment:fixed;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:10px;
    min-height: 101%;
}
#navigator {
    background-color: rgba(48, 38, 52, 0.68);
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    clear: both;
    border-radius: 6px;
}
#blogTitle h1 {
    font-size: 350%;
    font-weight: bold;
    font-family: "Comic Sans Ms",cursive,sans-serif;
    line-height: 1.5;
    margin-left: -4em;
    margin-top: 18px;
    width: 50%;
    float: left;
    text-shadow: 0 0 10px #255834,
    0 0 20px #fff,
    0 0 30px #fff,
    0 0 40px #0662b8,
    0 0 70px #0b84b4,
    0 0 80px #33caf8,
    0 0 100px #467e5b,
    0 0 150px #275338;
}

 #cnblogs_post_body
    {
        color: black;      
        font: 0.875em/1.5em "宋体" , "PTSans" , "Arial" ,sans-serif;
        font-size: 16px;
         text-decoration: none;
    }
#cnblogs_post_body h1    {
        background: #0c80ec;
        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: 25px;
        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: #0b84b4;
        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: 25px;
        font-weight: bold;
        height: 24px;
        line-height: 23px;
        margin: 12px 0 !important;
        padding: 5px 0 5px 10px;
        text-shadow: 2px 2px 3px #222222;
       }
 #cnblogs_post_body h3{
        background: #0b84b4;
        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: 20px;
        font-weight: bold;
        height: 24px;
        line-height: 23px;
        margin: 12px 0 !important;
        padding: 5px 0 5px 10px;
        text-shadow: 2px 2px 3px #222222;
       }
 #cnblogs_post_body h4{
        background: #0c80ec;
        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: 20px;
        font-weight: bold;
        height: 24px;
        line-height: 23px;
        margin: 12px 0 !important;
        padding: 5px 0 5px 10px;
        text-shadow: 2px 2px 3px #222222;
       }
</style>
.postTitle {
    border-left: 3px 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.4s linear 0s;
    }

    .postTitle a:hover {
        margin-left: 30px;
        color: #0f3647;
        text-decoration: none;
    }
    
/*文章内容（简介内容）*/
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
}

.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;
}