/* 轮播图容器 */
.swiper-container.focus {
  margin-left: 0px;
  margin-right: 0px;
  width: auto;
  height: auto;
}

/* 轮播图切换器按钮 */
.focus .swiper-button .swiper-button-next {
  background-image: none;
  background-color: none;
  position: absolute;
  right: 0;

}

/* 轮播图切换器下一个按钮 */
.focus .swiper-button .swiper-button-next img {
  float: right;
  margin-right: 0;
}

/* 轮播图切换器上一个按钮 */
.focus .swiper-button .swiper-button-prev {
  background-image: none;
  background-color: none;
  position: absolute;
  left: 0;
}

/* 轮播图切换器按钮容器 */
.focus .swiper-button {
  height: 0;
  width: 100%;
  position: unset;
}



/* 隐藏轮播图指示器 */
.focus .swiper-pagination {
  display: none;
}

/* 轮播图文字 */
.swiper-slide .col-lg-4.text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24px;
  padding: 0;
  background: #000000a6;
}

/* 轮播图 */
.focus .pic img {
  display: block;
  width: 588px;
  height: 430px;
}

.swiper-slide .col-lg-4,
.swiper-slide .col-lg-4.text h4 {
  width: 100%;
}

.swiper-slide .col-lg-4.text a {
  color: #fff;
}

.swiper-slide .col-lg-4.text .date {
  display: none;
}

.focus .text h4 {
  width: 100%;
  padding-left: 5px;
  margin-bottom: 0;
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.focus .pic {
  height: 430px;
  background-position: center;
  background-size: cover;
  width: 588px;
}

/* 轮播图文字 */
.focus .text {
  height: auto;
  padding: 15px;
  background: #eee;
}

.row.info.animated.fadeIn {
  position: relative;
}

/* 主要内容面板背景色 */
body>div.wrap.slt-fp>div.content>div.indexBg_middle>div.grid.p1.mb20 {
  margin-bottom: 0;
}

.indexBg_middle .grid.p2 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.indexBg_middle .grid,
body>div.wrap.slt-fp>div.content>div.grid.p2 {
  background: #fff;
}


/* 水量查询下拉框 */
.select1 {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  padding: 8px 24px 8px 10px;
  border-radius: 4px;
  width: 200px;
  cursor: pointer;
}

/* 下拉箭头图标 */
.select1::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/* 悬停效果 */
.select1:hover {
  background-color: #f8f9fa;
}

.button2 {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  padding: 8px 24px;
  border-radius: 4px;
  cursor: pointer;

}

.button2:hover {
  background-color: #f8f9fa;
}