*{
	margin:0;
	padding:0;
	font-family: 'Microsoft yahei';
	font-size: 14px;
	color:#666;
	box-sizing: border-box;
}
html,body{
	height: 100%;
}
body{
	background: #eaeaea;
}
a{
	text-decoration: none;
}
ul{
	list-style:none;
}
.lf{
	float:left;
}
.rf{
	float:right;
}
div.top{
	background: #333;
	padding:0 20px;
	height:60px;
	line-height: 60px;
	margin-bottom: 1px;
}
div.top h4{
	color:#ccc;
	font-weight: normal;
	font-size: 18px;
	height: 60px;
}
div.top h4 span{
	margin-left: 10px;
	color:orange;
}
div.top li{
	float:left;
	margin-left:20px;
	color:orange;
}
div.top a{
	color:#ccc;
}
div.leftmenu{
	width:12%;
	height:100%;
	background: #444;
	color:#fff;
	text-align: center;
	padding:20px 10px;
	position: relative;
}
div.leftmenu::after{
	content:"";
	position: absolute;
	display: inline-block;
	width:0;
	height:0;
	border:10px solid red;
	border-color:transparent transparent transparent #444;
	right:-20px;
	top:45%;
}
div.leftmenu h4{
	margin-bottom: 10px;
	font-size:15px;
	color:#ccc;
	font-weight: normal;
	letter-spacing: 2px;
	background: linear-gradient(to bottom,rgba(0,0,0,.3),rgba(0,0,0,.4));
	line-height: 30px;
	border-radius: 15px 15px 0px 0px;
	cursor:default;
}
div.leftmenu h4::before{
	content:"";
	display: inline-block;
	width: 0;
	height: 0;
	border:5px solid #fff;
	border-color: transparent transparent transparent #fff;
}
div.leftmenu a{
	display: block;
	color:#ccc;
}
div.leftmenu>ul>li{
	margin-bottom: 10px;
}		
div.leftmenu>ul>li li{
	line-height: 30px;
	border:1px solid #333;
	border-radius: 15px;
	margin-bottom: 5px;
	background-image:linear-gradient(to top,#333,#444);
	box-shadow: inset 0px 1px 2px rgba(255,255,255,.3),
				1px 1px 3px rgb(0,0,0,.5);
}
div.leftmenu>ul>li li:hover{
	background-image:linear-gradient(to top,#444,#333);
}
div#leftmenu::after{
	content: "789789";

}
div.main{
	width:88%;
	padding:10px;
	float:right;
	background: url('../images/lt_ico.png') no-repeat left top;
}
div.main h4{
	font-size:14px;
	font-weight: normal;
	border-bottom:1px solid #ccc;
	line-height: 50px;
	margin-bottom: 15px;
	padding-left:35px;
	background: url('../images/address.png') no-repeat 5px 17px;
}
div.main .blo{
	width:100%;
	height:100px;
	border:1px solid #ccc;
	margin-bottom: 15px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0,0,0,.3);
	transition: all 0.3s;
}
div.main .blo:hover{
	background: rgb(240,240,240);
	box-shadow: 0px 3px 5px rgba(0,0,0,.3);
}
div.main .tit{
	width:12%;
	line-height: 100px;
	text-align: center;
	font-size:18px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	color:#fff;
}
div.main .con{
	width:88%;
	line-height: 100px;
	padding:0 30px;
}
div#exam_item{
	width:1200px;
	margin:50px auto;
	border:1px solid #ccc;
	border-radius: 10px;
	padding:30px 50px 50px;
	font-size:16px;
	line-height: 35px;
}
div#exam_item h1{
	text-align: center;
	font-size:25px;
	margin-bottom:20px;
	padding-bottom: 20px;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
}
div#exam_item dl{
	margin-bottom: 20px;
}
div#exam_item dl > dt,div#exam_item dl > dt > span{
	font-weight: bold;
	font-size:15px;
}
div#exam_item input{
	margin-right: 5px;
}
div#exam_item button{
	width:150px;
	line-height: 35px;
	cursor:pointer;	
	font-size:15px;
	border:1px solid #ccc;
	border-radius: 17px;
	padding:0 35px;
	background-image: linear-gradient(to top,#eaeaea,#ccc);
	box-shadow: inset 1px 2px 0px rgba(255,255,255,.5);
	outline:none;
}
div#exam_item button:active{
	box-shadow: inset 1px 2px 0px rgba(255,255,255,.5),0 0 3px rgba(0,0,0,.3)
}
/*fpage style*/
div.fpage a,div.fpage span{
	display: inline-block;
	background: #444;
	margin-left: 2px;
	color:rgba(255,255,255,.8);
	padding:1px 5px;
	border-radius: 3px;
}
div.fpage a.now{
	background: orange;
}