@charset "UTF-8";
/* 由 less 生成 */
.qlsxList {
  width: 100%;
  overflow: hidden;
}
.qlsxList-body {
  width: 100%;
  overflow: hidden;
}
.qlsxList-body-main {
  width: 1234px;
  margin: 0 auto;
  overflow: hidden;
}
.qlsxList-main-tab {
  clear: both;
  position: relative;
  width: 300px;
  height: 55px;
  margin: 22px auto;
}
.qlsxList-tab-item {
  float: left;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  border: 1px solid #F1F1F1;
  cursor: pointer;
}
.qlsxList-tab-item:hover {
  opacity: 0.75;
}
.qlsxList-tab-item._active {
  color: #FFFFFF;
  border: 0px;
  background: #E3C894;
  background-image: linear-gradient(to bottom, #E3C894, #BB926B);
  background-image: -ms-linear-gradient(to bottom, #E3C894, #BB926B);
  background-image: -moz-linear-gradient(to bottom, #E3C894, #BB926B);
  background-image: -webkit-linear-gradient(to bottom, #E3C894, #BB926B);
  background-image: -o-linear-gradient(to bottom, #E3C894, #BB926B);
}
.qlsxList-tab-triangle {
  position: absolute;
  top: 50px;
  width: 0;
  height: 0;
  border: 9px solid #E3C894;
  border-color: #E3C894 transparent transparent transparent;
}
.qlsxList-tab-triangle._left {
  left: 65px;
}
.qlsxList-tab-triangle._right {
  right: 65px;
}
.qlsxList-main-list {
  clear: both;
  width: 1130px;
  margin: 20px auto;
  overflow: hidden;
}
.qlsxList-main-list._up {
  height: 170px;
}
.qlsxList-main-list._down {
  height: auto;
}
.qlsxList-list-item {
  float: left;
  width: 210px;
  height: 67px;
  margin: 9px 8px;
  padding: 16px 38px;
  border: 1px solid #F1F1F1;
  font-size: 16px;
  color: #333333;
  background: #fff;
  cursor: pointer;
}
.qlsxList-list-item:hover {
  opacity: 0.75;
}
.qlsxList-list-item._active {
  color: #FFFFFF;
  border: 0px;
  background: #E3C894;
  background-image: linear-gradient(to bottom, #E3C894, #BB926B);
  background-image: -ms-linear-gradient(to bottom, #E3C894, #BB926B);
  background-image: -moz-linear-gradient(to bottom, #E3C894, #BB926B);
  background-image: -webkit-linear-gradient(to bottom, #E3C894, #BB926B);
  background-image: -o-linear-gradient(to bottom, #E3C894, #BB926B);
}
.fwlist-main-show {
  width: 100%;
  height: 32px;
  margin: 18px auto;
  background: #F1F2F3;
  overflow: hidden;
}
.fwlist-main-show._hide {
  display: none;
}
.fwlist-main-show._up {
  margin-top: 0;
}
.fwlist-main-show._down {
  margin-top: 18px;
}
.fwlist-main-choose {
  width: 74px;
  height: 19px;
  margin: 6.5px auto;
  line-height: 19px;
  font-size: 14px;
  color: #CBB587;
  cursor: pointer;
}
.fwlist-main-choose._show {
  background: url(../../../images/jszwfw/wuxi/fwlist/show.png) no-repeat 60px center;
}
.fwlist-main-choose._hide {
  background: url(../../../images/jszwfw/wuxi/fwlist/hide.png) no-repeat 60px center;
}
.fwlist-main-choose:hover {
  opacity: 0.8;
}
.qlsxList-list-box {
  clear: both;
  width: 132px;
  height: 32px;
}
.qlsxList-list-img,
.qlsxList-list-span {
  float: left;
}
.qlsxList-list-img {
  width: 32px;
  height: 32px;
  margin: 0 5px;
}
.qlsxList-list-span {
  width: 72px;
  height: 32px;
  line-height: 34px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 省略号 */
  word-break: normal;
  /* 防止被父级 wordwrap 样式影响 */
  word-wrap: normal;
}
.qlsxList-list-span._right {
  width: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 省略号 */
  word-break: normal;
  /* 防止被父级 wordwrap 样式影响 */
  word-wrap: normal;
}
.qlsxList-main-lei {
  clear: both;
  width: 100%;
  height: 85.71px;
}
.qlsxList-lei-item {
  float: left;
  width: 50%;
  height: 100%;
  line-height: 85px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.qlsxList-lei-item._left {
  color: #B76E59;
  background: url(../../../images/jszwfw/wuxi/qlsxList/left.png) no-repeat center;
}
.qlsxList-lei-item._right {
  color: #576FAC;
  background: url(../../../images/jszwfw/wuxi/qlsxList/right.png) no-repeat center;
}
.qlsxList-lei-item:hover {
  opacity: 0.8;
}
.qlsxList-main-condition {
  clear: both;
  width: 100%;
  height: 36px;
  margin: 20px auto;
  font-size: 14px;
  color: #333333;
}
.qlsxList-condition-title {
  display: inline-block;
  max-width: 180px;
  margin-right: 14px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 省略号 */
  word-break: normal;
  /* 防止被父级 wordwrap 样式影响 */
  word-wrap: normal;
}
.qlsxList-condition-item {
  float: left;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.qlsxList-condition-span {
  display: inline-block;
  margin-right: 35px;
  color: #CBB587;
}
.qlsxList-condition-left,
.qlsxList-condition-right {
  float: left;
}
.qlsxList-condition-right {
  float: right;
  height: 100%;
}
.qlsxList-condition-box,
.qlsxList-condition-select {
  float: left;
}
.qlsxList-condition-select {
  width: 156.89px;
  height: 36px;
  margin: 0 15px;
  padding: 0 0 0 15px;
  border: 1px solid #D6D6D6;
  border-radius: 30px;
}
.qlsxList-condition-box {
  height: 36px;
  border: 1px solid #D6D6D6;
  border-radius: 30px;
  background: #fff;
}
.qlsxList-condition-inp,
.qlsxList-condition-search {
  float: left;
}
.qlsxList-condition-inp {
  width: 319px;
  height: 100%;
  padding: 0 10px 0 30px;
  border: 0px;
  border-radius: 30px 0 0 30px;
  outline: none;
}
.qlsxList-condition-inp::placeholder {
  color: #8F8F8F;
  font-size: 14px;
}
.qlsxList-condition-search {
  display: inline-block;
  width: 36px;
  height: 100%;
  border-radius: 50%;
  background: #E3C894;
  background-image: linear-gradient(to bottom, #E3C894, #BB926B);
  background-image: -ms-linear-gradient(to bottom, #E3C894, #BB926B);
  background-image: -moz-linear-gradient(to bottom, #E3C894, #BB926B);
  background-image: -webkit-linear-gradient(to bottom, #E3C894, #BB926B);
  background-image: -o-linear-gradient(to bottom, #E3C894, #BB926B);
  cursor: pointer;
}
.qlsxList-condition-search:hover {
  opacity: 0.8;
}
.qlsxList-serch-icon {
  width: 100%;
  height: 100%;
  background: url(../../../images/jszwfw/wuxi/fwlist/search.png) no-repeat center;
}
.qlsxList-page-show {
  width: 100%;
  margin: 16px auto;
  border-top: 1px solid #E9E9E9;
  overflow: hidden;
}
.qlsxList-page-nav {
  margin: 65px auto;
}
.qlsxList-page-list {
  width: 100%;
  padding: 30px 16px 30px 26px;
  border-bottom: 1px solid #E9E9E9;
}
.qlsxList-page-title {
  width: 100%;
  padding: 0 28px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 省略号 */
  word-break: normal;
  /* 防止被父级 wordwrap 样式影响 */
  word-wrap: normal;
  cursor: pointer;
}
.qlsxList-page-title:hover {
  opacity: 0.78;
}
.qlsxList-page-title._show {
  background: url(../../../images/jszwfw/wuxi/fwlist/list_show.png) no-repeat 0 center;
}
.qlsxList-page-title._hide {
  background: url(../../../images/jszwfw/wuxi/fwlist/list_hide.png) no-repeat 0 center;
}
.qlsxList-page-item {
  clear: both;
  width: 100%;
  height: 30px;
  margin-top: 14px;
  padding-left: 30px;
  overflow: hidden;
}
.qlsxList-item-left,
.qlsxList-item-right {
  float: left;
}
.qlsxList-item-left {
  clear: both;
  width: 70%;
  height: 100%;
  line-height: 30px;
  text-align: left;
}
.qlsxList-item-right {
  float: right;
  width: 196px;
  height: 100%;
}
.qlsxList-item-icon,
.qlsxList-item-span {
  float: left;
}
.qlsxList-item-icon {
  width: 8px;
  height: 8px;
  margin: 11px 0;
  background: #CBB587;
}
.qlsxList-item-span {
  width: 92%;
  height: 100%;
  margin: 0 12px;
  line-height: 30px;
  text-align: left;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 省略号 */
  word-break: normal;
  /* 防止被父级 wordwrap 样式影响 */
  word-wrap: normal;
  cursor: pointer;
}
.qlsxList-item-span:hover {
  color: #CBB587;
}
.qlsxList-page-box {
  width: 100%;
  overflow: hidden;
}
