.fd-header-top {
  width: 100%;
  height: 135px;
  background: #FD832F;
}
.fd-audit-body {
  width: 100%;
  background: #F4F4F4;
}
.fd-audit-center {
  width: 1000px;
  margin: auto;
  /* height: 1000px; */
  background: #F4F4F4;
  overflow: hidden;
}
.fd-audit-bread {
  width: 1000px;
  margin: auto;
  /*padding-top: 15px;*/
  padding-bottom: 15px;
  width: 100%;
  background: #F4F4F4;
}
.fd-audit-center-left {
  width: 105px;
  height: 635px;
  background: #ffffff;
  border: 1px solid #E2E2E2;
  margin-right: 10px;
  float: left;
}
.fd-audit-left-list {
  width: 100%;
  height: 40px;
  text-align: center;
  background-image: url(../img/fd-list-pic.png);
  display: flex;
  justify-content:center;
  align-items:Center;
  cursor: pointer;
  position: relative;
}
.fd-audit-left-list:hover,
.fd-active {
  background-image: url(../img/fd-active.png);
}
.fd-audit-left-list:hover span,
.fd-active span {
  color: #FA934D;
}
.fd-audit-left-list img {
  margin-right: 5px;
}
.fd-audit-left-list span {
  color: #646464;
}
.xian {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #E2E2E2;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.fd-audit-center-right {
  width: calc(100% - 115px);
  height: 100%;
  background: #ffffff;
  /* margin-left: 10px; */
  float: left;
  padding: 20px;
}
.fd-audit-name {
  width: 100%;
  height: 37px;
  display: flex;
  justify-content:center;
  align-items:Center;
  /*margin-top: 10px;*/
  font-size: 14px;
}
select {
  cursor: pointer;
  padding-right: 20px!important;
  /* color: #a7bce3!important; */
  appearance: none!important;
  -moz-appearance: none!important;
  -webkit-appearance: none!important;
  background: url("../img/select-up.png") no-repeat scroll right center!important;
  background-size: 10%!important;
  /* background-position: left 10px!important; */
  /* background-position: 133px!important; */
}
.selectClass {
  width: 178px;
  height: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding-left:10px;
  padding-right:10px;
  margin-left: 10px;
}
.fd-audit-courtInfo {
  width: 100%;
  padding: 0px 20px;
  /* background: red; */
  height: 45px;
  line-height: 45px;
}
.fd-audit-courtInfo .addressPlace {
  height: 100%;
  line-height: 60px;
  width: 100%;
  float: left;
  font-size: 14px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.fd-audit-courtInfo .tel {
  height: 100%;
  line-height: 60px;
  width: 30%;
  float: left;
  font-size: 14px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.fd-audit-courtInfo .time {
  height: 100%;
  line-height: 60px;
  width: 40%;
  float: left;
  font-size: 14px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.fd-audit-map {
  height: 480px;
  width: 100%;
  padding: 0px 20px;
}
#l-map {
  height: 500px;
  width: 100%;
  /* padding: 0px 20px; */
}
#container {
  height: 500px;
}
#r-result {
  width: 100%;
}
.fd-audit-onner {
  padding-bottom: 27px;
  min-height: 594px;
}
