*{
	padding: 0;
	margin: 0;
}
body{
	background: #eeeeee;
}

.control{
	width: 1075px;
	height: auto;
	margin: 0 auto;
}
.left,.content{
	height: auto;
	margin: 20px 5px;
}
.left{
	width: 200px;
	display: inline-block;
	vertical-align: top;
	
}
.subNav{
	height: auto;
	background-color: white;
	padding: 10px;
	width: 180px;
	position: fixed;
}
.content{
	width: 850px;
	background-color: white;
	display: inline-block;
	
}
.part{
	text-align: left;
	line-height: 60px;
	border-bottom: 1px solid #d9d9d9;
	border-radius: 5px;
	background-color:#b0c4ed;
	font-size: 20px;
	font-weight:bold;
	color: #000000;
    padding-left: 5px;
}
a{
	text-decoration: none;
	color:black;
	display: block;
}
.part:hover{
	background: #87cefa;
	cursor: pointer;
}
.part7{
	border: none;
}
.text{
	line-height: 30px;
	width: 80%;
	margin: 25px auto;
	height: auto;
	min-height: 100px;
}
.container2,.container4{
	background: #e5e5e5;
}
.title{
	line-height: 40px;
	font-size:20px;
	font-weight:bold;
}
.container2,.container4{
	overflow: hidden;
}

table, td, th {
  border: 1px solid black;
  text-align:center;
}
td .r { text-align:right;}
table {
  width: 100%;
  border-collapse: collapse;
}
