
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre,xmp{margin:0;padding:0}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}

div {
  box-sizing: border-box;
}
img {width: 100%;}
input,textarea,button,select,a{outline:0 none;border: none;box-sizing: border-box;}
input::placeholder{
  color: #aaa;
}

.jobs {
  width: 100%;
}

.banner {
  position: relative;
}

.banner #logo,
.banner #slogan {
  position: absolute;
}

.banner #logo {
  top: 38px;
  left: 47px;
  width: 213px;
  height: 73px;
}

.banner #slogan {
  top: 205px;
  left: 110px;
  width: 743px;
  height: 335px;
}

.content {
  width: 1200px;
	margin:36px auto 0;
}

.content .action{
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 46px;
  align-items: center;
}

.action .choose-type {
  display: flex;
  height: inherit;
}


.year,
.education,
.search {
  border: 2px solid #0079C2;
  height: inherit;
  display: flex;
  align-items: center;
}

.choose-type .year {
  width: 318px;
  position: relative;
  margin-right: 22px;
}

.choose-type .education {
  width: 318px;
  position: relative;
}

.choose-type .year input,
.choose-type .education input {
  margin: 14px 0 14px 32px;
  font-size: 16px;
}

.year .separator,
.education .separator {
  position: absolute;
  left: 240px;
}

.year .separator,
.education .separator {
  display: inline-block;
  content: '';
  width: 2px;
  height: 26px;
  background: #E2E2E2; 
}

.year .spread,
.education .spread {
  position: absolute;
  right: 30px;
}

.spread img {
  width: 17px;
  height: 13px;
}

.action .search {
  width: 243px;
  position: relative;
}

.search input {
  margin: 14px 0 14px 31px;
  font-size: 16px;
	background:#fff;
}

.search {
}

.search span img {
  width: 21px;
  height: 21px;
	position: absolute;
	right: 10px;
	top:10px;
	cursor:pointer;
}

.company {
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  margin: 36px 0 46px 0;
}

.company .company-item {
  width: 166px;
  height: 80px;
  line-height: 80px;
  background: linear-gradient(90deg, #01ABC2, #4DB849);
  border-radius: 10px;
  text-align: center;
}

.company .company-item.active {
  background: #0079c2;
}


.job-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.job-list .header {
  display: flex;
  justify-content: space-between;
  padding: 24px 68px 25px 33px ;
  background-color: rgb(7, 121, 192);
  height: 69px;
  background: #148CC1;
  border-radius: 29px 29px 0px 0px;
  color: #fff;
  font-weight: bold;
  align-items: center;
  position: relative;
	font-size:20px;
}

.header-title.position {
  position: absolute;
  left: 560px;
}

.job-list .list {
  width: 100%;
}

.job-list .list .list-item {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 48px 0 34px;
  height: 70px;
  width: 100%;
  line-height: 50px;
  position: relative;
	font-size: 20px;
	border: 1px solid #DAE5EB;
	margin-top:6px;
}

.list-item .job-location {
  position: absolute;
  left: 581px;
}

/* .list .list-item:nth-child(even) {
  background-color: rgb(7, 121, 192);
  color: #fff;
}

.list .list-item:nth-child(odd) {
  margin: 4px 0 6px 0;
  background: #FFFFFF;
  border: 1px solid #DAE5EB;
} */

.list button {
  width: 100px;
  border-radius: 100px;
  height: 30px;
  cursor: pointer;
}

/* .list  .list-item:nth-child(even)  button{
  background-color: #fff;
  color:rgb(7, 121, 192)
}

.list .list-item:nth-child(odd)  button{
  background-color: rgb(7, 121, 192);
  color: #fff;
} */


.select {
	position: relative;
	display: block;
	width: 318px;
	height: 46px;
	float: left;
	line-height:46px;
	border: 2px solid #0079C2;
	/* vertical-align: middle; */
	text-align: left;
	user-select: none;
	-webkit-touch-callout: none;
}

.select .placeholder {
	position: relative;
	display: block;
	z-index: 1;
	line-height:18px;
	color: #666;
	font-size: 18px;
	padding: 0 10px;
	border-radius: 2px;
	line-height:46px;
	cursor: pointer;
}

.select .placeholder:hover {
	background: #34383c;
}

.xlicon {
	position: absolute;
	right: 16px;
	/* z-index: 10; */
	font-size: 24px !important;
	top: 0;
	color:rgb(7, 121, 192);
}

.select.is-open .xlicon {
	transform: rotate(180deg);
}

.select.is-open ul {
	display: block;
}

.select.select--white .placeholder {
	color: #999;
}

.select.select--white .placeholder:hover {
	background: none;
}

.select ul {
	border: 2px solid rgb(7, 121, 192);
	display: none;
	position: absolute;
	overflow: auto;
	max-height:300px;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	top: 100%;
	left: -2px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	z-index: 100;
}

.select ul li {
	font-size: 18px;
	display: block;
	text-align: left;
	padding: 0 10px;
	color: #333;
	cursor: pointer;
	height: 5vh;
	line-height: 5vh;
}

.select ul li:hover {
	background: rgb(7, 121, 192);
	color: #fff;
}

@font-face {
  font-family: 'iconfont';  /* Project id 2753223 */
  src: url('https://at.alicdn.com/t/font_2753223_0edl3hp5je4u.woff2?t=1629271809150') format('woff2'),
       url('https://at.alicdn.com/t/font_2753223_0edl3hp5je4u.woff?t=1629271809150') format('woff'),
       url('https://at.alicdn.com/t/font_2753223_0edl3hp5je4u.ttf?t=1629271809150') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
.footer{
	margin-top:96px;
	height: 60px;
	line-height:60px;
	background: #005B81;
	text-align:center;
	color:#fff;
}

.submit-btn a{
	display:block;
	width: 112px;
	height: 32px;
	border-radius: 16px;
	text-align:center;
	line-height:32px;
	font-size: 16px;
	background-color:#279BD4;
	color:#fff;
	text-decoration:none;
}
/* .list .list-item:nth-child(odd) a{
		background-color: rgb(7, 121, 192);
    color: #fff;
}
.list .list-item:nth-child(even) a{
    background-color: #fff;
    color: rgb(7, 121, 192);
} */
.list .list-item:hover{
	background-color:#279BD4;
	color:#fff;
}
.list .list-item:hover a{
	background-color: #fff;
	color: rgb(7, 121, 192);
}
#page {
	margin: 20px auto;
	color: #666;
	display: block;
	text-align: center;
}

#page li {
	display: inline-block;
	min-width: 40px;
	height: 40px;
	cursor: pointer;
	color: #0079c2;
	font-size: 16px;
	line-height: 40px;
	background-color: #fff;
	border: 1px solid #0079c2;
	text-align: center;
	margin: 0 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.xl-nextPage,
.xl-prevPage {
	width: 88px;
	color: #0079c2;
	height: 28px;
	background: #E2F7F1;
}

#page li.xl-disabled {
	opacity: .5;
	cursor: no-drop;
}

#page li.xl-disabled:hover {
	background-color: #f9f9f9 !important;
	border: 1px solid #dce0e0 !important;
	color: #666 !important;
}

#page li.xl-active {
	background-color: #0079c2;
	border-color: #0079c2;
	color: #FFF
}

#page li:hover {
	background-color: #0079c2 !important;
	border-color: #0079c2;
	color: #FFF
}

#page li.xl-jumpText {
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	opacity: 1;
}

#page li.xl-jumpText:hover {
	background-color: rgba(0, 0, 0, 0) !important;
	border-color: rgba(0, 0, 0, 0) !important;
}

#page li.xl-jumpButton {
	padding: 0 5px;
}

#xlJumpNum {
	width: 35px;
	margin: 0 3px;
}
.company-item p{
	font-size:16px;
	color:#fff;
	line-height:80px;
	cursor:pointer;
}
.company-item .lin2{
	line-height:24px;
	margin-top:14px;
}