@charset "utf-8";
/* CSS Document */


/* center-content */

/* 检测流?*/
/*#content > p { 
  width: 580px;
  margin: 0 auto;
}*/



/* 联系我们 */
.contact_beijing { 
  width: 660px;
  padding-bottom: 30px;
  margin: 0 auto;
}
.contact_beijing > h1 { 
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #666;
  padding: 10px 0 10px;
  margin-bottom: 8px;
}
.contact_beijing > ul > li { 
  font-size: 16px;
  line-height: 28px;
}
.contact_beijing > ul > li > span { padding-left: 20px;}



/* 投诉建议 */
.form_group { 
  width: 600px;
  line-height: 36px;
  padding-bottom: 15px;
  margin: 0 auto;
  overflow: hidden;
}
.group_title { 
  float: left;
  width: 100px;
  text-align: right;
  padding-right: 5px;
}
.group_title > span { 
  color: #F00;
  padding-right: 5px;
}
.form_control { 
  width: 400px;
  height: 36px;
  font-family: " ",Arial;
  font-family: " ";
  border: 1px solid #ddd;
  padding: 0 10px;
  margin: 0;
}

.group_box > textarea { 
  width: 400px;
  min-height: 80px;
  font-family: " ",Arial;
  font-family: " ";
  font-size: 14px;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 0;
}
.group_box .chaxun { 
  display: block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #666;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  background:#fff;
}
.group_box .chaxun:hover { 
  color: #FFF;
  background-color: #666;
}



/* 报告查询 */
.report_content .con_tb { 
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  margin-top: 20px;
}
.con_tb > thead > tr > th { 
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: left;
}
.con_tb > thead > tr > th,
.con_tb > tbody > tr > td { 
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
}
.con_tb > tbody > tr > td { border-top: 1px dotted #999;}
.con_tb > tbody > tr:hover { color: #000;}

/*.report_page { 
  float: right;
  padding: 10px 0;
}
.report_page > li { 
  float: left;
  text-align: right;
  padding-left: 20px;
}
.report_page > li > span { 
  color: #000;
  padding: 0 3px;
}
.report_page > li > a { color: #666;}
.report_page > li > a:hover { 
  color: #000;
  text-decoration: underline;
}*/





