
/*内容*/
.content{
  width: 100%;
  margin: 100px auto;
}


/*标题*/
.title{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
  padding-bottom: 50px;
  border-bottom: 1px #C9C9C9 dashed;
}
.title_1{
  font-size: 40px;
  /*font-weight: bold;*/
}
.title_2{
  font-size: 16px;
}

/*招聘*/
.zhaopin{
  width: 1200px;
  margin: 50px auto 0;
}
.zhaopin_1{
  margin: 50px auto 0;
  width: 1200px;
  height: 130px;
  clear: both;
  background-color: #F8F8F8;
}
.zhaopin_1_1{
  float: left;
  margin-left: 40px;
}
.zhaopin_1_1_1{
  font-size: 30px;
  color: #3A2F2C;
  margin-top: 20px;
}
.zhaopin_1_1_2{
  color: #2C2D2D;
  margin-top: 20px;
}
.zhaopin_1_1_2_1{
  float: left;
  font-size: 18px;
}
.zhaopin_1_1_2_1 .img{
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 4px;
}
.img img{
  width: 18px;
  height: 18px;
}
.zhaopin_1_1_2_1 .text{
  float: left;
  margin-left: 5px;
}
.zhaopin_1_1_2_2{
  margin-left: 30px;
  float: left;
}
.zhaopin_1_2{
  float: right;
  width: 150px;
  height: 50px;
  background-color: #D7F3FF;
  text-align: center;
  line-height: 50px;
  margin-top: 40px;
  margin-right: 40px;
  color: #090A0B;
  border-radius: 5px;
  cursor: pointer;
}


