/*===全局样式===*/
body,
ul,
li,
dl,
dt,
dd,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
}

body {
  background: #f2f2f2;
  font-family: sans-serif, "Microsoft YaHei", 'PingFang SC' !important;
}

.clear {
  clear: both;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

/* a {
  color: #2ea0fb;
} */

/*===首 页===*/
body {
  background-image: url(../czb_bgbig.jpg);
  background-repeat: no-repeat;
}

#container {
  width: 1100px;
  margin: 0px auto;
  margin-bottom: 0;
  background: #ffffff;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
}

#banner {
  width: 1100px;
  margin: 0 auto;
}

#a_line {
  width: 1100px;
  margin: 0 auto;
  border-bottom: 1px solid #c5ccd1;
  height: 10px;
}

#center {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

/*===readnews页===*/
#path {
  height: 30px;
  line-height: 30px;
}

#news_title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
}

#news_content {
  line-height: 1.7em;
  padding: 10px;
  min-height: 280px;
  _height: 280px;
}

#bt_back {
  width: 60px;
  margin: 0 auto;
  margin-top: 10px;
  cursor: hand;
}

/*===result页===*/
.res_title {
  height: 28px;
  border: 1px solid #d8edf2;
  padding-left: 22px;
  background: #e8fafe;
  margin-top: 5px;
}

#basic_info {
  font-size: 14px;
  margin: 10px 55px 5px;
  padding: 15px 0;
  position: relative;
}

#basic_info p {
  margin: 15px 0;
}

#person_pic {
  position: absolute;
  top: 0px;
  right: 340px !important;
  right: 395px;
}

table.cert_info {
  border-collapse: collapse;
  margin-top: 10px;
}

table.cert_info th,
table.cert_info td {
  border: 1px solid #010910;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
  padding-left: 20px;
}


table.cert_info th {
  background: #f6f8f7;
}

#re_search {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

/*******修改*****/
#search_box {
  margin-top: 5px;
  margin-bottom: 15px;
  background: #f2f2f2;
  border: 1px solid #ddd;
}

/*#left ul li{width:231px; text-align:center; padding:0;padding-top:0px;float:left; margin-right:5px; margin-bottom:14px;}
#left ul li p{ float:left; margin:0px; padding:0px;}
.huise{width:231px; float:left; background:#e8e8e8; color:#000; height:30px; line-height:30px; font-size:14px;}
*/