.searchinfo {
    /*padding-top: 2.2rem;*/
  }
  
  .searchinfo .se-top {
    padding: 1.425rem 0;
    background: #F6F6F6;
  
  }
  
  .searchinfo .se-top .kongs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 21px;
    padding: 0.5rem;
  }
  
  .searchinfo .se-top .txt {
    height: 1.025rem;
    width: 50%;
    line-height: 1.025rem;
    background: transparent;
    font-size: .6rem;
    font-weight: 400;
    color: #666666;
  }
  
  .searchinfo .view {
    padding: 0 6.525rem;
  }
  .searchinfo .se-top .subt input{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
  }
  .searchinfo .se-top .subt {
    position: relative;
    min-width: 3.1rem;
    height: 1.025rem;
    background-color: #F85E21;
    border-radius: 21px;
    color: #fff;
    /*background-image: url(../img/sei.png);*/
    background-repeat: no-repeat;
    background-position: 1.9rem center;
    background-size: 16px 16px;
    padding: 0 .9rem;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }
  
  /* .searchinfo .se-top .subt {
    width: 3.1rem;
    height: 1.025rem;
    background: #F85E21;
    border-radius: 21px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
  }
  .searchinfo .se-top .subt .icon{
    margin-left: .2rem;
  } */
  
  .searchinfo .cont {
    padding: 1.275rem 0 1.775rem
  }
  
  .searchinfo .cont .tit {
    color: #666666;
  }
  
  .searchinfo .cont .tit span {
    color: #F85E21;
  }
  
  .searchinfo .cont .table {
    font-size: 0;
    padding: 19px 0;
    border-top: 1px solid rgba(243, 242, 240, 1);
    border-bottom: 1px solid rgba(243, 242, 240, 1);
    margin-top: 28px;
  }
  
  .searchinfo .cont .table a {
    display: inline-block;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    position: relative;
    margin-right: .6rem;
    padding-bottom: .5rem;
    margin-bottom: .35rem;
  }
  .searchinfo .cont .table a:last-child{
    /*margin-right: 0;*/
  }
  
  .searchinfo .cont .table a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 2px;
    background: #F85E21;
    opacity: 0;
  }
  
  .searchinfo .cont .table a.on {
    color: #F85E21;
  }
  .news-bots .list .li:nth-child(1){
    border-top: none;
  }
  .searchinfo .cont .table a.on::after {
    /*width: 40px;*/
    opacity: 1;
  }
  
  /*.searchinfo .cont .list {
    margin-top: 40px;
    font-weight: 400;
  
    font-size: 16px;
  }
  
  .searchinfo .cont .list a span {
    color: #F85E21;
  }
  
  .searchinfo .cont .list a {
    display: block;
    float: left;
    width: 49%;
    margin-right: 2%;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(243, 242, 240, 1);
    padding-left: 25px;
    position: relative;
    line-height: 1;
    margin-bottom: 36px;
  }
  
  .searchinfo .cont .list a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #CCCCCC;
    border-radius: 50%;
    margin-top: -12px;
  }
  
  .searchinfo .cont .list a:nth-child(2n) {
    margin-right: 0;
  }*/
  
  .searchinfo .dwpage {
    margin-top: 5rem;
  }

   @media (min-width: 1025px){
    .searchinfo .cont .table a:hover{
        color: #F85E21;
    }
  }
  

  @media (max-width: 1024px){
    .searchinfo .view{
      padding: 0 4%;
    }
  }