body {
    font-family:Monaco,Consolas,Microsoft Yahei,Verdana,Arial,Helvetica,sans-serif!important;
}
pre {
/*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}
/*文章内容（简介内容）*/
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
}

.day .postTitle a {
    padding-left: 10px;
}

#mainContent .forFlow{
    margin-left:22em!important;
    margin-right: 6px;
}
/*文章附加信息*/
.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;
}

.day{
padding-left: 20px!important;
}

.postDesc{
padding-left: 0px!important;
}

/*文章超链接样式*/
.postBody a:link, .postBody a:visited, .postBody a:active {
        text-decoration: none!important;
        color: #007acc;
    }

 .postBody a:visited, .postBody a:active {
       
        color: #ff0066;
    }

.postBody a:hover {
       
        color: #005b99;
    }

