@charset "utf-8";


#main .mainBox{
	overflow: hidden;
	background:#fff;
}
.jobsCon{
	float: left;
	width: 820px;
	padding: 30px;
	border-right: 1px solid #f1f1f1;
}

.jobsCon ul li{
	width:100%;
	color:#333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.jobsCon ul li .con{
 	position: relative;
	overflow: hidden;
	padding:20px 0px;
 	border-bottom: 1px solid #e4e4e4;
 }
.jobsCon ul li.on{
	color: #000;
	padding-bottom: 0;
}
 .jobsCon ul li h1{
	float: left;
	width: 460px;
	font-size:16px;
	font-weight: normal;
}
.jobsCon ul li.on h1{
	font-size: 16px;
}
 .jobsCon ul li h5{
	font-size:16px;
	width: 280px;
	margin: 0px;
	color: #888;
	float: left;
	font-weight: normal;
}

 .jobsCon ul li .detail{
	font-size:14px;
	width: 100%;
	overflow:hidden;
	display:none;
	padding: 10px 25px 20px 25px ;
	margin-top: 30px;
	color: #666;
	background-color: #f5f5f5;
	line-height: 1.8em;
}
 .jobsCon ul li .detail h4{
 	font-weight: normal;
 	font-size: 15px;
	color: #000;
 	margin-top: 12px;
	margin-bottom: 5px;
	font-weight: normal;
 }

 .jobsCon ul li a{
	height: 50px;
	position:absolute;
	width: 100%;
	z-index: 2;
	right:0px;
	top:0px;
}
 .jobsCon ul li a .more{
	display:block;
	position: absolute;
	right: 0px;
	top: 22px;
	width:20px;
	height:20px;
	background:url(../img/job-01.png) no-repeat center center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
 .jobsCon ul li a span.off{
	-webkit-transform:rotate(135deg); 
	-moz-transform:rotate(135deg); 	
 	transform:rotate(135deg);
	background:url(../img/job-01.png) no-repeat center center;
}
.jobsCon ul li:first-child .more{
	-webkit-transform:rotate(135deg); 
	-moz-transform:rotate(135deg); 	
 	transform:rotate(135deg);
}
.jobsCon ul li:first-child .more.off{
	-webkit-transform:rotate(0); 
	-moz-transform:rotate(0); 	
 	transform:rotate(0);
}
.jobsCon ul li:first-child .detail{
 display: block;
}

/* 侧边 */
.page-side{
	float: left;
	width: 380px;
	padding: 30px;
	border-left: 1px solid #f1f1f1;
	margin-left: -1px;
}

.page-title{
	text-align: left;
	padding: 0px;
	background: url(../img/side-content.jpg) no-repeat;
	position: relative;
	height: 100px;
}
.page-title h2{
	background-color: rgba(30,105,241,.95);
	color: #fff;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	top: 50px;
	text-align: center;
	left: 0;
	padding: 0 20px;
}

.form-group{
	width: 100%;
	margin: 0 auto;
}
.form-block{
	overflow: hidden;
}
.form-block .form-title{
	display: block;
	font-size: 14px;
	margin-top: 15px;
}
.form-block .w30{
	float: left;
	width: 40%;
	padding-left: 10px;
}
.form-block .w50{
	float: left;
	width: 52%;
}
.form-block .form-radio label{
	float: left;
	margin-right: 13px;
	padding-top: 6px;
	font-size: 14px;
}
.form-title{
	margin-bottom: 6px;
}
.form-title span{
}
.form-control{-webkit-tap-highlight-color:rgba(0,0,0,0); appearance:none; -webkit-appearance: none; -moz-appearance:none;}
.form-group select.form-control{-webkit-tap-highlight-color: rgba(0,0,0,.5); -webkit-tap-highlight-color: transparent; appearance:none; -webkit-appearance: none; -moz-appearance:none;}
.form-group textarea.form-control{min-height: 100px;}
.form-group .btn{
	margin-top: 20px;
	width: 160px;
}

/*重定义样式*/
.radio input[type=radio] {
	display: none;
}
.radio label{
	line-height: 20px;
}
.radio label span{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	vertical-align:middle;
}
.radio label span:before{
	content: "";
	display: block;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #fff;
}
.radio input[type=radio]:checked + label span:before{
	border: 1px solid #1E69F1;
	background: #fff;
}
.radio input[type=radio]:checked + label span:after{
	content: "";
	display: block;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	background: #1E69F1;
	border: 0;
	position: absolute;
	left: 3px;
	top: 3px;
}

@media screen and (max-width: 768px) {

	#main .mainBox{
		overflow: hidden;
		background:#fff;
	}
	.jobsCon{
		float: none;
		width: 100%;
		padding: 10px;
		border-right: 0;
	}

	.jobsCon ul li{
		width:100%;
		color:#333;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.jobsCon ul li .con{
		position: relative;
		overflow: hidden;
		padding:20px 0px;
		border-bottom: 1px solid #e4e4e4;
	 }
	.jobsCon ul li.on{
		color: #000;
		padding-bottom: 0;
	}
	 .jobsCon ul li h1{
		float: left;
		width: 70%;
		font-size:16px;
		font-weight: normal;
	}
	.jobsCon ul li.on h1{
		font-size: 16px;
	}
	 .jobsCon ul li h5{
		font-size:16px;
		width: 20%;
		margin: 0px;
		color: #888;
		float: left;
		font-weight: normal;
	}

	 .jobsCon ul li .detail{
		font-size:14px;
		width: 100%;
		overflow:hidden;
		display:none;
		padding: 10px 25px 20px 25px ;
		margin-top: 30px;
		color: #666;
		background-color: #f5f5f5;
		line-height: 1.8em;
	}
	 .jobsCon ul li .detail h4{
		font-weight: normal;
		font-size: 15px;
		color: #000;
		margin-top: 12px;
		margin-bottom: 5px;
		font-weight: normal;
	 }

	 .jobsCon ul li a{
		height: 50px;
		position:absolute;
		width: 100%;
		z-index: 2;
		right:0px;
		top:0px;
	}
	 .jobsCon ul li a .more{
		display:block;
		position: absolute;
		right: 0px;
		top: 22px;
		width:20px;
		height:20px;
		background:url(../img/job-01.png) no-repeat center center;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	 .jobsCon ul li a span.off{
		-webkit-transform:rotate(135deg); 
		-moz-transform:rotate(135deg); 	
		transform:rotate(135deg);
		background:url(../img/job-01.png) no-repeat center center;
	}
	.jobsCon ul li:first-child .more{
		-webkit-transform:rotate(135deg); 
		-moz-transform:rotate(135deg); 	
		transform:rotate(135deg);
	}
	.jobsCon ul li:first-child .more.off{
		-webkit-transform:rotate(0); 
		-moz-transform:rotate(0); 	
		transform:rotate(0);
	}
	.jobsCon ul li:first-child .detail{
	 display: block;
	}

	/* 侧边 */
	.page-side{
		float: none;
		width: 100%;
		padding: 10px;
		border-left: 0;
		margin-left: -1px;
	}

	.page-title{
		text-align: left;
		padding: 0px;
		background: url(../img/side-content.jpg) no-repeat;
		background-size: 100%;
		position: relative;
		height: 80px;
	}
	.page-title h2{
		background-color: rgba(30,105,241,.95);
		color: #fff;
		font-size: 18px;
		height: 36px;
		line-height: 36px;
		position: absolute;
		top: 30px;
		text-align: center;
		left: 0;
		padding: 0 20px;
	}

	.form-group .btn{
		margin-top: 20px;
		width: 160px;
		font-size: 14px;
		margin: 20px auto;
	}

}