.main1-right{
	width:800px;
	height:auto;
	float:right;
}
.main1-right .position{
	width:100%;
	height:54px;
	line-height:54px;
	margin-top:20px;
	font-size:28px;
	border-bottom:1px solid #cecece;
}
.main1-right .position p{
	width:500px;
	height:54px;
	float:left;
	font-size:14px;
	color:#333;
}
.main1-right .position p a{
	color:#333;
}
.main1-right .position p a:hover{
	text-decoration:none;
	color:red;
}
.message{
	background:#FFF5EE;
	border:1px solid #D4D4D4;
	height:auto;
	margin-top:30px;
}
.message ul li{
	padding:20px 0 25px 0;
	font-size:12px;
	border-bottom:1px dashed #B0B0B0;
	color:#7f7f7f;
	font-weight:bold;
	letter-spacing:1px;
}
.message ul li .quet,.message ul li .name{
	color:#b0b0b0;
}
.message ul li .que{
	color:green;
}
.message ul li .ans{
	color:red;
}
.message .pgt{
	margin:20px 0px 10px 500px;
}
.prod-list ul{
	width:600px;
	margin:0 auto;
	min-height:230px;
	height:auto;
	padding-bottom:20px;
}
.prod-list form{
	width:450px;
	height:300px;
	padding-top:50px;
	margin-left:140px;
	
}
.prod-list form p{
	width:100px;
	height:auto;
	float:left;
	color:#7f7f7f;
	font-weight:bold;
}
.prod-list form #submit,#reset{
	background:#99b3cc;
	color:#fff;
	border-radius:2px;
	border:none;
	width:50px;
	height:30px;
	cursor:pointer;
	margin:20px 0 0 50px;
}
.prod-list form #submit:hover,#reset:hover{
	background:red;
}
.prod-list form #submit{
	margin-left:180px;
}