* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f9f9f9;
  min-height: 1200px;
  font-size: 0.15rem;
}
p {
  line-height: 2;
}
.head {
  height: 85px;
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: space-between;
}
.head .logo {
  width: 258.1px;
  height: 40px;
  background: url("../img/job/logo.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.head .right {
  width: 200px;
  display: flex;
  justify-content: space-evenly;
}
.head .right .item {
  cursor: pointer;
}
.content {
  width: 8.8rem;
  height: 4.96rem;
  margin: 0 auto;
  margin-top: 0.9rem;
}
