@charset "utf-8";
/* CSS Document */
.info{
	width:920px;
}
.question{
	margin:24px 0;
}
.question li h1{
	height:60px;
	line-height:60px;	
	background:#188ec3;
	border-top-right-radius:16px;
	-moz-border-top-right-radius:16px;
	-ms-border-top-right-radius:16px;
	-o-border-top-right-radius:16px;
	-webkit-border-top-right-radius:16px;
	
	border-bottom-left-radius:16px;
	-moz-border-bottom-left-radius:16px;
	-ms-border-bottom-left-radius:16px;
	-o-border-bottom-left-radius:16px;
	-webkit-border-bottom-left-radius:16px;
}
.question li h1 span{
	margin-left:16px;
	font-size:18px;
	color:#fff;
}
.question li p{
	margin:16px 0 36px 0;
}
.question li p span{
	margin-left:16px;
	color:#333;
	font-size:14px;
}
.team_cont{
	min-height:608px;
	width:100%;
	border:1px solid #ccc;	
	background:url(../img/person2.png) right bottom no-repeat;
	margin:8px auto 26px;
}
.team_cont p{
	width:95%;
	margin:30px auto 0;
	font-size:14px;
	color:#333;
}
.process{
	width:80%;
	background:#fff;
	margin:100px auto;
}
.process span{
	display:inline-block;
	width:124px;
	height:50px;
	line-height:50px;
	text-align:center;
	border:3px solid #00a2ea;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:16px;
	color:#666;
	
}
.process img{
	vertical-align:middle;
	
}