.fl{
	float: left;
}
.detail_tap {
    width: 1192px;
    height: 50px;
    background: #e5e5e5;
    z-index: 9;
    margin: 0 auto;
}
.detail_tap div {
    width: 132px;
    line-height: 50px;
    height: 48px;
    font-size: 18px;
    text-align: center;
}
.tap_active {
    background: #fff;
    color: #e44835;
    border-bottom: 2px solid #e44835;
}
.tapwrap{
	width: 1192px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;	
}
.jobWrap{
	padding: 30px 20px 10px;
	overflow: hidden;
}
.jobTitle{
	color: #111;
	font-weight: bold;
}
.jobTag li{
	margin: 20px 20px 0 0;
	padding: 3px 7px;
	border:1px solid #b1d8ef;
	background: #cbe7f6;
	color: #4f8ab7;
	float: left;
    border-radius: 3px;
}
.jobInfo01,.jobInfo02{
	color: #666;
	padding: 0 20px;
}
.jobInfo01 td{
	height: 35px;
	width: 180px;
}
.jobInfo02 p{
	line-height: 25px;
}
.btn{
	height: 30px;
	line-height: 30px;	
	width: 130px;
	background: #d7000f;
	color: #fff;
	border-radius: 15px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	margin: 30px 20px;
}
.share{
	margin: 35px;
	text-indent: 22px;
	background: url(../images/icon_share.png) no-repeat;
	background-size:40%;
	cursor: pointer; 
}
.publishTime{
	color: #666;
	float: right;
}
.tapwrap_form{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}