@import url("https://npm.elemecdn.com/lxgw-wenkai-screen-webfont@1.1.0/style.css");
body {
    font-family: "PingFang SC", "LXGW WenKai Screen",  "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding-bottom: 5px;
} 

.postBody {
    color: #000;
    line-height: 1.7;
    font-size: 16px;
}

#navigator{
    font-size: 18px;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all .4s linear 500000s;
}
#home {
    margin: 0 auto;
    width: 90%;   
    /* width: 1080px; */
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
    border-radius: 2px;
}
.postDesc {
    background: none;
    padding-left: 0;
    width: auto !important; 
    margin-top: 0px;
    margin-bottom:20px;
}
.day{
    border-bottom: 4px double #ededed;
}

.CalTodayDay {
    border-radius: 50%; /* 设置圆角为50%，形成圆形 */
}
.CalTodayDay a u{
    color:#fff;
}


#navList a {
    display: block;
     width: auto !important; 
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 19px;
}

.blogStats {
    display: none;
}

@media (max-width: 767px) {
    #home {
        padding: 15px; /* 移动设备内边距 */
    }
    .skin-simplememory #sideBarMain {
        width: 100%;
        float: none;
        padding: 0 !important;
        margin-right: 0;
    }
    #green_channel {
        width: 95% !important;
    }
}

/* #green_channel {
    width: 99.4% !important; 
} */

#div_digg {
    margin-right: 0; 
}
.CalNextPrev a {margin-right:7px;}
.comment_textarea {width:100%;}
#cnblogs_post_body {
    word-break: break-word;
    padding: 0px;
}
#topics .postTitle {
    border: 0;
    font-size: 130%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 0px;
}
.postTitle {
    border-left: none;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
.day .postTitle a {
    padding-left: 0px;
    font-size:1.4rem;
}
.postTitle2{
    font-size:1.4rem;
}
#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 19px;
    font-weight: normal !important;
}
.blog_comment_body {
    font-size: 14px;
}
.feedbackListSubtitle {
    font-size: 14px;
}
.postBody p, .postCon p {
    text-indent: 0em;
    margin: 0 auto 1em auto;
}
#BlogPostCategory, #BlogCollection {
    font-size: 12px;
}
.feedbackListSubtitle a:link, .feedbackListSubtitle a:visited, .feedbackListSubtitle a:active {
    color: #21759b;
     font-weight: normal; 
}
.feedbackCon {
    padding: 10px 0px 10px 5px;
}
.comment_vote {
    padding-right: 0;
}
.feedbackListSubtitle {
    padding: 0;
}
.art-author {
    color: #fff;
    background-color: #21759b;
    background-image: none;
    border: 1px solid #1f6f93;
    border-radius: 2px;
    box-shadow: none;
    padding: 3px;
    font-size:10px;
    margin-left:5px;
    
}



.buryit {
    display:none;
    float: left;
    width: 46px;
    height: 52px;
    background: url(//assets.cnblogs.com/images/downdown.gif) no-repeat;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 5px;
}

.diggit {
    float: right;
    width: 46px;
    height: 52px;
    background: url(//assets.cnblogs.com/images/upup.gif) no-repeat;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 5px;
}
