.content-wrap {
  padding-top: 20px;
}
.haokuaiTab {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border-bottom: 1px solid #e5e5e5;
  height: 70px;
}
.haokuaiTab .tabBox {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 68px;
}
.haokuaiTab .tabItem {
  cursor: pointer;
  font-size: 24px;
  color: #333;
  width: 260px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
}
.haokuaiTab .tabItem:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 9px;
  background: rgba(0, 0, 0, 0);
}
.haokuaiTab .tabItem.cur {
  color: #2868b1;
  font-weight: bold;
}
.haokuaiTab .tabItem.cur:after {
  background: url(../img/haokuai/bgMark/bgTabItem.png) no-repeat center center;
}
.conditionBox {
  margin: 32px 0;
  padding: 20px;
  color: #333;
  font-size: 16px;
  background: #f4f4f4;
}

.conditionItem {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  position: relative;
}
.conditionItem .condMore {
  color: #2868b1;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 0px;
}
.conditionItem .cond-tit {
  width: 80px;
  line-height: 30px;
  text-align: right;
}
.conditionItem .cond-cont {
  width: calc(100% - 140px);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.conditionItem .cond-cont .item {
  cursor: pointer;
  width: 25%;
  box-sizing: border-box;
  line-height: 30px;
  padding-right: 30px;
  padding-left: 10px;
}
.conditionItem .cond-cont .item.active {
  font-weight: bold;
  color: #2868b1;
}
.wrap .content-index .cityEvents .matter-item .matter-img {
  margin-top: 0;
}
.wrap .content-index .cityEvents .matter-item .matter-name {
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  width: 240px;
  text-overflow: ellipsis;
}
.wrap .content-index .cityEvents .matter-item {
  cursor: pointer;
}
.history-btn {
  width: 132px;
  height: 44px;
  background-image: linear-gradient(90deg, #e5c285 0%, #cb9653 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  box-shadow: 0px 0px 15px 0px rgba(202, 150, 83, 0.25);
  border-radius: 4px;
  border: solid 1px #e6c386;
  line-height: 38px;
}
.header .searchBox {
  width: 360px;
  height: 44px;
  background-color: #f4f4f4;
  border-radius: 22px;
  border: solid 1px #cc9755;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 22px;
}
.header .searchBox img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: 5px;
}
.header .searchBox input {
  width: calc(100% - 34px);
  background: rgba(0, 0, 0, 0);
  display: inline-block;
  height: 100%;
  font-size: 16px;
  color: #333;
}
