/***首页标题***/
#Header1_HeaderTitle {
    color: #78AFD3;
    font-family: Verdana,Consolas,"Courier New",Arial;
    font-size: 32px;
    font-weight: bold;
}
.headerDis
{
    padding-left:60px !important;
}

/***详细页面-标题***/
.postTitle h1 {
    font-size: 22px;
    padding:0 !important;
    margin:0 !important;
}
a.postTitle2 {
    font-family: 微软雅黑,Consolas,Arial,宋体;
    padding: 3px;
    text-decoration: none;
}
a.postTitle2:hover {
    background-color: #78AFD3;
    color: #FFFFFF;
    padding: 3px;
    text-decoration: none;
}
/***详细页面-段落标题***/
#cnblogs_post_body h1, #cnblogs_post_body h2, #cnblogs_post_body h3 {
    background-color: #A5A5A5 !important;
    color: white !important;
    font-family: "Courier New",微软雅黑,Consolas,Arial,宋体;
    font-size:16px !important;
    font-weight: bold !important;
    padding: 5px !important;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
}
#cnblogs_post_body h1 span, #cnblogs_post_body h2 span, #cnblogs_post_body h3 span {
    color: white !important;
	font-size:16px !important;
	font-weight: bold !important;
}
/***详细页面-正文***/
#cnblogs_post_body{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:14px;
    color:#000000;
    line-height: 150%;
}
#cnblogs_post_body p span{
    font-size:14px !important;
    color:#000000;
    line-height:150% !important;
}
/***代码样式***/
.cnblogs_code{
    border-color: #F0F0FF #F0F0FF #F0F0FF #B0D8FF;
    border-style: solid;
    border-width: 2px 2px 2px 5px;
}
.cnblogs_code pre{
    font-family:Consolas,Arial,宋体;
    font-size:10pt;
}
.cnblogs_code pre span{
    font-family:Consolas,Arial,宋体;
    font-size:10pt;
    line-height:100%;
}

/*评论*/
#tbCommentBody{
width:500px; 
}
#btn_comment_submit{
width: 80px; height: 28px;
}
.feedbackListSubtitle div{
margin:5px 10px 5px 10px;
}
 
.blog_comment_body fieldset.comment_quote
{
    border-color:#1a8bc8;
}
/*美化一下评论，增加气泡效果*/
 
.feedbackListSubtitle{
border:0px none;
border-bottom-style:none;
}
.list {width:90%; }
.list .out,.list .inc{margin:6px 0;width:90%;}
.list .out .icon,.list .inc .icon{width:48px;height:48px;}
.list .icontd {width:48px;}
.list .out .icontd{display:none;}
.list .out .topleft,.list .out .topright,.list .out .bottomleft,.list .out .bottomright,.list .inc .topleft,.list .inc .topright,.list .inc .bottomleft,.list .inc .bottomright{background: url(https://www.cnblogs.com/images/cnblogs_com/heyuquan/406488/t_o_bubbles.png) no-repeat;}
.list .out .top,.list .out .bottom,.list .inc .top,.list .inc .bottom{background:transparent url(https://www.cnblogs.com/images/cnblogs_com/heyuquan/406488/t_o_horizontal.png) repeat-x;}
.list .out .left,.list .out .right,.list .inc .left,.list .inc .right{background:transparent url(https://www.cnblogs.com/images/cnblogs_com/heyuquan/406488/t_o_vertical.png) repeat-y;}
 
.list .out .topleft{background-position:left top;height:9px;width:18px;}
.list .out .topright{background-position:-18px top;height:9px;width:11px;}
.list .out .bottomleft{background-position:left -9px;width:18px;height:12px;}
.list .out .bottomright{background-position:right -9px;width:11px;height:12px;}
.list .out .top{background-position:top;font-size:1px;height:9px;}
.list .out .bottom{background-position:0 -9px;height:12px;}
.list .out .left{background-position:left;width:18px;}
.list .out .right{background-position:-18px 0;width:11px;}
 
.list .inc .topleft{background-position:0 -21px;height:9px;width:18px;}
.list .inc .topright{background-position:-18px -21px;height:9px;width:11px;}
.list .inc .bottomleft{background-position:0 bottom;width:18px;height:12px;}
.list .inc .bottomright{background-position:right bottom;width:11px;height:12px;}
.list .inc .top{background-position:0 -21px;font-size:1px;height:9px;}
.list .inc .bottom{background-position:bottom;height:12px;}
.list .inc .left{background-position:-29px 0;width:18px;}  
.list .inc .right{background-position:right;width:11px;}
 
.list .inc .conmts{font-size:12px;color:#000;}
.list .out .conmts{background:#dcdcdc;/*text-shadow:0 1px 0 #eee;*/}
.list .inc .conmts{background:#c0e668;/*text-shadow:0 1px 0 #dfa;*/}