
body{
	background: #F3F7FB;
}
.recruits{
	width: 960px;
	height: auto;
	background: #fff;
	margin: 0 auto 20px;
	border-radius: 2px solid #F3F7FB;
	box-shadow: -5px 0 5px #D1D1D1,5px 5px 5px #D1D1D1; 
	-webkit-box-shadow: -5px 0 5px #D1D1D1,5px 5px 5px #D1D1D1;
	-moz-box-shadow: -5px 0 5px #D1D1D1,5px 5px 5px #D1D1D1;
	border-bottom: 2px solid #1E99FF;
}
.recr,.recrstu{
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.recr h5{
	height: 28px;
	line-height: 28px;
	background: #1E99FF;
	color: #fff;
	margin:1px;
	padding-left: 10px;
}
.recr hr{
	margin: 15px;
	border: 1px dotted #ccc;
}
.recr p{
	font-size: 26px;
	line-height: 40px;
	font-weight: bold;
}

.recrstu h5{
	display: block;
	font-weight: bolder;
	line-height: 30px;
	margin: 10px 2spx 30px;
	color: #FA8A8A;
	border: 1px solid #8BD3F8;
	background: url(../images/info.png) no-repeat 6px center;
	padding-left: 30px;
	background-color: #DFF4FF;
}

.recrstu p{
	color: #5770C0;
	text-indent: 2em;
	font-size: 16px;
	line-height: 26px;
	padding:40px 20px 20px;
}
