.searchDiv{
  display:none;
}
.nav-search{
  padding-top:33px;
  position:absolute;
  width:100%;
  left:0;
  top:100%;
  z-index:10;
  padding-bottom:20px;
  display:none;
  font-family:Arial,georgia;
  background: var(--nav-search-bg-color);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.search-box-top{
  display:flex;
  align-items:center;
}
.search-box-close{
  width:19px;
  cursor:pointer;
  flex:none;
}
.search-box-top-right{
  flex:1;
  margin-left:12px;
  height:31px;
  display:flex;
  align-items:center;
  border-radius: 5px;
  border: 1px solid rgba(138, 138, 138, 1);
  padding:0 12px;
  box-sizing:border-box;
}
.search-input{
  height:100%;
  flex:1;
  line-height:31px;
  color:var(--font-color);
}
.search-input-icon{
  width:18px;
  flex:none;
  margin-left:12px;
  cursor:pointer;
}
.search-box-bottom-box{
  border-top: 1px solid rgba(94, 94, 94, 1);
  padding-top:21px;
  margin-top:27px;
}
#searchResult em{
  font-style:initial;
  color:#C21010;
}
.searchDiv {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  max-width: 1000px;
}
.searchSort{
  flex:none;
  font-size: 18px;
  font-weight: 700;
  color: var(--searchSort-font-color);
}
.searchSortImg{
  flex:none;
  margin-left:10px;
  width:11px;
}
.searchSortImg>img{
  width:100%;
}
.searchItemTitle{
  position: absolute;
  right: 0;
  top: 10px;
}
.searchNewsClounm{
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  margin-right: 12px;
  color:#C21010;
  float:left;
}
.searchItemTime{
    font-size: 12px;
    font-weight: 400;
    color: #979797;
    /* line-height: 40px; */
    letter-spacing: 1px;
}
.storyBottom{
  width: 68%;
  position: absolute;
  bottom: 10px;
  left: 32%;
}
.searchItemPic img{
  width:100%;
}
.searchOther{
  margin-top: 20px;
  margin-bottom: 20px;
  display:flex;
  align-items:center;
}
.searchDiv{
    /*display: none;*/
}
.searchSmallDiv{
    /* width: 720px; */
    margin: auto;
    margin-top: 10px;
  }

.searchCheckBox{
  flex:none;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  overflow: visible;
  display:flex;
  margin-left:auto;
}
.searchSelectOrder{
  background: rgba(81, 114, 140, 1);
  color:#ffffff;
}
.searchCheckChildren{
  list-style: none;
  margin-left: 45px;
  /* color: #c21010; */
  overflow: visible;
  flex:none;
}
.searchCheckChildren:first-of-type{
  margin-left: 0;
}
.searchCheckChildren>div{
  display:flex;
  align-items:center;
}
.searchCheckBox .dl .dt {
  margin: 0 0;
  padding-left:20px;
  padding-right:20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.searchCheckBox .dt {
   text-align:center;
   cursor: pointer;
  font-size:14px;
  font-weight:500;
  white-space: nowrap;
}
.matchingConditionOptions{
  display: none;
  background-color: var(--matchingConditionOptions-bg-color);
  position: absolute;
  z-index: 999;
  right:0;
  top:100%;
  box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
}

.sortOrderOptions{
  display: none;
  background-color: var(--matchingConditionOptions-bg-color);
  position: absolute;
  box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
  z-index: 999;
  right:0;
  top:100%;
}
.goBackLastPage{
  flex:none;
  font-size: 18px;
  color: rgba(81, 114, 140, 1);
  cursor:pointer;
}
.goBackLastPage>span{
  font-weight: 900;
}
.searchNumber{
  display: inline-block;
  /*height: 11px;*/
  flex:none;
  font-size: 18px;
  font-weight: 500;
  margin-left:21px;
}
.searchNumber>font{
  font-weight: 700;
  color:var(--searchNumber-font-color);
}
.searchTitle_page{
    margin-bottom: 10px;
    border: 1px solid #D2D2D2 100%;
    font-size: 14px;
    line-height: 24px;
    /* width: 720px; */
    height: 40px;
    display: none;
}
.searchBtn_page{
  float:right;
     width: 15%;
     height: 100%;
     font-size: 22px;
     color: white;
     background: #c21010;
	  font-size: 16px;
	  font-weight: 400;
	  color: #ffffff;
     cursor: pointer;
}

.searchInput_page{
    line-height: 22px;
    margin-top: 1px;
    width: 80%;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    background: #f5f5f5;
}

.searchTitle_page input:focus{outline:none;}

.searchTitle_page input::-webkit-input-placeholder {
    color: #666767;
  }
 
.searchTitle_page input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666767;
  }
 
.searchTitle_page input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666767;
  }
.searchTitle_page input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666767;
}
.searchItem{
   /* width: 720px;*/
   /* width: 71%;*/
    /* height: 128px; */
    padding: 10px 0;
    border-bottom: 1px solid #DCDCDC;
    position: relative
}

.searchNewsTitle{
    height: 1.5em;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    letter-spacing: 1px;
    overflow: hidden;
}
.searchNewsnewsContent{
  /* display: inline-block; */
  height: 50px;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  /* width: 467px; */
  /* height: 41px; */
  font-size: 14px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  text-align: left;
  color: #666767;
  line-height: 28px;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.searchPlayBut{
    position: absolute;
    width: 58PX;
    bottom: 60px;
    left: 95px;
;
}

.searchPlayButPic{
   width: 44px;
	height: 44px;
}

.searchMore{
    text-align: center;
    float: none;
    cursor: pointer;
    height: 40px;
    font-size: 16px;
    background: #c21010;
    line-height: 40px;
    margin: auto;
    margin-bottom: 18px;
    color: #f5f5f5;
}
.searchMore a{
   color: #f5f5f5;
}

.paginationjs .paginationjs-pages ul{
  display: flex;
  align-items: center;
}
.searchDiv .paginationjs .paginationjs-pages li>a{
  background-color:rgba(0,0,0,0);
}
.searchDiv .paginationjs .paginationjs-pages li>a{
  color:var(--paginationjs-font-color);
}
.searchDiv .paginationjs .paginationjs-pages li.active>a{
  background:var(--paginationjs-a-hover-font-color);
  color:#ffffff;
}
.searchDiv .paginationjs .paginationjs-pages li,.paginationjs .paginationjs-pages li:last-child{
  border:0;
}

.searchDiv .paginationjs .paginationjs-pages li.disabled>a{
  opacity: 1;
}
.searchDiv .paginationjs .paginationjs-pages li>a{
  font-size:18px;
  padding-left:5px;
  padding-right:5px;
  transition:0.5s;
}
.searchDiv .paginationjs .paginationjs-pages li:first-of-type.disabled>a,.searchDiv .paginationjs .paginationjs-pages li:last-child.disabled>a{
  opacity: 0.3;
}
.searchDiv .paginationjs .paginationjs-pages li:first-of-type>a,.searchDiv .paginationjs .paginationjs-pages li:last-child>a{
  font-size:30px;
  line-height:22px;
}
.searchDiv .paginationjs .paginationjs-pages li:first-of-type>a:hover,.searchDiv .paginationjs .paginationjs-pages li:last-child>a:hover{
  font-size:35px;
}
.searchDiv .paginationjs .paginationjs-pages li:first-of-type.disabled>a:hover,.searchDiv .paginationjs .paginationjs-pages li:last-child.disabled>a:hover{
  font-size:30px;
}
.search-pagination {
  display: flex;
  justify-content: center;
  margin-top:63px;
}
.searchDiv .paginationjs .paginationjs-pages li>a:hover{
  background: var(--paginationjs-a-hover-font-color);
  color:#ffffff;
}
.searchDiv .paginationjs .paginationjs-pages li.disabled>a:hover{
  font-size:18px;
}
.searchDiv .paginationjs .paginationjs-pages li>a{
  height:30px;
  line-height:30px;
}
body .paginationjs{
  font-family: Arial, georgia;
}
.search-empty{
  display:none;
}
.search-empty-text{
  text-align:center;
  font-size: 16px;
  margin-top:72px;
}
.search-empty-tip{
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  height:46px;
  line-height:46px;
  margin-top:54px;
  background: rgba(43, 50, 79, 1);
  margin-left: auto;
  margin-right: auto;
  width: 117px;
  text-align: center;
}
@media (max-width:1360px){
  
}
@media (max-width:767px){
  .nav-search .search-box-bottom-wap{
    height:66vw;
    overflow:auto;
  }
  .searchOther{
    flex-wrap:wrap;
    justify-content:space-between;
  }
  .searchNumber,.searchCheckBox{
    margin-left:0;
  }
  .searchNumber{
    max-width:100%;
  }
  .searchCheckChildren{
    margin-left:0;
  }
  .searchCheckBox{
    width: 100%;
    justify-content: space-between;
  }
}
