body {
  background-color: #f5f5f5;
}

.all {
  max-width: 750px;
  margin: auto;
  padding: 0px 0 60px;
}

.top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 5%;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.top .center {
  height: 36px;
  border-radius: 5px;
  background-color: rgb(248, 248, 248);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
}
.top input {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  border: none;
  background: none;
}

.tag {
  padding: 15px 5%;
  background: #fff;
  font-size: 10px;
}
.tag .swiper-slide {
  height: 25px;
  line-height: 25px;
  background-color: #eee;
  color: #666;
  border-radius: 25px;
  padding: 0 8px;
  text-align: center;
  width: auto;
}
.mar-l-5 {
  margin-left: 5px;
}
.tag .act {
  background-color: rgba(64, 149, 229, 0.15);
  color: #4095e5;
}

.list {
  padding: 20px 5% 0;
}

.item {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  display: block;
}
.item:nth-child(n+2) {
  margin-top: 15px;
}
.item .flx {
  margin-top: 5px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  color: #999999;
}
.item .l {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.item .l span {
  margin-right: 10px;
}
.item .tit {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  height: 45px;
}