.recruit_content{
	padding: 40px;
	text-align: center;
	line-height: 30px;
	color: #999;
}
.recruit_content img{
	width: 80%;
}
.recruit_content p{
	text-align: left;
	text-indent: 2em;
	letter-spacing: 1px;
	font-size: 12px;
}
.recruit_row{
	margin: 0px 0 20px;
}
.recruit_title{
	width: 75px;
	color: #BE2421;
	float: left;
	line-height: 35px;
	margin-right: 10px;
}
.recruit_black{
	color: #333;
}
.recruit_body{
	float: left;
}
.recruit_ipt{
	border: solid 1px #e4e4e4;
	border-radius: 5px;
	outline: none;
	height: 35px;
	width: 350px;
	padding-left: 10px;
}
.recruti_radio{
	width: 15px;
	height: 15px;
	-webkit-appearance: radio;
}
.recruit_body label{
	margin-right: 20px;
}
.radio_body{
	line-height: 35px;
}
table,tr,td,th{
	border: 1px solid #dcdcdc;
}
table{
	width: 800px;
	color: #666;
	border-collapse: collapse;
	border-spacing: 0;
}
th{
	padding: 5px 0;
}
.table_top{
	background: #f1f1f1;
}
.table_ipt{
	outline: none;
	border: none;
	width: 100%;
	height: 30px;
}
.submit_btns{
	text-align: center;
}
.btn{
	display: inline-block;
	padding: 5px 20px;
	cursor: pointer;
	margin: 0 30px;
	font-weight: bold;
	color: #BE2421;
	border-radius: 5px;
	border: #BE2421 solid 1px;
	font-size: 15px;
}
.submitBtn{
	color: white;
	background: #BE2421;
}

/*m*/
.recruit_top{
	background-image: url(../img/mobile/topBg6.png);
}
.recruit_m_body{
	padding: 20px;
}
.recruit_content_m{
	padding: 30px 0;
}
.recruit_ipt_m{
	border: solid 1px #e4e4e4;
	border-radius: 5px;
	outline: none;
	height: 35px;
	width: 170px;
	padding-left: 10px;
}
.recruit_title_m{
	width: 65px;
	color: #BE2421;
	float: left;
	line-height: 35px;
	font-size: 11px;
}
.recruit_black_m{
	color: #333;
}
.m_table{
	width: 100%;
}
.table_top_m{
	font-weight: normal;
	font-size: 12px;
}

.demo_name{
	font-size: 16px;
	padding: 8px ;
	position: relative;
	margin: 0px 0 30px;
	text-align: center;
}
.demo_name_red{
	width: 20px;
	height: 2px;
	background: black;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.introduce_m_content{
	padding: 0;
	text-align: center;
    line-height: 30px;
    color: #999;
}
.introduce_m_content img{
	width: 100%;
  	height:auto;
}
.introduce_m_content p {
    text-align: left;
    /*text-indent: 2em;*/
    letter-spacing: 1px;
    font-size: 12px;
}
.zpgw_title{
	border-bottom: solid 1px #BE2421;
	padding: 10px 20px;
	color: #333;
}
.zpgw_name{
	float: left;
	font-size: 15px;
}
.zpgw_time{
	float: right;
	color: #999999;
	font-size: 13px;
}
.zpgw_main{
	padding: 15px 20px;
	text-align: left;
}
.zpgw_infos{
	border-bottom: solid 1px #999;
	padding-bottom: 15px;
}
.zpgw_info{
	color: #333;
	font-size: 12px;
	line-height: 20px;
}
.require_title{
	color: #BE2421;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0;
}
.require_main{
	
}

.position_tr{
	color: white;
	height:50px;
	overflow: hidden;
}
.position_tr:nth-child(2n-1){
	background: #f6f6f6;
}
.position_top{
	background: #C32426!important;
}
.position_th,.position_td{
	height:100%;
	float: left;
	width: 20%;
}
.position_td{
	text-align: center;
	color: #333;
	line-height: 50px;
	font-size: 15px;
}
.position_icon{
	float: left;
	width:30px!important;
	margin: 10px 0 0 40px;
}
.position_title{
	float: left;
	line-height: 50px;
	margin-left: 10px;
	font-size: 16px;
}
.position_info{
	width: 15px!important;
}
.position_active{
	height: auto;
}
.position_active .position_td{
	color: #C32426;
}
.position_info_main{
	width: 100%;
	padding: 20px 30px;
	text-align: left;
	border: solid 1px #C32426;
	border-radius: 5px;
	background: white;
}
.position_info_title{
	color: #C32426;
}
.position_info_main p{
	color: #999;
	line-height: 20px;
}