.banner{
	width: 100%;
	height: auto;
}
.content{
	width:1200px;
	margin:30px auto 0;
	overflow: hidden;
	position: relative;
}
.join-title{
	padding:10px 0 20px;
	border-bottom: 1px dashed #dcdcdc;
	margin-bottom: 30px;
}
.join-title span:first-child{
	font-size: 24px;
	color: #666;
}
.join-title span:last-child{
	font-size: 14px;
	color: #666;
}
.recruit{
	padding: 30px 20px;
	background: #fafafa;
}
.recruit:nth-child(odd){
	background: #fff;
}
.post{
	overflow: hidden;
}
.post-detail{
	float: left;
}
.post-title{
	font-size: 18px;
	color: #333333;
}
.post-title:before{
	content: '';
	display: block;
	width: 2px;
	height: 18px;
	background: #305896;
	float: left;
	margin:3px 10px 0 0 ;
}
.post-title span{
	font-size: 14px;
	color: #333;
}
.post-rmb{
	font-size: 14px;
	margin-left: 18px;
	color: #666666;
	margin-top: 15px;
}
.post-rmb span{
	color:#e23131;
	margin-right: 20px;
}
.rorate{
	transform:rotate(90deg);
}
.post-more{
	float: right;
	margin-top: 20px;
}
.post-content{
	padding-top: 10px;
	margin-top: 20px;
	border-top: 1px dashed #dcdcdc;
	display: none;
}
.post-content h3{
	font-size: 14px;
	color: #333333;
	margin:10px 0;
}
.post-content p{
	font-size: 14px;
	color: #666666;
	line-height: 1.6
}
.hide{
	display: none;
}