@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

/* 首页样式  */
.main{
	width:100%;
	height:535px;
}
.main .left{
	width:250px;
	height:100%;
	float:left;
	background:#D9EFFC;
	overflow-y:auto;
}
.main .right{
	width:1046px;
	height:100%;
	float:left;
}
.index{
	font-size:20px;
	font-weight:bold;
	text-align:center; 
}
.foot{
	background:url(../images/bg-head.jpg);
	width:100%;
	height:30px;
}


/****帮助中心页面样式***/
.help-left {
	width: 238px;
	border: 1px solid #b4bec5;
	padding-bottom:20px;
	float:left;
	margin-right:15px;
	margin-top:10px;
}
.help-tel-title {
	background-image:url(../images/help-tel-titlebg.png);
	background-repeat: repeat-x;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	font-size: 16px;
	padding-left: 14px;
	border-bottom: 1px solid #aebdcf; 
}
.help-tel{ width:198px;  padding:20px;	}
.help-tel ul li{ line-height:28px;}

.help-right {
	width: 685px;
	border-top: 2px solid #336194;
	border-right: 1px solid #b4bec5;
	border-bottom: 1px solid #b4bec5;
	border-left: 1px solid #b4bec5;
	float:left;
	padding:10px;
	margin-top:10px;
}
.help-list-title {
	margin:0 0 10px 0;
	font-size: 18px;
	height:40px;
	font-weight:bold;
	color:#255287;
	line-height: 32px;
	background-image: url(../images/help-list-titlebg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.help-list {
	background-color:#eaf1f7;
	padding: 10px 15px 15px 15px;
	line-height: 20px;
}
.qa {
	background-image: url(../images/help-list.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 4px;
	margin-bottom: 4px;
}
.question {
	color: #004da3;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	background-image: url(../images/help-dot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 14px;

}
.answer{
	padding-bottom: 10px;
	padding-left: 10px;
	color: #7a7a7a;
}
 /**链接样式，更多信息 **/
.alink_more{
	cursor:pointer;
	color:#0033FF; 
	font-size:12px;
	text-decoration:underline;
 }