body {
	margin:0 auto;
	width:1080px;
}
div.examination {
	height:auto;
	padding:5px 0 0px 0;	
}

div.one {
	width:1066px;
	min-height:260px;
	margin:20px 0 0 0;
	padding:10px 0 20px 10px;
	border-top:2px solid #BFEFFF;
	border-left:2px solid #BFEFFF;
	border-right:2px solid #BFEFFF;
	border-bottom:0;
	letter-spacing:2px;
	font-family:"微软雅黑","黑体","宋体";
	color:#000000;
	background:#fff;	
}

div.one dt.one {
	width:700px;
	margin:10px 0 0 50px;
	line-height:45px;
	font-weight:bold;
	font-size:40px;
	color:black;
	float:left;
	
	}

div.one dt.two {
	margin:10px 0 0 2px;
	width:270px;
	line-height:45px;
	font-weight:bold;
	font-size:30px;
	color:blue;
    float:right;
	
	}

div.three {
	margin:0 0 0 0;
	width:696px;
	height:53px;
	border-top:2px solid #BFEFFF;
	border-right:2px solid #BFEFFF;
	border-bottom:2px solid #BFEFFF;
	float:right;
   }	
div.three dt.one{
	margin:6px;
	font-weight:bold;
	font-size:30px;
	float:left;

  }
div.three dt.two{
	margin:6px 80px 0 0;
	font-weight:bold;
	font-size:30px;
	float:right;
    border:blue;
  }
div.three dt.three {
	margin:6px 40px 0 0;
	font-weight:bold;
	font-size:30px;
	float:right;
  
  }
div.three dt a {
	color:green;
	text-decoration:none;
	line-height:35px;
	font-weight:bold;
	font-size:34px;
	letter-spacing:10px;
}
div.three dt a:hover {
	color:#f60;
}


div.dropdown {
    width:380px;
	min-height:50px;
    position: relative;
    display: inline-block;
    border-top:2px solid #BFEFFF;
	border-left:2px solid #BFEFFF;
	
	border-bottom:2px solid #BFEFFF;	
	padding:3px 0 0 0;
	
}
div.dropdown span{
	width:380px;
	height:42px;
	padding:4px 0 0 100px;
	margin:2px 0 0 2px;
	font-size:34px;
	border-top:0;
	border-left:0;
	border-right:0;
	text-align:center;
	letter-spacing:18px;
	font-weight:bold;
	color:red;
}
#dropdown-content {
	
  width:1075px;
  display: none;
  position: static;
  background-color: #f9f9f9;

  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 5px 0 12px 0;
  background-color:#D5F5F4;
  min-height:40px;
  font-size:28px;
  letter-spacing:2px;
  line-height:50px;
  float:left;
}

#dropdown-content .two{
	width:880px;
	margin:10px 0 10px 100px;
	
}
.dropdown:hover #dropdown-content {
  display: block;
	
}
#page {
	width:1075px;
	height:50px;
	text-align:center;
	padding:10px;
	
}