#home {
    margin: 0 auto;
    width: 80%;
    min-width: 780px;
    background-color: rgba(255, 255, 255, 0.55);
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(300, 300, 300, 0.8);
}

body {
    background: rgba(300, 300, 300, 1) url('https://images.cnblogs.com/cnblogs_com/Flying2018/2437467/o_241220163912_pc2.png') fixed no-repeat;
    background-position: 50% 5%;
    background-size: cover;
}
#blogTitle {
    height: 65px;
}
#blogTitle h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8em;
    font-family: "Comic Sans MS";
    margin-top: 8px;
    color: #ffffff;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 12px;
    border-top-width: 5px;
    line-height: 1.0;
    color: #ffffff;
    font-weight: bold;
    text-align: right;
    float: right;
}
#navigator{
    background-color:rgba(0,0,0, 1);
    color: #ffffff;
}
#navList a:link,navList a:active{
    color:#CFCFCF;
    font-size: 18px;
    font-weight: bold;
}
#ad_t2{
    display: none;
}
#green_channel #green_channel_weibo img{
    display: none;
}
#green_channel #green_channel_wechat img{
    display: none;
}
a.entrylistItemTitle {
    margin-left: 10px;
    color:  #000000;
}
a.entrylistItemTitle :hover, a.entrylistItemTitle :link{
    color:  #FFFFFF;
    text-decoration: none;
    transition: all 0.1s linear 0.1s;
}
.blogStats{
    color: #000000;
}
.postTitle {
    border-left: 8px solid rgba(15, 15, 173, 0.5);
    margin-left: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    margin-left: 10px;
    color:  #000000;
    transition: all 0.2s linear 0.1s;
}
.postTitle a:hover {
    margin-left: 25px;
    color:  #FFFFFF;
    text-decoration: none;
}
.postCon a:hover{
    width: 100%;
    color:  #FFFFFF;
}
.postCon {
    background: rgba(250, 250, 250, 0.1);
    float: right;
    line-height: 1.5em;
    color:  #181818;
    width: 100%;
    clear: both;
    padding: 10px 0;
}

.day {
    background: rgba(205, 205, 205, 0.4);
    color:  #c8c8c8;
    width: 90%;
}

.postDesc {
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 13px;
    padding-right: 20px;
    margin-top: 20px;
    line-height: 1.8;
    padding-bottom: 35px;
}
.postDesc2 {
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #000000;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
}

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

.CalTitle{
    background: rgba(135, 135, 135, 0.6);
}
.catListTitle{
    background-color: rgba(15,15,15, 0.7);
}

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

.c_ad_block{
    display: none;
}

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

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

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

div#homepage_top_pager{
    display: none;
}
.under-post-card {
    display: none;
}
.pager {
    color: #000000;
    float: left;
    width: 100%;
    margin-right: 50px;
    font-size: 10px;
    margin-top: 10px;
}
.pager a:hover{
    color: #FFFFFF;
}
#main{min-width: 640px;}
.entrylist{
    background: rgba(255, 255, 255, 0.2);
}
details {
  box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)!important;
  border-radius: .2rem;
  padding: 0 .6rem;
  border-left: 4px solid rgba(15, 15, 173 ,0.5);
  margin: .6em 0;
  overflow: auto;
}

summary {
  display: block;
  position: relative;
  background-color: rgba(15,15,173,.1);
  margin: 0 -.6rem;
  padding: .4rem .6rem .4rem .8rem;
  cursor: pointer;
  font-family: 'ZCOOL XiaoWei';
}
.postBody blockquote {
    background: none;
    background-image: none !important;
    background-color: #dbdbdb;
    border-left: 6px solid rgba(247, 247, 247, 0.829);
    padding: 2px 30px;
    min-height: 30px;
    font-size: 11px;
    color: rgb(59, 59, 59);
}