.boott {
  height: 110px;
}
.map-box {
  border: 1px solid #8cb622;
  background-color: #f4f6f5;
}
.china-box {
  width: 998px;
  margin: auto;
  margin-top: 10px;
  overflow: hidden;
}
.china-box .box-left {
  float: left;
  width: 494px;
}
.china-box .box-right {
  float: right;
  width: 494px;
}
.tj-box {
  padding: 15px;
  overflow: hidden;
}
.tj-box img {
  width: 16px;
  display: block;
  float: left;
  margin-right: 10px;
}
.tj-box span {
  float: right;
}
.map-left {
  width: 300px;
  float: left;
}
.map-right {
  width: 690px;
  float: left;
}
.screen-box {
  background-color: #f0f2f1;
  border: 1px solid #c8c8c8;
  padding: 15px;
  padding-bottom: 0px;
  width: 998px;
  margin: auto;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.screen-box .xshk {
  float: left;
  width: 33.333%;
  text-align: center;
  margin-bottom: 15px;
}
.screen-box .xshk .num {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}
.screen-box .xshk .name {
  font-size: 14px;
  color: #666;
}
.screen-box .screen-li {
  font-size: 14px;
  margin-bottom: 15px;
}
.screen-box input,
.screen-box select {
  height: 30px;
  width: 200px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
.screen-box .screen-btn {
  background: #8cb622;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  padding: 5px 40px;
}
.list-box {
  width: 998px;
  margin: auto;
  display: block;
}
.list-box table {
  width: 100%;
  border-bottom: #cccccc 1px dotted;
}
.list-box #titletable {
  color: #fff;
  font-size: 14px;
}
.list-box #titletable tr:first-child td {
  background-color: #8cb622;
  height: 45px;
  padding-left: 5px;
}
.list-box #ptable {
  font-size: 12px;
}
.list-box #ptable tr:nth-child(2n) td {
  background: #f0e8d3;
}
.list-box #ptable td {
  padding-left: 5px;
  height: 45px;
}
.list-box #ptable td a {
  cursor: pointer;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #8cb622;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #8cb622;
  border-color: #8cb622;
}
.page-box {
  text-align: center;
}
.no-data {
  text-align: center;
  line-height: 200px;
}
.xxqu-box {
  background: #fff;
  padding: 15px;
}
.xxqu-box .xx-title {
  font-size: 22px;
  height: 50px;
  line-height: 50px;
}
.xxqu-box .xx-title span {
  font-size: 16px;
  color: #999;
}
.xx-body {
  border: 1px solid #eee;
}
.xx-body .xqxx-box {
  border-bottom: 1px solid #eee;
  line-height: 45px;
  overflow: hidden;
}
.xx-body .xqxx-box .li {
  width: 33.333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  color: #666;
}
.bhfw {
  padding: 15px;
}
