*{margin:0;padding:0}
.main p.name:hover{
	background:url(../img/bg1.jpg) 4% center no-repeat #1D4289;
	color:#fff;
}
.quest_con dl{
	border-bottom:1px dashed #B4B4B4;
	margin:20px auto;
	padding:20px 0;
	overflow:hidden;
}
.quest_con img{
	float:left;
}
span.wen{
	border:1px solid #1D4289;
	width:20px;
	height:20px;
	line-height:20px;
	text-align: center;
	background-color:#1D4289;
	color:#fff;
	display:inline-block;
        margin-right: 5px;
}
span.da{
	border:1px solid #1D4289;
	width:20px;
	height:20px;
	line-height:20px;
	text-align: center;
	color:#1D4289;
	display:inline-block;
        margin-right: 5px;
}
span.date{
	float:right;
	margin-top:-22px;
	color:#595959;
}
div.dd{
	width:795px;
	float:right;
}
.quest_con dl dd a{
	line-height:30px;
	color:#B1B1B1;
	display:block;
}
.quest_con dl dd a:hover{
	color:#3B5592;
}
.pagination{
	/*width:30%;*/
	margin:20px auto;
	float:right;
	overflow:hidden;
}
.pagination li{
	border:1px solid #999;
	float:left;
	margin-left:10px;
}
.pagination li a{
	display:inline-block;
	line-height:30px;
	text-align: center;
	padding:0 10px;
	color:#656565;
}
.pagination li a:hover{
	background-color:#1D4289;
	color:#fff;
}
form .input1{
	border:1px solid #999;
	width:100%;
	height:200px;
	margin-top:20px;
	font-size:20px;
	padding:10px 10px 0 10px;
	border-radius: 5px;
	position:relative;
	overflow:hidden;
}
input.but1{
	width:80px;
	height:30px;
	border:1px solid #1D4289;
	border-radius: 5px;
	background-color:#fff;
	color:#1D4289;
	float:right;
	position:absolute;
	right:110px;
	bottom:10px;
	overflow:hidden;
}
input.but2{
	width:80px;
	height:30px;
	border:1px solid #1D4289;
	border-radius: 5px;
	background-color:#fff;
	color:#1D4289;
	float:right;
	position:absolute;
	right:10px;
	bottom:10px;
	overflow:hidden;
}
input.but1:hover,input.but2:hover{
	background-color:#1D4289;
	color:#fff;
}


/* 验证码 */
.yanzheng{
	width: 300px;
	height: 30px;
	position: absolute;
	bottom: 10px;
	right: 200px;
	font-size: 16px;
	color: #414141;
	line-height: 30px;
}
.yanzheng img{
	width: 100px;
	height: 30px;
	position: absolute;
	bottom: 0;
	right: 10px;
}
.yanzheng input{
	width: 100px;
	height: 28px;
	border: 1px solid #C9C9C9;
	position: absolute;
	bottom: 0;
	right: 120px;
	border-radius: 2px;
	text-indent: 1em;
}