@charset "UTF-8";
/*******/
/* 搜索结果 */
.result-topbox {
  width: 100%;
  background-color: #f7f7f7;
  position: relative;
  padding: 5em 0 3.85em;
}
.result-topbox .s-heading-h2 {
  font-weight: normal;
}

.result-search-box {
  width: 78%;
  max-width: 996px;
  display: flex;
  position: relative;
  align-items: center;
  margin: 1.5em 0 0;
}
.result-search-box .input-box {
  flex: 1;
  position: relative;
}
.result-search-box .inpt {
  width: 100%;
  height: 60px;
  padding: 0 65px 0 20px;
  font-size: 16px;
  line-height: 1.2em;
  color: inherit;
  position: relative;
  border: none;
  background: #fff;
  border-radius: 4px;
}
.result-search-box .search-icon {
  width: 65px;
  height: 100%;
  display: block;
  background: url("/img/common/search.svg") no-repeat center center;
  background-size: 20px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.result-search-box .btn-search {
  flex: none;
  width: 8.75em;
  height: 60px;
  font-size: 16px;
  line-height: 1em;
  margin-left: 1em;
}

.result-list-box {
  padding: 0 0 7rem;
}

.result-list {
  min-height: 300px;
}
.result-list .item {
  border-bottom: 1px solid #DDDDD2;
}
.result-list .item:first-child {
  border-top: 1px solid #DDDDD2;
}
.result-list .item-box {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  padding: 2.5em 0;
}
.result-list .item-media {
  flex: none;
  width: 16%;
  margin-left: 15%;
}
.result-list .imgs {
  width: 100%;
  padding: 62.5% 0 0;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.result-list .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.result-list .item-body {
  flex: 1;
}
.result-list .item-tag {
  display: flex;
  position: relative;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.result-list .item-tag > *::after {
  content: '·';
  margin: 0 5px;
}
.result-list .item-tag > *:last-child::after {
  display: none;
}
.result-list .item-title {
  font-size: 1.2em;
  line-height: 1.54em;
  max-height: 1.54em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.result-list .item-date {
  margin: 1.5rem 0 0;
  font-size: 14px;
  line-height: 1em;
  color: #666;
}

@media (min-width: 992px) {
  .psearch-main .inside-navswip {
    margin: 3rem 0;
  }
  .psearch-main .inside-navswip .swiper-wrapper {
    justify-content: flex-start;
  }

  .result-list .item:hover .item-title {
    color: #129800;
  }
  .result-list .item:hover .imgs img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}
@media (min-width: 1200px) {
  .psearch-main .sm-inner {
    width: 75vw;
    max-width: 1200px;
  }
}
@media (max-width: 991.98px) {
  .result-topbox {
    padding: 0.78rem 0 0.76rem;
  }

  .result-search-box {
    width: 100%;
    max-width: none;
    margin: 0.4rem 0 0;
    display: block;
  }
  .result-search-box .input-box {
    margin-bottom: .4rem;
  }
  .result-search-box .inpt {
    height: 0.8rem;
    padding: 0 0.94rem 0 0.3rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .result-search-box .search-icon {
    width: 0.94rem;
  }
  .result-search-box .btn-search {
    width: 100%;
    height: 0.8rem;
    font-size: 16px;
    line-height: 1em;
    margin: 0;
  }

  .result-list-box {
    padding: 0 0 1.6rem;
  }

  .result-list .item-box {
    display: block;
    padding: 0.8rem 0;
  }
  .result-list .item-media {
    width: 100%;
    margin: 0 0 .5rem;
  }
  .result-list .item-tag {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }
  .result-list .item-tag > *::after {
    margin: 0 0.2rem;
  }
  .result-list .item-title {
    font-size: 0.32rem;
    line-height: 0.5rem;
    max-height: none;
    display: block;
  }
  .result-list .item-date {
    margin: 0.44rem 0 0;
    font-size: 0.28rem;
  }
}
