@media only screen and (min-width: 900px){
    #home {
        width: 80%!important;
    }
    #blog-news { font-size: 0.7em; } 
}

/* #header,ul#navList>li>a{ background-color: black; } */
div.postTitle, .entrylistPosttitle {
    font-weight: bolder
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #2d2d2d;
    /* transition: all .4s linear 0s; */ /* 取消标题的动画 */
}

.entrylistPosttitle a:link, .entrylistPosttitle a:visited, .entrylistPosttitle a:active {
    color: #2d2d2d;
    /* transition: all .4s linear 0s; */ /* 取消标题的动画 */
}

.c_b_p_desc{
color: #b7b7b7;
}

.postDesc{
 color: #d8d8d8
}

.PostList{
    padding-top: 10px;
}


/* 版权1 https://www.cnblogs.com/lamp01/p/7424125.html */
/* #MySignature{　　
 border:solid 1px #E5E5E5;
 padding:10px;
 background:#E5EEF7 url(https://images.cnblogs.com/cnblogs_com/grenet/226272/o_o_o_info.png) no-repeat scroll 15px 50%;
 padding-left:80px;}
#MySignature div{
  line-height: 20px;
} */

/* 版权2  https://www.cnblogs.com/wudongwei/p/8886842.html */
.essaySuffix-box {
    font-family: Microsoft YaHei,微软雅黑,MicrosoftJhengHei,华文细黑,STHeiti,MingLiu;
    font-size: 14px;
    background: hsl(220,23%,98%)!important;
    padding: 17px;
    border: 1px solid hsl(220,16%,94%)!important;
    border-radius: 3px;
    color: #414857;
    text-indent: 0;
}
.essaySuffix-box-left {
    width: 15%;
    float: left;
}
.essaySuffix-box-right {
    width: 85%;
    float: right;
}
.essaySuffix-right-title {
    font-weight: bold;
    white-space: nowrap;
}

/* 标题高亮 https://www.cnblogs.com/wangqiguo/p/4355032.html */
#cnblogs_post_body h1, .myTitleGreen {
    background: #2B6695 !important;
    border-radius: 6px 6px 6px 6px !important;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 17px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0 !important;
    padding: 5px 0 5px 20px;
    text-shadow: 2px 2px 3px #222222;
}

/* ↓ 代码高亮 code ↓ */
/* url : https://www.cnblogs.com/linzhongren/p/12751580.html */
/* download code highlight css:  https://highlightjs.org/download/ */

.cnblogs-markdown .hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #23241f !important;
  color:white;
  font-size:16px !important;
}

/*

Monokai Sublime style. Derived from Monokai by noformnocontent https://nn.mit-license.org/

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #23241f;
}

.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;
}


