/*博客首页*/
body {
    color: #000;
    background-color: #fff;
    font-family: PingFang SC,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;    font-size: 12px;
    min-height: 101%;
    font-size : 16px;
}
.postDesc{
    margin-top:5px;
}
.day {
    min-height: 10px;
    _height: 10px;
    margin-bottom: 35px;
    padding-bottom: 5px;
    position: relative;
}
.postTitle {
    border-left:0px solid #21759b;
    border-bottom: 2px solid #111111;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    width: 100%;
    clear: both;
    /* text-align: center; */
    overflow: hidden;
}
/*副标题*/
#blogTitle h2 {
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.846153846;
    color: #000;
    float: left;
}
/*导航*/
#navigator {
    font-size: 14px;
}
/*边栏标题*/
.catListTitle { 
     font-weight: 400; 
    line-height: 1.2;
    font-size: 110%;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #000000;
    transition: all 0.4s linear 0s;
}
/*文章标题*/
.day .postTitle a {
    padding-left: 10px;
    overflow: hidden;
}
#home {
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
box-shadow: 0 2px 0px rgba(100, 100, 100, 0.3);
}
#blogTitle h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 2px;
}


/*推荐按钮设置*/
#div_digg {
    position: fixed;
    width: 125px;
    text-align: center;
    padding: 10px;
    display: block;
    overflow: hidden;
    bottom: 0px;
    left: 100px;
    opacity: 0.8;
    transition: all 1s;
    border: 2px solid #ccc;
}

.icon_favorite {
    background: transparent url('https://files.cnblogs.com/files/jackson0714/kj.gif') no-repeat 0 0;
    padding-left: 16px;
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}


/*文章页面*/
#cnblogs_post_body h2 {
    /* background-color: #005d8c; */
    line-height: 2.5em;
    color: #171616;
    border-bottom: 1px solid #ccc;
    font-size: 25px;
}
#cnblogs_post_body h3 {
    color: #171616;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 10px 0;
    /* background-color: #c12f2f; */
    /* text-indent: 10px; */
    font-size: 22px;
}

#cnblogs_post_body h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    /* background-color: #000; */
    /* text-indent: 10px; */
    color: #000;
    line-height: 1.5em;
}
#blogTitle h1 a {
    color: #2d5d94;
}
/*代码*/
.hljs-comment, .hljs-quote, .hljs-variable {
    color: #7180bb;
}

.cnblogs-markdown code{
	border:none;!important;
}
/*代码样式*/
.cnblogs-markdown .hljs {
    font-family: "Courier New",sans-serif!important;
    font-size: 14px!important;
    line-height: 1.5!important;
    padding: 15px!important;
}
.hljs-keyword, .hljs-selector-tag, .hljs-built_in, .hljs-name, .hljs-tag {
    color: #000000;
    font-weight: bold;
}

.cnblogs-markdown code {
    font-family: "Courier New",sans-serif!important;
    font-size: 12px!important;
    line-height: 20px;
    background-color: #f0f2f3!important;
    border: 0px solid #ccc!important;
    padding: 0 5px!important;
    border-radius: 0px!important;
    line-height: 1.8;
    margin: 1px 5px;
    vertical-align: middle;
    display: inline-block;
}
/*评论区样式*/
.feedbackItem {
    margin-top: 30px;
    /* border: 1px solid #7d899e; */
    /* border-radius: 5px; */
    background-color: #efefef;
    box-shadow: -5px 5px 10px #ccc;
}
.feedbackCon {
    border-bottom: 1px solid #EEE;
    padding: 10px 20px 10px 5px;
    min-height: 35px;
    _height: 35px;
    /* margin-bottom: 1em; */
    line-height: 1.5;
}

/*引用*/
blockquote {
    background: #f1f3f2;
    border-left: 11px solid #ccc;
}