#myposts{
    min-height: 200px;
    margin-bottom: 15px;
    padding: 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    background: #fff;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #a7a8ad;
}
.blogStats{
   display:none;
}
	#navigator{
		background: #000 url(https://images.cnblogs.com/cnblogs_com/kyomini/1556431/o_hero.jpg) no-repeat 100%;
	
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    clear: both;
	
	}
.cnblogs_code_copy {
display: none;
}