body {
  font-family: '微软雅黑';
  font-size: 15px;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
a {
  color: #000;
}
.ct {
  width: 1200px;
  margin: 0 auto;
}
.ct > div {
  width: 100%;
}
.ct .ct1 {
  /*组织机构*/
  height: 69px;
  line-height: 80px;
  border-bottom: 2px solid #e4e4e4;
}
.ct .ct1 span {
  font-size: 23px;
  color: #015293;
}
.ct .ct1 img {
  vertical-align: text-bottom;
}
.ct .ct2 {
  /*政府工作部门*/
  height: 52px;
  margin-top: 3px;
  background: #f1f1f1;
}
.ct .ct2 span {
  color: #355e92;
  line-height: 52px;
  border-left: 4px solid #bb2335;
  padding-left: 20px;
  font-size: 21px;
}
.ct .ct3 {
  /*政府工作部门list*/
  padding: 15px;
}
.ct .ct3 ul {
  width: 100%;
}
.ct .ct3 ul li {
  float: left;
  width: 20%;
  height: 50px;
  line-height: 50px;
}
.ct .ct3 ul li  a:hover{color: #004a7c;}