.join-top{
	margin-bottom: 50px;
}
.join-cent>ul>li:nth-child(odd){
	background-color: #f3f3f3;
}
.join-cent>ul>li{
	padding: 25px 190px 25px 25px;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	position: relative;
}
.join-inf{
	width: 100%;
	border-right: 1px solid #e5e5e5;
}
.join-btnbox{
	position: absolute;
	right: 0;
	top: 0;
	width: 190px;
	height: 100%;
}
.join-btn{
	position: relative;
	width: 100%;
	height: 100%;
}
.jinf-top{
	
}
.join-inf{
	/* border: 1px solid red; */
	padding: 30px;
}
.jinf-tit{
	font-size: 20px;
	color: rgb( 0, 100, 169 );
	margin-bottom: 13px;
}
.jinf-sub>p{
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
	border-right: 1px solid #aaa;
	margin-right: 20px;
	font-size: 16px;
	color: #666666;
}
.jinf-sub>p:last-child{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.jinf-top{
	margin-bottom: 20px;
}
.jinf-tis{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.jinf-tcen{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 20px;
}
.jinf-tcen:last-child{
	margin-bottom: 0;
}
.jinf-yx{
	font-size: 16px;
	color: #0064a9;
}


.jinf-cent{
	display: none;
}
.join-open{
	display: block;
	margin: 0 auto;
	background-color: rgb( 0, 100, 169 );
	width: 121px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	 -webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

