#home{
    margin: 0 auto;
    width: 65%;
    min-width: 90vw;
    background:linear-gradient(271deg, #1de5e22b, #b588f730);
    padding: 30px;
    box-shadow: 0px 0px 20px 20px rgb(252 234 0 / 21%);
}
.today_num{
    color: blue;Ï
    margin-left: 20px;
}
a {
    color: red !important;
    text-shadow: 0px 0px 11px #FFEB3B;
    padding: 5px 2px;
}
body.skin-simplememory.has-navbar.prismjs-engine{
    background-color: #e61e1e21;

}
#sidebar_news {
    padding: 4px 8px;
    background: #c0ffc785;
}
.catListEssay{
        padding: 4px 8px;
    background: #c0ffc785;
}
#sidebar_postcategory{
       padding: 4px 8px;
    background: #c0ffc785;Ï
}
#sidebar_postarchive{
       padding: 4px 8px;
    background: #c0ffc785;
}
#sidebar_articlecategory{
        padding: 4px 8px;
    background: #c0ffc785;
}
#sidebar_articlearchive{
       padding: 4px 8px;
    background: #c0ffc785;
}
#cnblogs_post_body blockquote {
    cursor: pointer;
    background-image: none;
    background: #006efd99;
    border:none;
    border-left: 6px solid #00ffb4;
    margin: 10px 0;
    font-weight: 800;
    padding: 5px 10px;
    color: #000;
    display: flex;
    flex-direction: column;
   justify-content: space-between;
}
#cnblogs_post_body blockquote > p{
    padding: 0;
    border: 0;
    margin: 0;
    display: block;
    flex: 1;
}
#cnblogs_post_body blockquote:hover::after {
    position: relative;
    display: flex;
    content: '🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳🇨🇳';
}

#cnblogs_post_body blockquote > blockquote {
    cursor: pointer;
    width: 100%;
   background: #a8ff89;
   border-left: 6px solid #005eff;
   display: flex;
   justify-content: space-between;
}

#cnblogs_post_body blockquote > blockquote:hover::after {
    position: relative;
    display: flex;
    content: '🟢';
    pointer-events: none;
}

#cnblogs_post_body hr {
    background: white;
    height: 5px;
}