.search-banner {
  height: 20rem;
  overflow: hidden;
}

.search-banner .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.search-banner .txt .search-box {
  width: 14.05rem;
  height: 1.25rem;
  background: #FFFFFF;
  border-radius: .225rem;
  margin-top: 1rem;
  display: flex;
  overflow: hidden;
}

.searchinfo .pc-header .logo {
  filter: grayscale(1000%) brightness(10000%);
}
.searchinfo .pc-header .right-btn{
  filter: grayscale(1000%) brightness(10000%);
}

.searchinfo .pc-header .nav-list .li a {
  color: #fff;
}
.searchinfo .pc-header .nav-list .li .sub-nav a{
  color: #333;
}

.search-banner .txt .search-box input:first-child {
  width: 85%;
  height: 100%;
  padding: 0 .7rem;
  font-size: .4rem;
}

.search-banner .txt .search-box input:last-child {
  width: 15%;
  height: 100%;
  background-image: url(../img/ss.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}

.searchinfo .pc-header.soll .logo{
  filter: none;
}
.searchinfo .pc-header.soll .right-btn{
  filter: none;
}


.searchinfo .pc-header.soll .nav-list .li a {
  color: #333;
}

.search-content {
  padding: 3.375rem 0;
}

.search-content .tit {
  font-weight: 500;
  color: #555;
  vertical-align: middle;
  line-height: 1;
}

.search-content .tit span {
  font-size: 1.2rem;
  color: #0061BE;
}

.search-content .list {
  margin-top: 1.5rem;
}

.search-content .list a {
  display: block;
  background: #F6F6F6;
  border-radius: .5rem;
  padding: 1rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.search-content .list a .tit-14 {
  margin-top: .6rem;
  line-height: 1;
}

.search-content .list a .tit-16 {
  margin-top: .75rem;
}

.search-content .list .col-444 {
  position: absolute;
  right: 1rem;
  top: 1rem;
  line-height: 1;
}

.search-content .list a .tit-16 span {
  display: inline-block;
  margin: 0 1rem;
}

.search-content .list a:hover .tit-24 {
  color: #0061BE;
}

@media (max-width: 996px) {
  .searchinfo .pc-header {
    filter: none;
  }

  .search-banner .txt .tit-48 {
    font-size: 0.8rem;
  }

  .search-banner .txt {
    width: 70%;
  }

  .search-banner .txt .search-box {
    width: 100%;
    height: 1rem;
    margin-top: .5rem;
  }

  .search-banner {
    height: 9rem;
    overflow: hidden;
  }

  .search-content {
    padding: 1.5rem 0;
  }
  .search-content .tit{
    font-size: .5rem;
  }
  .search-content .tit span{
    font-size: .5rem;
  }
  .search-content .list{
    margin-top: .75rem;
  }
  .search-content .list a{
    padding: 0.5rem;
  }
  .search-content .list .col-444{
    position: relative;
    right: 0;
    top: auto;
    margin-top: 0.5rem;
  }
  .search-content .list a .tit-16{
    margin-top: 0.4rem;
  }
}