body {
    font-size: 15px;
    box-sizing: border-box;
}
p a:link {
    color: #4183c4;
    font-weight: bold;
}
p a:visited {
    color: #4183c4;
    font-weight: bold;
}
p a:hover {
    color: #f60;
}
pre {
    /*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}
.blogpost-body .hljs{
    display: block;
    overflow: auto;
    padding: 1.3em 2em !important;
    font-size: 16px !important;
    background: #272822 !important;
    color: #FFF;
    max-height: 700px;
}

.hljs, .hljs-tag, .hljs-subst {
    color: #f8f8f2;
}
.hljs-strong, .hljs-emphasis {
    color: #a8a8a2;
}
.hljs-bullet, .hljs-quote, .hljs-number, .hljs-regexp, .hljs-literal, .hljs-link {
    color: #ae81ff;
}
.hljs-code, .hljs-title, .hljs-section, .hljs-selector-class {
    color: #a6e22e;
}
.hljs-strong {
    font-weight: bold;
}
.hljs-emphasis {
    font-style: italic;
}
.hljs-keyword, .hljs-selector-tag, .hljs-name, .hljs-attr {
    color: #f92672;
}
.hljs-symbol, .hljs-attribute {
    color: #66d9ef;
}
.hljs-params, .hljs-class .hljs-title {
    color: #f8f8f2;
}
.hljs-string, .hljs-type, .hljs-built_in, .hljs-builtin-name, .hljs-selector-id, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-addition, .hljs-variable, .hljs-template-variable {
    color: #e6db74;
}
.hljs-comment, .hljs-deletion, .hljs-meta {
    color: #75715e;
}
/* lml */

#ad_t2, #under_post_kb, #sideBar, #under_post_news, .blogStats, #cnblogs_c1, #cnblogs_c2 {
    display: none;
}
#mainContent .forFlow, #mainContent {
    margin-left: 0;
}
#navList {
    float: left;
}
#navList li {
    border: none;
    font-size: 16px;
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs{
    font-family: monospace !important;
}
#home{
    max-width: 1400px;
}
.cnblogs-markdown code, .cnblogs-post-body code{
    color: #c7254e;
    background-color: #f2f2f2 !important;
    border: 0 !important;
    line-height: 1.5;
    border-radius: 0 !important;
}
#cnblogs_post_body th, .cnblogs-post-body th{
    background: #F3F3F3;
}
#cnblogs_post_body th, #cnblogs_post_body td, .cnblogs-post-body th, .cnblogs-post-body td{
    border: 1px solid #E6E6E6;
}
#cnblogs_post_body table, .cnblogs-post-body table{
    min-width: 800px;
}

/* 主体内容样式 */

.postBody {
    padding: 20px 40px;
}
#cnblogs_post_body {
    font-size: 15px;
}
#cnblogs_post_body h2 {
    /*标题h2*/
    border-left: 5px solid #55895B;
    padding: 10px 20px;
    line-height: 2;
    background: #d6dbdf8a;
    margin: 30px 0;
    font-size: 25px;
}
#cnblogs_post_body h3 {
    margin: 20px 0;
    padding: 10px 20px;
    border-left: 5px solid #55895B;
    font-size: 20px;
}
#cnblogs_post_body h4 {
    font-size: 18px;
    margin: 20px 0;
}
#topics .postDesc {
    display: none;
}

/* 关注收藏等几个按钮 */

#green_channel {
    padding: 10px;
    margin: 20px 0;
    font-size: 15px;
    width: 400px;
}
#green_channel a {
    border-radius: 3px;
    text-shadow: none;
    font-weight: normal;
    box-shadow: none;
}

/*底部隐藏作者，隐藏推荐和反对*/

#author_profile {
    display: none;
}
#div_digg {
    display: none;
}

/* 上一篇下一篇 */

#post_next_prev {
    font-size: 14px;
    color: #535353;
}

/*评论*/


/*评论列表*/

#blog-comments-placeholder {
    border-radius: 10px;
    background: #fff;
    padding: 30px 40px;
}
.feedback_area_title {
    background: url(//www.cnblogs.com/skins/red_autumnal_leaves/images/titlebg.png) no-repeat left center #fff;
    border: 1px solid #55895B;
    border-left-width: 5px;
    border-radius: 10px;
    border-right-width: 5px;
    padding: 15px 50px;
}

/*侧边评论*/

li.recent_comment_body {
    line-height: 30px;
}

/* 提交评论按钮 */

#btn_comment_submit {
    border: solid 1px #fd6d0dd1 !important;
    width: 90px;
    height: 40px;
    color: #fff !important;
    background-color: #fd6d0dd1 !important;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
/* 加粗 */
#cnblogs_post_body p  strong{
color:red;
}
/*code代码颜色*/
.hljs-string, .hljs-type, .hljs-built_in, .hljs-builtin-name, .hljs-selector-id, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-addition, .hljs-variable, .hljs-template-variable{
color:#dedede;
}