body{
	background-color: rgba(0,0,0,0.015);
}
.c{
	width:1190px;
}
.logo-mini{
	width: 100px;
	height: 28px;
	background: url('../img/logo-white.png') no-repeat center center;
	background-size: 100px;
	display: inline-block;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
.blog-head{
	/*height: 240px;*/
	/*background-color: rgba(0,0,0,1);*/
	padding: 50px 0;
	box-shadow: 0 0 2px 3px rgba(0,0,0,0.01);
	position: relative;
}
.blog-user{
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	background:linear-gradient(45deg, #f3f7fb 0%, #f6f2f3 50%,#fefaf9 100%);
	/*background:#f00;*/
}
.avatar-box{
	
	text-align: center;
	width: 120px;
	margin:0 auto;
	height: 120px;
	border-radius: 120px;
	background: #fff;
	box-shadow: 0px 2px 18px rgba(0,0,0,0.06)
}
.avatar-box img{
	width: 120px;
	height: 120px;
	border-radius: 120px;
	/*border: 10px solid #ffffff;*/
	
}
.avatar-name{
	padding-top: 10px;
}
.avatar-slogan{
	padding: 10px 0;
}



.ubox{
	padding-left: 30px;
	padding-top: 5px;
}
.tqbox{
	width: 80px;
	text-align: center;
	display: inline-block;
	line-height: 280%;
}

.blog{
	padding: 0 0 40px 0;
	position: relative;
}
.blog-sidebar{
	width: 260px;
}
.blog-body{
	width: 900px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.01);
	border:1px solid #eee;
	background: #fff;
	min-height: 1220px;
}
.blog-navi{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
}
.blog-navi a{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding:0 5px;
	position: relative;
	margin: 0 30px;
}
.blog-navi a:hover{
	color: #f90;
}
.blog-navi a.active{
	color: #f00;
}
.blog-navi a.active:after{
	content: '';
	height: 3px;
	width: 100%;
	position: absolute;
	bottom:-1px;
	background-color: #f00;
	left: 0;
}
.blog-navi a:hover:after{
	content: '';
	height: 3px;
	width: 100%;
	position: absolute;
	bottom:-1px;
	background-color: #fc0;
	left: 0;
}
.blog-ubox{
	box-shadow: 2px 2px 3px rgba(0,0,0,0.01);
	border:1px solid #eee;
	background: #fff;
}
.ubox-title{
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	border-bottom: 1px dotted #eee;
	text-indent: 20px;
	background: #fefefe;
}
.ubox-body{
	padding: 5px;
}
.fl-item{
	width: 48px;
	height: 72px;
	font-size: 12px;
	overflow:hidden;
	text-align: center;
	display: inline-block;
	float: left;
	margin:6px;
}
.fl-item img{
	width: 48px;
	height: 48px;
	border-radius: 4px;
}



.u-item{
	border-bottom: 1px solid #eee;
	padding: 10px 15px;
	font-size: 12px;
}
.blog-ubox .u-item:last-child{
	border:none;
}
.u-item label{
	display: inline-block;
	margin:0;
	padding:0;
	color: #999;
	width: 60px;
	vertical-align: top;
}
.u-item-body{
	display: inline-block;
	width: 162px;
	vertical-align: top;
}
.pageing a{
	margin:0 10px;
}
.databox{
	width: 100px;
	text-align: center;
	line-height: 200%;
	display: inline-block;
}
.databox label{
	font-size: 12px;
	color: #999;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.blog-content{
	padding: 15px 0;
	line-height: 20px;
	vertical-align: middle;
}
.blog-content img{
	vertical-align: middle;
}