.search-list1 {
  background: #F8F8F8;
  padding: .75rem 0;
  height: 3rem;
}

.ssr {
  /* font-family: SourceHanSansCN-Regular; */
  font-weight: 400;
}

.ssc {
  font-family: BasemicTimes;
}

.ssb {
  /* font-family: SourceHanSansCN-Bold; */
  font-weight: 700;
}

.ssm {
  /* font-family: SourceHanSansCN-Medium; */
  font-weight: 500;
}

.mian {
  position: relative;
}

.search-list1 .searchbox {
  width: 100%;
  background: transparent;
  border: none;
  position: relative;
}

.search-list1 .input2 {
  width: 3.1rem;
  height: 1.05rem;
  background: #0D5788 url(../img/ssearch.png) no-repeat 2rem center;
  border-radius: .1rem;
  background-size: .4rem .4rem;
  position: absolute;
  right: .225rem;
  top: 50%;
  margin-top: -0.525rem;
  padding-left: .875rem;
  text-align: left;
  transition: all .3s;
  font-weight: 500;
}

.search-list1 form {
  width: 100%;
  background-color: #fff;
  height: 1.5rem;
  border-radius: .1rem;
  line-height: 1;
}

.search-list1 form .searchbox {
  height: 100%;
  width: 100%;
  padding-left: .65rem;
  padding-right: .225rem;
}

.search-list1 form .searchbox .input1 {
  height: 100%;
  width: 80%;
  background: transparent;
  border: none;
  padding-left: .8rem;
  background: url(../img/search3.png);
  background-repeat: no-repeat;
  background-size: .5rem .55rem;
  background-position: left;
  font-weight: 400;
  font-family: 'OPPOSANS-R';

}
.search-list1 form .searchbox .input1::placeholder{
  font-size: .45rem;
  color: #333;
  opacity: .5;
}
@media (max-width: 767px) {
  .search-list1 .input2 {
    width: 2.5rem;
    padding-left: .5rem;
    background: #0D5788 url(../img/searchbtn2.png) no-repeat 1.75rem center;
    background-size: .4rem .4rem;
  }

  .search-list1 form .searchbox .input1 {
    width: 75%;
    padding-right: .5rem;
  }

  .search-list1 .input1,
  .search-list1 .searchbox {
    height: 45px;
  }
}

.search-list2 {
  padding:.65rem 0 2.625rem;
  background: #fff;
  position: relative;
}
.search-list2 .tip span{
  color: #cc0000;
  font-weight: 600;

}
.search-list2 span {
  color: #CC0000;
}

.search-list2 .tip {
  padding-bottom: .5rem;
  border-bottom: 2px solid rgba(3, 3, 3, 0.2);
}

.search-list2 .tab-ul {
  padding: 0 .35rem;
  z-index: 1;
  position: relative;
  border-bottom: 2px solid #F3F2F0;
}

.search-list2 .tab-ul .li {
  margin: 0 .625rem;
  position: relative;
  height: 55px;
  line-height: 55px;
  font-weight: 500;
  -webkit-transition: all .4s;
  transition: all .4s;
  display: inline-flex;
}

.search-list2 .tab-ul .li:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background: #0D5788;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.search-list2 .ulbox {
  margin-top: 1.05rem;
  z-index: 1;
  position: relative;
  overflow: hidden;
  font-weight: 600;
}

.search-list2 .ulbox .li {
  width: 100%;
  margin-bottom: .7rem;
  border-bottom: 1px solid rgba(214, 214, 214, 0.8);
  position: relative;
  transition: all .6s;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 3.175rem 0.7rem .95rem; 
}

.search-list2 .ulbox .li.noimg::after{display: none;}
.search-list2 .ulbox .li::after{
  content: '';
  position: absolute;
  right: 8.35rem;
  top:1.175rem;
  width: .025rem;
height: 1.5rem;
background-color: #000;
opacity: 0.1;
}


.search-list2 .ulbox .li:last-child {
  margin-bottom: .625rem;
}

.search-list2 .ulbox .li .litop {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: .8rem;
  justify-content: space-between;
}

.search-list2 .ulbox .li .t2 {
  line-height: .9rem;
  max-width: 64%;
  transition: all .6s;
  font-weight: 400;
}

.search-list2 .ulbox .li .timer {
  align-self: flex-end;
  color: #333;
  opacity: .5;
  font-weight: 400;
}

.search-list2 .ulbox .li .detail {
  text-decoration: underline;
  font-size: .35rem;
  color: #0D5788;
  display: inline-flex;
  transition: all .6s;
  line-height: 1.1;
  text-underline-offset: .05rem;
  font-weight: 400;

}

.search-list2 .ulbox .liimg {
  width: 6.5rem;
  height: 4.15rem;
  overflow: hidden;
  border-radius: .1rem;
}
.search-list2 .ulbox .li:hover img{
transform: scale(1.1);
}
.search-list2 .ulbox .liimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:all .6s;
}

.search-list2 .ulbox .litxt {
  padding-left: 1.25rem;
  padding-top: .5rem;
  width: calc(100% - 6.5rem);
}
.search-list2 .ulbox .li.noimg .litxt{
  width: 100%;
padding-left: 0;
}
.search-list2 .tab-ul .li.cur {
  color: #0D5788;
}

@media(min-width:1024px) {
  .search-list1 .input2:hover {
    background-color: #0D5788;
  }

  .search-list2 .ulbox .li:hover .t2 {
    color: #0D5788;
  }

  .search-list2 .ulbox .li:hover .detail {
    color: #0D5788;
  }

  .search-list2 .tab-ul .li:hover {
    color: #0D5788;
  }
}

.search-list2 .tab-ul .li:hover:before,
.search-list2 .tab-ul .li.cur:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-list4 .tab-ul .swiper-scrollbar {
  display: none;
  position: absolute;
  bottom: -.5rem;
  left: 0%;
  height: .1rem;
}

.search-list4 .tab-ul .swiper-scrollbar-drag {
  background-color: #0D5788;
}
@media (max-width: 996px){
  .search-list2 .w1700{
    overflow: hidden;
  }
  .search-list2 .ulbox .li::after{
    display: none;
  }
}
@media (max-width: 767px) {
  .search-list2 {
    padding-bottom: 2.5rem;
  }

  .search-list2 .tab-ul {
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
  }

  .search-list2 .ulbox .li {
    width: 100%;
    padding-left: .25rem;
    display: block;
    padding-right: .25rem;
  }

  .search-list2 .tab-ul .li {
    margin: 0 0.25rem;
  }

  .search-list2 .page {
    padding-top: 1rem;
  }

  .search-list2 .ulbox .li:before {
    width: 6px;
    height: 6px;
    margin-top: -7px;
  }

  .search-list4 .tab-ul {}

  .search-list2 .tab-ul .li {
    height: 44px;
    display: block;
    margin: 0;
    line-height: 1.2;
    padding-top: 0.35rem;
    line-height: 44px;
    padding-top: 0;
    text-align: center;
  }

  .search-list4 .tab-ul .swiper-scrollbar {
    display: block;
  }

  .search-list2 .ulbox {
    margin-top: 1.5rem;
  }

  .search-list2 .ulbox .liimg {
    width: 100%;
    height: auto;
  }

  .search-list2 .ulbox .litxt {
    width: 100%;
    padding-left: 0rem;
    padding-top: 0rem;
  }

  .search-list2 .ulbox .li .litop {
    flex-direction: column;
    margin-bottom: .75rem;
    margin-top: .5rem;
  }

  .search-list2 .ulbox .li .timer {
    align-self: flex-start;
  }

  .search-list2 .ulbox .li .t2 {
    max-width: 100%;
  }

  .search-list2 .ulbox .li .libot {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .search-list2 .ulbox .li {
    margin-bottom: 1.25rem;
  }

  .search-list2 .ulbox .li:last-child {
    margin-bottom: 1rem;
  }
}