﻿body a{color: #666;}

body h1, body h2, body h3 {margin-top: 0;margin-bottom: 0;}

.parkP2 iframe{height: 7.2rem;}

.headDiv.mini2{ background: rgba(0,0,0,0.5); box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05); }

.backBtn a:hover{color:#fff;}

.search-wrapper {
    padding: 0.6rem 0 0.75rem;
    background: #f5f6f8;
}
.search-wrapper .result {
    margin-bottom: 0.2rem;
}
.search-wrapper .result span {
  display: inline-block;
  font-size: 0.16rem;
  margin-right: 0.3rem;
  line-height: 0.48rem;
}
.search-wrapper .result b {
  display: inline-block;
  margin: 0 4px;
  color: #cd0000;
  font-family: "mb";
  text-decoration: underline;
}
.search-wrapper .list li {
  position: relative;
  list-style: none;
  border-bottom: 1px dashed #ccc;
}
.search-wrapper .list li:first-child {
  border-top: 1px dashed #eee;
}
.search-wrapper .list li:hover .title {
  color: #ee1e23;
}
.search-wrapper .list li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0.1rem 0;
  align-items: center;
}
.search-wrapper .list .title {
  flex: 1;
  font-size: 0.16rem;
  color: #666;
  line-height: 0.48rem;
  margin-right: 1rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.search-wrapper .list p {
  font-size: 0.16rem;
  color: #999;
  font-family: "mr";
}

.wastewater .botList dl{margin-bottom:0;}

.notice .list ul li .more{display:none;}

.notice .list li a{padding-right:0;}

.footDiv .share li {position: relative;}
.footDiv .share li .ewmLayer{position:absolute; text-align:center; left:50%; margin-left:-65px; padding-bottom: 7px; top:-140px; width:130px; opacity:0; filter:alpha(opacity=0); visibility:hidden; z-index:22;}
.footDiv .share li:hover .ewmLayer{opacity:1; filter:alpha(opacity=1); visibility:visible; top:-150px;}
.footDiv .share li .ewmLayer .imgDiv{ padding:13px; background: #fff; border-radius: 8px; box-shadow: 0 0 0.2rem 0px rgba(72, 72, 72, 0.2);}
.footDiv .share li .ewmLayer .bg{ position: relative; z-index: 1; width: 100%; height: 7px; background: url(../images/nimg12Bg.png) center no-repeat; }
.footDiv .share li .ewmLayer .imgDiv img{ position: relative; top: 0; left: 0; margin-left: 0; margin-top: 0; width: 104px; }


@media screen and (max-width: 1024px) {
    .search-wrapper {
        padding-top:0;
    }

    .search-wrapper .wal {
        padding: 1.0rem 0.3rem;
    }

    .search-wrapper .result {
        margin-bottom: 0.3rem;
    }

    .search-wrapper .result span {
        font-size: 0.26rem;
        margin-right: 0.48rem;
    }

    .search-wrapper .list li a {
        padding: 0.2rem 0;
    }

    .search-wrapper .list .title {
        font-size: 0.26rem;
        line-height: 0.48rem;
        margin-right: 0.6rem;
    }

    .search-wrapper .list p {
        font-size: 0.26rem;
    }
}