
/* CSS Document */
body, a, ul, li, div, span, h1, h2, h3, p, img, form, input, select, option, i, dt, dl, dd, em {
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  padding-bottom:0;
  padding-left:0;
  padding-right:0;
  padding-top:0;
  
}
*{padding:0px;margin:0px;}
* li{list-style:none;}
a img {
  border-bottom-style:none;
  border-color:initial;
  border-image:initial;
  border-left-style:none;
  border-right-style:none;
  border-top-style:none;
  border-width:initial;
}
a,a:visited,a:hover,a:link{text-decoration:none;}
body,html{width:100%; position:relative}
body,div,dl,dt,dd,ul,li,form,input,textarea,select,p,h1,h2,h3,h4,h5,h6,a{font:12px/20px "微软雅黑";padding:0;margin:0;}
img{border:0;-ms-interpolation-mode:bicubic}
a{text-decoration:none;cursor:pointer;outline:none;blr:expression(this.onFocus=this.blur())}
.home{
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: hidden;
}
body {
  background: #efefef;
}
.container {
  margin: 0px auto;
  width:1180px;
  padding: 24px 12px;
  background: #fff;
  color: #000;
  font-size: 14px;
}
.container li, .container dl, .container dt, .container dd {
  clear: both;
  float: none;
}
.container h1 {
  font-family: 微软雅黑;
  font-weight: bold;
  font-size: 30px;
  color: #ff6600;
  line-height: 44px;
  text-align: center;
}
.content-list>dt {
  margin-bottom: 24px;
  font-size: 20px;
}
.content-list>dd {
  margin-bottom: 12px;
  line-height: 24px;
}
.job-list {  
  width: 100%;
  border-collapse: collapse;
  border: none;
}  
.job-list th {
  background: #f8f8f8;
}
.job-list th,.job-list td{   
  border: 1px solid #ccc; 
  padding-left: 12px;
  line-height: 24px;
} 
.work-place {
  margin-top: 8px;
}
.work-place > dt{
  font-weight: bold;
}
.work-type {
  clear: both;
}
.work-type > li {
  clear: both;
  width: 100%;
}
.salary {
  height: 120px;
}
.salary > li {
  clear:both
 }
 .passageway > li {
   line-height: 22px;
 }
 .contact-info-list > dt {
   font-weight: bold;
 }
 .contact-info-list > dd ul {
   padding-left: 4px;
 }
 .contact-info-list > dd ul li {
   line-height: 22px;
}
.qr-code-list > dd {
  padding-left: 80px;
}
.qr-code {
  width: 150px;
  height: 150px;
}
