.aq-main .breadcrumb {
  background-color: #fff;
  padding-left: 0;
  padding-top: 15px;
}
.aq-main .breadcrumb-link {
  color: #424755;
}
.aq-main .select-group {
  margin-bottom: 21px;
}
.aq-main .select{
  padding-right: 16px;
  border: none;
  outline: none;
  /*去掉默认的下拉三角*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  /*添加下拉三角图标*/
  background: url("../images/xiala.png") no-repeat right center transparent;
  margin-left: 24px;
  cursor: pointer;
}
.aq-main .office {
  width: 195px;
	height: 46px;
	background-image: linear-gradient(
		#ffffff,
		#ffffff),
	linear-gradient(
		#26b99a,
		#26b99a);
	border-radius: 4px;
  border: solid 1px #e6e9ed;
  text-align: center;
  float: left;
  line-height: 46px;
  margin-right: 6px;
  margin-bottom: 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
.aq-main .office a{
  color: #666666;
  max-width: 100%;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.aq-main .office:nth-child(6n) {
  margin-right: 0;
}
.aq-main .office:nth-child(n+13) {
  display: none;
}
.aq-main .office-group.on .office:nth-child(n+13) {
  display: block;
}
.aq-main .office.current,
.aq-main .office:hover {
	background-image: linear-gradient(
		#5b8fdb,
		#5b8fdb),
	linear-gradient(
		#26b99a,
		#26b99a);
	box-shadow: 3px 3px 4px 0px
    rgba(0, 0, 0, 0.09);
  color: #ffffff;
}
.aq-main .office.current a,
.aq-main .office:hover a {
  color: #fff;
} 
.aq-main .moreoffice {
  width: 100%;
	height: 42px;
	background-color: #f1f2f4;
  border-radius: 2px;
  color: #5b8fdb;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}
.aq-main .moreoffice-img.on {
  transform: rotate(180deg);
}
.aq-main .moreoffice-img {
  vertical-align: middle;
  display: inline-block;
  height: 42px;
  padding-right: 20px;
  background: url(../images/xiala1.png) no-repeat center;
}
.aq-main .querytype {
  height: 56px;
  border-bottom: 1px solid #dfdfdf;
}
.aq-main .querytype .typelist {
  line-height: 56px;
  font-size: 20px;
  color: #666666;
}
.aq-main .typelist div {
  float: left;
  width: 109px;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
}
.aq-main .typelist div.current {
  font-size: 24px;
  color: #3c6fa2;
  position: relative;
}
.aq-main .typelist div.current::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #3c6fa2;
  bottom: -1px;
  left: 0;
}
.aq-main .table-search {
  float: right;
  margin-top: 11px;
  height: 36px;
  border-radius: 4px;
	border: solid 1px #8e9199;
}
.aq-main .table-search input {
  width: 252px;
  border: 0;
  background-color: transparent;
  padding-left: 9px;
  height: 34px;
  line-height: 34px;
  float: left;
}
.aq-main .table-search button {
  width: 65px;
  background: #5b8fdb url(../images/search.png) no-repeat center;
  border: 0;
  height: 34px;
}
.aq-main .table {
  margin-top: 20px;
  min-height: 200px;
}
.aq-main .table th {
  color: #7c7c7c;
  font-weight: normal;
  line-height: 54px;
}
.aq-main .table th>div {
  padding-left: 28px;
}
.aq-main thead tr {
  border-bottom: 1px solid rgba(180, 180, 180, 0.4);
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
.aq-main tbody tr {
  height: 55px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.4);
  padding-top: 12px;
  padding-bottom: 12px;
}
.aq-main tbody div {
  line-height: 31px
}
.aq-main .table td>div {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 28px;
}
.aq-main .table-cloum-1>div {
  width: 350px;
}
.aq-main .table-cloum-2>div {
  width: 210px;
}
.aq-main .table-cloum-3>div {
  width: 210px;
}
.aq-main .table-cloum-4>div {
  width: 184px;
}
.aq-main .table-cloum-5>div {
  width: 100px;
}
.aq-main .table-cloum-6>div {
  width: 100px;
}
.aq-main .table-cloum-7>div {
  width: 400px;
}
.aq-main .table-cloum-8>div {
  width: 350px;
}
.aq-main .table-cloum-9>div {
  width: 350px;
}
.aq-main .table-cloum-10>div {
  width: 100px;
}
.aq-main .pe-table .table-cloum-1>div {
  width: 150px;
}
.aq-main .pe-table .table-cloum-4>div {
  width: 384px;
}
.aq-main .pe-table .status {
  padding-left: 13px;
  position: relative;
  margin-left: 20px;
}
.aq-main .pe-table .status::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: 13px;
}
.aq-main .pe-table .status-normal::before {
  background-color: #2ba834;
}
.aq-main .pe-table .status-detention::before {
  background-color: #e8d006;
}
.aq-main .pe-table .status-cancel::before {
  background-color: #e60012;
}
.aq-main table .operation {
  color: #4188f0;
  cursor: pointer;
}
.aq-main table .operation:hover {
  color: #07438a;
  cursor: pointer;
}
