.searchresult-header {
  display: flex;
  justify-items: center;
  align-items: center;
  margin-bottom: 16px;
  height: 76px;
  background: #004D40;

}

.pilot-nav-search {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
.nav>li.pilot-nav-search {
  display: none;
}
.pilot-nav-search #searchKeyword {
  width: 100% !important;
  height: 48px !important;
  border-radius: 24px 24px 24px 24px;
  border: 1px solid #EAEAEA;
  text-indent: 2.4rem;
}

.searchresult-img {
  display: block;
  position: absolute; 
  height: 16px;
  width: 16px;
  position: absolute;
  height: 16px;
  right: 24px;
  top: 14px;
  cursor: pointer;
  appearance: none;
  background: url(../images/home_search.png) no-repeat center center;
  background-size: 100%;
  font-size: 0;
  border: 0;
  box-shadow: 0;
} 

.pilot-nav-search input::input-placeholder {
  /* Edge */
  color: #666666 !important;
  font-size: 1.6rem;
  border: none
}


.pilot-nav-search input::placeholder {
  color: #666666 !important;
  font-size: 1.6rem;
  border: none
}

.searchresultno-content { 
  display: none;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  height: 274px;
}

.searchresultno-title {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 4rem; 
  font-weight: bold;
  color: #141414;
}

.searchresultno-tips {
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #666666;
}

.searchresultno-con {
  font-size: 1.6rem; 
  font-weight: bold;
  color: #141414;
}

.searchresultno-con a {
  color: #007533;

}

.searchresultno-list {
  font-size: 1.6rem; 
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.searchresult {
  display: none;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;

}

.searchresult-head {
  margin-bottom: 48px;
}

.searchresult-head-title {
  font-size: 4rem; 
  font-weight: bold;
  color: #141414;
}

.searchresult-header-content {
  font-size: 1.6rem; 
  font-weight: 400;
  color: #141414;
}

.searchresult-content {
  padding-left: 0;
}

.searchresult-content-list {
  list-style: none;
  margin-bottom: 33px;
}

.searchresult-content-list .key-word {
  color: #007533;
}

.searchresult-content-list-title {
  font-size: 2rem; 
  font-weight: bold;
  color: #141414;
}

.searchresult-content-list-title:hover {
  color: #007533;

}

.searchresult-content-list-con {
  margin-top: 12px;
  margin-bottom: 11px;
  font-size: 1.6rem; 
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  box-orient: vertical;
  line-clamp: 2;

}

.searchresult-content-list-con strong {
  display: inline-block;
  color: #007533;
}

.searchresult-content-list-con a {
  text-decoration: none;
  display: inline-block;
  color: #666666;
  cursor: pointer;
}

.searchresult-content-list-con a:hover {
  display: inline-block;
  color: #007533 !important;
  cursor: pointer;
}

.searchresult-content-list a:hover {
  color: #007533 !important;
  cursor: pointer;
}

.searchresult-content-list-http {
  font-size: 1.6rem; 
  font-weight: 400;
  color: #666666;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.searchresult-content-list-http .highlight {
  color: #007533 !important;
  font-weight: 700;
}

.paginationjs-page>li:focus,
.paginationjs-page:hover,
.paginationjs-page:focus,
.paginationjs-page:hover,
.paginationjs-next:hover,
.paginationjs-prev:hover {
  background-color: #007533 !important;
}

.paginationjs-page>li:focus>a,
.paginationjs-page:hover>a,
.paginationjs-page:focus>span,
.paginationjs-page:hover>span,
.paginationjs-next:hover a,
.paginationjs-prev:hover a {
  color: #fff !important;
}

.paginationjs-pages>ul {
  padding-left: 0;
}

.paginationjs-pages ul li {
  float: left;
  list-style: none;
  width: 40px;
  height: 40px;
  font-size: 1.6rem; 
  font-weight: bold;
  background: #EAEAEA;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  line-height: 40px;
  margin-right: 12px;
}

.paginationjs-next a {
  color: #141414;
}

.paginationjs-pages ul li a {
  color: #141414;
  text-decoration: none;
}

.paginationjs-page.active {
  background: #007533 !important;

}

.paginationjs-page.active a {
  color: #fff !important;

}

.searchresult-paging {
  height: 45px;
}

.pilot-nav-border {
  margin-bottom: 0px !important;
}
.keyWord{
  color: #007533 !important;
}
.keyWordout{
  color: #007533 !important; 
}

.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between;
}


/* loading */
:root {
  --sk-size: 40px;
  --sk-color: #141414;
}
.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

.sk-flow-dot:nth-child(1) { animation-delay: -0.30s; }
.sk-flow-dot:nth-child(2) { animation-delay: -0.15s; }

@keyframes sk-flow {
  0%, 80%, 100% {
    transform: scale(0.3); }
  40% {
    transform: scale(1); 
  }
}
.show-loading{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
.show-loading.hide{
  display: none!important;
   
}
.searchresult-total{
  font-weight: bold;
}
.marked-words{ 
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 4rem;
  font-weight: bold;
  color: #666;
}
.marked-words>h2{
  color: #666;
  font-size: 4rem!important; 
  font-weight: bold; 
}
 
/* .pilot-nav-search-input{
  display: none;
} */
.pilot-nav-search-img{
  height: 20px!important;
}


/* 页面黑白 */
/* html {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _filter:none;
} */
