@charset "UTF-8";
/* 由 less 生成 */
.bsdthead-banner {
  position: relative;
  height: 210px;
  margin: 0 auto;
  overflow: hidden;
  background: url("../../../images/jszwfw/binhu/fwqdlist/banner_sxqd.png") no-repeat 50% 50%;
}
.bsdthead-banner .bsdthead-phead {
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
  color: #fff;
  text-align: center;
}
.bsdthead-pheadh {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}
.bsdthead-pheaddes {
  margin-top: 14px;
  font-size: 18px;
  white-space: normal;
  word-break: break-all;
  /*支持IE，chrome，FF不支持*/
  word-wrap: break-word;
  /*支持IE，chrome，FF*/
}
/*标题行*/
.page-t {
  margin-top: 30px;
  border-bottom: 2px solid #e6e6e6;
}
.grzxr .page-t:first-child {
  margin-top: 0;
}
.page-tit {
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
  color: #3e3e3e;
}
.page-tit._blueln {
  position: relative;
}
.page-tit._blueln:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 122px;
  height: 4px;
  background: #2eaade;
  z-index: 1;
}
.page-subtit {
  float: right;
  margin-top: 16px;
  color: #7f7f7f;
  font-size: 18px;
}
.page-subtit .num {
  color: #52a7e2;
}
/*过滤行*/
.page-filter {
  height: 82px;
  padding: 22px 0;
  line-height: 38px;
}
.page-filter-r {
  float: right;
  height: 100%;
  color: #7f7f7f;
}
.txt {
  height: 34px;
  line-height: 32px;
  padding: 0 5px;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 4px;
  color: #7f7f7f;
  font-size: 18px;
  outline: none;
}
.radio-box {
  display: inline-block;
  height: 100%;
}
.radio {
  display: inline-block;
  padding: 0 25px 0 38px;
  background: url("../../../images/jszwfw/binhu/fwqdlist/radio.png") 8px center no-repeat;
  cursor: pointer;
}
.radio._checked {
  background-image: url("../../../images/jszwfw/binhu/fwqdlist/radio_check.png");
}
.search-box {
  display: inline-block;
  height: 100%;
  margin-left: 25px;
  font-size: 0;
  vertical-align: middle;
}
.search-ipt {
  width: 250px;
  height: 100%;
  border-right: none;
  border-radius: 4px 0 0 4px;
  outline: none;
}
.search-btn {
  display: inline-block;
  width: 48px;
  height: 100%;
  background: #52a7e2 url("../../../images/jszwfw/binhu/fwqdlist/search.png") center no-repeat;
  border-radius: 0 4px 4px 0;
  vertical-align: middle;
  cursor: pointer;
}
.search-btn:hover,
.search-btn:hover {
  opacity: 0.75;
}
.manu {
  padding: 36px 20px;
}
.manu-lnk {
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  margin: 0 4px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.manu a.manu-lnk {
  color: #7f7f7f;
}
.manu span.manu-lnk {
  color: #c2c2c2;
}
.manu span.manu-lnk-i {
  background-color: #52a7e2;
  border-color: #52a7e2;
  color: #fff;
}
.manu-item {
  font-size: 16px;
  line-height: 32px;
}
.manu-txt {
  height: 32px;
  border-radius: 6px;
}
.manu-btn {
  width: 56px;
  height: 32px;
  padding: 0;
  line-height: 30px;
  border-radius: 6px;
  border-color: #d9d9d9;
  background-color: #fff;
  font-size: 16px;
  color: #7f7f7f;
  outline: none;
}
.manu-btn:hover {
  color: #fff;
  border-color: #52a7e2;
  background-color: #52a7e2;
}
.lbsfw {
  border-top: 1px solid #e6e6e6;
}
.lbsfw-item {
  font-size: 18px;
  border-bottom: 1px solid #e6e6e6;
}
.lbsfw-item._unfold .lbsfw-list {
  display: block;
}
.lbsfw-item._unfold .icon-fold {
  background-image: url("../../../images/jszwfw/binhu/fwqdlist/minus.png");
}
.lbsfw-item._nochildren .lbsfw-fold {
  cursor: default;
}
.lbsfw-row {
  height: 74px;
  line-height: 74px;
}
.lbsfw-fold {
  float: left;
  width: 56px;
  height: 100%;
  cursor: pointer;
}
.icon-fold {
  width: 16px;
  height: 16px;
  margin: 29px auto 0;
  background: #52a7e2 url("../../../images/jszwfw/binhu/fwqdlist/plus.png") center no-repeat;
}
.lbsfw-text {
  padding-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 省略号 */
  word-break: normal;
  /* 防止被父级 wordwrap 样式影响 */
  word-wrap: normal;
}
.lbsfw-list {
  display: none;
}
.lbsfw-list .lbsfw-row {
  padding-left: 86px;
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
}
.lbsfw-list .lbsfw-row:hover {
  color: #52a7e2;
}
.lbsfw-btns {
  float: right;
  font-size: 0;
}
.lbsfw-btn {
  width: 90px;
  height: 32px;
  padding: 0;
  margin-left: 10px;
  border-radius: 4px;
  color: #52a7e2;
  background: #fff;
  border: 1px solid #52a7e2;
  font-size: 16px;
}
.lbsfw-btn:hover {
  background: #52a7e2;
  color: #fff;
}
