body{
background-image:url("https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1541172596133&di=a8c300dc18911731fabdeabf6a93464b&imgtype=0&src=http%3A%2F%2Fimgsrc.baidu.com%2Fimgad%2Fpic%2Fitem%2Fb58f8c5494eef01fadcbdee8ebfe9925bd317dc4.jpg");
background-repeat:no-repeat;
background-size:100%;
background-attachment: fixed;
filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;
}
.c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.5;
    font-size: 15px;
}
.postTitle {
    font-size: 19px;
    font-weight: bold;
}
.cnblogs_code span {

    font-family: Courier New !important;
    font-size: 20px !important;
    line-height: 1.5 !important;

}
.cnblogs_code pre {

    font-family: Courier New !important;
    font-size: 20px !important;
    word-wrap: break-word;
    white-space: pre-wrap;

}
body {

    font-size: 16px;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    word-wrap: break-word;
    line-height: 1.6em;

}

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {

    font-family: "Courier New",sans-serif !important;
    font-size: 16px !important;
    line-height: 1.5 !important;

}

#main {

    position: absolute;
    right: 350px;
    left: 40px;
    margin-top: 0;
    border-right: 1px dashed #ccc;
    padding-right: 40px;
    margin-bottom: 10px;
    padding-bottom: 40px;
    border-style: solid;
    border-color: white;
    background-color: white;

}