/* CSS Document */
body{
	width: 100%;
	/*background-color: #afaaaa;*/
	/*background-image: url(/recruit/images/timg.jpg);background-repeat: no-repeat;*/
}
/*.recruit_body{
	height:500px;
	width:700px;
	margin-top: 10%;
	margin-bottom: 10%;	
	text-align:center;
	border: thin solid #00FF00;
}
.recruit_body ul{
	width:300px;
	height:400px;
	border: thin solid #00FF00;
	float: left;
	margin-right: 30px;
}*/
.recruit_body {
	background: #fff;
	width: 100%;
	/*height: 480px;*/
    font-family: "Î¢ÈíÑÅºÚ";
	overflow: hidden;
}
.recruit_body ul {
	width: 100%;
	margin: 0 auto;
	text-align:center;
	/*border: thin solid #00FF00;*/	
}
.recruit_body ul li {
	width: 100%;
	float: left;
	text-align: center;
	/*border: thin solid #00FF00;*/
	margin-top: 50px;
	margin-bottom: 50px;
}
.recruit_body ul li b {
    display: block;
    font-size: 35px;
    color: #2c2828;
    font-weight: normal;
}
.recruit_body ul li span {
    display: block;
    line-height: 28px;
    font-size: 14px;
}