﻿/*
	css stylesheet for kjt website
	version 1.0
*/
/* css reset (base on YUI) */
html {
  color: #000;
}
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
form,
legend,
input,
button,
textarea,
select,
p,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: none;
}
button,
em,
input,
option,
select,
textarea,
th {
  font: inherit;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4 {
  font-size: 100%;
  font-weight: normal;
}
/*清除浮动*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* global */
body {
  background: url(../images/bg_genghe_201303.jpg) repeat #ffffff;
  color: #000;
  font: 12px/1.8em '宋体';
}
html:root body,
html:root input,
html:root button,
html:root textarea,
html:root select {
  font-family: '宋体';
}
a {
  color: #1b1b1b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.clr {
  clear: both;
}
.mt5 {
  margin-top: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mt9 {
  margin-top: 9px;
}
.mt10 {
  margin-top: 10px;
}
.ml9 {
  margin-left: 9px;
}
.ml8 {
  margin-left: 8px;
}
.ml7 {
  margin-left: 7px;
}
.ml6 {
  margin-left: 6px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.mr10 {
  margin-right: 10px;
}
.pl0 {
  padding-left: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.bw {
  background-color: #FFF;
}
.posr {
  position: relative;
}
.posa {
  position: absolute;
}
.piclink,
.piclink img {
  display: block;
}
.piclink p {
  text-align: center;
  margin: 5px 0;
}
.imgBor {
  border: 1px solid #dcdcdc;
}
.blBor {
  border: 1px solid #dadada;
  background-color: #FFF;
  display: inline;
}
.blBor .tit {
  font-weight: bold;
  color: #fff;
  position: relative;
  overflow: hidden;
}
body {
  background: url(top_hb201405.jpg) no-repeat transparent;
  background-position: 50% 0;
}
.wrap {
  width: 1002px;
  margin: 0 auto;
}
.top {
  height: 224px;
}
.nav {
  width: 1002px;
  height: 39px;
  background: url(nav_hb201405.jpg) no-repeat transparent;
}
.nav li {
  float: left;
  height: 39px;
  width: 123px;
  background: url(nav_d_hb201405.jpg) no-repeat transparent;
  background-position: 0 50%;
  padding-left: 2px;
}
.nav li.first {
  background: none;
}
.nav li a {
  display: block;
  height: 39px;
  width: 123px;
  color: #fff;
  text-align: center;
  line-height: 39px;
  font-size: 14px;
  font-weight: bold;
}
.nav li a:hover,
.nav li a.active {
  background: url(nav_hover_hb201405.jpg) no-repeat transparent;
  background-position: center 0;
  text-decoration: none;
}
.snav {
  background: url(snav_hb201405.jpg) repeat-x transparent;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
}
.snav .date,
.snav .weather {
  display: inline;
}
.snav .weather {
  width: 200px;
  height: 25px;
  margin: 5px 0 0 20px;
  *margin-top: 9px;
}
.snav .search {
  width: 176px;
  height: 21px;
  border: 1px solid #818181;
  margin-top: 7px;
  overflow: hidden;
  position: relative;
}
.snav .search .itext {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 137px;
  height: 19px;
  line-height: 19px;
  border: 0 none;
  border-right: 1px solid #818181;
  background: transparent;
}
.snav .search .isubmit {
  width: 38px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  color: #818181;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  border: 0 none;
  cursor: pointer;
}
.newspic {
  width: 343px;
  height: 283px;
  padding: 5px 0 0 5px;
  overflow: hidden;
  position: relative;
}
.newspic img {
  display: block;
}
.newspic .des {
  width: 338px;
  height: 33px;
  line-height: 33px;
  background-color: #f0f0f0;
  text-align: center;
}
.newspic .des a {
  color: #3f3f3f;
  font-weight: bold;
}
.newspic .pic {
  width: 300px;
  height: 199px;
  box-shadow: 3px 3px 7px #c6b1a1;
}
.newspic .pagenav {
  width: 87px;
  height: 15px;
  position: absolute;
  bottom: 47px;
  right: 10px;
}
.newspic .pagenav li {
  float: left;
  margin-left: 5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background-color: #ccc;
  color: #333;
}
.newspic .pagenav li.on,
.newspic .pagenav li:hover {
  background-color: #ff0000;
  color: #fff;
}
.newspic .pagedes {
  position: absolute;
  left: 10px;
  bottom: 4px;
  color: #fff;
}
.newspic .pagedes a {
  color: #fff;
}
/* 部门动态 */
.bmdt {
  width: 393px;
  height: 288px;
  background: url(tit02_hb201405.jpg) no-repeat transparent;
}
.bmdt .tit {
  width: 369px;
  height: 34px;
  line-height: 33px;
  padding-left: 24px;
}
.bmdt .tit .imore {
  top: 4px;
}
.bmdt .con {
  padding: 0 10px;
}
.bmdt .con .head {
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}
.bmdt .con .head a {
  color: #e20000;
}
.bmdt .con .des {
  line-height: 25px;
  color: #a8a8a8;
  padding: 0 5px;
  border-bottom: 1px dashed #a8a8a8;
}
.bmdt .con .list {
  margin-top: 7px;
}
.bmdt .con .list li a {
  width: 280px;
}
/* 公告通知 */
.ggtz {
  width: 235px;
  height: 288px;
  background: url(tit01_hb201405.jpg) no-repeat transparent;
}
.ggtz .tit {
  width: 211px;
  height: 35px;
  line-height: 30px;
  padding-left: 24px;
}
.ggtz .tit .imore {
  top: 3px;
  color: #fff;
}
.ggtz .con {
  padding: 0 10px;
  overflow: hidden;
}
.ggtz .con ul {
  margin-top: 2px;
}
.ggtz .con ul li {
  line-height: 25px;
  padding-left: 15px;
  background: url(dot01_hb201405.jpg) no-repeat transparent;
  background-position: 0 7px;
}
.ggtz .con ul li a {
  margin-left: 5px;
}
.ggtz .con ul li span {
  color: #e20000;
}
/* 部门简介 */
.bmjj {
  width: 235px;
  height: 157px;
  background: url(tit01_hb201405.jpg) no-repeat transparent;
}
.bmjj .tit {
  width: 211px;
  height: 35px;
  line-height: 30px;
  padding-left: 24px;
}
.bmjj .con {
  width: 235px;
  height: 119px;
  background: url(jgzn_hb201405.jpg) no-repeat transparent;
  position: relative;
}
.bmjj .con a {
  width: 100px;
  height: 38px;
  display: block;
  position: absolute;
}
.bmjj .con a.a1 {
  top: 9px;
  left: 9px;
}
.bmjj .con a.a2 {
  top: 9px;
  left: 126px;
}
.bmjj .con a.a3 {
  top: 68px;
  left: 9px;
}
.bmjj .con a.a4 {
  top: 68px;
  left: 126px;
}
/* 法律法规 */
.flfg {
  width: 506px;
  height: 157px;
  background: url(tit03_hb201405.jpg) no-repeat transparent;
}
.flfg .tit {
  width: 480px;
  height: 34px;
  line-height: 34px;
  padding-left: 26px;
}
.flfg .tit .imore {
  top: 5px;
}
.flfg .con {
  padding: 0 10px;
}
.flfg .con .list {
  margin-top: 4px;
}
.flfg .con .list li {
  height: 23px;
  line-height: 23px;
}
.flfg .con .list li a {
  width: 390px;
}
/* 政务公开 */
.zwgk {
  width: 235px;
  height: 318px;
  background: url(tit04_hb201405.jpg) no-repeat transparent;
}
.zwgk .tit {
  width: 196px;
  height: 35px;
  line-height: 44px;
  padding-left: 39px;
  color: #ff5400;
  font-size: 14px;
}
.zwgk .tit .imore {
  top: 6px;
  color: #fff;
}
.zwgk .con {
  padding: 10px 8px 0 8px;
}
.zwgk .con .stit {
  width: 205px;
  height: 25px;
  line-height: 27px;
  background: url(tit05_hb201405.jpg) no-repeat transparent;
  padding-left: 14px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.zwgk .con .stit .imore {
  top: 3px;
}
.zwgk .con ul {
  padding-top: 5px;
  background-color: #fffce5;
}
.zwgk .con ul li {
  height: 23px;
  line-height: 23px;
  *height: 22px;
  *line-height: 22px;
  padding-left: 25px;
  border-bottom: 1px dashed #d3d1bd;
  background: url(dot01_hb201405.jpg) no-repeat transparent;
  background-position: 9px 50%;
}
.zwgk .con ul li a {
  color: #3b3b3b;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 190px;
  float: left;
}
/* 网上办事 */
.wsbs {
  width: 506px;
  height: 318px;
  background: url(tit04_hb201405.jpg) no-repeat transparent;
}
.wsbs .tit {
  width: 467px;
  height: 35px;
  line-height: 44px;
  padding-left: 39px;
  color: #ff5400;
  font-size: 14px;
}
.wsbs .tit .imore {
  top: 6px;
}
.wsbs .tit .imore a {
  color: #fff;
  margin-left: 5px;
}
.wsbs .con {
  padding-top: 10px;
}
.wsbs .wblock {
  width: 240px;
  margin-left: 8px;
  display: inline;
}
.wsbs .wblock .wtit {
  width: 219px;
  height: 32px;
  line-height: 25px;
  padding-left: 21px;
  background: url(tit06_hb201405.jpg) no-repeat transparent;
  color: #fff;
  position: relative;
  font-weight: bold;
}
.wsbs .wblock .wtit .imore {
  top: 1px;
}
.wsbs .wblock img {
  display: block;
}
.wsbs .wblock .list {
  padding-top: 2px;
}
.wsbs .wblock .list li {
  border-bottom: 1px dashed #d3d3d3;
  background: url(dot02_hb201405.gif) no-repeat transparent;
  background-position: 2px 50%;
  padding: 0 3px 0 16px;
}
.wsbs .wblock .list li a {
  width: 150px;
}
/* 政风行风 */
.zfxf {
  width: 235px;
  height: 317px;
  border-top: 2px solid #459000;
  background: url(tit07_hb201405.jpg) no-repeat transparent;
}
.zfxf .tit {
  width: 203px;
  height: 40px;
  line-height: 38px;
  padding-left: 32px;
  color: #479300;
  position: relative;
}
.zfxf .tit .imore {
  top: 7px;
}
.zfxf ul {
  padding-top: 7px;
  width: 190px;
  margin: 0 auto;
}
.zfxf ul li {
  height: 27px;
  line-height: 27px;
  *height: 25px;
  *line-height: 25px;
  padding-left: 22px;
  border-bottom: 1px dashed #d3d1bd;
  background: url(dot03_hb201405.jpg) no-repeat transparent;
  background-position: 0 50%;
}
.zfxf ul li a {
  color: #555555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 160px;
  float: left;
  text-align: left;
}
/* 环保专题 */
.hbzt {
  width: 1000px;
  height: 129px;
  display: block;
  background: url(tit08_hb201405.jpg) no-repeat transparent;
}
.hbzt .tit {
  width: 1000px;
  height: 34px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 14px;
}
.hbzt .con {
  padding-top: 10px;
}
.hbzt .con a {
  margin-left: 10px;
  display: inline-block;
}
.imore {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #535353;
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
}
.list li {
  height: 25px;
  line-height: 25px;
  text-align: right;
  background-position: left center;
}
.list li a {
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 200px;
  text-align: left;
  color: #3b3b3b;
}
.list li span {
  color: #898989;
}
.links {
  display: block;
  padding: 10px 0 10px 0;
  height: 26px;
  background: url(footer_hb201405.jpg) repeat-x transparent;
}
.links a {
  padding-right: 20px;
  display: inline-block;
  word-break: break-all;
  color: #1c1c1c;
}
.sellink {
  width: 220px;
  height: 22px;
  line-height: 22px;
  margin-left: 20px;
}
.footer {
  padding: 10px 0;
  height: 53px;
  text-align: center;
  color: #363636;
  line-height: 25px;
  font-size: 12px;
}
/* 列表内容页 */
.ileft {
  width: 235px;
  float: left;
  display: inline;
}
.ileft .zfxf {
  display: block;
}
.iright {
  width: 755px;
  float: left;
  display: inline;
}
.position {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  background: url(../images/posbg.jpg) repeat-x;
  display: block;
  padding-left: 30px;
  position: relative;
}
.position .dot {
  background: url(posd_hb201405.jpg) no-repeat transparent;
  width: 6px;
  height: 12px;
  position: absolute;
  top: 11px;
  left: 12px;
}
.lnav {
  overflow: hidden;
  width: 235px;
  display: block;
}
.lnav .tit {
  height: 36px;
  line-height: 30px;
  background: url(lnavbg_hb201405.jpg) no-repeat transparent;
  color: #fff;
  font-family: '微软雅黑';
  font-size: 14px;
  text-align: center;
}
.lnav .con {
  width: 211px;
  margin: 7px auto 10px;
}
.lnav .con li {
  margin-top: 5px;
}
.lnav .con li a {
  display: block;
  width: 211px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  background: url(lnavb_hb201405.jpg) no-repeat transparent;
  color: #454545;
}
.lnav .con li a:hover,
.lnav .con li a.active {
  color: #a60000;
  text-decoration: none;
}
.listbox {
  margin: 0 auto;
  background-color: #FFF;
  padding: 0 30px;
}
.listbox .lhead {
  height: 35px;
  line-height: 35px;
  border-bottom: 2px solid #479600;
  color: #479600;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  position: relative;
}
.listbox .lhead .imore a {
  margin-left: 10px;
  color: #434343;
}
.listbox .lhead .imore a:hover {
  color: #428de1;
}
.listbox ul {
  padding: 7px 0 0 0;
  margin-top: 10px;
}
.listbox ul li {
  height: 27px;
  line-height: 27px;
  padding-left: 15px;
  font-size: 12px;
  color: #635b5b;
  background: url(dot02_hb201405.gif) no-repeat transparent;
  background-position: 0 center;
}
.listbox ul li a {
  width: 560px;
  color: #635b5b;
}
.listbox ul.first {
  margin-top: 10px;
}
.listbox ul.list2 {
  padding: 0;
  margin-top: 5px;
}
.listbox .page {
  height: 60px;
  line-height: 60px;
}
.content_wrap {
  width: 1000px;
  background-color: #fcfcfc;
  display: block;
}
.content {
  width: 984px;
  margin: 0 auto 7px;
  display: block;
}
.cpos {
  height: 40px;
  line-height: 40px;
  background: url(cposbg_hb201405.jpg) no-repeat transparent;
  padding-left: 36px;
}
.arthead {
  padding-top: 10px;
  background: url('../images/cbottom_hb201405.jpg') no-repeat transparent;
  background-position: left bottom;
  text-align: center;
}
.arthead h1 {
  line-height: 62px;
  font-weight: bold;
  font-size: 16px;
  color: #ce0000;
}
.arthead .des {
  color: #8e8d8d;
  height: 23px;
  line-height: 23px;
  border-bottom: 1px dashed #444;
  width: 895px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.arthead .des span {
  margin-left: 15px;
}
.artcon {
  padding: 15px 40px;
}

.tqyb{ width:1002px; height:263px; margin-top:10px; float:left;}
.tqyb1{ width:237px; float:left;}
.tqyb1 img{ width:237px; height:81px; margin-bottom:10px; float:left;}
.tqyb2{ width:508px; height:263px; float:left; margin-left:10px;}
.tqyb2 h2{ width:467px; height:29px; line-height:29px; padding-top:6px; padding-left:41px; color:#ff5400; font-size:14px; text-align:left; background:url(tqyb-tle-bg.gif) no-repeat;}
.tqyb3{ width:506px; height:227px; border:1px solid #dddddd; border-top:none;}
.tqyb4{ width:491px; height:79px; float:left; padding-left:15px; padding-top:12px;}
.tqyb4 img{ width:66px; height:66px; float:left;}
.tqyb4a{ width:200px; float:left; line-height:17px; text-align:left; padding-left:10px;}
.tqqsyb{ width:92px; height:25px; line-height:25px; background:#5fad16; color:#fff; float:left; font-weight:bold; text-align:center;}
.tqqsyb1 ul{ width:506px; height:111px; float:left; text-align:center;}
.tqqsyb1 ul li{ width:83px; border-left:1px solid #cacaca; float:left; font-weight:bold;}
.tqqsyb2{ height:40px; background:#dddddd; line-height:20px;}
.tqqsyb2 p{margin:0; padding:0;}
.tqqsyb3{height:35px; margin-top:9px; line-height:35px;}
.tqqsyb4{height:27px; line-height:27px;}

.kqzl{ width:237px; height:263px; float:right; text-align:center;}
.kqzl h2{ width:212px; height:35px; background:url(kqzl-tle-bg.gif) no-repeat; line-height:30px; text-align:left; padding-left:25px; font-weight:bold; color:#fff;}
.kqzl1{ width:235px; height:227px; border:1px solid #dadada; border-top:none;}
.kqzl2{ width:237px; height:22px; line-height:22px;}
.bor-b{ border-bottom:1px solid #dadada;}
.bor-r{ border-right:1px solid #dadada;}
.kqzl3{ width:237px; height:25px; line-height:25px;}
.kqzl1 table{ width:235px; height:178px; text-align:center}