#clockdiv {text-align: left;}
a{text-decoration:none;}
.buryit {display:none;}
#ad_t2{display:none;}
#cnblogs_c1{display:none;}
#cnblogs_c2{display:none;}
#clockdiy{display:none;}
#under_post_kb{display:none;}
#under_post_news{display:none;}
#blogTitle{background-color:black;}
#blogTitle h1 {font-family: '行楷';color:#fff;animation: Glow 1.5s ease infinite alternate;width:100%;text-align: center;margin:0;}
#blogTitle h1 a{color:#fff;text-decoration:none;font-size:29px;}
@keyframes Glow {
    			from {text-shadow: 0 0 10px #fff,  0 0 20px #fff,  0 0 30px #fff,  0 0 40px #00a67c,   0 0 70px #00a67c,
                                                    0 0 80px #00a67c,  0 0 100px #00a67c,  0 0 150px #00a67c;
    		        }
    			to {text-shadow: 0 0 5px #fff,  0 0 10px #fff,  0 0 15px #fff,  0 0 20px #00a67c,  0 0 35px #00a67c,
                     				0 0 40px #00a67c,  0 0 50px #00a67c,  0 0 75px #00a67c;
    			}
}
#blogTitle h2 {font-weight: 100;font-size: 18px;font-family: "行楷";text-align: center;width:100%;margin:0 0 -2px 0;	
		    color: #8c888b;background: -webkit-linear-gradient(45deg, #70f7fe, #fbd7c6, #fdefac, #bfb5dd, #bed5f5);
		    -moz-linear-gradient(45deg, #70f7fe, #fbd7c6, #fdefac, #bfb5dd, #bed5f5);
		    -ms-linear-gradient(45deg, #70f7fe, #fbd7c6, #fdefac, #bfb5dd, #bed5f5);
		    color: transparent;/*设置字体颜色透明*/
		    -webkit-background-clip: text;/*背景裁剪为文本形式*/
		    animation: ran 10s linear infinite;/*动态10s展示*/
}
@keyframes ran {
                          from {backgroud-position: 0 0;}
                          to {background-position: 2000px 0;}
}