/*markdown 代码样式*/
tt, code, kbd, samp {
    font-family: consolas;
}
.prettyprint, pre.prettyprint {
    background-color: #272822;
    border: 1px solid #272822;
    overflow: hidden;
    margin: 10px 0;
    font-family: Helvetica, "Hiragino Sans GB", "微软雅黑", "Microsoft YaHei UI", SimSun, SimHei, arial, sans-serif;
}
.prettyprint.linenums, pre.prettyprint.linenums {
    -webkit-box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741;
    -moz-box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741;
    box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741;
}
.prettyprint.linenums ol, pre.prettyprint.linenums ol {
    padding-left: 28px !important;
    margin: 0 0 0 0px;
}
.prettyprint.linenums ol li, pre.prettyprint.linenums ol li {
    padding-left: 12px;
    color: #bebec5;
    line-height: 20px;
    margin-left: 0;
    margin: 5px;
    list-style: decimal;
}
.prettyprint .com {
    color: #93a1a1;
}
.prettyprint .lit {
    color: #AE81FF;
}
.prettyprint .pun, .prettyprint .opn, .prettyprint .clo {
    color: #F8F8F2;
}
.prettyprint .fun {
    color: #dc322f;
}
.prettyprint .str, .prettyprint .atv {
    color: #E6DB74;
}
.prettyprint .kwd, .prettyprint .tag {
    color: #F92659;
}
.prettyprint .typ, .prettyprint .atn, .prettyprint .dec, .prettyprint .var {
    color: #A6E22E;
}
.catListPostCategory  ul {
   display:flex;
   flex-wrap:wrap;
   justify-content:space-between;
  border:none;
}
.catListPostCategory  ul li {
  box-sizing:border-box;
  width:49.5%;
  margin-bottom:1px;
  padding:5px;
  color:#fff;
}
.catListPostCategory  ul li a{
  color:#fff;
}
.catListPostCategory  ul li:nth-child(9n+1) {
   background-color:#5cb85c;
}
.catListPostCategory  ul li:nth-child(9n+3) {
   background-color:#d9534f;
}
.catListPostCategory  ul li:nth-child(9n+8) {
   background-color:#567e95;
}
.catListPostCategory  ul li:nth-child(9n+2) {
   background-color:#f60;
}
.catListPostCategory  ul li:nth-child(9n+4) {
   background-color:#b37333;
}
.catListPostCategory  ul li:nth-child(9n+5) {
   background-color:#4a4a4a;
}
.catListPostCategory  ul li:nth-child(9n+6) {
   background-color:#15a287;
}
.catListPostCategory  ul li:nth-child(9n+7) {
   background-color:#b433ff;
}
.catListPostCategory  ul li:nth-child(9n) {
   background-color:#15a287;
}
.catListPostArchive ul{
   display:flex;
   flex-wrap:wrap;
}
.catListPostArchive .li {
   width:50x;
}

/*文章列表样式*/
.day{
  margin:15px 0;
}
body{
  background-color:#dee;
}
.dayTitle{
  float:right;
  clear:right;
}
.postTitle{
  float:left !important;
  clear:none !important;
}
.postTitle .postTitle2:link{
    color:#169fe6;
}
.postDesc{
  color:#666;
}

.public-notice{
     background:#871317 -webkit-linear-gradient(left,#561214,#febaf7 50%,#ff0 90%,#561214) no-repeat 0 0;
     background-size:20% 100%; 
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     font-size: 12px;
     text-align: center;
     font-weight: bold;
     text-decoration: underline;
     border: 1px solid #ddd;
    border-bottom: none;
}
.public-notice {-webkit-animation: slideShine 4s linear infinite;animation: slideShine 4s linear infinite;}
@-webkit-keyframes slideShine {
     0% {
          background-position: 0 0;
        }
     100% {
          background-position: 100% 100%;
      }
 }
 @keyframes slideShine {
      0% {background-position: 0 0; }
     100% {background-position: 100% 100%; }
 }
#blog-news{
    background: #fff;
}
