.serch {
  width: 100%;
  height: 10rem;
  height: 8vh;
  line-height: 10.5rem;
  line-height: 8vh;
  background-color: #ffffff;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 999;
}
.serch a i {
  float: left;
  font-size: 4rem;
  color: #333333;
  margin-left: 6vw;
}
.serch .box {
  border-radius: 6px;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 auto;
}
.serch .box input {
  text-indent: 1rem;
  height: 5.8rem;
  height: 5vh;
  line-height: 5.9rem;
  line-height: 5vh;
  width: 67vw;
  border: none;
  outline: none;
  font-size: 2.6rem;
  border-radius: 4.4rem;
  background-color: #F5F7F8;
  padding-left: 7vw;
  box-sizing: border-box;
}
.serch .box i {
  position: absolute;
  top: 0rem;
  left: 40%;
  margin-left: -15%;
  color: #999999;
  font-size: 4.6rem;
}
.prolist {
  margin-top: 8vh;
}
.prolist .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.prolist .list ul li {
  width: 48%;
  height: auto;
  background-color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.prolist .list ul li a {
  display: block;
}
.prolist .list ul li a img {
  width: 100%;
  height: auto;
}
.prolist .list ul li a .list1 {
  color: #3B3E40;
  font-size: 2.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 90%;
  margin: 0 auto;
}
.prolist .list ul li a .list2 {
  float: left;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
  color: #E1251B;
  font-size: 3rem;
  font-weight: bold;
}
.prolist .list ul li a .detail {
  float: right;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  background-color: #FDEEED;
  border-radius: 15px;
  color: #E7534B;
}
.more,
.more1 {
  color: #333333;
  font-size: 2.5rem;
  height: 10rem;
  float: right;
  margin-right: 7vw;
}
.hidden {
  display: none;
}
