.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.selection-wrap {
  min-width: 1190px;
}
.selection-banner {
  width: 100%;
  height: 400px;
  text-align: center;
  background: url("/public/img/selection/bg_1.png") no-repeat center;
}
.selection-banner p {
  font-size: 26px;
  color: #fff;
  padding-top: 225px;
}
.selection-list {
  width: 1190px;
  margin: 0 auto;
}
.selection-list > li {
  width: 584px;
  height: 440px;
  margin-top: 30px;
  position: relative;
}
.selection-list > li .solution-count {
  position: absolute;
  right: 26px;
  top: 16px;
  display: inline-block;
  width: 83px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #0065ff;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.selection-list > li:first-child,
.selection-list > li:nth-child(2) {
  margin-top: -80px;
}
.selection-list > li img {
  width: 100%;
  height: 180px;
  vertical-align: middle;
}
.selection-list > li .item-wrap {
  height: 255px;
  box-shadow: 0px 0px 20px 0px rgba(206, 206, 206, 0.5);
}
.selection-list > li .item-title {
  height: 60px;
  line-height: 60px;
  padding: 0 20px 0 30px;
}
.selection-list > li .item-title h4 {
  font-size: 24px;
  color: #333;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selection-list > li .item-title .to-detail {
  position: relative;
  color: #929292;
  font-size: 14px;
  padding-right: 12px;
}
.selection-list > li .item-title .to-detail:hover {
  color: #1DBFDA !important;
}
.selection-list > li .item-title .to-detail:hover:after {
  background-image: url("/public/img/demand/next_active_btn.png") !important;
}
.selection-list > li .item-title .to-detail:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 0;
  width: 6px;
  height: 12px;
  background-image: url("/public/img/demand/next_btn_1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.selection-list > li .item-desc {
  max-height: 40px;
  padding: 0 20px 0 30px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.selection-list > li .item-solution {
  padding: 0 20px 0 30px;
  margin-top: 20px;
}
.selection-list > li .item-solution > li a {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selection-list > li .item-solution > li a span {
  font-size: 28px;
  margin-right: 6px;
  vertical-align: -3px;
}
.selection-list > li .item-solution > li a:hover {
  color: #1DBFDA !important;
}
.selection-page {
  width: 1190px;
  margin: 0 auto;
  height: 60px;
}
.selection-page-wrap {
  position: relative;
  margin-bottom: 30px;
}
.selection-page-wrap .ui-paging-container ul {
  text-align: right;
}
