.content {
	background: #f1f2f7;
	border-top: 4px solid #e0e3ea;
	padding-bottom: 60px;
	padding-top: 30px;
}
.content .row {
	background: #FFFFFF;
}
.content ul {
	background: #FFFFFF;
	padding: 30px 30px 30px 28px;
	
}
.content ul li {
	margin-bottom: 20px;
}
.content ul li a {
	padding-left: 10px;
	border-left: 2px solid white;
	font-size:16px;
	color:#2f6fc6;
	font-weight:bold;
}
.content ul li a:hover {
	border-left: 2px solid red;
	color:#868686;
	text-decoration:none;	
}
.content .row .main {
	padding:30px 0 80px 0;
	overflow:hidden;
}
.content .row .main>h3 {
	margin: 0 0 25px 0;
}
.content .row .main>p {
	color: #626262;
	margin-bottom: 40px;
}
.content .row .join dl {
	height:870px;
	margin-bottom:30px;
	border: 1px solid #e4e5e9;
	padding:0;
	margin-right:30px;	
	width:400px;
	text-align:center;
	float:left;
}
.content .row .join dl.last{
	margin-right:0;
}
.content .row .join dl dt {
	border-bottom: 1px solid #e4e5e9;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 15px 0;
}
.content .row .join dl dd {
	text-align: center;
	height:650px;
	background:#f7f8fa;
	padding-top:15px;
}

.content .row .join dl dd p {
	text-align: center;
	font-size: 14px;
	color: #848587;
	padding-bottom: 14px;
	margin-bottom: 0;
}
.content .row .join dl>b {
	display: block;
	text-align: center;
	padding-top: 23px;
	background:#f7f8fa;
	position:relative;
}
.content .row .join dl>b:before{
	content:"";
	width:320px;
	background:#e4e5e9;
	height:1px;
	position:absolute;
	left:40px;
	bottom:30px;
}
.content .row .join dl>span {
	display: block;
	text-align: center;
	font-size: 20px;
	background:#f7f8fa;
	margin-bottom:25px;
	color:#316ec9;
	border-bottom: 1px solid #e4e5e9;
}
.content .row .join dl>span.first{
	color:#868686;
}
.content .row .join dl>input {
	display: inline-block;
	width: 205px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background: #245e90;
	outline: none;
	border: 0;
	margin-bottom:30px;
}
.content .row .cost table,tr,td,th {
	border:1px solid #e4e5e9;
	
}
.content .row .cost table {
	width:840px;
	height:295px;
	text-align:center;
}
.content .row .cost table tr.first{
	background:#26416c;
	color:#ffffff;
	border:0;
}
.content .row .cost table tr.first td {
	border:0;
}
.content .row .cost table tr.last{
text-align:left;
font-size:12px;
}
.content .row .cost table tr.last td {
	padding-top:15px;
}
.content .row .cost table tr.last p {
	padding-left:40px;
}
.content .row .rights>p{
	margin-bottom:10px;
}
.content .row .rights table {
	margin-top:40px;
	text-align:center;	
	font-size:14px;
}
.content .row .rights table tr td {
	 vertical-align:middle;
	 padding:30px 0;
}
.content .row .rights table tr td p {
	padding-right:10px;
}
.content .row .rights table tr.first{
	text-align:center;
	background:#26416c;
	color:#ffffff;
	border:0;
}
.content .row .rights table tr.first td {
	border:0;
	padding:10px 0;
}
.content .row .rights table tr td.first{
	text-align:center;
}