body, div, ul, p, li, a, img, table, tr, td, input, form, h3, span {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #333333;
}

.clear {
  overflow: hidden;
}

input {
  outline: 0;
}

/* 内容开始 */
.main {
  width: 1200px;
  margin: 0 auto;
}
.qbzt {
  margin-top: 10px;
}
.qbzt_title {
  line-height: 50px;
  border-bottom: 2px solid #a5b3d3;
}

.qbzt_title h3 {
  float: left;
  color: #4c67a7;
  font-size: 20px;
}
.qbzt_form {
  padding: 30px 0px;
  line-height: 30px;
}

.qbzt_form div {
  color: #848d8c;
  height: 30px;
}

.sx {
  float: left;
}

.search {
  float: right;
}

.sxfl_list {
  display: none;
  background-color: #ffffff;
  margin-left: -10px;
  padding-left: 10px;
  position: relative;
  z-index: 99;
  padding: 20px;
  overflow-y: scroll;
  max-height: 300px;
  width: 185px;
}

.sxfl_list li {
  line-height: 40px;
  text-align: center;
}

.sxfl_list li a {
  font-size: 14px;
}

.sxfl_list li:hover, .sxfl_list li.on {
  background-color: #4c67a7;
}

.sxfl_list li:hover a, .sxfl_list li.on a {
  color: #ffffff;
}
.qbzt_form .qbfl {
  margin: 0px 40px 0px 0px;
  padding-left: 10px;
  width: 170px;
  border: 1px solid #d7d8d9;
  height: 30px;
  line-height: 30px;
  background: url(jiao.png) no-repeat 150px center;
  cursor: pointer;
  position: relative;
}

.qbfl span {
  font-size: 14px;
  color: #848d8c;
display: inline-block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search .kuang {
  padding: 2px 5px;
  font-size: 12px;
  width: 255px;
  color: #9b9ea0;
  margin-left: 1px;
}

.search {
  background: url(search.png) no-repeat left center;
}

.sousuo {
  width: 30px;
  background: none;
}
.sx_list li.bg{
  background: #edf0f6;
  height: 40px;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 40px;
  padding: 0 10px;
}
.sx_list li.bg>span{
  width: 10%;
  text-align: center;
  float: left;
}
.sx_list li.bg>span.fzck{
  width: 30%;
}
#deptItem table{
  min-height: 80px;
  background-color: #fff;
  padding: 10px;
}
#deptItem table td{
  width: 10%;
  padding:0 1%;
}
#deptItem table td.fzck{
  width: 30%;
}
#deptItem table:nth-child(2n){
  background-color: #f5f5f5;
}


/* 下拉框 */
.adress-child{
  max-height: 320px;
  overflow:hidden;
  overflow-y: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
  width: 170px;
  position: absolute;
  top: 30px;
  height: 320px;
  background-color: #fff;
}
.adress-child li{
  line-height: 45px;
  padding: 0 10px;
  transition: all .3s;
display: flex;
    align-items: center;
}
.adress-child li a{
  display: inline-block;
  width: 80%;
}
input[type="radio"] {
    margin-right: 8px;
}
.adress-child li:hover{
  background-color: #409eff;
}
.adress-child li:hover a{
  color: #fff;
}
.shi{
  left: 0;   
}
.qu{
  left: 170px;
  display: none;
}
.jd{
  left: 340px;
  display: none;
}

.result_paging{text-align: center;margin: 20px 0;}
.pagebg {
    color: #666;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.pagebg li {
    display: inline-block;
    min-width: 24px;
    height: 24px;
    cursor: pointer;
    color: #666;
    font-size: 16px;
    line-height: 22px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.xl-nextPage,
.xl-prevPage {
    width: 60px;
    color: #0073A9;
    height: 28px;
}

.pagebg li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
}

.pagebg li.xl-disabled:hover {
    background-color: #f9f9f9 !important;
    border: 1px solid #dce0e0 !important;
    color: #666 !important;
}

.pagebg li.xl-active {
    background-color: #4c67a7;
    border-color: #4c67a7;
    color: #FFF;
}

.pagebg li:hover {
    background-color: #4c67a7!important;
    border-color: #4c67a7;
    color: #FFF
}

.pagebg li.xl-jumpText {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    opacity: 1;
}

.pagebg li.xl-jumpText:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}

.pagebg li.xl-jumpButton {
    padding: 0 5px;
}

#xlJumpNum {
    width: 35px;
    margin: 0 3px;
    border: 1px #dce0e0 solid;
    text-align: center;
}