/* 设置博客正文一二三级标题格式 */
/* 一级标题 */
#cnblogs_post_body h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    color: black;
    margin: 10px 0;
}
/* 二级标题 */
#cnblogs_post_body h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: whitesmoke;
    background-color: #336699;
    margin: 10px 0;
}
/* 三级标题 */
#cnblogs_post_body h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: whitesmoke;
    background-color: #00B271;
    margin-right: 300px;
}
/*  正文 */
#cnblogs_post_body p {
    font-size: 12pt;
}
/*  blockquote改变默认*/
blockquote{
    background-color: #eedff9;
    border: 1px solid #0be8f6;
    border-style: dotted;
}
/*  代码样式 */
.cnblogs_code pre {
font-family: Courier New!important;
font-size: 13px!important;
word-wrap: break-word;
white-space: pre-wrap;
}

.cnblogs_code span {
font-family: Courier New!important;
font-size: 13px!important;
line-height: 1.5!important;
}
/*  修改表格样式 */
table{
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
}
table td, table th{
    border: 1px solid #cad9ea;
    color: #666;
    height: 30px;
}
table thead th{
	background-color: #CCE8EB;
	width: 100px;
}
table tr:nth-child(odd){
	background: #fff;
}
table tr:nth-child(even){
	background: #F5FAFA;
}

/* adblock */
#ad_t2 {
    display: none;
}
.c_ad_block {
    display: none;
}