@charset "utf-8";
/* CSS Document */

/********************************************* 主体***************************************/

 #main_container_body{
 	margin-top:30px;
	margin-left:20px;
	margiin-right:20px;
	width:662px;
 }
 #main_container_body li {
 	margin:5px 0 5px 20px;
	display:block;
	_display: inline-block;
	padding-left:20px;
	background: url(/images/dot_star.gif) no-repeat left center;
 }
 
 h3 {
 	margin:10px 0 5px 0;
}
 .p_title {
 	margin:10px 0px;
}
.p_normaltext {
	text-indent:25px;
	line-height:170%;
}


/*----- 支持链接----*/
#suport {
	margin-top:20px;
	border-top:1px dotted #8c8e8f;
}
#suport dd {
	padding:10px 10px 10px 0px;
	border-bottom:1px dotted #8c8e8f;
}
#suport dd img {
	margin-right:20px;
}

.number_1, .number_2 {
	margin-left:25px;
}


/*-----资费表格-----*/
.tb {
	width:622px;
	text-indent:0px;
	margin:10px 0 10px 25px;
}
.tb table {
	width:624px;
}
.tb td {
	text-align:center;
}
.tb td.tbheader {
	background:#e3eff0;
	font-size:14px;
	font-weight:bold;
	color:#4789ae;
}
.tb td.case {
	background: #F5F5F5;
	color:#4789ae;
}

