body {
    color: #000;
    background-color: #e6e6e6;
    font-family: 微软雅黑,"Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    //background: url(https://images.cnblogs.com/cnblogs_com/VisJiao/1169378/o_201505220855245585935.jpg) fixed;
    background-size: cover;
}
#home {
    opacity: 0.9;
}
#topics .postTitle a {
    font-size: 28px;
    font-family: ‘等线’;
    font-weight: bold;
}

#navList a {
    font-size: 16px;
}
#blogTitle h2 {
    font-size: 13.5px!important;
    line-height: 1.5;
}
#cnblogs_post_body p {
    font-size: 16px;
}
.postBody blockquote {
    line-height: 1.7;
    color: #333;
}
.postBody a:link, .postBody a:visited, .postBody a:active {
    color: #3671a5;
    text-decoration: none;
}
.postCon {
    height: 45px;
    padding: 0;
}
.cnblogs-markdown code, .cnblogs-post-body code {
    font-family: Consolas,"Courier New",monospace!important;
    font-size: 13.5px!important;
}

.c_b_p_desc {
    font-size: 16px;
    color: rgba(150, 150, 150, 1);
    line-height: 200%;
}
.c_b_p_desc_readmore {
    display: none;
}
.postTitle{
    font-family: 等线,微软雅黑,sans-serif;
    font-size: 24px;
    font-weight: bold;
    height: 35px;
}
.postDesc{
    margin-top: 0;
    margin-bottom: 15px;
}
.postBody li, .postCon li {
    list-style-type: disc;
    margin-bottom: 0;
    font-size: 16px;
}

#blog-calendar td {
    font-size: 14px;
    font-family: "Consolas";
}
.CalTodayDay {
    background: rgba(225, 225, 225, 1) !important;
}

//广告屏蔽
#ad_t2{
    display: none;
}
#cnblogs_c1{
    display: none;
}
#cnblogs_c2{
    display: none;
}
#under_post_news{
    display: none;
}
#under_post_kb{
    display: none;
}
#ad_t2 a {
    display: none;
}

/*
自定义代码高亮
github.com style (c) Vasily Polovnyov <vast@whiteants.net>
*/

.cnblogs-markdown .hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    color: #333;
    background: #f8f8f8;
    font-family: CamingoCode,Consolas,'Courier New',微软雅黑,monospace!important;
    font-size: 14px!important;
}
  
.hljs-comment,
.hljs-quote {
    color: #998;
    font-style: italic;
}
  
.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
    color: #333;
    font-weight: bold;
}
  
.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag.hljs-attr {
    color: #008080;
}
  
.hljs-string,
.hljs-doctag {
    color: #d14;
}
  
.hljs-title,
.hljs-section,
.hljs-selector-id {
    color: #900;
    font-weight: bold;
}
  
.hljs-subst {
    font-weight: normal;
}
  
.hljs-type,
.hljs-class.hljs-title {
    color: #458;
    font-weight: bold;
}
  
.hljs-tag,
.hljs-name,
.hljs-attribute {
    color: #000080;
    font-weight: normal;
}
  
.hljs-regexp,
.hljs-link {
    color: #009926;
}
  
.hljs-symbol,
.hljs-bullet {
    color: #990073;
}
  
.hljs-built_in,
.hljs-builtin-name {
    color: #0086b3;
}
  
.hljs-meta {
    color: #999;
    font-weight: bold;
}
  
.hljs-deletion {
    background: #fdd;
}
  
.hljs-addition {
    background: #dfd;
}
  
.hljs-emphasis {
    font-style: italic;
}
  
.hljs-strong {
    font-weight: bold;
}