.main-content {
  font-family: 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑';
  width: 1200px;
  margin: 0 auto 60px;
  position: relative;
  min-height: 400px;
}
.spin-loading::before {
  top: 550px;
  left: 50%;
  width: 100px;
  height: 26px;
  margin-left: -50px;
  background-image: url('../../index_province/img/loading.gif');
  background-color: #fff;
  background-size: 100px 26px;
  background-repeat: no-repeat;
}
.list-loading {
  display: none;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100px;
  height: 26px;
  margin-left: -50px;
  background-image: url('../../index_province/img/loading.gif');
  background-color: #fff;
  background-size: 100px 26px;
  background-repeat: no-repeat;
}
.loading .list-loading {
  display: block;
}
.dept-box {
  margin-top: 30px;
}
.dept-box .dept-title {
  height: 50px;
  box-sizing: border-box;
  clear: both;
  border-bottom: 2px solid #e6e6e6;
  position: relative;
}
.dept-box .dept-title h3 {
  position: absolute;
  left: 0;
  top: 6px;
  line-height: 40px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 14px;
  font-weight: bold;
  border-bottom: 4px solid #2f6ea2;
}
.dept-box .dept-list ul {
  overflow: hidden;
  margin-top: 10px;
}
.dept-box .dept-list ul li {
  font-size: 14px;
  float: left;
  width: 25%;
  height: 50px;
  line-height: 50px;
  list-style: none;
  box-sizing: border-box;
  padding-left: 5px;
  border-bottom: 1px solid #e6e6e6;
}
.dept-box .dept-list ul li:hover {
  background-color: #F2F2F2;
}
.dept-box .dept-list ul li a {
  display: inline-block;
  height: 50px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  color: #333;
  box-sizing: border-box;
}
/*# sourceMappingURL=selectoffice.css.map */