/*发表文章的标题*/
.postTitle {
    border-left: 30px 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.6s 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: 15px;
    padding-right: 20px;/*5px  padding-left: 40px;posted 发表时间左边距离*/
    margin-top: 20px;
    line-height: 1.8;
    padding-bottom: 35px;
}

body {
    font-size:15px;
    padding:0;
    margin:0;
    font-family:"正楷","正楷",Courier New;
    background:

/*url('https://images.cnblogs.com/cnblogs_com/ZlycerQan/1109944/o_72_44348064,%e9%9d%92%e5%b5%90-%e7%a0%82%e9%9b%b2.jpg') no-repeat top center fixed;*/
/*https://images.cnblogs.com/cnblogs_com/ZlycerQan/1109944/o_39_46839247,%e7%a5%9e%e7%a4%be%e3%81%ae%e5%a4%8f-kirero.png*/
/*https://images.cnblogs.com/cnblogs_com/ZlycerQan/1109944/o_72_44348064,%e9%9d%92%e5%b5%90-%e7%a0%82%e9%9b%b2.jpg*/
/*https://images.cnblogs.com/cnblogs_com/ZlycerQan/906080/o_57793944_p0.jpg*/ /*浴衣*/
/*https://images.cnblogs.com/cnblogs_com/ZlycerQan/906080/o_34844544_p0.jpg*//*灵梦*/
/*https://images.cnblogs.com/cnblogs_com/ZlycerQan/906080/o_psb.jpg*//*Ruri*/
/*https://images.cnblogs.com/cnblogs_com/ZlycerQan/906080/o_psb.jpg*//*Ruri*/
/*https://images.cnblogs.com/cnblogs_com/ZlycerQan/906080/o_雾枝.jpg*/
/*https://images.cnblogs.com/cnblogs_com/ZlycerQan/906080/o_psb%20(1).jpg*/
/* o_两仪式.jpg*/
    min-width:1200px;
    background-size:1500px 1000px;

 



}

#home {
    opacity: 0.75;
    filter: alpha(opacity=95);
    box-shadow:0 0 10px #000;
    margin:40px auto;
    width:1200px;
    background:#fff;
    overflow:auto;
    border:solid 1px #fff;
}