/*测试*/
body{
	margin: 0;
	/*background-color: #f7f7f7;*/
	background-color: white;
}

/*头部整体div*/
.header_div{
	height: 150px;
	width: 100%;
}
.header_div a{
	color:#606060;
	text-decoration: none
}
/*博主信息块div*/
.master_div{
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	border-bottom: 1px solid #ddd;
	/*background-color: white;*/
}
/*左侧*/
.master_div .left{
	float: left;
	width: 600px;
	margin-top: 30px;
}
/*博客名*/
.master_name span{
	font:38px/1.2 "微软雅黑";
	font-weight: bold;
	color:#606060;
}
.master_name>span>a{
	text-decoration: none;
	color:#606060;
}
/*博客描述*/
.desc_div span{
	font: 14px/1.2 "微软雅黑";
	color: gray;
}
.bloginfo{
	margin-top: 25px;
}
/*信息标注*/
.bloginfo .title{
	font:14px/1.2 "微软雅黑";
	color:gray;
}
/*信息量*/
.bloginfo .number{
	font:20px/1.2 "微软雅黑";
	color: black;
}
/*右侧*/
.master_div .right{
	float: right;
	width: 600px;
	height: 150px;
}
.search{
	height: 27px;
	width: 181px;
	margin-top: 60px;
	border-radius: 5px;
	border: 1px solid #aaa;
	margin-left: 407px;
	padding: 1px 5px;
}
.div_fa_search{
	width: 25px;
	height: 100%;
	float: left;
	border-right: 1px solid #ccc;
	position: relative;
}
.div_fa_search i {
	top: 50%;
	margin-top: -10px;
	position: absolute;
}
.search input{
	width: 148px;
	height: 25px;
	border: 0;
	padding-left: 5px;
	outline: none;
	background-color: rgba(255,255,255,0);
}
/*导航div*/
.nav_div{
	height: 20px;
	/*width: 500px;*/
	float: right;
	margin-top: 40px;
	font-size: 14px;
}
.nav_div a:hover{
	color: red;
}
.nav_ul{
	padding: 0;
	margin: 0;
}
.nav_ul>li{
	list-style-type: none;
	float: right;
	min-width: 60px;
	border-right: 1px solid gray;
	line-height: 14px;
	margin: 0 10px;
}
.nav_ul .first_li{
	border-right: 0;
}
.nav_ul img{
	width: 16px;
	height: 16px;
}
.nav_ul span{
	margin-left:5px;
	font:14px/14px '微软雅黑';
}
.li_click_div{
	display: none;
	background-color: white;
	width: 100%;
	min-height: 20px;
	padding: 5px 0 10px 0;
}
.li_click_div ul{
	padding: 0;
	margin: 0;
}
.li_click_div li{
	list-style-type: none;
	margin: 8px 0;
}

/**
 *  主体部分
 */
/*主体大div*/
.div_body{
	margin: 40px auto 0 auto;
	width: 1200px;
	min-height: 100%;
}
.div_body .body_left{
	width: 269px;
	min-height: 200px;
	float: left;
	border-right: 1px solid #ddd;
}
.current_time{
	width: 220px;
	padding: 10px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.side_part{
	margin-top: 30px;
	width: 230px;
	padding: 10px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.side_250_250 {
	margin-top: 30px;
	width: 250px;
	padding: 0;
	border: 0;
}
.side_part a{
	text-decoration: none;
	font-size: 14px;
	color: #505050;
}
.side_part a:hover{
	color: red;
}

.side_part ul{
	margin-left: 0;
	padding: 0
}
.side_part li{
	list-style: none;
	margin-bottom: 5px;
	width: 220px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

/* 右边
 * 右边的具体内容来自不同的部分
 */
.div_body .body_right{
	/*width: 880px;*/
	width: 900px;
	min-height: 200px;
	float:right;
}
.div_path{
	font-size: 14px;
	color: #606060;
	text-decoration: none;
	height: 20px;
}
.div_path a{
	text-decoration: none;
	color: #606060;
}
.div_path a:hover{
	color: red;
}
/* div_body中的内容为变化的，需要加一条固定的线作为底线
 * 以保证div_body对外的格式完整
 */
.last_line{
	clear: both;
	height: 0;
	width: 100%;
}

/*底部*/
.bottom{
	width: 1200px;
	height: 50px;
	margin: auto;
	text-align: center;
	font-size: 14px;
	position: relative;
}
.bottom a{
	text-decoration: none;
	color: black;
}
