.header {
  min-height: 20rem;
}
.header img {
  width: 100%;
}
.header .serch {
  width: 100%;
  height: 10rem;
  line-height: 10.5rem;
  text-align: center;
  top: 25rem;
  top: calc(35vw - 2rem);
  position: absolute;
}
.header .serch .box {
  border-radius: 6px;
  font-size: 1.4rem;
  text-align: center;
  width: 62vw;
  margin: 0 auto;
}
.header .serch .box label {
  z-index: 2;
  position: absolute;
  left: 22%;
  margin-left: -8%;
  color: #999999;
  top: 0rem;
  font-weight: normal;
  font-size: 2.6rem;
}
.header .serch .box input {
  text-indent: 1rem;
  height: 5.8rem;
  height: 4.5vh;
  line-height: 5.9rem;
  line-height: 5vh;
  width: 99%;
  border: none;
  outline: none;
  font-size: 2.6rem;
  border-radius: 4.4rem;
  box-shadow: 0rem 0.3rem 1.7rem 0rem rgba(0, 0, 0, 0.3);
  padding-left: 8vw;
  box-sizing: border-box;
}
.header .serch .box i {
  position: absolute;
  top: 0rem;
  left: 22%;
  color: #999999;
  font-size: 4.6rem;
}
.qiyeku {
  margin-top: 6rem;
  margin-bottom: 15rem;
}
.qiyeku .content ul li {
  width: 69rem;
  background-color: #ffffff;
  padding: 4rem;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 2rem;
  border-radius: 15px;
  border: 1px solid #92BD9E;
}
.qiyeku .content ul li .content1 {
  font-size: 3.2rem;
  font-weight: bold;
}
.qiyeku .content ul li .content2 {
  color: #F7AC00;
  font-size: 2.8rem;
  float: right;
  background-color: rgba(255, 198, 0, 0.5);
  margin-right: 6rem;
}
.qiyeku .content ul li .content2 i {
  color: #F7B211;
}
.qiyeku .content ul li .content3 {
  color: #666666;
  font-size: 2.8rem;
  margin-top: 2rem;
}
.more,
.more1 {
  color: #333333;
  font-size: 2.5rem;
  height: 10rem;
  float: right;
  margin-right: 5rem;
  margin-bottom: 10rem;
}
.hidden {
  display: none;
}
