.search {
  margin: 0.39063rem 0 0.15625rem;
}
.search-content {
  font-size: 0.07292rem;
  width: 100%;
  height: 0.79688rem;
  margin-bottom: 0.20833rem;
  padding: 0.09375rem 0.14583rem;
  background: url("../images/searh-input-bg.png") no-repeat 0 0/cover;
  position: relative;
}
.search-card {
  width: 2.75rem;
  margin: 0.0625rem auto 0;
}
.search-input {
  width: 2.5rem;
  height: 0.25rem;
  border: 0.00521rem solid #d6d5d5;
  border-right-width: 0;
  background-color: #ffffff;
  margin-bottom: 0.04167rem;
}
.search-input input {
  width: 100%;
  height: 100%;
  padding-left: 0.0625rem;
}
.search-btn {
  width: 0.25rem;
  height: 0.25rem;
  background: #bb1303 url("../images/icon/search-white.png") no-repeat center center/0.08854rem;
}
.search .hot {
  font-size: 0.07292rem;
  padding-left: 0.02083rem;
}
.search .hot span {
  display: inline;
}
.search .hot-list {
  display: inline;
}
.search .hot-list__item {
  margin-right: 0.02083rem;
  cursor: pointer;
}
.search .hot-list__item:hover {
  color: #bb1303;
}
.search .result {
  text-align: right;
  position: absolute;
  right: 0.14583rem;
  bottom: 0.07292rem;
}

.highlight {
  color: #bb1303;
}

.search-list {
  margin-bottom: 0.41667rem;
}
.search-list__item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 0.10417rem;
  background-color: #f5f5f5;
  -o-transition: background-color linear 300ms;
  -moz-transition: background-color linear 300ms;
  transition: background-color linear 300ms;
  margin-bottom: 0.07292rem;
}
.search-list__item .top {
  width: 0;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.search-list__item:hover {
  background-color: #c61621;
}
.search-list__item:hover .highlight {
  color: #201d6e;
}
.search-list__item:hover .date,
.search-list__item:hover .content .title,
.search-list__item:hover .content .desc,
.search-list__item:hover .preview {
  color: #fff;
}
.search-list__item:hover .date .line {
  background-color: #fff;
}
.search-list__item .date {
  color: #bb1303;
  margin-right: 0.23438rem;
}
.search-list__item .date .day {
  font-size: 0.1875rem;
}
.search-list__item .date .line {
  width: 0.05729rem;
  height: 0.01042rem;
  margin: 0.0625rem 0;
  background-color: #bb1303;
}
.search-list__item .date .datetime {
  font-size: 0.09375rem;
}
.search-list__item .content {
  width: 0;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-list__item .content .title {
  font-size: 0.09375rem;
  color: #000;
  margin-bottom: 0.11458rem;
}
.search-list__item .content .desc {
  font-size: 0.07292rem;
  line-height: 1.7;
  color: #525252;
}
.search-list__item .preview {
  font-size: 0.07292rem;
  line-height: 0.51042rem;
  color: #000;
  margin-left: 0.16667rem;
  text-align: right;
}
.search-list__item .preview span:nth-child(2) {
  margin-left: 0.125rem;
}

@media screen and (max-width: 768px) {
  .search-card {
    width: 100%;
  }
  .search-content {
    height: auto;
  }
  .search-input input {
    font-size: 0.13542rem;
  }
  .search-top {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search-input {
    width: 0;
    height: 0.35rem;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .search-btn {
    width: 0.35rem;
    height: 0.35rem;
    -moz-background-size: 44%;
         background-size: 44%;
  }
  .search .result {
    margin-top: 0.20833rem;
    font-size: 0.13542rem;
    line-height: 1.4;
    text-align: left;
    position: relative;
    right: 0;
  }
  .search .hot {
    font-size: 0.13542rem;
    line-height: 1.4;
  }
  .search .search-list__item .content .title {
    font-size: 0.15625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .search .search-list__item .content .desc {
    overflow: hidden;
    font-size: 0.13542rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .search .search-list__item {
    display: block;
  }
  .search .search-list__item .top {
    width: 100%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .search .search-list__item .preview {
    font-size: 0.125rem;
    margin-left: 0;
    line-height: 1;
    margin-top: 0.07813rem;
  }
  .search .search-list__item .date .day {
    font-size: 0.19792rem;
  }
  .search .search-list__item .date .datetime {
    font-size: 0.125rem;
  }
}