* {
  margin: 0;
  padding: 0;
}
body {
  font: 14px/1.5 'Microsoft YaHei', arial, SimSun, sans-serif;
  width: 960px;
  margin: 0 auto;
}
.header img{
  vertical-align: calc(-5px);
  margin: 0 10px; 
}
.header {
  height: 110px;
  line-height: 110px;
  margin-top: 10px;
  text-align: center;
}
.clearfix {
  display: block;
  *display: inline-block;
  _height: 1%;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.er-title {
  font-size: 30px;
  font-weight: bold;
}

.content h3{
  background-color: #1b995b;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.zx,
.hx {
  border: none;
  border-collapse: collapse;
  line-height: 32px;
  text-align: center;
  width: 100%;
  background-color: #fff2c6;
}
.zx caption,
.hx caption{
  background-color: #fadd8a;
}
.zx tr,
.hx tr{
  background-color: #fff2c6;
}
.zx td,
.hx td,
.zx caption,
.hx caption{
  border: 1px #1b995b dotted;
}
.zx caption,
.hx caption{
  border-top: 0;
  border-bottom: 0;
}
.zx td {
  width: 20%;
}
.hx td{
  width: 25%;
}

/*-------search----------*/
#tip { background: #FFFFCC; border: 1px solid #999; width: 200px; text-align: center; display: none; font-size: 12px; }
#search_box { background: white; opacity: 0.8; text-align:right }
#search_btn { background: #0f79be; margin-top: 6px; border-radius: 2px; border: 0px; width: 100px; line-height: 24px; color: white; }
#searchstr { font-size: 14px; height: 20px; }