/* 标题 */
.title {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.title h2 {
  float: left;
  font-size: 22px;
  color: #000;
  position: relative;
  font-weight: 400;
}

.title span a {
  float: right;
  font-size: 13px;
  color: #555;
  font-weight: normal;
}

.title span a:hover {
  color: #fa1a25;
}

.title h2::before {
  content: "";
  width: 1em;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background: #fa1a25;
}

.title h2::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: 3px;
  background: #005aac;
  transition: 0.3s;
  overflow: hidden;
}

.news {
  overflow: hidden;
  margin: 0px auto 30px auto;
}

.new_1 {
  width: 45%;
  overflow: hidden;
}

.new_2 {
  width: 52%;
  overflow: hidden;
}

.new_c {
  padding: 5px 0 0;
  overflow: hidden;
}

.new_c li {
  position: relative;
  line-height: 44px;
  border-bottom: 1px dashed #e1e1e1;
  overflow: hidden;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new_c li a {
  font-size: 16px;
  color: #333;
}

.new_c li span {
  float: right;
  color: #888;
}

.new_c li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  background: #d1d1d1;
  border-radius: 50%;
  transition: 0.3s all;
}

.new_c li:hover a:before {
  background: #2162a2 !important;
}

.new_c li:hover span,
.new_c li:hover a {
  color: #2162a2;
}

.listText {
  font-size: 1.125rem;
  display: flex;
  justify-content: space-between;
  color: #131313;
}

.listText p:last-child {
  white-space: nowrap;
  font-size: 1rem;
  color: #707070;
}

/* 横幅轮播图 start */

.bannerbox {
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bannerbox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}
.bannerbox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.bannerbox .hd ul li {
  text-align: center;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 3px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}
.bannerbox .hd ul li.on {
  background: #f00;
  color: #fff;
}
.bannerbox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.bannerbox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.bannerbox .bd img {
  height: 400px;
  display: block;
}

.bannerboxMove {
  display: none;
}
/* 横幅轮播图 end */

/* 停水通知 */
.tstitle {
  display: none;
}

.stopWater {
  background-color: #f6f6f6;
  padding: 20px 0 20px 0;
  position: relative;
  display: none;
}

.stopWater a {
  color: #1d81b2;
}

.stopWater a:hover {
  color: #fa1a25;
}

.stopWater .bd {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.swImg {
  width: 10%;
  text-align: left;
}

.swTxt {
  width: 80%;
  line-height: 25px;
}

.swTxt1 {
  font-size: 16px;
}

.swTxt1 b {
  font-weight: 400;
}

.swMore {
  width: 5%;
  text-align: right;
  line-height: 60px;
  padding-right: 5px;
}

.swMore a {
  font-size: 13px;
  color: #555;
  font-weight: normal;
}

.stopWater .prev,
.stopWater .next {
  position: absolute;
  margin-top: 60px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/jt.png) no-repeat;
}

.stopWater .next {
  left: auto;
  right: 48%;
  background-position: 8px 4px;
}

.stopWater .prev {
  transform: rotate(180deg);
  right: auto;
  left: 47%;
  background-position: 6px 23px;
}

.prevStop,
.nextStop {
  opacity: 0.5;
}

/* 轮播图 start */
.slideBox {
  margin-top: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slideBox a {
  transition: all 0s ease-in-out 0s;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 10px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  cursor: pointer;
  position: relative;
  display: inline;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  margin: 0 5px;
  color: #b0b0b0;
  font: 12px / 15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  background: #d9d9d9;
}
.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
}
.slideBox:hover .prev,
.slideBox:hover .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  opacity: 0.5;
}
.slideBox:hover .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}

.dtTxt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42px;
  padding-left: 20px;
  padding-right: 120px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  color: #fff;
  line-height: 42px;
  font-size: 1.125em;
}

.dtTxt a {
  color: #fff;
}
/* 轮播图 end */

/* 轮播列表 start */
.slideTxtBox {
  position: relative;
}

.slideTxtBox .hd {
  position: relative;
}

.slideTxtBox .hd ul {
  float: none;
  display: flex;
}

.slideTxtBox .hd ul li:last-child {
  margin-left: 30px;
}

.slideTxtBox .hd ul li {
  float: left;
  font-size: 22px;
  color: #000;
  position: relative;
  font-weight: 400;
}

.slideTxtBox .hd ul li.on::before {
  content: "";
  width: 1em;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background: #fa1a25;
}

.slideTxtBox .hd ul li.on::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: 3px;
  background: #005aac;
  transition: 0.3s;
  overflow: hidden;
}

.slideTxtBox .more {
  position: absolute;
  top: 20px;
  right: 1px;
}

.slideTxtBox .more a {
  font-size: 13px;
  color: #555;
  font-weight: normal;
}

.slideTxtBox .more a:hover {
  color: #fa1a25;
}
/* 轮播列表 end */
