
.examAndSignUpProcessGuide_all {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.examAndSignUpProcessGuide {
	width: 1000px;
	margin-top: 30px;
	padding: 0px;
}

.examAndSignUp_title {
	font-size: 24px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	color: #E61F18;
	letter-spacing: 1px;
}

.examAndSignUp_items {
	margin-top: 20px;
}

.examAndSignUp_items_out {
	background: #eee;
	color: #333;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	padding: 4px 10px 4px 10px;
	border: 0;
	border-radius: 0px;
	cursor: pointer;
}

.examAndSignUp_items_out:hover {
	background: #ddd;
}

.examAndSignUp_items_over {
	background: #E61F18;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	font-family: "Microsoft YaHei";
	padding: 4px 10px 4px 10px;
	border: 0;
	border-radius: 0px;
	cursor: pointer;
}

.examAndSignUp_show {
	width: 1000px;
}

.examAndSignUp_show_map {
	background: url(../img/examAndSignUp_map.png) no-repeat;
	
}

.write_signUp_detail_img {
	background: url(../img/signUp_write_jujia_1.png) no-repeat;
	width: 493px;
	height: 502px;
	margin-top: 38px;
}

.examAndSignUp_table {
	border-collapse: collapse;
	border: 0;
	width: 1000px;
	height: 400px;
}

.examAndSignUp_table td {
	border: 0;
}

.examAndSignUp_detail_content {
	width: 780px;
}

.examAndSignUp_detail_content div p {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	text-indent: 2em;
	line-height: 150%;
}

.examAndSignUp_index {
	border-collapse: collapse;
	border: 0;
	width: 780px;
	cursor: pointer;
}

.examAndSignUp_index {
	border: 0;
}

.examAndSignUp_index hr {
	border: 0;
	background: #ddd;
	height: 3px;
}