.readyExamGuide_all {
	margin: 0;
	padding: 0px;
	width: 1000px;
	height: 100%;
	margin-top: 10px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

.readyExamGuide_nav {
	float: left;
	width: 200px;
	margin-left: 0px;
	margin-top: 0px;
}

.readyExamGuide_nav table {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}

.readyExamGuide_nav_table_td_out {
	border-left: 3px solid #F6F6F6;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	letter-spacing: 1px;
	color: #5F5F5F;
	background: #F6F6F6;
	cursor: pointer;
}

.readyExamGuide_nav_table_td_over {
	border-left: 3px solid #E61F18;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	letter-spacing: 1px;
	color: #E61F18;
	background: white;
	cursor: pointer;
}

.readyExamGuide_content {
	display: none;
	width: 710px;
}

.readyExamGuide_top {
	width: 770px;
	background: #FAFAFA;
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
	margin-left: 28px;
}

.readyExamGuide_bm {
	padding: 30px;
}

.readyExamGuide_bottom p {
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.examIntroduce {
	background: url(../images/allinclude.jpg) no-repeat;
	width: 710px;
	height: 190px;
}

.examIntroduce p {
	text-indent: 2em;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
}

.readyExamGuide_bottom {
	width: 710px;
	padding: 0px;
}

.readyExamGuide_bottom_navigation {
	padding: 0px;
}

.readyExamGuide_bottom_navigation_div_out {
	font-size: 15px;
	font-family: "Microsoft YaHei";
	background: #FAFAFA;
	padding-top: 9px;
	padding-bottom: 8px;
	width: 100px;
	color: #333;
	margin-right: 30px;
	border-radius: 0px;
	cursor: pointer;
	text-align: center;
	float: left;
}

.readyExamGuide_bottom_navigation_div_over {
	background: #E61F18;
	color: white;
	font-weight: bold;
	font-size: 15px; 
	font-family: "Microsoft YaHei";
	padding-top: 9px;
	padding-bottom: 8px;
	width: 100px;
	margin-right: 30px;
	border-radius: 0px;
	cursor: pointer;
	text-align: center;
	float: left;
}

.readyExamGuide_bottom_navigation_div_out:hover {
	background: #ddd;
	font-weight: bold;
}

.readyExamGuide_bottom_content p {
	text-indent: 2em;
	font-size: 15px;
	margin-top: 30px;
	font-family: "Microsoft YaHei";
}

.readyExamGuide_bottom_write_table {
	border-collapse: collapse;
	border: 0;
	width: 710px;
	margin-top: 20px;
	margin-bottom: 20px;
	/* background: white; */
}

.readyExamGuide_bottom_write_table th {
	font-size: 15px;
	font-family: "Microsoft YaHei";
	border: 1px solid #888;
	text-align: center;
	font-weight: bold;
	padding: 8px;
}

.readyExamGuide_bottom_write_table td {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	/* border: 1px solid #888; */
	text-align: center;
	font-weight: normal;
	padding: 8px;
}

.readyExamGuide_bottom_face_table {
	border-collapse: collapse;
	border: 0;
	width: 710px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: white;
}

.readyExamGuide_bottom_face_table th {
	font-size: 15px;
	font-family: "Microsoft YaHei";
	border: 1px solid #888;
	text-align: center;
	font-weight: bold;
	padding: 15px;
}

.readyExamGuide_bottom_face_table td {
	font-size: 15px;
	font-family: "Microsoft YaHei";
	border: 1px solid #888;
	text-align: center;
	font-weight: normal;
	padding: 8px;
}

.standardIntroduction_table {
	border-collapse: collapse;
	width: 100%;
	border: 0;
	background: white;
	margin-bottom: 30px;
}

.standardIntroduction_table th {
	text-align: center;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	letter-spacing: 1px;
	border: 1px solid #888;
	padding: 20px;
}

.standardIntroduction_table td {
	text-align: left;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	border: 1px solid #888;
	padding: 10px;
}

.oldExamExample_table {
	border-collapse: collapse;
	width: 800px;
	border: 0;
}

.oldExamExample_table td {
	border: 1px solid #333;
	padding: 5px;
	text-align: left;
	font-size: 15px;
	font-family: "Microsoft YaHei";
}

.oldExamExampleContent {
	border: 1px solid #666;
	width: 650px;
	background: white;
	margin: 0px;
}

.oldExamExampleContent table {
	border-collapse: collapse;
	border: 0;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.oldExamExampleContent table td {
	border: 0;
	padding: 0px;
	text-align: left;
	font-size: 15px;
	font-family: "Microsoft YaHei";
}

.examBook_over {
	background: white;
	border-top: 4px solid #E61F18;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	cursor: pointer;
}

.examBook_out {
	background: #ddd;
	border-top: 4px solid #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	cursor: pointer;
}

.common-table-result {
	border-collapse: collapse;
	border: 0;
	width: 92%;
	background: white;
}

.common-table-result td {
	border: 1px solid #666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}