.banner {
  min-height: 360px;
}
.home_wrap {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #f7f7f7;
}
.home_wrap .home_content {
  width: 1100px;
  margin: 0 auto;
  min-height: 500px;
}
.home_wrap .home_content .events_notice {
  width: 100%;
  height: 280px;
}
.home_wrap .home_content .events_notice .events {
  width: 685px;
  height: 100%;
  background-color: #fff;
  float: left;
  padding: 18px;
}
.home_wrap .home_content .events_notice .events .events_title {
  height: 35px;
  position: relative;
  border-bottom: 1px solid #d5d5d5;
}
.home_wrap .home_content .events_notice .events .events_title .line {
  position: absolute;
  left: 0;
  top: 1px;
  width: 6px;
  height: 18px;
  background-color: #138ee2;
}
.home_wrap .home_content .events_notice .events .events_title .line_two {
  position: absolute;
  left: 10px;
  top: 1px;
  width: 4px;
  height: 18px;
  background-color: #138ee2;
}
.home_wrap .home_content .events_notice .events .events_title .content_title {
  margin-left: 25px;
  font-weight: bold;
  color: #138ee2;
}
.home_wrap .home_content .events_notice .events .events_title .content_text {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #9c9c9c;
}
.home_wrap .home_content .events_notice .events .events_title .content_text a {
  color: #9c9c9c;
}
.home_wrap .home_content .events_notice .events .events_title .content_text .more {
  position: absolute;
  top: 4px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAV1BMVEUAAACcnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJzXNciWAAAAHXRSTlMA+AXeeCjy7OW2qJhsOtWuoYh/WFBJQiFkYjEwHsHcJB0AAABgSURBVBjTjc5JEoAgDARAFgUFQVHE9f/vlGgR5EYOc+iaSkJqxh6QyiEsdIhppEbxr5xyYklW2sRsO4US6AzCRxQjoLPxPgNUboQg3Fdg5dK0wuOR/2NXfsPukFqTynkAqUsDHhFx+7IAAAAASUVORK5CYII=");
}
.home_wrap .home_content .events_notice .events .events_content {
  margin-top: 20px;
  width: 100%;
  color: #5d5d5d;
  display: flex;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
}
.home_wrap .home_content .events_notice .events .events_content .events_content_img {
  width: 310px;
  height: 182px;
  overflow: hidden;
  cursor: pointer;
}
.home_wrap .home_content .events_notice .events .events_content .events_content_img img {
  width: 100%;
  height: auto;
  transition: transform 1s;
  -ms-transition: transform 1s;
  /* IE 9 */
  -moz-transition: transform 1s;
  /* Firefox */
  -webkit-transition: transform 1s;
  /* Safari 和 Chrome */
  -o-transition: transform 1s;
}
.home_wrap .home_content .events_notice .events .events_content .events_content_img img:hover {
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  /* IE 9 */
  -moz-transform: scale(1.3);
  /* Firefox */
  -webkit-transform: scale(1.3);
  /* Safari 和 Chrome */
  -o-transform: scale(1.3);
  -webkit-filter: contrast(1.3);
}
.home_wrap .home_content .events_notice .events .events_content .events_content_detail {
  width: 315px;
}
.home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_list {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_list li {
  height: 32px;
  font-size: 14px;
  position: relative;
}
.home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_list li:hover {
  font-weight: bold;
}
.home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_list li a {
  color: #5d5d5d;
}
.home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_list li .dot {
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}
.home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_list li .item_title {
  margin-left: 20px;
  width: 210px;
}
.home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_list li .item_time {
  position: absolute;
  top: 0;
  right: 0;
}
.home_wrap .home_content .events_notice .notice {
  width: 400px;
  height: 100%;
  background-color: #fff;
  padding: 18px;
  float: right;
}
.home_wrap .home_content .events_notice .notice .notice_title1 {
  height: 35px;
  position: relative;
  border-bottom: 1px solid #d5d5d5;
  display: none;
}
.home_wrap .home_content .events_notice .notice .notice_title1.active {
  display: block;
}
.home_wrap .home_content .events_notice .notice .notice_title1 .content_title {
  margin-left: 10px;
  font-weight: bold;
  color: #138ee2;
  cursor: pointer;
}
.home_wrap .home_content .events_notice .notice .notice_title1 .content_title #message_notice1 {
  position: relative;
}
.home_wrap .home_content .events_notice .notice .notice_title1 .content_title #message_notice1.active {
  color: #138ee2;
}
.home_wrap .home_content .events_notice .notice .notice_title1 .content_title #message_notice1.active > img {
  display: block;
}
.home_wrap .home_content .events_notice .notice .notice_title1 .content_title #message_notice1 > img {
  position: absolute;
  width: 90px;
  height: 10px;
  left: -4px;
  top: 25px;
  display: none;
}
.home_wrap .home_content .events_notice .notice .notice_title1 .content_title #water_quality_newspaper1 {
  color: #5d5d5d;
  position: relative;
}
.home_wrap .home_content .events_notice .notice .notice_title1 .content_title #water_quality_newspaper1.active {
  color: #138ee2;
}
.home_wrap .home_content .events_notice .notice .notice_title1 .content_title #water_quality_newspaper1.active > img {
  display: block;
}
.home_wrap .home_content .events_notice .notice .notice_title1 .content_title #water_quality_newspaper1 > img {
  position: absolute;
  width: 90px;
  height: 10px;
  left: -4px;
  top: 25px;
  display: none;
}
.home_wrap .home_content .events_notice .notice .notice_title1 .content_title #water_quality_newspaper01 {
  color: #5d5d5d;
  position: relative;
}
.home_wrap .home_content .events_notice .notice .notice_title1 .content_title #water_quality_newspaper01.active {
  color: #138ee2;
}
.home_wrap .home_content .events_notice .notice .notice_title1 .content_title #water_quality_newspaper01.active > img {
  display: block;
}
.home_wrap .home_content .events_notice .notice .notice_title1 .content_title #water_quality_newspaper01 > img {
  position: absolute;
  width: 90px;
  height: 10px;
  left: -4px;
  top: 25px;
  display: none;
}
.home_wrap .home_content .events_notice .notice .notice_title1 .content_text {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #9c9c9c;
}
.home_wrap .home_content .events_notice .notice .notice_title1 .content_text a {
  color: #9c9c9c;
}
.home_wrap .home_content .events_notice .notice .notice_title1 .content_text .more {
  position: absolute;
  top: 4px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAV1BMVEUAAACcnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJzXNciWAAAAHXRSTlMA+AXeeCjy7OW2qJhsOtWuoYh/WFBJQiFkYjEwHsHcJB0AAABgSURBVBjTjc5JEoAgDARAFgUFQVHE9f/vlGgR5EYOc+iaSkJqxh6QyiEsdIhppEbxr5xyYklW2sRsO4US6AzCRxQjoLPxPgNUboQg3Fdg5dK0wuOR/2NXfsPukFqTynkAqUsDHhFx+7IAAAAASUVORK5CYII=");
}
.home_wrap .home_content .events_notice .notice .notice_title2 {
  height: 35px;
  position: relative;
  border-bottom: 1px solid #d5d5d5;
  display: none;
}
.home_wrap .home_content .events_notice .notice .notice_title2.active {
  display: block;
}
.home_wrap .home_content .events_notice .notice .notice_title2 .content_title {
  margin-left: 10px;
  font-weight: bold;
  cursor: pointer;
}
.home_wrap .home_content .events_notice .notice .notice_title2 .content_title #message_notice2 {
  position: relative;
  color: #5d5d5d;
}
.home_wrap .home_content .events_notice .notice .notice_title2 .content_title #message_notice2.active {
  color: #138ee2;
}
.home_wrap .home_content .events_notice .notice .notice_title2 .content_title #message_notice2.active > img {
  display: block;
}
.home_wrap .home_content .events_notice .notice .notice_title2 .content_title #message_notice2 > img {
  position: absolute;
  width: 90px;
  height: 10px;
  left: -4px;
  top: 25px;
  display: none;
}
.home_wrap .home_content .events_notice .notice .notice_title2 .content_title #water_quality_newspaper2 {
  color: #5d5d5d;
  position: relative;
}
.home_wrap .home_content .events_notice .notice .notice_title2 .content_title #water_quality_newspaper2.active {
  color: #138ee2;
}
.home_wrap .home_content .events_notice .notice .notice_title2 .content_title #water_quality_newspaper2.active > img {
  display: block;
}
.home_wrap .home_content .events_notice .notice .notice_title2 .content_title #water_quality_newspaper2 > img {
  position: absolute;
  width: 90px;
  height: 10px;
  left: -4px;
  top: 25px;
  display: none;
}
.home_wrap .home_content .events_notice .notice .notice_title2 .content_title #water_quality_newspaper02 {
  color: #5d5d5d;
  position: relative;
}
.home_wrap .home_content .events_notice .notice .notice_title2 .content_title #water_quality_newspaper02.active > img {
  display: block;
}
.home_wrap .home_content .events_notice .notice .notice_title2 .content_title #water_quality_newspaper02 > img {
  position: absolute;
  width: 90px;
  height: 10px;
  left: -4px;
  top: 25px;
  display: none;
}
.home_wrap .home_content .events_notice .notice .notice_title2 .content_text {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #9c9c9c;
}
.home_wrap .home_content .events_notice .notice .notice_title2 .content_text a {
  color: #9c9c9c;
}
.home_wrap .home_content .events_notice .notice .notice_title2 .content_text .more {
  position: absolute;
  top: 4px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAV1BMVEUAAACcnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJzXNciWAAAAHXRSTlMA+AXeeCjy7OW2qJhsOtWuoYh/WFBJQiFkYjEwHsHcJB0AAABgSURBVBjTjc5JEoAgDARAFgUFQVHE9f/vlGgR5EYOc+iaSkJqxh6QyiEsdIhppEbxr5xyYklW2sRsO4US6AzCRxQjoLPxPgNUboQg3Fdg5dK0wuOR/2NXfsPukFqTynkAqUsDHhFx+7IAAAAASUVORK5CYII=");
}
.home_wrap .home_content .events_notice .notice .notice_title3 {
  height: 35px;
  position: relative;
  border-bottom: 1px solid #d5d5d5;
  display: none;
}
.home_wrap .home_content .events_notice .notice .notice_title3.active {
  display: block;
}
.home_wrap .home_content .events_notice .notice .notice_title3 .content_title {
  margin-left: 10px;
  font-weight: bold;
  cursor: pointer;
}
.home_wrap .home_content .events_notice .notice .notice_title3 .content_title #message_notice3 {
  position: relative;
  color: #5d5d5d;
}
.home_wrap .home_content .events_notice .notice .notice_title3 .content_title #message_notice3.active {
  color: #138ee2;
}
.home_wrap .home_content .events_notice .notice .notice_title3 .content_title #message_notice3.active > img {
  display: block;
}
.home_wrap .home_content .events_notice .notice .notice_title3 .content_title #message_notice3 > img {
  position: absolute;
  width: 90px;
  height: 10px;
  left: -4px;
  top: 25px;
  display: none;
}
.home_wrap .home_content .events_notice .notice .notice_title3 .content_title #water_quality_newspaper3 {
  color: #5d5d5d;
  position: relative;
}
.home_wrap .home_content .events_notice .notice .notice_title3 .content_title #water_quality_newspaper3.active > img {
  display: block;
}
.home_wrap .home_content .events_notice .notice .notice_title3 .content_title #water_quality_newspaper3 > img {
  position: absolute;
  width: 90px;
  height: 10px;
  left: -4px;
  top: 25px;
  display: none;
}
.home_wrap .home_content .events_notice .notice .notice_title3 .content_title #water_quality_newspaper03 {
  color: #5d5d5d;
  position: relative;
}
.home_wrap .home_content .events_notice .notice .notice_title3 .content_title #water_quality_newspaper03.active {
  color: #138ee2;
}
.home_wrap .home_content .events_notice .notice .notice_title3 .content_title #water_quality_newspaper03.active > img {
  display: block;
}
.home_wrap .home_content .events_notice .notice .notice_title3 .content_title #water_quality_newspaper03 > img {
  position: absolute;
  width: 90px;
  height: 10px;
  left: -4px;
  top: 25px;
  display: none;
}
.home_wrap .home_content .events_notice .notice .notice_title3 .content_text {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #9c9c9c;
}
.home_wrap .home_content .events_notice .notice .notice_title3 .content_text a {
  color: #9c9c9c;
}
.home_wrap .home_content .events_notice .notice .notice_title3 .content_text .more {
  position: absolute;
  top: 4px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAV1BMVEUAAACcnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJzXNciWAAAAHXRSTlMA+AXeeCjy7OW2qJhsOtWuoYh/WFBJQiFkYjEwHsHcJB0AAABgSURBVBjTjc5JEoAgDARAFgUFQVHE9f/vlGgR5EYOc+iaSkJqxh6QyiEsdIhppEbxr5xyYklW2sRsO4US6AzCRxQjoLPxPgNUboQg3Fdg5dK0wuOR/2NXfsPukFqTynkAqUsDHhFx+7IAAAAASUVORK5CYII=");
}
.home_wrap .home_content .events_notice .notice .notice_list {
  width: 100%;
  height: 120px;
  overflow: hidden;
  color: #5d5d5d;
  display: none;
}
.home_wrap .home_content .events_notice .notice .notice_list.active {
  display: block;
}
.home_wrap .home_content .events_notice .notice .notice_list li {
  line-height: 40px;
  height: 30px;
  font-size: 14px;
  position: relative;
}
.home_wrap .home_content .events_notice .notice .notice_list li:hover {
  font-weight: bold;
}
.home_wrap .home_content .events_notice .notice .notice_list li a {
  color: #5d5d5d;
}
.home_wrap .home_content .events_notice .notice .notice_list li .dot {
  position: absolute;
  left: 0;
  top: 18px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}
.home_wrap .home_content .events_notice .notice .notice_list li .item_title {
  margin-left: 20px;
  width: 80px;
}
.home_wrap .home_content .events_notice .notice .notice_list li .item_content {
  position: absolute;
  top: 0;
  left: 90px;
  width: 180px;
  height: 100%;
  overflow: hidden;
}
.home_wrap .home_content .events_notice .notice .notice_list li .item_content .item_run {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
}
.home_wrap .home_content .events_notice .notice .notice_list li .item_content .item_run div {
  display: inline-block;
  width: auto;
  white-space: nowrap;
  padding-right: 20px;
}
.home_wrap .home_content .events_notice .notice .notice_list li .item_time {
  position: absolute;
  top: 0;
  right: 0;
}
.home_wrap .home_content .events_notice .notice .water_quality_list,
.home_wrap .home_content .events_notice .notice .water_month_list {
  width: 100%;
  height: 120px;
  overflow: hidden;
  color: #5d5d5d;
  display: none;
}
.home_wrap .home_content .events_notice .notice .water_quality_list.active,
.home_wrap .home_content .events_notice .notice .water_month_list.active {
  display: block;
}
.home_wrap .home_content .events_notice .notice .water_quality_list li,
.home_wrap .home_content .events_notice .notice .water_month_list li {
  line-height: 40px;
  height: 30px;
  font-size: 14px;
  position: relative;
}
.home_wrap .home_content .events_notice .notice .water_quality_list li:hover,
.home_wrap .home_content .events_notice .notice .water_month_list li:hover {
  font-weight: bold;
}
.home_wrap .home_content .events_notice .notice .water_quality_list li a,
.home_wrap .home_content .events_notice .notice .water_month_list li a {
  color: #5d5d5d;
}
.home_wrap .home_content .events_notice .notice .water_quality_list li .dot,
.home_wrap .home_content .events_notice .notice .water_month_list li .dot {
  position: absolute;
  left: 0;
  top: 18px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}
.home_wrap .home_content .events_notice .notice .water_quality_list li .item_title,
.home_wrap .home_content .events_notice .notice .water_month_list li .item_title {
  margin-left: 20px;
  width: 240px;
}
.home_wrap .home_content .events_notice .notice .water_quality_list li .item_time,
.home_wrap .home_content .events_notice .notice .water_month_list li .item_time {
  position: absolute;
  top: 0;
  right: 0;
}
.home_wrap .home_content .events_notice .notice .notice_hot_qr {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.home_wrap .home_content .events_notice .notice .notice_hot_qr img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 68px;
  height: 68px;
}
.home_wrap .home_content .water_policy_hall {
  width: 100%;
  height: 266px;
  margin-top: 15px;
}
.home_wrap .home_content .water_policy_hall .use_water {
  width: 335px;
  height: 100%;
  background-color: #fff;
  float: left;
  padding: 18px;
}
.home_wrap .home_content .water_policy_hall .use_water .use_water_title {
  height: 35px;
  position: relative;
  border-bottom: 1px solid #d5d5d5;
}
.home_wrap .home_content .water_policy_hall .use_water .use_water_title .line {
  position: absolute;
  left: 0;
  top: 1px;
  width: 6px;
  height: 18px;
  background-color: #138ee2;
}
.home_wrap .home_content .water_policy_hall .use_water .use_water_title .line_two {
  position: absolute;
  left: 10px;
  top: 1px;
  width: 4px;
  height: 18px;
  background-color: #138ee2;
}
.home_wrap .home_content .water_policy_hall .use_water .use_water_title .content_title {
  margin-left: 25px;
  font-weight: bold;
  color: #138ee2;
}
.home_wrap .home_content .water_policy_hall .use_water .use_water_title .content_text {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #9c9c9c;
}
.home_wrap .home_content .water_policy_hall .use_water .use_water_title .content_text a {
  color: #9c9c9c;
}
.home_wrap .home_content .water_policy_hall .use_water .use_water_title .content_text .more {
  position: absolute;
  top: 4px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAV1BMVEUAAACcnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJzXNciWAAAAHXRSTlMA+AXeeCjy7OW2qJhsOtWuoYh/WFBJQiFkYjEwHsHcJB0AAABgSURBVBjTjc5JEoAgDARAFgUFQVHE9f/vlGgR5EYOc+iaSkJqxh6QyiEsdIhppEbxr5xyYklW2sRsO4US6AzCRxQjoLPxPgNUboQg3Fdg5dK0wuOR/2NXfsPukFqTynkAqUsDHhFx+7IAAAAASUVORK5CYII=");
}
.home_wrap .home_content .water_policy_hall .use_water .use_water_list {
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin-top: 10px;
  color: #5d5d5d;
}
.home_wrap .home_content .water_policy_hall .use_water .use_water_list li {
  line-height: 40px;
  height: 30px;
  font-size: 14px;
  position: relative;
}
.home_wrap .home_content .water_policy_hall .use_water .use_water_list li:hover {
  font-weight: bold;
}
.home_wrap .home_content .water_policy_hall .use_water .use_water_list li a {
  color: #5d5d5d;
}
.home_wrap .home_content .water_policy_hall .use_water .use_water_list li .dot {
  position: absolute;
  left: 0;
  top: 18px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}
.home_wrap .home_content .water_policy_hall .use_water .use_water_list li .item_title {
  padding-left: 20px;
  width: 100%;
}
.home_wrap .home_content .water_policy_hall .policy_rules {
  width: 335px;
  height: 100%;
  background-color: #fff;
  margin: 0 15px;
  float: left;
  padding: 18px;
}
.home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_title {
  height: 35px;
  position: relative;
  border-bottom: 1px solid #d5d5d5;
}
.home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_title .line {
  position: absolute;
  left: 0;
  top: 1px;
  width: 6px;
  height: 18px;
  background-color: #138ee2;
}
.home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_title .line_two {
  position: absolute;
  left: 10px;
  top: 1px;
  width: 4px;
  height: 18px;
  background-color: #138ee2;
}
.home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_title .content_title {
  margin-left: 25px;
  font-weight: bold;
  color: #138ee2;
}
.home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_title .content_text {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #9c9c9c;
}
.home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_title .content_text a {
  color: #9c9c9c;
}
.home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_title .content_text .more {
  position: absolute;
  top: 4px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAV1BMVEUAAACcnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJzXNciWAAAAHXRSTlMA+AXeeCjy7OW2qJhsOtWuoYh/WFBJQiFkYjEwHsHcJB0AAABgSURBVBjTjc5JEoAgDARAFgUFQVHE9f/vlGgR5EYOc+iaSkJqxh6QyiEsdIhppEbxr5xyYklW2sRsO4US6AzCRxQjoLPxPgNUboQg3Fdg5dK0wuOR/2NXfsPukFqTynkAqUsDHhFx+7IAAAAASUVORK5CYII=");
}
.home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_list {
  width: 100%;
  height: 180px;
  overflow: hidden;
  color: #5d5d5d;
  margin-top: 10px;
}
.home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_list li {
  line-height: 40px;
  height: 30px;
  font-size: 14px;
  position: relative;
}
.home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_list li:hover {
  font-weight: bold;
}
.home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_list li a {
  color: #5d5d5d;
}
.home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_list li .dot {
  position: absolute;
  left: 0;
  top: 18px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}
.home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_list li .item_title {
  padding-left: 20px;
  width: 100%;
}
.home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_list li .item_time {
  position: absolute;
  top: 0;
  right: 0;
}
.home_wrap .home_content .water_policy_hall .online_hall {
  width: 400px;
  height: 100%;
  background-color: #fff;
  float: left;
  padding: 18px;
}
.home_wrap .home_content .water_policy_hall .online_hall .online_hall_title {
  height: 35px;
  position: relative;
  border-bottom: 1px solid #d5d5d5;
}
.home_wrap .home_content .water_policy_hall .online_hall .online_hall_title .line {
  position: absolute;
  left: 0;
  top: 1px;
  width: 6px;
  height: 18px;
  background-color: #138ee2;
}
.home_wrap .home_content .water_policy_hall .online_hall .online_hall_title .line_two {
  position: absolute;
  left: 10px;
  top: 1px;
  width: 4px;
  height: 18px;
  background-color: #138ee2;
}
.home_wrap .home_content .water_policy_hall .online_hall .online_hall_title .content_title {
  margin-left: 25px;
  font-weight: bold;
  color: #138ee2;
}
.home_wrap .home_content .water_policy_hall .online_hall .online_hall_img {
  width: 100%;
  margin-top: 12px;
  position: relative;
}
.home_wrap .home_content .water_policy_hall .online_hall .online_hall_img a:nth-child(2) img {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
}
.home_wrap .home_content .water_policy_hall .online_hall .online_hall_img_last {
  width: 100%;
  margin-top: 12px;
}
.home_wrap .home_content .water_policy_hall .online_hall .online_hall_img_last img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .home_wrap {
    padding: 15px !important;
    background-color: #f2f4f8 !important;
  }
  .home_wrap .home_content {
    width: 100% !important;
  }
  .home_wrap .home_content .events_notice {
    width: 100%;
    height: auto !important;
  }
  .home_wrap .home_content .events_notice .events {
    width: 100% !important;
    height: 100%;
    background-color: #fff;
    float: none !important;
    padding: 0 !important;
  }
  .home_wrap .home_content .events_notice .events .events_title {
    height: 30px !important;
    position: relative;
    padding-top: 10px !important;
    border-bottom: none !important;
  }
  .home_wrap .home_content .events_notice .events .events_title .line {
    display: none !important;
  }
  .home_wrap .home_content .events_notice .events .events_title .line_two {
    left: 0 !important;
    top: 11px !important;
    width: 2px !important;
  }
  .home_wrap .home_content .events_notice .events .events_title .content_title {
    margin-left: 10px !important;
  }
  .home_wrap .home_content .events_notice .events .events_title .content_text {
    display: none !important;
  }
  .home_wrap .home_content .events_notice .events .events_content {
    margin-top: 0 !important;
    display: block !important;
  }
  .home_wrap .home_content .events_notice .events .events_content .events_content_img {
    width: 100% !important;
    height: auto!important;
    padding: 15px !important;
  }
  .home_wrap .home_content .events_notice .events .events_content .events_content_img img {
    border-radius: 5px !important;
  }
  .home_wrap .home_content .events_notice .events .events_content .events_content_detail {
    width: 100% !important;
    padding: 15px 15px 0 15px !important;
  }
  .home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_content_detail_title {
    width: 100%;
    font-size: 14px;
    height: 20px;
    margin-bottom: 5px;
  }
  .home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_content_detail_title:hover {
    font-weight: bold;
  }
  .home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_content_detail_title > div:nth-child(1) {
    width: 180px !important;
    float: left;
    cursor: pointer;
  }
  .home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_content_detail_title > div:nth-child(2) {
    float: right;
  }
  .home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_content_detail_text {
    width: 100%;
    height: 40px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
  }
  .home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_content_detail_text p {
    max-width: 100% !important;
  }
  .home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_content_detail_text img {
    display: none !important;
  }
  .home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_list {
    width: 100%;
    height: 180px;
    overflow: hidden;
  }
  .home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_list li {
    line-height: 40px;
    height: 30px;
    font-size: 14px;
    position: relative;
  }
  .home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_list li:hover {
    font-weight: bold;
  }
  .home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_list li a {
    color: #5d5d5d;
  }
  .home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_list li .dot {
    position: absolute;
    left: 0;
    top: 18px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
  }
  .home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_list li .item_title {
    margin-left: 20px;
    width: 60% !important;
  }
  .home_wrap .home_content .events_notice .events .events_content .events_content_detail .events_list li .item_time {
    position: absolute;
    top: 0;
    right: 0;
  }
  .home_wrap .home_content .events_notice .notice {
    width: 100% !important;
    height: 100%;
    background-color: #fff;
    padding: 0!important;
    float: none !important;
  }
  .home_wrap .home_content .events_notice .notice .notice_title1,
  .home_wrap .home_content .events_notice .notice .notice_title2,
  .home_wrap .home_content .events_notice .notice .notice_title3 {
    height: 45px!important;
    position: relative;
    padding-top: 10px!important;
    padding-left: 10px!important;
    border-bottom: 1px solid #d5d5d5;
  }
  .home_wrap .home_content .events_notice .notice .notice_title1 .content_title,
  .home_wrap .home_content .events_notice .notice .notice_title2 .content_title,
  .home_wrap .home_content .events_notice .notice .notice_title3 .content_title {
    margin-left: 0!important;
  }
  .home_wrap .home_content .events_notice .notice .notice_title1 .content_text,
  .home_wrap .home_content .events_notice .notice .notice_title2 .content_text,
  .home_wrap .home_content .events_notice .notice .notice_title3 .content_text {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 100%;
    font-size: 12px;
    line-height: 24px;
    color: #9c9c9c;
    display: none!important;
  }
  .home_wrap .home_content .events_notice .notice .notice_title1 .content_text a,
  .home_wrap .home_content .events_notice .notice .notice_title2 .content_text a,
  .home_wrap .home_content .events_notice .notice .notice_title3 .content_text a {
    color: #9c9c9c;
  }
  .home_wrap .home_content .events_notice .notice .notice_title1 .content_text .more,
  .home_wrap .home_content .events_notice .notice .notice_title2 .content_text .more,
  .home_wrap .home_content .events_notice .notice .notice_title3 .content_text .more {
    position: absolute;
    top: 4px;
    right: 0;
    width: 16px;
    height: 16px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAV1BMVEUAAACcnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJzXNciWAAAAHXRSTlMA+AXeeCjy7OW2qJhsOtWuoYh/WFBJQiFkYjEwHsHcJB0AAABgSURBVBjTjc5JEoAgDARAFgUFQVHE9f/vlGgR5EYOc+iaSkJqxh6QyiEsdIhppEbxr5xyYklW2sRsO4US6AzCRxQjoLPxPgNUboQg3Fdg5dK0wuOR/2NXfsPukFqTynkAqUsDHhFx+7IAAAAASUVORK5CYII=");
  }
  .home_wrap .home_content .events_notice .notice .notice_list,
  .home_wrap .home_content .events_notice .notice .water_quality_list,
  .home_wrap .home_content .events_notice .notice .water_month_list {
    width: 100%;
    height: 120px;
    overflow: hidden;
    color: #5d5d5d;
    padding: 0 15px!important;
  }
  .home_wrap .home_content .events_notice .notice .notice_list li,
  .home_wrap .home_content .events_notice .notice .water_quality_list li,
  .home_wrap .home_content .events_notice .notice .water_month_list li {
    line-height: 40px;
    height: 30px;
    font-size: 14px;
    position: relative;
  }
  .home_wrap .home_content .events_notice .notice .notice_list li:hover,
  .home_wrap .home_content .events_notice .notice .water_quality_list li:hover,
  .home_wrap .home_content .events_notice .notice .water_month_list li:hover {
    font-weight: bold;
  }
  .home_wrap .home_content .events_notice .notice .notice_list li a,
  .home_wrap .home_content .events_notice .notice .water_quality_list li a,
  .home_wrap .home_content .events_notice .notice .water_month_list li a {
    color: #5d5d5d;
  }
  .home_wrap .home_content .events_notice .notice .notice_list li .dot,
  .home_wrap .home_content .events_notice .notice .water_quality_list li .dot,
  .home_wrap .home_content .events_notice .notice .water_month_list li .dot {
    position: absolute;
    left: 0;
    top: 18px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
  }
  .home_wrap .home_content .events_notice .notice .notice_list li .item_title,
  .home_wrap .home_content .events_notice .notice .water_quality_list li .item_title,
  .home_wrap .home_content .events_notice .notice .water_month_list li .item_title {
    margin-left: 20px;
    width: 160px !important;
  }
  .home_wrap .home_content .events_notice .notice .notice_list li .item_content,
  .home_wrap .home_content .events_notice .notice .water_quality_list li .item_content,
  .home_wrap .home_content .events_notice .notice .water_month_list li .item_content {
    width: 140px !important;
  }
  .home_wrap .home_content .events_notice .notice .notice_list li .item_time,
  .home_wrap .home_content .events_notice .notice .water_quality_list li .item_time,
  .home_wrap .home_content .events_notice .notice .water_month_list li .item_time {
    position: absolute;
    top: 0;
    right: 0;
  }
  .home_wrap .home_content .events_notice .notice .notice_hot_qr {
    width: 100%;
    position: relative;
    margin-top: 0!important;
    background-color: #f2f4f8;
  }
  .home_wrap .home_content .events_notice .notice .notice_hot_qr img:nth-child(1) {
    width: 75%!important;
  }
  .home_wrap .home_content .events_notice .notice .notice_hot_qr img:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 19%!important;
    height: auto!important;
  }
  .home_wrap .home_content .water_policy_hall {
    width: 100%;
    height: auto !important;
    margin-top: 15px;
  }
  .home_wrap .home_content .water_policy_hall .use_water {
    width: 100% !important;
    height: 100%;
    background-color: #fff;
    float: none !important;
    padding: 0!important;
  }
  .home_wrap .home_content .water_policy_hall .use_water .use_water_title {
    height: 30px!important;
    position: relative;
    padding-top: 10px !important;
    border-bottom: none !important;
  }
  .home_wrap .home_content .water_policy_hall .use_water .use_water_title .line {
    position: absolute;
    left: 0;
    top: 1px;
    width: 6px;
    height: 18px;
    background-color: #138ee2;
    display: none!important;
  }
  .home_wrap .home_content .water_policy_hall .use_water .use_water_title .line_two {
    position: absolute;
    left: 0 !important;
    top: 11px !important;
    width: 2px !important;
    height: 18px;
    background-color: #138ee2;
  }
  .home_wrap .home_content .water_policy_hall .use_water .use_water_title .content_title {
    margin-left: 10px !important;
    font-weight: bold;
    color: #138ee2;
  }
  .home_wrap .home_content .water_policy_hall .use_water .use_water_title .content_text {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 100%;
    font-size: 12px;
    line-height: 24px;
    color: #9c9c9c;
    display: none!important;
  }
  .home_wrap .home_content .water_policy_hall .use_water .use_water_title .content_text a {
    color: #9c9c9c;
  }
  .home_wrap .home_content .water_policy_hall .use_water .use_water_title .content_text .more {
    position: absolute;
    top: 4px;
    right: 0;
    width: 16px;
    height: 16px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAV1BMVEUAAACcnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJzXNciWAAAAHXRSTlMA+AXeeCjy7OW2qJhsOtWuoYh/WFBJQiFkYjEwHsHcJB0AAABgSURBVBjTjc5JEoAgDARAFgUFQVHE9f/vlGgR5EYOc+iaSkJqxh6QyiEsdIhppEbxr5xyYklW2sRsO4US6AzCRxQjoLPxPgNUboQg3Fdg5dK0wuOR/2NXfsPukFqTynkAqUsDHhFx+7IAAAAASUVORK5CYII=");
  }
  .home_wrap .home_content .water_policy_hall .use_water .use_water_list {
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-top: 10px;
    color: #5d5d5d;
    padding: 0 15px!important;
  }
  .home_wrap .home_content .water_policy_hall .use_water .use_water_list li {
    line-height: 40px;
    height: 30px;
    font-size: 14px;
    position: relative;
  }
  .home_wrap .home_content .water_policy_hall .use_water .use_water_list li:hover {
    font-weight: bold;
  }
  .home_wrap .home_content .water_policy_hall .use_water .use_water_list li a {
    color: #5d5d5d;
  }
  .home_wrap .home_content .water_policy_hall .use_water .use_water_list li .dot {
    position: absolute;
    left: 0;
    top: 18px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
  }
  .home_wrap .home_content .water_policy_hall .use_water .use_water_list li .item_title {
    padding-left: 20px;
    width: 100%;
  }
  .home_wrap .home_content .water_policy_hall .policy_rules {
    width: 100% !important;
    height: 100%;
    background-color: #fff;
    margin: 0!important;
    float: none !important;
    padding: 0!important;
  }
  .home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_title {
    height: 30px!important;
    position: relative;
    padding-top: 10px !important;
    border-bottom: none!important;
  }
  .home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_title .line {
    position: absolute;
    left: 0;
    top: 1px;
    width: 6px;
    height: 18px;
    background-color: #138ee2;
    display: none!important;
  }
  .home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_title .line_two {
    position: absolute;
    left: 0 !important;
    top: 11px !important;
    width: 2px !important;
    height: 18px;
    background-color: #138ee2;
  }
  .home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_title .content_title {
    margin-left: 10px!important;
    font-weight: bold;
    color: #138ee2;
  }
  .home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_title .content_text {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 100%;
    font-size: 12px;
    line-height: 24px;
    color: #9c9c9c;
    display: none!important;
  }
  .home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_title .content_text a {
    color: #9c9c9c;
  }
  .home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_title .content_text .more {
    position: absolute;
    top: 4px;
    right: 0;
    width: 16px;
    height: 16px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAV1BMVEUAAACcnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJzXNciWAAAAHXRSTlMA+AXeeCjy7OW2qJhsOtWuoYh/WFBJQiFkYjEwHsHcJB0AAABgSURBVBjTjc5JEoAgDARAFgUFQVHE9f/vlGgR5EYOc+iaSkJqxh6QyiEsdIhppEbxr5xyYklW2sRsO4US6AzCRxQjoLPxPgNUboQg3Fdg5dK0wuOR/2NXfsPukFqTynkAqUsDHhFx+7IAAAAASUVORK5CYII=");
  }
  .home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_list {
    width: 100%;
    height: 180px;
    overflow: hidden;
    color: #5d5d5d;
    margin-top: 10px;
    padding: 0 15px!important;
  }
  .home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_list li {
    line-height: 40px;
    height: 30px;
    font-size: 14px;
    position: relative;
  }
  .home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_list li:hover {
    font-weight: bold;
  }
  .home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_list li a {
    color: #5d5d5d;
  }
  .home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_list li .dot {
    position: absolute;
    left: 0;
    top: 18px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
  }
  .home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_list li .item_title {
    padding-left: 20px;
    width: 100% !important;
  }
  .home_wrap .home_content .water_policy_hall .policy_rules .policy_rules_list li .item_time {
    position: absolute;
    top: 0;
    right: 0;
  }
  .home_wrap .home_content .water_policy_hall .online_hall {
    width: 100% !important;
    height: 100%;
    background-color: #fff;
    float: none !important;
    padding: 0!important;
  }
  .home_wrap .home_content .water_policy_hall .online_hall .online_hall_title {
    height: 30px!important;
    position: relative;
    padding-top: 10px!important;
    border-bottom: none!important;
  }
  .home_wrap .home_content .water_policy_hall .online_hall .online_hall_title .line {
    position: absolute;
    left: 0;
    top: 1px;
    width: 6px;
    height: 18px;
    background-color: #138ee2;
    display: none!important;
  }
  .home_wrap .home_content .water_policy_hall .online_hall .online_hall_title .line_two {
    position: absolute;
    left: 0 !important;
    top: 11px !important;
    width: 2px !important;
    height: 18px;
    background-color: #138ee2;
  }
  .home_wrap .home_content .water_policy_hall .online_hall .online_hall_title .content_title {
    margin-left: 10px!important;
    font-weight: bold;
    color: #138ee2;
  }
  .home_wrap .home_content .water_policy_hall .online_hall .online_hall_img {
    width: 100%;
    margin-top: 12px;
    position: relative;
    display: none!important;
  }
  .home_wrap .home_content .water_policy_hall .online_hall .online_hall_img a:nth-child(2) img {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
  }
  .home_wrap .home_content .water_policy_hall .online_hall .online_hall_img_last {
    width: 100%;
    margin-top: 12px;
    display: none!important;
  }
  .home_wrap .home_content .water_policy_hall .online_hall .online_hall_img_last img {
    width: 100%;
    height: auto;
  }
  .home_wrap .home_content .water_policy_hall .online_hall .online_hall_phone {
    width: 100%!important;
    min-height: 150px!important;
    padding: 20px 10px!important;
  }
  .home_wrap .home_content .water_policy_hall .online_hall .online_hall_phone .online_hall_item {
    width: 20%!important;
    float: left!important;
  }
  .home_wrap .home_content .water_policy_hall .online_hall .online_hall_phone .online_hall_item .online_hall_item_img {
    width: 100%!important;
  }
  .home_wrap .home_content .water_policy_hall .online_hall .online_hall_phone .online_hall_item .online_hall_item_img img {
    width: 100%!important;
    height: auto!important;
  }
  .home_wrap .home_content .water_policy_hall .online_hall .online_hall_phone .online_hall_item .online_hall_item_text {
    width: 100%!important;
    color: #5d5d5d;
    text-align: center!important;
    line-height: 40px!important;
    font-size: 12px!important;
  }
  .water_weekly_mouth {
    display: none;
  }
  .water_weekly_mouth.active {
    display: block;
  }
}
@media (min-width: 768px) {
  .white_space {
    display: none!important;
  }
  .view_more {
    display: none!important;
  }
  .online_hall_phone {
    display: none!important;
  }
}
