@CHARSET "UTF-8";

.banner
{
	height:403px;
	background:url(../jpg/join_banner.jpg) no-repeat;
	background-position:center;
}

.content
{
	width:1001px;
	margin:30px auto;
	font-size:14px;
	text-align:center;
}

.content .row
{
	height:47px;
	line-height:47px;
}
.row .item
{
	width:245px;
    float:left;
	border-right:1px solid #D2D2D2;
}
div.firstRow
{
	height:65px;
	line-height:65px;
    font-size:20px;
}

.row .rightItem
{
	border-right:none;
}
div.item a:hover
{
	color:#39f;
}