@charset "UTF-8";
/* 搜索结果页 */

.temp-mainbox {
  padding-top: 2em;
}

.result-topbox {
  width: 100%;
  background-color: #f7f7f7;
  position: relative;
  padding: 4.1rem 0 3.7rem;
}

.result-topbox .t-heading,.temp-topbox .t-heading {
  font-size: 2.1rem;
  line-height: 1em;
  color: #000;
  text-align: center;
  margin-bottom: 2rem;
}

.result-search-wrapper {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.result-serach-input {
  width: 100%;
  height: 3.1rem;
  display: block;
  background-color: #fff;
  border: none;
  padding: 0 3.25rem 0 1rem;
  font-size: .8rem;
  line-height: 3.1rem;
  color: #333;
}

.result-search-ico {
  width: 3.25rem;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}

.result-search-ico .bi {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  color: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.result-filtbox {
  width: 100%;
  position: relative;
}

.result-filtbox.web {
  font-size: .9rem;
  line-height: 1.5em;
  color: #4c4c4c;
  margin-bottom: 1.7rem;
}

.result-filtbox.web a {
  display: block;
}

.result-filtbox.web .swiper-slide {
  width: auto;
  margin: 0 1rem 0 0;
}

.result-filtbox.web .swiper-slide.current {
  font-weight: bold;
}

.result-filtbox.app {
  margin: 0;
  /* margin-bottom: .24rem; */
}
.result-list{
  min-height: 300px;
  margin: 0;
}
.result-list li {
  width: 100%;
  border-bottom: solid 1px #dfe1e6;
}

.result-list li:first-child {
  border-top: solid 1px #dfe1e6;
}

.result-list .box {
  width: 100%;
  display: block;
  padding: 1.7rem 9rem 1.7rem 1rem;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.result-list .item-time {
  font-size: .9rem;
  line-height: 1em;
  color: #817F7F;
  margin-bottom: .5rem;
}

.result-list .item-tit {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #2D2929;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.4rem;
}

.result-list .item-arrow {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  border: solid 1px #817F7F;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
  color: #333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.result-list .item-arrow .bi {
  width: .6rem;
  height: .6rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
  .p-result .temp-mainbox {
      padding-top: 1.7rem;
  }
  .result-list li:hover .box {
    background-color: #f7f7f7;
  }
  .result-list li:hover .item-arrow {
    background-color: #817F7F;
    color: #fff;
    border-color: #817F7F;
  }
  .result-list li:hover .box .item-tit{
    color: #012C7C;
  }
}

@media screen and (max-width: 991.98px) {
  .temp-topbox .t-heading{
    font-size: 0.48rem;
  }
  .result-topbox,.temp-topbox{
    padding:0;
  }
 
  .result-filtbox.app .byted-select-input{
    cursor:none;
    display:block;
    font-size:0.3rem;
    line-height: 0.6rem;
    color: #2D2929;
    width: 100%;
    height:auto;
    align-items:normal;
    border-radius:initial;
    padding:0 0.6rem 0 0;
    font-weight: bold;
    border: solid 0px #0052b7;
  }
  .result-filtbox.app .byted-select-arrow{
    right: 0;
  }
  .result-filtbox.app .byted-popover-wrapper{
    left: -0.4rem;
    right: -0.4rem;
    border-radius: 10px;
  }
  .result-topbox {
    padding: .8rem 0.5rem !important;
  }
  .result-topbox .t-heading {
    font-size: .5rem;
    line-height: 1.1em;
    margin-bottom: 0;
  }
  .result-serach-input {
    height: .8rem;
    padding: 0 0.94rem 0 .3rem;
    line-height: .8rem;
    font-size: .28rem;
  }
  .result-search-ico {
    width: .94rem;
  }
  .result-search-ico .bi {
    width: .32rem;
    height: .32rem;
  }
  .result-list li:first-child {
    border-top: none;
  }
  .result-list .box {
    padding: .46rem 0 .56rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .result-list .item-time {
    font-size: .28rem;
    line-height: 1em;
    margin: .34rem 0 0;
  }
  .result-list .item-tit {
    font-size: .34rem;
    line-height: .4rem;
    max-height: 0.8rem;
    height: auto;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: unset;
  }
  .result-list .item-arrow {
    display: none;
  }
  .result-filtbox.web {
    font-size: .28rem;
    margin-bottom: .2rem;
  }
}
/* 隐私条款 */
.privacy-doc {
  font-size: .8rem;
  line-height: 1.875em;
  color: #4c4c4c;
  min-height: 300px;
}
.privacy-doc img {
  max-width: 100%;
  height: auto !important;
}
.privacy-doc h1, .privacy-doc h2, .privacy-doc h3, .privacy-doc h4, .privacy-doc h5, .privacy-doc h6 {
  line-height: 1.6em;
  font-weight: bold;
  color: #222;
  margin-bottom: .68em;
}
.privacy-doc h1 {
  font-size: 1.5em;
}
.privacy-doc h2 {
  font-size: 1.375em;
}
.privacy-doc h3 {
  font-size: 1.25em;
}
.privacy-doc h4 {
  font-size: 1em;
  line-height: inherit;
  margin: 0.625em 0 0;
}
.privacy-doc h5 {
  font-size: .875em;
  line-height: inherit;
  margin-bottom: 0;
}
.privacy-doc h6 {
  font-size: .75em;
  line-height: inherit;
  margin-bottom: 0;
}
.privacy-doc ul {
  padding-left: 1.25em;
}
.privacy-doc ul > li {
  position: relative;
  padding-left: 10px;
}
.privacy-doc ul > li::before {
  content: '•';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.privacy-doc a[href] {
  color: #094594;
}

@media screen and (max-width: 991.98px) {
  .privacy-doc {
    font-size: .28rem;
    line-height: 1.7em;
  }
  .privacy-doc ul {
    padding-left: 1em;
  }
}
/* 网站底图 */
.sitemap-item {
  width: 100%;
  display: flex;
  padding: 2rem 0;
  border-bottom: solid 1px #e6e6e6;
}
.sitemap-item:first-child {
  padding-top: .5rem;
}
.sitemap-item:last-child {
  border-bottom: none;
}
.sitemap-item a {
  display: block;
}

.sitemap-item-lv1wap {
  flex: 0 0 25%;
  max-width: 25%;
  /* max-width: 260px; */
}

.sitemap-lv1 {
  white-space: normal;
  font-size: .9rem;
  line-height: 1em;
  color: #000;
  font-weight: bold;
  display: flex;
}

.sitemap-item-lv2wap {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -1.4rem;
}

.sitemap-lv2item {
  flex: 0 0 25%;
  padding: 0 10px;
  margin-bottom: 1.4rem;
}
.sitemap-lv2item.has-child .sitemap-lv2 {
  padding: 0 0 calc(1em + 2px);
  margin-bottom: 0.9375em;
}
.sitemap-lv2item.has-child .sitemap-lv2::after {
  content: '';
  display: block;
  width: 1.25em;
  height: 2px;
  background-color: #2D2929;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sitemap-lv2 {
  font-size: .8rem;
  line-height: 1.125em;
  color: #2D2929;
  position: relative;
  display: flex;
  width: 100%;
}

.sitemap-lv3list {
  font-size: .7rem;
  line-height: 2em;
  color: #817F7F;
  margin: 0 0 -0.5em;
}

@media screen and (min-width: 992px) {
  .sitemap-item a:hover {
    color: #012C7C;
  }
}
@media screen and (max-width: 991.98px) {
  .sitemap-item {
    display: block;
    padding: .5rem 0 0.6rem;
  }
  .sitemap-item:first-child {
    padding-top: .1rem;
  }

  .sitemap-item-lv1wap {
    flex: none;
    max-width: none;
    margin-bottom: .34rem;
  }

  .sitemap-lv1 {
    font-size: .36rem;
  }

  .sitemap-item-lv2wap {
    margin: 0 -10px -0.2rem;
  }

  .sitemap-lv2item {
    flex: auto;
    min-width: 50%;
    max-width: none;
    margin-bottom: .2rem;
  }
  .sitemap-lv2item.has-child {
    margin-bottom: .4rem;
  }
  .sitemap-lv2item.has-child .sitemap-lv2 {
    padding: 0 0 calc(.24rem + 2px);
    margin-bottom: .3rem;
  }
  .sitemap-lv2item.has-child .sitemap-lv2::after {
    width: .32rem;
  }

  .sitemap-lv2 {
    font-size: .3rem;
    line-height: .4rem;
  }

  .sitemap-lv3list {
    font-size: .28rem;
    line-height: .48rem;
    color: #666;
    margin: 0 0 -0.1rem;
  }
}


/* 以下为该网站自定义样式  */
.head-place {
  height: 5em;
}

.temp-mainbox {
  padding-bottom: 6em;
}
.result-list li{
  margin: 0;
}

.result-filtbox.web .swiper-slide.current {
  color: #004098;
}

.result-filtbox .swiper-slide a {
  transition: all 0s;
}

.p-map .main-box{
  padding-bottom:6em;
}
.sitemap-item:last-child{
  padding-bottom: 0;
}
.sitemap-lv2item.has-child .sitemap-lv2::after{
  background: #012C7C;
}


@media (min-width: 992px) {
  .result-filtbox .swiper-slide:hover {
    color: #004098;
    font-weight: bold;
  }

  .result-list li:hover .item-arrow {
    background: #004098;
  }
}

@media (max-width: 991.98px) {
  .temp-mainbox{
    padding: 0.6rem 0 1.2rem;
  }
  .byted-select-wrapper.is-open .byted-select-input {
    background: #fff;
  }

  .head-place {
    height: 1.2rem;
  }

  .p-map .main-box{
    padding-bottom:1.2rem;
  }
}