body {
  background: url('index-bg.png') no-repeat center 50px;
  background-color: #fafafa;
}
/*头条*/
.content > .tt {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url('index-tout.png') no-repeat left center;
  background-color: #fff;
}
.content > .tt > h3 > a {
  color: #d83535;
  font-size: 28px;
}
/*轮播+切换*/
.content > .lunQie {
  padding: 20px;
  background-color: #fff;
  margin-top: 20px;
}
/*轮播图*/
.lunB {
  width: 526px;
  height: 296px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
  margin-top: 10px;
}
.lunB .hd {
  overflow: hidden;
  position: absolute;
  right: 20px;
  bottom: 22px;
  z-index: 1;
}
.lunB .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.lunB .hd ul li {
  float: left;
  margin-left: 3px;
  width: 24px;
  height: 5px;
  background: #fff;
  cursor: pointer;
}
.lunB .hd ul li.on {
  background: #ae251a;
}
.lunB .hd ul li span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  background: url('index-lunb1.png') no-repeat center center;
  z-index: 100;
}
.lunB .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.lunB .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.lunB .bd img {
  width: 526px;
  height: 296px;
  display: block;
}
.lunB .bd li span {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 526px;
  height: 50px;
  line-height: 50px;
  background: url('index-lunb1.png') no-repeat center center;
  z-index: 100;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.lunB .prev,
.lunB .next {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 40px;
  height: 60px;
  background: url('index-lunb-r.png') no-repeat center center,
    url('index-lunb2.png') no-repeat center center;
}
.lunB .next {
  left: auto;
  right: 0;
}
.lunB .prev {
  background: url('index-lunb-l.png') no-repeat center center,
    url('index-lunb2.png') no-repeat center center;
}
.lunB .prev:hover {
  background: url('index-lunb-l1.png') no-repeat center center,
    url('index-lunb2-1.png') no-repeat center center;
}
.lunB .next:hover {
  background: url('index-lunb-r1.png') no-repeat center center,
    url('index-lunb2-1.png') no-repeat center center;
}
.lunB .prevStop {
  display: none;
}
.lunB .nextStop {
  display: none;
}
/*切换*/
.qieH {
  width: 595px;
  text-align: left;
}
.qieH .hd {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.qieH .hd ul {
  float: left;
  height: 45px;
}
.qieH .hd ul li {
  float: left;
  margin-right: 30px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}
.qieH .hd ul li.on {
  background: url('index-qieh.png') no-repeat center 38px;
  color: #0d7bd8;
}
.qieH .bd ul {
  zoom: 1;
  height: 264px;
  overflow: hidden;
}
.qieH .bd ul {
  margin-top: 10px;
}
.qieH .bd li {
  line-height: 44px;
  padding-left: 16px;
  height: 44px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: url('index-qieh1.png') no-repeat left center;
}
.qieH .bd li a {
  display: inline-block;
  width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qieH .bd li .date {
  float: right;
  color: #999;
}
.qieH .hd .more {
  float: right;
  width: 65px;
  height: 25px;
  background-color: #0d7bd8;
  margin-top: 10px;
  line-height: 24px;
  text-align: center;
  border-radius: 20px;
}
.qieH .hd .more a {
  font-size: 12px;
  color: #fff;
  display: block;
}
/*通知公告*/
.tzggXx {
  padding: 20px;
  margin-top: 20px;
  background-color: #fff;
}
.tzgg {
  width: 525px;
  text-align: left;
}
.tzgg .hd {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.tzgg .hd ul {
  float: left;
  height: 45px;
}
.tzgg .hd ul li {
  float: left;
  margin-right: 30px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  /* color: #0d7bd8;
  background: url('index-qieh.png') no-repeat center 38px; */
}
/*.tzgg .hd ul li.on{ background: url("index-qieh.png") no-repeat center 38px; color: #0d7bd8;}*/
.tzgg .bd ul {
  zoom: 1;
  margin-top: 10px;
}
.tzgg .bd li {
  line-height: 44px;
  padding-left: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: url('index-qieh1.png') no-repeat left center;
}
.tzgg .bd li .date {
  float: right;
  color: #999;
}
.tzgg .hd .more {
  float: right;
  width: 65px;
  height: 25px;
  background-color: #0d7bd8;
  margin-top: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 20px;
}
.tzgg .hd .more a {
  font-size: 12px;
  color: #fff;
  display: block;
}
/*信息公开*/
.tzggXx > .xxgk {
  width: 595px;
}
.tzggXx > .xxgk > .zdly {
  margin-top: 38px;
}
.tzggXx > .xxgk > .zdly a {
  display: block;
  width: 240px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
  background-color: #f5f5f5;
}
.tzggXx > .xxgk > .zdly a.on i {
  transition: all 0.7s;
  transform: translate(-2px, -2px);
  box-shadow: 3px 3px 3px #d6d6d6;
}
.tzggXx > .xxgk > .zdly > a i {
  float: left;
  height: 45px;
  width: 52px;
  vertical-align: middle;
}
.tzggXx > .xxgk > .zdly .bzzf {
  background: url('index-bzxzf.png') no-repeat center center;
  background-color: #f18586;
}
.tzggXx > .xxgk > .zdly .pqgz {
  background: url('index-pqgz.png') no-repeat center center;
  background-color: #85d2ae;
}
.tzggXx > .xxgk > .zdly .wfgz {
  background: url('index-ncwfgz.png') no-repeat center center;
  background-color: #77c3da;
}
.tzggXx > .xxgk > .zdly .gjj {
  background: url('index-zfgjj.png') no-repeat center center;
  background-color: #e5b376;
}
.tzggXx > .xxgk > .zwxxgk {
  width: 345px;
  margin-top: 50px;
}
.tzggXx > .xxgk > .zwxxgk > a img {
  display: block;
  width: 344px;
  height: 152px;
}
.tzggXx > .xxgk > .zwxxgk div {
  float: left;
  width: 109px;
  height: 45px;
  line-height: 45px;
  margin-top: 10px;
  padding-left: 37px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 14px;
  transition: all 0.3s;
}
.tzggXx > .xxgk > .zwxxgk div.on {
  transition: all 0.3s;
  transform: translate(-2px, -2px);
  box-shadow: 3px 3px 3px #d6d6d6;
}
.tzggXx > .xxgk > .zwxxgk a {
  color: #fff;
}
.tzggXx > .xxgk > .zwxxgk .ldzc {
  background: url('index-ldzc.png') no-repeat 16px center;
  background-color: #7cb4dd;
}
.tzggXx > .xxgk > .zwxxgk .jgsz {
  margin: 10px 9px 0;
  background: url('index-jgsz.png') no-repeat 16px center;
  background-color: #eebd67;
  padding-left: 39px;
}
.tzggXx > .xxgk > .zwxxgk .zsdw {
  background: url('index-zsdw.png') no-repeat 16px center;
  background-color: #a0d775;
  padding-left: 42px;
}
.banner {
  padding: 20px;
  margin-top: 20px;
  background-color: #fff;
  position: relative;
}
.banner img {
  width: 1140px;
  height: 100px;
}
.banner .hd {
  overflow: hidden;
  position: absolute;
  right: 30px;
  bottom: 27px;
  z-index: 1;
}
.banner .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.banner .hd ul li {
  float: left;
  margin-left: 3px;
  width: 8px;
  height: 8px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}
.banner .hd ul li.on {
  background: #ae251a;
}
/*办事+互动*/
.bsHd {
  padding: 20px;
  margin-top: 20px;
  background-color: #fff;
}
.bsfw {
  width: 528px;
  text-align: left;
}
.bsfw .hd {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.bsfw .hd ul {
  float: left;
  height: 45px;
}
.bsfw .hd ul li {
  float: left;
  margin-right: 30px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  color: #0d7bd8;
  background: url('index-qieh.png') no-repeat center 38px;
}
/*.tzgg .hd ul li.on{ background: url("index-qieh.png") no-repeat center 38px; color: #0d7bd8;}*/
.bsfw .bd ul {
  zoom: 1;
  margin-top: 22px;
}
.bsfw .bd li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  float: left;
  width: 130px;
  height: 100px;
  /*padding-top: 64px;*/
  text-align: center;
  margin-right: 2px;
  margin-bottom: 2px;
  font-size: 16px;
}
.bsfw .bd li:hover {
  background-color: #0d7bd8 !important;
}
.bsfw .bd li:hover a {
  color: #fff;
}
.bsfw .bd li a {
  color: #999;
  display: block;
  height: 100%;
  padding-top: 64px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.bsfw .bd li:first-child {
  background: url('index-bsfw.png') no-repeat center 27px;
  background-color: #f2f7fc;
}
.bsfw .bd li:first-child:hover {
  background: url('index-bsfw1.png') no-repeat center 27px;
}
.bsfw .bd li:first-child + li {
  background: url('index-jggs.png') no-repeat center 27px;
  background-color: #f2f7fc;
}
.bsfw .bd li:first-child + li:hover {
  background: url('index-jggs1.png') no-repeat center 27px;
  background-color: #f2f7fc;
}
.bsfw .bd li:first-child + li + li {
  background: url('index-bszx.png') no-repeat center 27px;
  background-color: #f2f7fc;
}
.bsfw .bd li:first-child + li + li:hover {
  background: url('index-bszx1.png') no-repeat center 27px;
  background-color: #f2f7fc;
}
.bsfw .bd li:first-child + li + li + li {
  background: url('index-jdpy.png') no-repeat center 27px;
  background-color: #f2f7fc;
}
.bsfw .bd li:first-child + li + li + li:hover {
  background: url('index-jdpy1.png') no-repeat center 27px;
  background-color: #f2f7fc;
}
.bsfw .bd li:first-child + li + li + li + li {
  background: url('index-bjgz.png') no-repeat center 27px;
  background-color: #f2f7fc;
}
.bsfw .bd li:first-child + li + li + li + li:hover {
  background: url('index-bjgz1.png') no-repeat center 27px;
  background-color: #f2f7fc;
}
.bsfw .bd li:first-child + li + li + li + li + li {
  background: url('index-znjjr.png') no-repeat center 27px;
  background-color: #f2f7fc;
}
.bsfw .bd li:first-child + li + li + li + li + li:hover {
  background: url('index-znjjr1.png') no-repeat center 27px;
  background-color: #f2f7fc;
}
.bsfw .bd li:first-child + li + li + li + li + li + li {
  background: url('index-cjwt.png') no-repeat center 27px;
  background-color: #f2f7fc;
}
.bsfw .bd li:first-child + li + li + li + li + li + li:hover {
  background: url('index-cjwt1.png') no-repeat center 27px;
  background-color: #f2f7fc;
}
.bsfw .bd li:first-child + li + li + li + li + li + li + li {
  background: url('index-xzzx.png') no-repeat center 27px;
  background-color: #f2f7fc;
}
.bsfw .bd li:first-child + li + li + li + li + li + li + li:hover {
  background: url('index-xzzx1.png') no-repeat center 27px;
  background-color: #f2f7fc;
}
.bsfw .hd .more {
  float: right;
  width: 65px;
  height: 25px;
  background-color: #0d7bd8;
  margin-top: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 20px;
}
.bsfw .hd .more a {
  font-size: 12px;
  color: #fff;
  display: block;
}

.bsHd > .sx {
  border-right: 2px dashed #fafafa;
  width: 2px;
  height: 225px;
  margin: 46px 41px 0;
}
/*互动交流*/
.hdjl {
  width: 525px;
  text-align: left;
}
.hdjl .hd {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.hdjl .hd ul {
  float: left;
  height: 45px;
}
.hdjl .hd ul li {
  float: left;
  margin-right: 30px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  color: #0d7bd8;
  background: url('index-qieh.png') no-repeat center 38px;
}
.tzgg .hd ul li.on {
  background: url('index-qieh.png') no-repeat center 38px;
  color: #0d7bd8;
}
.hdjl .bd ul {
  zoom: 1;
  margin-top: 22px;
}
.hdjl .bd li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.hdjl .bd li > a {
  float: left;
  width: 214px;
  height: 120px;
  overflow: hidden;
}
.hdjl .bd li img {
  display: block;
  width: 214px;
  height: 120px;
  transition: all 0.7s;
}
.hdjl .bd li img:hover {
  transition: all 0.7s;
  transform: scale(1.1, 1.1);
}
.hdjl .bd .bd-right {
  width: 290px;
}
.hdjl .bd .bd-right h3 {
  font-size: 16px;
  line-height: 22px;
}
.hdjl .bd .bd-right h3 a {
  color: #d83535;
}
.hdjl .bd .bd-right p {
  margin-top: 10px;
  font-size: 14px;
  color: #a9a9a9;
  line-height: 20px;
}
.hdjl .bd .bd-bottom {
  margin-top: 15px;
}
.hdjl .bd .bd-bottom a {
  float: left;
  width: 168px;
  height: 67px;
  line-height: 67px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-left: 75px;
  border-radius: 5px;
  color: #999;
  font-size: 16px;
}
.hdjl .bd .bd-bottom a.on {
  transition: all 1s;
  color: #d83535;
}
.hdjl .bd .bd-bottom .ldxx {
  background: url('index-hdjl1.png') no-repeat 35px center;
  background-color: #f2f7fc;
}
.hdjl .bd .bd-bottom .zjdc {
  margin: 0 10px;
  background: url('index-hdjl2.png') no-repeat 35px center;
  background-color: #f2f7fc;
}
.hdjl .bd .bd-bottom .zcjd {
  background: url('index-hdjl3.png') no-repeat 35px center;
  background-color: #f2f7fc;
}
.hdjl .hd .more {
  float: right;
  width: 65px;
  height: 25px;
  background-color: #0d7bd8;
  margin-top: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 20px;
}
.hdjl .hd .more a {
  font-size: 12px;
  color: #fff;
  display: block;
}
/*住建*/
.zjGc {
  padding: 30px 0px;
  background-color: #fff;
}
.zjGc > .container > h3 {
  height: 45px;
  width: 1140px;
  margin: 0 auto;
  line-height: 45px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.zjGc > .container > h3 span {
  float: left;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  color: #0d7bd8;
  background: url('index-qieh.png') no-repeat center 38px;
}
.zjGc > .container > h3 .more {
  float: right;
  width: 65px;
  height: 25px;
  background-color: #0d7bd8;
  margin-top: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 20px;
}
.zjGc > .container > h3 .more a {
  font-size: 12px;
  color: #fff;
  display: block;
}
.zjGc > .zjyw > h3 {
  padding: 0 20px;
  font-size: 20px;
  color: #0d7bd8;
  border-bottom: 1px solid #e6e6e6;
  height: 40px;
}
.zjGc > .zjyw > h3 a {
  margin-top: 7px;
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.zjGc > .zjyw > .hd {
  padding: 0 20px;
}
.zjGc > .zjyw > .hd li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  float: left;
  height: 115px;
  margin-right: 75px;
  padding-top: 70px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  position: relative;
}
.zjGc > .zjyw > .hd li:first-child {
  background: url('index-zjyw.png') no-repeat center 20px;
}
.zjGc > .zjyw > .hd li:first-child + li {
  background: url('index-zjyw1.png') no-repeat center 20px;
}
.zjGc > .zjyw > .hd li:first-child + li + li {
  background: url('index-zjyw2.png') no-repeat center 20px;
}
.zjGc > .zjyw > .hd li:first-child + li + li + li {
  background: url('index-zjyw3.png') no-repeat center 20px;
}
.zjGc > .zjyw > .hd li:first-child + li + li + li + li {
  background: url('index-zjyw4.png') no-repeat center 20px;
}
.zjGc > .zjyw > .hd li.on {
  color: #0d7bd8;
}
.zjGc > .zjyw > .hd li.on i {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: -14px;
  z-index: 10;
  width: 26px;
  height: 26px;
  background: url('index-zjyw5.png') no-repeat center center;
}
.zjGc > .zjyw .bd {
  position: relative;
  min-height: 136px;
}
.zjGc > .zjyw .bd > ul {
  padding: 20px;
  background-color: #fafafa;
  min-height: 50px;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
}
.zjGc > .zjyw .bd > ul h3 {
  font-size: 16px;
  color: #0d7bd8;
}
.zjGc > .zjyw .bd > ul li {
  float: left;
  padding-top: 20px;
  padding-right: 32px;
  font-size: 14px;
}
.zjGc > .zjyw .bd > ul li a {
  color: #999;
}
.zjGc > .zjyw .bd > ul li a:hover {
  color: #0d7bd8;
}

.zjyw h3 .more {
  float: right;
  width: 65px;
  height: 25px;
  background-color: #0d7bd8;
  margin-top: 5px;
  text-align: center;
  border-radius: 20px;
}
.zjyw h3 .more a {
  font-size: 12px;
  color: #fff;
  display: block;
}
