/*推荐悬浮*/
#div_digg {
    position: fixed;
    bottom: 20px;
    right: 300px;
    border: silver 1px dashed;
    padding: 5px;
    width: 62px;
    background-color: rgba(255,255,255,0.7);/*半透明#FFF*/
    border-radius: 5px;
    opacity: 0.9;/*透明化*/
    margin: 0 !important;
}
/*隐藏反对*/
.buryit {
    display: none;
}
.comment_bury {
    display: none;
}
/*外边距*/
.diggit {
    margin-left: 7px !important;
}
.diggword {
    margin-top: 0px !important;
}

/*微博、微信分享*/
#green_channel_wechat{
    display: inline-block !important;
    margin-right: 0px !important;
}
#green_channel_weibo img{margin-left: 0px !important;}
#green_channel_wechat img{margin-left: 0px !important;}

/*隐藏园龄粉丝*/
#profile_block {
    display: none;
}
#author_profile {
    display: none;
}

/*隐藏标签
#EntryTag {
    display: none;
}*/

/*字体*/
div.post div.entry
{
    font-family:"微软雅黑", Georgia,"Times New Roman",Times,sans-serif;
}

::selection {
    color: #9900ff;
}

/*去广告*/
#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb{
    display: none;
    overflow: hidden;
}

/*标题*/
#cnblogs_post_body h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 6px 0;
    background-color: rgba(237,215,178,0.7);/*半透明#399ab2*/
    border-radius: 4px;
}
#cnblogs_post_body h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
    margin: 6px 0;
}
#cnblogs_post_body p {
    margin: 0px;
}

a:hover {
    color: red  !important;
}

body img {
    max-width: 850px !important;
}
/*正文字体大小*/
.postBody p {
    font-size: 14px  !important;
    line-height: 1.8 !important;
}
/*目录*/
.postBody li, .postCon li {
    margin-bottom: 8px  !important;
}

.commentform {
    width: 94%  !important;
}

.cnblogs_code {
    margin: 0  !important;
}