/*
* @Author: PawnHu
* @Date:   2016-11-21 18:12:10
* @Last Modified by:   Administrator
* @Last Modified time: 2017-03-18 13:37:11
*/

.img-header {
    z-index: -10;
    width: 100%;
    height: 255px;
    background-image: url(https://images.cnblogs.com/cnblogs_com/likeFlyingFish/870421/o_22.png);
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.img-header-inner {
    width: 92%;
    height: 100%;
    margin: 0 auto;
    padding-top: 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 19px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

body {
    background: #eee;
    /*     font-family: Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; */
    font-family: 微软雅黑;
    color: #ccc;
}

#header {
    padding: 0 0 0 0px;
    width: 92%;
    margin: 30px auto;
    margin-top: -115px;
}

#home>#header>#blogTitle {
    color: #fff;
    padding: 25px 0 0 0;
}

#home>#header>#blogTitle h1 {
    font-size: 26px;
    font-weight: 400;
}

#home>#header>#blogTitle h2 {
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
}

#home>#header>#blogTitle>#lnkBlogLogo {
    display: none;
}

#home>#header>#navigator {}

#home>#header>#navigator>#navList {
    overflow: auto;
    background: #fff;
    width: 75%;
    box-shadow: 0 2px 7px 2px;
}

#home>#header>#navigator>#navList>li {
    float: left;
}

#home>#header>#navigator>#navList>li>a {
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    color: #000;
}

#home>#header>#navigator>#navList>li>a:hover {
    border-bottom: 4px solid #eee;
}

#home>#header>#navigator>.blogStats {
    display: none;
}

#main {
    box-sizing: border-box;
    width: 92%;
    margin: 30px auto;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

#main a {
    color: #3399ff;
    text-decoration: none;
}

#main a:hover {
    text-decoration: none;
}

@media screen and (max-width:769px) {
    .img-header {
        width: 100%;
        background-image: url(https://images.cnblogs.com/cnblogs_com/likeFlyingFish/870421/t_emma_watson-111.jpg);
    }
    .img-header-inner {
        width: 100% !important;
    }
    #header {
        width: 100% !important;
        padding: 0;
    }
    #blogTitle h1 {
        margin-left: 0 !important;
    }
    #home>#header>#navigator>#navList {
        width: 100% !important;
    }
    #home>#header>#navigator>#navList>li>a {
        padding: 0 10px !important;
    }
    #main {
        width: 100% !important;
    }
    #mainContent {
        padding: 0 !important;
        float: none;
        width: 100% !important;
    }
    #post_detail {
        padding: 0px 0px !important;
    }
    #sideBar {
        float: none;
        width: 100%;
        font-size: 12px;
    }
}

#mainContent {
    float: left;
    width: 80%;
}

#mainContent .day {
    background: #fff;
    margin-bottom: 20px;
    padding: 8px 20px;
}

#mainContent .day>.dayTitle {
    display: none;
}

#mainContent .day>.postTitle {
    font-size: 18px;
    padding: 8px 0;
    font-weight: 300;
}

#mainContent .day>.postCon {
    padding: 0;
    position: relative;
    font-size: 14px;
    text-indent: 40px;
    height: 25px;
    overflow: hidden;
}

#mainContent .day>.postCon::after {
    content: "摘要 :";
    position: absolute;
    left: -40px;
    top: -1px;
}

#mainContent .day>.postDesc {
    padding: 10px 0 3px 0px;
    font-size: 13px;
    color: #999;
}

#sideBar {
    float: right;
    width: 18%;
    font-size: 12px;
}

#sideBar>#sideBarMain>.newsItem {
    background: #fff;
}

#sideBar>#sideBarMain>.newsItem>.catListTitle {
    font-weight: 300;
    height: 35px;
    border-bottom: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
}

#blog-news {
    padding: 12px 0 12px 15px;
    line-height: 24px;
}

#sidebar_categories {
    background: #fff;
    margin-top: 18px;
    line-height: 24px;
}

#sidebar_categories .catListTitle {
    font-weight: 300;
    height: 35px;
    border-bottom: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
}

#sidebar_categories ul {
    padding: 12px 0 12px 15px;
    line-height: 24px;
}

.sidebar-block {
    background: #fff;
    margin-top: 18px;
}

.sidebar-block .catListTitle {
    font-weight: 300;
    height: 35px;
    border-bottom: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
}

.sidebar-block ul {
    padding: 12px 8px 12px 15px;
    line-height: 24px;
}


/* 内部开始 */

#post_detail {
    background: #fff;
    padding: 20px 40px 20px 40px;
}

#topics .postTitle {
    padding: 32px 0;
}

#topics .postTitle2 {
    font-size: 32px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding-bottom: 20px;
}

#cnblogs_post_body h2 {
    /* border-radius: 3px; */
    font-size: 28px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 6px;
}

#cnblogs_post_body h3 {
    line-height: 3;
    font-weight: 400;
}

#cnblogs_post_body img {
    /* box-shadow:0px 0 5px #eee */
    width
}

#cnblogs_post_body pre {
    border-radius: 0px;
}

#cnblogs_post_body pre code,.cnblogs-markdown code {
    background-image: url(https://static.segmentfault.com/v-58cbf9a5/global/img/blueprint.png);
    border-radius: 0 !important;
    background: #f7f7f7 !important;
    border: 0 !important;
    padding: 15px !important;
    font-size: 13px !important;
    font-family: consolas!important;
    /* box-shadow: 0 0 5px #ccc; */
    line-height: 17px !important;
}

#cnblogs_post_body pre code .hljs-keyword {
    color: #859900 !important;
}

#cnblogs_post_body pre code .hljs-built_in {
    color: #3399ff!important;
}

#cnblogs_post_body pre code .hljs-string {
    color: #2aa198 !important;
}

#cnblogs_post_body pre code .hljs-tag {
    color: #268bd2 !important;
}

#cnblogs_post_body pre code .hljs-tag .hljs-name {
    color: #268bd2 !important;
}

#cnblogs_post_body pre code .hljs-attr {
    color: #b58900 !important;
}

#cnblogs_post_body p>code {
    color: #c7254e;
    background-color: #f9f2f4!important;
    border-radius: 0 !important;
    border: none !important;
}

#cnblogs_post_body pre code:hover {
    /*   box-shadow: 0 0 5px #ccc;*/
}

.hljs-keyword {
    /*   color:#268BD2 ; */
}

#blog-comments-placeholder {
    background: #fff;
    margin-top: 30px;
}

#blog-comments-placeholder .feedback_area_title {
    padding: 0 20px 15px 20px;
}

#blog-comments-placeholder .feedbackItem {
    /*   background:#eee !important; */
    border-top: 1px solid #eee;
    padding: 10px 40px 5px 20px;
    font-size: 13px;
    line-height: 25px;
}

#blog-comments-placeholder .feedbackItem .comment_actions {
    margin-left: -9px;
}

#ad_t2,
#ad_c1,
#ad_c2,
#under_post_kb,
.itnews.c_ad_block {
    display: none !important;
}

.entrylist {
    /*     background: #fff; */
    /*     padding: 20px; */
}

.entrylistItem {
    padding: 10px 0;
    /* border-top: 1px solid #ccc; */
    background: #fff;
    margin-top: 20px;
    padding: 20px;
}

.entrylistTitle {
    font-weight: 300;
    padding: 10px 0;
}

.postSeparator {
    display: none;
}

.entrylistItem .entrylistPosttitle {
    font-size: 18px;
}

.entrylistItem .entrylistPostSummary {
    position: relative;
    padding-top: 5px;
    font-size: 14px;
}

.entrylistItem .entrylistItemPostDesc {
    padding-top: 8px;
    font-size: 13px;
    color: #999;
}

#green_channel {
    text-align: left;
    border: none;
}

.footerbox {
    display: none;
    width: 92%;
    margin: 0 auto;
    color: #555;
    margin-top: 10px;
    margin-bottom: 100px;
}

.footerbox>.innerbox {
    background-color: #fff;
    padding: 10px 20px;
    width: 80%;
}

.footerbox>.innerbox >.footer {
    width: 230px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #f2f2f2;
    padding: 8px;
    overflow: hidden;
    margin-top: 10px;
}

.footerbox>.innerbox >.footer>img {
    width: 100%;
}

#footer {
    display: none;
}

blockquote {
    background: #F7F7F7;
    border: none;
    border-left: 8px solid #9FDCF1;
    /* border: 2px solid #efefef; */
    /* padding-left: 10px; */
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    /* margin-left: 10px; */
}

#cnblogs_c1{
display:none;
}