/*banner开始*/
.banner{
	height:300px;
	width:100%;
	background: url(../images/banner.png) no-repeat center center}
/*banner结束*/

/*导航开始*/
.navigation{
	height:60px;
	width:100%;
	background:#0e94e1;}
.navigation ul li{
	float:left;}
.navigation ul li a{
	padding-left:27px;
	padding-right:27px;
	height:60px;
	line-height:60px;
	font-size:20px;
	color:#FFFFFF;
	display:block}
.navigation ul li a:hover{
	background:#fffb01;
	color:#004c83;}
/*导航结束*/

/*导语开始*/
.lead{
	width:1000px;
	height:90px;
	margin:40px auto;
	margin-bottom:60px;}
.lead .lead-background{
	background: url(../images/lead.png) no-repeat center center;
	height:90px;
	width:100%;
	position:relative}
.lead .lead-background p{
	width:768px;
	font-size:16px;
	position:absolute;
	left:160px;
	top:20px;
	line-height:26px;}
.lead .lead-background p span{
	font-size:16px;
	font-weight:bold;
	color:#ff3f3f}
/*导语结束*/

/*成绩查询表格开始*/
.achievement .achieve-title{
	width:729px;
	background-position:0px 0px;}
.achievement .achieve-how{
	line-height:24px;
	margin-top:32px;}
.achievement .achieve-how div{
	font-size:18px;
	font-weight:bold;
	text-indent: 2em;
	color:#0e94e1}
.achievement .achieve-how p{
	text-indent: 2em;
	font-size:16px;}
.achievement .achieve-nav{
	background: url(../images/achieve-nav.png) no-repeat;
	height:88px;
	width:1000px;
	margin:20px auto;
	overflow:hidden}
.achievement .achieve-nav div{
	float:left;
	width:157px;
	line-height:88px;
	text-align:center;
	font-size:20px;
	color:#FFFFFF}
.achievement .achieve-nav span{
	width:790px;
	display:inline-block;
	margin-left:30px;
	margin-top:14px;
	line-height:26px;}
.achievement .achieve-nav a{
	float:left;
	display:block;
	font-size:16px;
	color:#3c91eb;
	padding:2px 8px}
.achievement .achieve-nav a:hover{
	background:#3c91eb;
	color:#fff}
.achievement .achieve-nav a.right0{
	margin-right:0px;}
.achievement table{
	border-collapse:collapse}
.achievement table tbody tr th{
	height:44px;}
.achievement table tbody tr th{
	width:144px;
	background:#f5f5f5;
	font-size:16px;
	font-weight:bold}
.achievement table tbody tr th,.achievement table tbody tr td{
	border:1px solid #ececec}
.achievement table tbody tr th.area{
	width:107px;}
.achievement table tbody tr th.time{
	width:585px;}
.achievement table tbody tr th.entrance{
	width:156px;}
.achievement table tbody tr td,.achievement table tbody tr td a{
	text-align:center;
	height:44px;
	font-size:14px;}
.achievement table tbody tr td a.time{
	color:#3c91eb}
.achievement table tbody tr td a.entrance{
	color:#ff3f3f}
.achievement table tbody tr td a.analysis{
	color:#3c91eb}
.achievement table tbody tr td a:hover{
	text-decoration:underline}
.achievement .notes{
	font-size:14px;
	color:#666;
	line-height:46px}
/*成绩查询表格结束*/

/*注意事项开始*/
.careful {
	margin-bottom:60px}
.careful .careful-title{
	background-position:-89px -60px;
	width:552px;
	margin-top:60px;
	margin-bottom:40px}
.careful .careful-li{
	width:1000px;
	height:57px;
	border:0px solid #FF0004;
	position:relative;}
.careful .careful-li i{
	background: url(../images/careful-icon.png) no-repeat;
	width:57px;
	height:57px;
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	line-height:57px;
	position:absolute;
	left:0px;
	top:0px}
.careful .careful-li h2{
	position:absolute;
	left:80px;
	line-height:57px;
	font-size:24px;
	color:#0e85df;
	font-weight:normal}
.careful .careful1{
	padding-left:27px;}
.careful .careful1 ul{
	border-left:2px solid #0e85df;
	padding-left:48px;}
.careful .careful1 ul li{
	font-size:14px;
	line-height:26px;
	padding-bottom:10px}
.careful .careful1 ul li div{
	font-size:16px;
	font-weight:bold;
	color:#0e85df}
.careful .careful3 ul li{
	margin-bottom:6px}
/*注意事项结束*/

/*历年真题开始*/
.real .real-title{
	background-position:-183px -120px;
	width:361px}
.real table{
	margin-top:40px;
	border-collapse:collapse}
/*历年真题*/
.ln-exams .ln-exams-box{ width: 100%;border-collapse: collapse;}
.ln-exams .ln-exams-box caption{ overflow:hidden; padding: 24px 20px 20px 20px; border:solid 1px #d6dbdb; }
.ln-exams-box caption h2{ background:url(../images/title-ioc.png) no-repeat; background-position:0 -232px;font-size:24px; padding-left: 30px; line-height: 24px;} 
.ln-exams-box caption span{ display:block; float: right;height: 24px;}
.ln-exams-box caption span a{ font-size: 14px; font-family:"宋体"; color:#999; line-height: 14px;  padding: 10px 0 0 0;}
.ln-exams-box tbody a{ font-size: 12px; font-family:"宋体"; padding: 0 6px; color: #0e94e1;}
.ln-exams-box tbody a:hover{
	text-decoration:underline}
.ln-exams-box tbody th{ color:#fff;border:solid 1px #d6dbdb; border-top: none; font-weight: bold;}
.ln-exams-box tbody td{border:solid 1px #d6dbdb;}
/*历年真题结束*/

/*链接开始*/
.link{
	line-height:30px;
	margin-top:30px;}
.link span{
	font-size:14px;
	font-weight:bold}
.link a{
	font-size:16px;
	color:#0e94e1;
	margin-right:20px;}
.link a:hover{
	text-decoration:underline}
/*链接结束*/



/*公共样式开始*/
.title{
	background: url(../images/title-background.png) no-repeat;
	height:50px;
	display:block;
	margin:0 auto}
.title p{
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:50px;
	text-align:center}
.title p span{
	color:#94dcf1;
	font-size:24px;}
/*公共样式结束*/