#cnblogs_post_body h3 {
color: black;
font-family: "幼圆","隶书", "宋体", "黑体", Arial;
font-size: 18px;
font-weight: bold;
margin: 15px 0 !important;
padding: 5px 0 5px 20px;
}
#cnblogs_post_body h2{
background: gray !important;
background: #406CA4 !important;
border-radius: 4px 4px 4px 4px !important;
box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
color: black;
font-family:"隶书", "宋体", "黑体", Arial;
font-size: 26px;
font-weight: bold;
margin: 15px 0 !important;
padding: 5px 0 5px 20px;
}
body {
background-color:whitesmoke;
} 
#home,#sideBarMain>div,#blog-sidecolumn>div>div,.catListView{
background-color:rgba(255,255,255,0);
}
#clockdiv {
    /* left, center, right */
    text-align: center;
}
#back-to-top {
    background-color: #00CD00;
    bottom: 0;
    box-shadow: 0 0 6px #00CD00;
    color: #444444;
    padding: 20px 10px;
    position: fixed;
    left: 30px;
    cursor: pointer;
}
#aaa{
    width: 80px;
    font-size: 20px;
    color:  #FF1493;
}
		#wen {
			animation: change 5s linear 0s infinite;
                        font-size: 18px;
                        font-family: "幼圆";            
		}
		@keyframes change {
			0% {
				color: red;
			}
			25% {
				color: blue;
			}
			50% {
				color: orange;
			}
			75% {
				color: chartreuse;
			}
			100% {
				color: deeppink;
			}
		}