#home {
    max-width: 1140px;
    padding: 15px;
    background: transparent;
    box-shadow: none;
    margin-top: 0;
    width: auto;
    argin: 0 auto;
}

#header{
    margin-top: -2ch;
    min-width: 1200px;
}

#main {
    margin-top: 15px;
}

body {
    background: #e6ecf0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
    color: #000;
    font-size: 12px;
    min-height: 100%;
}

/* 博客title */
#blogTitle {
    height: 0px;  /*高度*/
    clear: both;
}
#blogTitle h1 {

}
#blogTitle h2 {

}

/* 导航栏 */
#navigator{
    font-size: 13px;
    border-bottom: 2px solid tan;
    border-top: 1px solid #ededed;
    height: 57px;
    clear: both;
    margin-top: 25px;
    background: transparent;
}
#navList a{
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 15px;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #6a6a6a;
    font-weight: bold;
    text-shadow: none;
}

/* 随笔  文章   评论 阅读  */
.blogStats{
    float: right;
    color: #757575;
    margin-top: 35px;
    margin-right: 2px;
    text-align: right;
    visibility: visible;
}

#mainContent {
    min-height: 200px;
    padding: 0 0 10px 0;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

.postTitle {
    border-left: 8px solid #21759b;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1;
    box-sizing: border-box;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all .4s linear 0s;
}


.postTitle a:hover {
    margin-left: 6px;
    color: #000;
    text-decoration: none;
}
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
}

.postCon .c_b_p_desc {
    font-size: 14px;
    line-height: 1.7;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.day .postTitle a {
    padding-left: 10px;
}
.day {
    background: rgba(255, 255, 255, 0.9);
}
/*文章附加信息*/
.postDesc {   
    font-size: 13px;
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    padding-left: 20px;
    padding-right: 5px;
    margin-top: 20px;
    line-height: 1.5;
}

.postDesc a:link, .postDesc a:visited, .postDesc a:active {
    color: #666;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, 
.catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, 
.catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory ,#blog-calendar
{
    background: rgba(255, 255, 255,0.9);
    margin-bottom: 35px;
    word-wrap: break-word;
}

.CalTitle{
    background: rgba(255, 255, 255, 0.9);
}
.catListTitle{
    text-align: left;
    padding: 5px 10px;
    background: #f0f0f0;
    border-bottom: none;
    border: 1px solid #ccc;
}

#topics{
    background: rgba(255, 255, 255, 0.9);
}

.c_ad_block{
    display: none;
}

#tbCommentBody{
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, 0.9);
}

#q{background: rgba(255, 255, 255, 0.9);}

.CalNextPrev{background: rgba(255, 255, 255, 0.9);}

.cnblogs_code{
    background: rgba(255, 255, 255, 0.9);    
}

.cnblogs_code div{
    background: rgba(255, 255, 255, 0.9);    
}

.cnblogs_code_toolbar{
    background: rgba(255, 255, 255, 0.9);  
}


.entrylist{
    background: rgba(255, 255, 255, 0.9);  
}

/*侧边栏公告*/
#blog-news > img {
    /*头像*/
    display: block;
    margin: auto;
    border-radius: 50%;
}

#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
}

#profile_block > a:link {
    color: #F60;
}

/*公告结束*/

/* 日历 */
#blog-calendar {
    width: 260px;
    padding-bottom: 5px;
    margin-bottom: 35px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ededed;
}

/* 顶部数据 */
.c-notice {
    padding: 10px 0;
    background: tan;
    font-size: 0.9em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.23);
    font-size: 15px;
    text-align: center;
}

.c-notice div {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}


.c-portrait {
    text-align: center;
    padding: 50px 0;
    background: #39424b; 
    color: #fff;
    margin-bottom: -40px; 
    background-image: url(https://cdnjson.com/images/2024/03/27/_202403271113358ab4be220a5e1c36.jpg);
    background-repeat: round;
}

.c-portrait img {
    display: inline-block;
    height: 80px;
    border-radius: 50%;
}

.c-portrait h1 {
    font-size: 25px;
    font-weight: bold;
    margin: 5px 0;
}

.c-portrait h1 a {
    color: #fff;
}

.c-portrait h2 {
    font-size: 16px;
    margin: 7px 0 10px;
    color: #ccc;
}

#footer {
    color: tan;
}