body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
tr,
td,
section,
a,
input,
span {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-text-size-adjust: none
}

html,
body {
	-webkit-user-select: none;
	user-select: none;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch
}

body,
input,
textarea {
	font-family: "microsoft yahei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	-webkit-font-smoothing: antialiased
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

caption,
th,
td {
	text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,
q:after {
	content: ''
}

input[type=button],
button {
	-webkit-appearance: none;
	-webkit-user-select: none
}

a,
img,
input,
select,
li {
	-webkit-tap-highlight-color: transparent
}

a,
img {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

a,
input,
img,
select,
textarea {
	outline: none
}

input::-webkit-clear-button,
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none
}

input::-webkit-search-cancel-button {
	display: none
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: 0
}

::-webkit-scrollbar {
	display: none;
	width: 0
}

img {
	-webkit-touch-callou: none
}

* {
	-webkit-tap-highlight-color: transparent
}

.show {
	display: block !important
}

.hide,
.none {
	display: none !important
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

*.clearfix {
	zoom: 1
}

.w1200 {
	width: 1200px;
	margin: 0 auto
}

* {
	box-sizing: border-box
}

.lef {
	float: left
}

.rig {
	float: right
}

h1,
h2,
h3,
h4,
h4,
h5,
h6 {
	font-weight: normal
}

.top {
	margin-top: 40px
}

.toolTip-box {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 5px 10px 6px;
	box-sizing: border-box;
	border-radius: 6px;
	max-width: 600px;
	background: rgba(0, 0, 0, 0.6);
	font-size: 15px;
	color: #fff;
	text-align: justify;
	opacity: 1;
	z-index: 1000;
	letter-spacing: 2px
}



.mask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000
}

.recruit{
	width: 845px;
	padding: 25px 10px 0;
}
.recruit li {
	overflow: hidden;
	border-bottom: 1px dashed #f0f0f0;
}

.recruit li a {
	height: 50px;
	line-height: 50px;
	display: block
}

.recruit li p {
	width: 708px;
	height: 100%;
	font-size: 14px;
	color: #333;
	padding-left: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	float: left;
	position:relative
}
.recruit li p:before{
	position: absolute;
	content: "";
	width: 3px;
	height: 10px;
	background-color: #3089c1;
	top: 20px;
	left: 2px;
}

.recruit li span {
	float: right;
	font-size: 12px;
	color: #3089c1
}

.paging {
	overflow: hidden;
	margin: 26px 25px 0
}

.paging .paging_innit {
	float: right;
	font-size: 0
}

.paging .paging_innit a:not([title="Total record"]) {
	padding: 0 14px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	color: #0089e1;
	text-align: center;
	font-size: 14px;
	border: 1px solid #e2e2e2;
	cursor: pointer;
	margin: 0 4px
}

.paging [title="Total record"] b {
	color: #565555;
	font-size: 14px;
	font-weight: normal;
	margin-right: 18px
}

.paging .paging_innit>b {
	color: #0089e1;
	display: inline-block;
	font-size: 14px;
	padding: 0 14px;
	font-weight: normal
}

.paging .paging_innit a:not([title="Total record"]):hover {
	background-color: #1ca6ff;
	color: #fff
}

.paging .paging_innit a:not([title="Total record"]):active {
	background-color: #0089e1;
	color: #fff
}
