.searchinfo {
    /* padding-top: 2.2rem; */
  }
  
  .searchinfo .se-top {
    padding: 1.425rem 0;
    background: #F6F6F6;
  
  }
  
  .searchinfo .se-top .s {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .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 {
    width: 3.1rem;
    height: 1.025rem;
    background-color: #264D98;
    border-radius: 21px;
    color: #fff;
    background-image: url(../image/sei.png);
    background-repeat: no-repeat;
    background-position: 1.9rem center;
    background-size: 16px 16px;
    padding: 0 .9rem;
    text-align: left;
  }
  
  /* .searchinfo .se-top .subt {
    width: 3.1rem;
    height: 1.025rem;
    background: #264D98;
    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;
    font-weight: bold;
  }
  
  .searchinfo .cont .tit span {
    color: rgba(204, 0, 0, 1);
  }
  
  .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: 20px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    margin-left: 38px;
    position: relative;
  }
  .searchinfo .cont .table a:first-child{
    margin-left: 0;
  }
  
  .searchinfo .cont .table a::after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 4px;
    background: #264D98;
  }
  
  .searchinfo .cont .table a.on {
    color: #264D98;
  }
  
  .searchinfo .cont .table a.on::after {
    width: 40px;
  }
  
  .searchinfo .cont .list {
    margin-top: 40px;
    font-weight: 400;
  
    font-size: 16px;
  }
  
  .searchinfo .cont .list a span {
    color: #FF0000;
  }
  
  .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;
    font-size: 16px;
    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;
  }
  