/* 博客logo */
.navbar-logo {
  height: 25px;
}

/* footer 博客底部 */
.page-bottom {
	width:100%;
	clear:both;
	background: #e7e7e7;
	margin-top: 2.5em;
	padding: 1em 0 0;
	color: #777;
}
.page-bottom-abs{
	position:absolute;
	bottom:0;
}
.page-bottom .title{
	color: #424242;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	padding-bottom: 7px;
	margin-bottom: 1em;
	margin-top: 1em;
}
.page-bottom .copyright{
	text-align: center;
	padding: 0.5em 0;
	margin-top: 1.5em;
	background: #4F5893;
	color: #e7e7e7;
}

/*域名备案字体颜色白色*/
.domain_filed {
	color: white;
}
a:hover{
	color: white;
}

.content{
	margin-top:55px
}