/* 筛选 */

.select {
  width: 100%;
  position: relative;
  padding: 20px 0px;
  margin: 0 auto;
}

.select-list dt {
  font-weight: bold;
}
.select dl {
  zoom: 1;
  margin: 6px 0;
  position: relative;
  line-height: 24px;
  display: inline-block;
}
.select dl:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.select dt {
  margin-bottom: 5px;
  text-align: left;
  color: #333333;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  float: left;
}
.select dd {
  font-size: 14px;
  line-height: 24px;
  vertical-align: center;
  float: left;
  /* display: inline; */
  color: #444444;
  margin-left: 10px;
  padding: 0 5px;
}
.select dd div {
  line-height: 24px;
  color: #444444;
  cursor: pointer;
}
.select #select4 {
  padding-left: 10px;
  margin-left: 20px;
}
.select #select4 dd {
  position: relative;
}
.select #select4 dd input {
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  width: 190px;
  height: 30px;
  margin-top: -3px;
}
.select .select-list .selected {
  background-color: #BE956B;
  color: #fff;
}
.select .select-list .selected div {
  color: #fff;
}


.xmgg-table {
  width: 100%;
  height: 40px;
  background: #F5F6F9;
}
.xmgg-table thead tr th{
  height: 40px;
}
.xmgg-content-box {
  position: relative;
  height: 580px;
  margin-bottom: 30px;
}

.xmgg-content-box table th {
  font-size: 14px !important;
}

#list {
  min-height: 300px;
}

.pagination-box {
  float: right;
  margin-top: 20px; 
}