@charset "utf-8";
.head {
  position: relative;
}
.head .img {
  width: 100%;
}
.head .logo {
  position: absolute;
  top: 10%;
  left: 20%;
}
/* 内容 */
.swiper-xw {
  position: relative;
  width: 57%;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-xw .swiper-pagination {
  position: absolute;
  right: 5%;
  bottom: 5%;
}
.swiper-xw .swiper-pagination-bullet {
  background: #fff;
  margin-right: 6px;
  opacity: 1;
}
.swiper-xw .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 20px;
  background: #fff274;
}
.swiper-xw .img img {
  width: 100%;
  height: 385px;
}
.swiper-xw .img span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, .5);
}
/* 公告 */
.notice {
  width: 42%;
  margin-left: 10px;
}
.notice-body h3 {
  height: 76px;
  line-height: 75px;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  padding-left: 20px;
  background-image: linear-gradient(to right,#159eb7, #a7d12c)
}
.notice-body .memo {
  display: inline-block;
  height: 225px;
  line-height: 25px;
  /*text-indent: 2em;*/
  padding: 30px 22px 50px 20px; 
  background: #f3faed;
}
/* 督察动态 */
.cloum-til a {
  display: inline-block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 8px;
  margin-top: 35px;
  margin-bottom: 20px;
}
.dcdt .cloum-til a {
  background: url(/jms/xhtml/ztzl/zt_stdc/static/images/til_dcdt.png) center no-repeat;
}
/* 边督边改 */
.bdbg .cloum-til a {
  background: url(/jms/xhtml/ztzl/zt_stdc/static/images/til_bcbg.png) center no-repeat;
}
.lists {
  padding: 0 15px;
}
.lists li {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.lists li i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22a3ab;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
}
.lists li:nth-child(even) {
  background: #f3faed;
}
.lists li:hover a {
  color: #ff7800;
}
.lists li .time {
  position: absolute;
  right: 10px;
  color: #8a8d8a;
  font-size: 16px;
}
.quick_robot img{width: 100px;height: 110px;}
@media screen and (max-width: 991px) {
  .head {height: 170px;}
  .head img.m-hide {width: auto !important;height: 100%;display: block;}
  .head .logo {top:5%;left: 5px;height: 40px;}
  .swiper-xw .img span {padding: 0 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  .swiper-xw .swiper-pagination {display: none;}
  .notice-body .memo {height: auto;}
  .swiper-xw {float: none;width: 100%;}
  .swiper-xw .img img {height: auto;}
  .notice {width: 100%;margin-top: 20px;margin-left: 0;}
  .notice img {width: 100%;}
  .cloum-til a {height: 60px; line-height: 60px;font-size: 30px;}
  .lists a {display: inline-block; width: 60%;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
  .lists li i {margin-top: -40px;}
}