@charset "utf-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body, a, div, p, ul, li, img, h3 {
  margin: 0;
  padding: 0;
}

body {
  font-family: "微软雅黑" !important;
  background-color: #f9f6f6;
}

a {
  text-decoration: none;
  font-family: "微软雅黑";
  color: #000;
}

ul li {
  list-style: none;
}

.clear {
  clear: both;
}

ul:before, ul:after {
  content: "";
  display: table;
  clear: both;
}

.top_header {
  background: url(banner.jpg) top center;
  height: 500px;
}

.top_side {
  width: 1200px;
  margin: 0 auto;
}

/* .top_side a {
  display: block;
  float: right;
  background-color: #f6b22c;
  color: #fff;
  padding: 2px 10px;
  margin-top: 10px;
  font-size: 14px;
  margin-left: 10px;
} */

/*主体部分*/
.container {
  width: 1200px;
  margin: 30px auto;
}

.top_title {
  margin-bottom: 20px;
}

.top_title ul li {
  width: 220px;
  height: 60px;
  background-color: #ddd;
  float: left;
  margin-right: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  cursor: default;
}

.top_title ul li:hover {
  background-color: #f39800;
  color: #fff;
}

.top_title ul li.on {
  background: url(hover.png) no-repeat top center;
  height: 73px;
  color: #fff;
}

.top_main ul.top_list {
  background-color: #fff;
  padding: 30px 20px 20px 20px;
}

.top_list li {
  height: 50px;
  border-bottom: 1px #ddd dashed;
}

.top_list li em {
  background: url(dian.png) no-repeat top center;
  height: 5px;
  width: 5px;
  display: block;
  float: left;
  margin-top: 23px;
}

.top_list li a {
  line-height: 50px;
  display: block;
  float: left;
  margin-left: 15px;
}

.top_list li span {
  display: block;
  float: right;
  color: #999;
  line-height: 50px;
}

.more {
  width: 150px;
  height: 50px;
  border: 1px #f39800 solid;
  margin: 30px auto;
}

.more a {
  color: #f39800;
  text-align: center;
  line-height: 50px;
  display: block;
}

.more a:hover {
  background-color: #f39800;
  transition: 1s;
  color: #fff;
}

/*集中公开*/
.con_middle {
  margin-top: 30px;
}

.title {
  background: url(title.png) no-repeat top center;
  height: 50px;
}

.title h3 {
  color: #f39800;
  margin-left: 57px;
  line-height: 40px;
  font-size: 24px;
}

.middle_title {
  margin: 30px 0 20px 0;
}

.middle_title ul li {
  width: 113px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ddd;
  float: left;
  margin-right: 22px;
}

.middle_title ul li:last-child {
  margin-right: 0;
}

.middle_title ul li:hover {
  background-color: #f39800;
  color: #fff;
  cursor: default;
}

.middle_title ul li.on {
  background: url(hover2.png) no-repeat top center;
  color: #fff;
  height: 48px;
}

.middle_con ul {
  background-color: #fff;
  padding: 30px 20px;
  height: 420px;
  overflow: hidden;
}

.middle_con ul li {
  height: 40px;
  border-bottom: 1px #ddd dashed;
}

.middle_con ul li em {
  background: url(dian.png) no-repeat top center;
  width: 5px;
  height: 5px;
  float: left;
  display: block;
  margin-top: 18px;
}

.middle_con ul li a {
  line-height: 40px;
  margin-left: 15px;
  display: block;
  float: left;
}

.middle_con ul li span {
  display: block;
  float: right;
  color: #999;
  line-height: 40px;
}

/*财政信息*/
.con_bottom {
  margin-top: 30px;
}

.bot_con {
  margin-top: 30px;
}

.bot_con ul li {
  width: 179px;
  height: 210px;
  background-color: #fff;
  margin-right: 25px;
  float: left;
}

.bot_con ul li:last-child {
  margin-right: 0;
}

.bot_con ul li .img {
  margin-top: 20px;
  text-align: center;
}

.bot_con ul li .img img {
  width: 114px;
  height: 114px;
}

.bot_con ul li p {
  text-align: center;
  margin-top: 30px;
}
