/*
Author: Antonius
*/
/* RESET */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
body{
	max-width:640px; 
	font-family:雅黑; 
	font-size:14px;
	background:#eeeeee;
	}
header{
	width:100%; 
	height:80px; 
	text-align:center; 
	color:#00a2ff; 
	padding-top:20px;
	}
header p:first-child{
	font-size:36px; 
	line-height:1.2;
	}
header p:last-child{
	font-size:14px; 
	line-height:20px;
	}
ul{
	width:100%; 
	background:#fff;
	}
ul li{
	width:90%;
	line-height:2; 
	font-size:16px; 
	padding-left:5%;
	padding-right:5%;
	}
ul li span{
	color:#cccccc;
	}
ul li a{
	margin-left:10px; 
	color:#00a2ff;
	}
img{
	width:100%;
}


.went_t{
	width:100%;
	line-height:24px;
	padding: 8px;
	font-size:20px;
	color:#fff;
	background-color:#00a2ff;
	margin-top:10px;
	
}
.wenti_c{
	width:96%;
	margin:auto;
	background-color:#FFF;
	line-height:30px;
	color:#000;
}
.wenti_c span{
	padding-left:1px;
	padding-top:1px;
	background-color:#69c9fe;
	font-size:32px;
	color:#FFF;
	line-height:40px;
}
.went_q{
	width:80%;
	margin:auto;
	font-size:16px;
}
.went_q_1{
	width:80%;
	margin:auto;
	font-size:16px;
	line-height:30px;
}
.went_q img{
	margin-top:5px;
	margin-bottom:10px;
}

