.cnblogs_code span {
font-family: Courier New!important;
font-size: 16px!important;
line-height: 1.5!important;
}
/* 标题 */
.postBody h2 {
    background: none repeat scroll 0% 0% #2B6695;
    border-radius: 6px;
    box-shadow: 0px 0px 0px 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFF;
    font-family: "微软雅黑","宋体","黑体",Arial;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    line-height: 25px;
    margin: 15px 2px !important;
    padding: 5px 0px 5px 20px;
    text-shadow: 2px 2px 3px #222;
}
/* 我的网站 - 广告 */
.mysite {
    box-shadow: 0px 0px 0px 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    border-radius: 10px;
    float: right;
    font-size: 20px;
    color: white;
    margin-bottom: 40px;
    margin-right: 40px;
    text-align: center;
    width: 205px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    background-color: red;
    border: 1px solid green;
    padding: 8px;
}