/* 首页盒子效果 */
.day {box-shadow: 1px 1px 2px #A7A8AD;margin: 0 5px 20px 0;padding: 5px 20px 10px;}
/* 底部横幅效果 */
#manguage{ position: relative; background: none repeat scroll 0 0 #555; text-align: center; font-size: 16px;  margin-top: -24px;  z-index:1;width: 100%;}
/* 公告tips文字 */
#title_tips { color:#555  }
/* 标题小星星*/ 
.postTitle {font-size: 14px;font-weight: bold;padding: 0 100px 10px 20px;border-bottom: 1px solid #e0e0e0;line-height: 1.5em;clear: both;border-left: 10px solid #7bc3d6;}
#div_digg{ position:fixed; bottom:5px; width:140px; right:30px; border:2px solid #085; padding:10px; background-color:#fff; border-radius:5px 5px 5px 5px !important; box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5); transition-duration: 0.5s; opacity: 0.8;  z-index: 10;     bottom: 20px;} 
#div_digg:hover{ opacity:1; } 
/* 点赞  */
#fff;border-radius: 5px 5px 5px 5px !important;box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);transition-duration: 0.5s;}
/* 内容居中 https://howtocenterincss.com/ */
#cnblogs_post_body { margin-left:10px;margin-right:20px;}
hr { box-sizing: content-box; border-top: 0px none; border-right: 0px none; border-left: 0px none; border-bottom-style: solid; border-bottom-color: rgb(221, 221, 221); height: 4px; margin-top: 16px; margin-bottom: 16px; background-color: rgb(231, 231, 231); overflow: hidden; }
/* 首页折页效果 */
.dayTitle{ border: 10px solid black; border-color: transparent #085 #085 transparent; font-size: 0; height: 0; width: 0; position: initial; float: right; }
.dayTitle:active { opacity:0; }
/* 标题选中红色 */
.postTitle > a:hover { color:#216173;#ffa500; transition: all 0.4s linear 0s; }
.day:after { content: ""; background-color: springgreen; width: 1494.5px; height: 3px; position: absolute; z-index: 10; top: 271px; display:none; }