.zhaopin-box {
  padding-top: 92px;
  background-color: #EFEFEF;
}
.zhaopin-header {
  background-color: #11216C;
}
.page-header-inner {
  height: 150px;
  width: 1050px;
  margin: 0 auto;
}
.page-header-inner img {
  height: 45px;
  margin-top: 45px;
}
.page-header-inner h2 {
  color: white;
  float: right;
  font-size: 18px;
  line-height: 150px;
  font-weight: 600;
}
.inner-box {
  width: 1050px;
  background-color: white;
  margin: 0 auto;
  min-height: 500px;
  box-sizing: border-box;
  padding: 40px 60px;
  position:relative;
}
.inner-box .gotop{
    position: absolute;
    background: url(../images/top.jpg) no-repeat center / 100%;
    width: 60px;
    height: 60px;
    bottom: 50px;
    left: 100%;
}
.inner-box h3 {
  display: inline-block;
  background-color: #D6AE83;
  color: white;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}
.recruitment-list li {
  font-size: 0;
  margin-bottom: 10px;
  cursor:pointer;
}
.recruitment-list li > p {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  //background-color: #11216C;
  background-color:#EDEDED;
  font-weight: 600;
  color: #666;
  box-sizing: border-box;
  padding: 18px 25px;
  height:57px;
}
.recruitment-list li.on > p {
	background-color: #11216C;
	color: #fff;
	height:57px;
}
.recruitment-list li > p:nth-of-type(1) {
  width: 22%;
}
.recruitment-list li > p:nth-of-type(2) {
  width: 35%;
}
.recruitment-list li > p:nth-of-type(3) {
  width: 35%;
}
.recruitment-list li > p:nth-of-type(4) {
  width: 8%;
  padding: 15px 25px 14px;
  height:57px;
}
.recruitment-list li > p:nth-of-type(4) span {
  display: block;
  background-color: white;
  width: 28px;
  height: 28px;
  line-height: 25px;
  text-align: center;
  background-color: #11216C;
  font-size: 30px;
  color:white;
}
.recruitment-list li div {
  display: none;
  font-size: 14px;
  color: #666666;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ddd;
}
.footer-slide {
  padding-top: 70px;
  background-color: #11216C;
}
.footer-slide .copy-right {
  padding: 50px 0 40px;
  /*background: url(../images/footerbg.jpg) no-repeat center / 100% 100%;*/
}
.footer-slide .copy-right > div {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-left: 220px;
  color: white;
  box-sizing: border-box;
}
.footer-slide .copy-right > div:before {
  content: '';
  position: absolute;
  background: url(../images/footer-p.png) no-repeat left center;
  width: 198px;
  height: 31px;
  top: 6px;
  left: 0;
}
.footer-slide .copy-right > div p:nth-of-type(1) span {
  font-size: 18px;
  font-weight: 600;
}
.getmore-box {
  margin-top: 40px;
  text-align: center;
}
.getmore-box p {
  margin: 0 0 20px 0;
}
.getmore-box a {
  background-color: #C2C2C2;
  color: #fff;
  padding: 5px 10px;
}
@media screen and (max-width: 1440px) {
  .zhaopin-box {
    padding-top: 70px;
  }
}
@media screen and (max-width: 460px) {
  .zhaopin-header {
    height: 60px;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .zhaopin-header .page-header-inner {
    width: 100%;
  }
  .zhaopin-header .page-header-inner img {
    height: 20px;
    margin-top: 21px;
  }
  .zhaopin-header .page-header-inner h2 {
    line-height: 60px;
  }
  .zhaopin-inner {
    width: 100%;
    padding: 0;
  }
  .zhaopin-inner h3 {
    font-size: 12px;
    padding: 8px;
    margin-bottom: 20px;
  }
  .recruitment-list li div {
    font-size: 12px;
  }
  .recruitment-list li>p {
    padding: 10px 5px;
    font-size: 12px;
    width: 25% !important;
  }
  .recruitment-list li>p:nth-last-of-type(1) {
    padding: 8px 10px;
  }
  .recruitment-list li>p:nth-last-of-type(1)>span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    float: right;
  }
  .footer-slide {
    padding-top: 0;
  }
}