/* 全局 */
body{
    background: #fff;
    font-family: 'Source Han Sans',Helvetica, Arial, 'Hiragino Sans GB', "Microsoft YaHei", SimSun, Heiti, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}
#main{
    margin-top: 60px;
}


/* 自定义头部 */
#my-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    
    box-shadow: 0px 2px 2px #aaa;

    opacity:0.9;
}
#my-header-title {
    height: 48px;
    
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;

    color: #2c3e50;
    background-color: #fff;;
}

/* 首页 */
#homepage_top_pager{
    display: none;
}
#nav_next_page,
#homepage1_HomePageDays_homepage_bottom_pager .pager{
    margin: 4em 0px 1em 0px;
    text-align: center;
    font-size: 15px;
    color: #66aadd;
}
#nav_next_page a,
#homepage1_HomePageDays_homepage_bottom_pager .pager a{
    padding: 8px 12px;
    border-radius: 4px;
    border: 0px;
    border-bottom: 4px solid #3388dd;
    box-shadow: none;
    background: #66aadd;
    color: white;
    font-size: 15px;
}
#nav_next_page a:hover,
#homepage1_HomePageDays_homepage_bottom_pager .pager a:hover{
    background: #5599dd;
}

@media screen and (max-width: 768px)
{
    #homepage1_HomePageDays_homepage_bottom_pager .pager a{
        display: none;
    }
    #homepage1_HomePageDays_homepage_bottom_pager .pager a:first-child{
        display: inline;
    }
    #homepage1_HomePageDays_homepage_bottom_pager .pager a:last-child{
        display: inline;
    }
}

#blogTitle h1{
    text-align: center;
}
#blogTitle h2{
    float: none;
    text-align: center;
}
#blogTitle h1 a{
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5em;
}
#home{
    width: 760px;
    min-width: 760px;
    margin-top: 0px;
    box-shadow: none;
}
div.postTitle{
    margin: 0px 0 0px 0;
    border-left: 0px;
    color: black;
    font-size: 15px;
}
#mainContent{
    float: none;
    margin-left: 0px;
    overflow: visible;
}
#mainContent .forFlow{
    margin-left: 0px;
    
}
.postTitle a:link,
.postTitle a:visited,
.postTitle a:active,
.postTitle a:hover{
    max-width: 760px;
    transition: none;
    padding-left: 0px;
    margin-left: 0px;
    font-weight: bold;
    font-size: 1.5em;
    color: #2c3e50;
}
.postTitle a:hover{
    border-bottom: 3px solid #2ea3d8;
}

.dayTitle{
    display: block;
    position: static;
    border-radius: 0px;
    border: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
    width: 200px;
    height: 25px;
    top: 0px;
    background: white;
    text-align: left;
}
.dayTitle a{
    display: inline;
    width: 200px;
    margin: 0px;
    color: #7f8c8d;
    font-size: 15px;
}

.postCon{
    padding: 30px 0px 10px 0px;
}
.postCon .c_b_p_desc{
    font-size: 15px;
    line-height: 1.7;
    color: #34495e;
}
a.c_b_p_desc_readmore:link,
a.c_b_p_desc_readmore:visited,
a.c_b_p_desc_readmore:active,
a.c_b_p_desc_readmore:hover{
    display: table;
    text-decoration: none;
    padding: 1.5em 0px 0px 0px;
    font-size: 15px;
    color: #0f88eb;
}

.postDesc{
    display: none;
}
.day+.day{
    border-top: 1px solid #ddd;
}
.postSeparator{
    margin: 30px 0 30px 0;
    border-top: 1px solid #ddd;
}


/* 侧边栏 */
#sideBar{
    display: none;
    width: 0px;
}

/* 文章 */
#cnblogs_post_body {
    margin-bottom: 88px;
}

#topics .postTitle{
    margin-bottom: 64px;
    /*padding-left: 0px;*/

    text-align: center;
}
div#cnblogs_post_body h1{
color: #000;
margin-top: 48px;
margin-bottom: 48px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 1.6rem;
border-bottom: 1px solid #000;
}

#cnblogs_post_body h2{
    color: #2f3f6f;
    margin-top: 36px;
    margin-bottom: 36px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.4rem;
    font-family: 微软雅黑;
    /*font-weight: normal;*/
}
#cnblogs_post_body h3 {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 1.0rem;
    font-weight: normal;
    color: #006699;
}


strong{
padding-left: 5px;
padding-right: 5px;
color: #f15b6c;
}

blockquote{
    border-radius: 4px;
    background-color: #f5f5d5;
    color: #222;
}
.postBody blockquote{
color: #222;
}

div.postBody{
font-size: 15px;
color: #333;
}
#cnblogs_post_body h1:before{
    content: "♡";
    color: #0088FF;
    padding-right: 12px;
}
/*
#cnblogs_post_body h2:before{
    content: "¶";
    color: #0088FF;
    padding-right: 12px;
}*/
#cnblogs_post_body h3:before{
    content: "¶";
    color: #0088FF;
    padding-right: 12px;
}
#cnblogs_post_body img{
    margin: 10px 0px 10px 10px;
    box-shadow: 0px 0px 10px #ddd;
}


/* 文章底部 */
#comment_nav {
    display: none;
}
#comment_form_container .author {
    width: 300px;
    max-width: 300px;
}
#comment_form_container .comment_textarea {
    width: 300px;
    max-width: 300px;
}