@charset "UTF-8";
/* 由 less 生成 */
.fwlist-top {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.fwlist-top._person {
  background: url(../../../../ipgs_web/images/jszwfw/wuxi/fwlist/person.png) no-repeat center;
}
.fwlist-top._faren {
  background: url(../../../../ipgs_web/images/jszwfw/wuxi/fwlist/faren.png) no-repeat center;
}
.fwlist-top-bg {
  width: 100%;
  height: 100%;
}
.fwlist-top-bg._person {
  background: url(../../../../ipgs_web/images/jszwfw/wuxi/fwlist/person_top.png) no-repeat center;
}
.fwlist-top-bg._faren {
  background: url(../../../../ipgs_web/images/jszwfw/wuxi/fwlist/faren_top.png) no-repeat center;
}
.fwlist-top-main {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.fwlist-top-title {
  margin: 74px 0;
  font-size: 43px;
  font-weight: bold;
  color: #fff;
}
.fwlist-top-tab {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 480px;
  height: 60px;
}
.fwlist-tab-list {
  float: left;
  width: 50%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.fwlist-tab-list:hover {
  opacity: 0.85;
}
.fwlist-tab-list._active {
  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-body {
  width: 100%;
  padding: 45px 0;
  background: #fff;
}
.fwlist-body-main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.fwlist-main-top {
  overflow: hidden;
}
.fwlist-main-top._up {
  height: 98px;
}
.fwlist-main-top._down {
  height: auto;
}
.fwlist-main-items {
  float: left;
  height: 40px;
  padding: 0 4px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  background: #F1F2F3;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 省略号 */
  word-break: normal;
  /* 防止被父级 wordwrap 样式影响 */
  word-wrap: normal;
}
.fwlist-main-items:hover {
  color: #FFFFFF;
  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-items._active {
  color: #FFFFFF;
  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-items._zt {
  width: 138px;
  margin: 0 6px 18px 6px;
}
.fwlist-main-items._bm {
  width: 186px;
  margin: 0 7px 18px 7px;
}
.fwlist-main-items._zt_start {
  margin: 0 12px 18px 0px;
}
.fwlist-main-items._zt_end {
  margin: 0 0px 18px 12px;
}
.fwlist-main-items._bm_start {
  margin: 0 14px 18px 0px;
}
.fwlist-main-items._bm_end {
  margin: 0 0px 18px 14px;
}
.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;
}
.fwlist-main-condition {
  clear: both;
  width: 100%;
  height: 36px;
  margin: 20px auto;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
}
.fwlist-condition-title {
  display: inline-block;
  max-width: 200px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 省略号 */
  word-break: normal;
  /* 防止被父级 wordwrap 样式影响 */
  word-wrap: normal;
}
.fwlist-condition-select {
  margin: 0 18px;
}
.fwlist-condition-span {
  display: inline-block;
  margin-right: 35px;
  color: #CBB587;
}
.fwlist-condition-left,
.fwlist-condition-right {
  float: left;
}
.fwlist-condition-left {
  clear: both;
}
.fwlist-condition-item {
  float: left;
  height: 36px;
  line-height: 36px;
  text-align: left;
}
.fwlist-condition-right {
  float: right;
  width: 357px;
  height: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 30px;
  background: #fff;
}
.fwlist-condition-inp,
.fwlist-condition-search {
  float: left;
}
.fwlist-condition-inp {
  width: 319px;
  height: 100%;
  padding: 0 10px 0 30px;
  border: 0px;
  border-radius: 30px 0 0 30px;
  outline: none;
}
.fwlist-condition-inp::placeholder {
  color: #8F8F8F;
  font-size: 14px;
}
.fwlist-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;
}
.fwlist-condition-search:hover {
  opacity: 0.8;
}
.fwlist-serch-icon {
  width: 100%;
  height: 100%;
  background: url(../../../images/jszwfw/wuxi/fwlist/search.png) no-repeat center;
}
.fwlist-page-show {
  width: 100%;
  margin: 16px auto;
  border-top: 1px solid #E9E9E9;
  overflow: hidden;
}
.fwlist-page-nav {
  margin: 65px auto;
}
.fwlist-page-list {
  width: 100%;
  padding: 30px 16px 30px 26px;
  border-bottom: 1px solid #E9E9E9;
}
.fwlist-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;
}
.fwlist-page-title:hover {
  opacity: 0.78;
}
.fwlist-page-title._show {
  background: url(../../../images/jszwfw/wuxi/fwlist/list_show.png) no-repeat 0 center;
}
.fwlist-page-title._hide {
  background: url(../../../images/jszwfw/wuxi/fwlist/list_hide.png) no-repeat 0 center;
}
.fwlist-page-item {
  width: 100%;
  height: 30px;
  margin-top: 14px;
  padding-left: 30px;
  overflow: hidden;
}
.fwlist-item-left,
.fwlist-item-right {
  float: left;
}
.fwlist-item-left {
  width: 70%;
  height: 100%;
  line-height: 30px;
  text-align: left;
}
.fwlist-item-right {
  float: right;
  width: 196px;
  height: 100%;
}
.fwlist-item-icon,
.fwlist-item-span {
  float: left;
}
.fwlist-item-icon {
  width: 8px;
  height: 8px;
  margin: 11px 0;
  background: #CBB587;
}
.fwlist-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;
}
.fwlist-item-span:hover {
  color: #CBB587;
}
.fwlist-page-box {
  width: 100%;
  overflow: hidden;
}
