body{
	background-color: #f6f7fa;
}


/* ========== fast-nav begin ========== */
#fast-nav{
	height: 90px;
	padding-top: 27px;
}
#fast-nav a{
	font-size: 18px;
	line-height: 36px;
	color: #333;
}
#fast-nav .act{
	color: #1E4398;
}
#fast-nav a:hover{
	color: #1E4398;
}
#fast-nav span{
	font-size: 18px;
	line-height: 36px;
	color: #333;
	display: inline-block;
	margin: 0 5px;
}
/* ========== fast-nav end ========== */


/* ========== content begin ========== */
#content{
	height: auto;
	min-height: 650px;
	padding-top: 20px;
}
#content .title{
	font-size: 36px;
	line-height: 36px;
	font-family: "microsoft yahei";
	color: #333;
}
#content .time-view{
	margin: 20px 0 50px 0;
	font-size: 18px;
	line-height: 36px;
	font-family: "microsoft yahei";
}
#content .time-view .time{
	color: #333;
}
#content .time-view img{
	margin-left: 40px;
	margin-right: 10px;
	margin-top: -4px;
	width: 20px;
	height: 12px;
	cursor: pointer;
}
#content .time-view .view{
	color: #7bc6b0;
}
#content .desc{
	font-size: 18px;
	line-height: 36px;
	color: #666;
	font-family: "microsoft yahei";
}
/* ========== content end ========== */


/* ========== page begin ========== */
.page{
	margin: 30px auto 80px;
	font-size: 14px;
}
.page a{
	color: #666;
	font-family: "microsoft yahei";
}
.page a:not(.disBtn):hover{
	color: #1E4398;
}
.page .disBtn{
	cursor: not-allowed;
	color: #ccc;
}
.page .title-span{
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
/* ========== page end ========== */