/*-----------------------------------------------------*/

.sidebar{
	width: 1000px;
	margin: 10px auto;
	line-height: 30px;
}
.sidebar strong{
	font-size: 14px;
	color: #383838;
	font-weight: normal;
}
.sidebar a{
	margin: 0 10px;
	color: #383838;
	font-size: 14px;
}
.sidebar span{
	margin: 0 10px;
	color: #383838;
	font-size: 14px;
}

/*---------------------------------------------------*/
.list{
	width: 1000px;
	margin: 30px auto;
	overflow: hidden;
}
.list_left{
	margin-right: 30px;
	width: 270px;
}
.list_left ul li{
	width: 270px;
	height: 40px;
	margin-bottom: 1px;
	text-align: center;
	line-height: 40px;
	background: #d7d7d7;
}
.list_left ul li a{
	color: #32190b;
	font-size: 14px;
}
.list_right{
	width: 680px;
	padding:0 10px;
	overflow: hidden;
}
.list_right ul li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #ccc dashed;
}
.list_right ul li .uptime{
	float: right;
	font-size: 12px;
	color: #888;
}
.list_right ul li a{
	color: #383838;
	font-size: 12px;
}