.search-form {
  margin-top: 20px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .form {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form .form .form-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 32px;
  margin-right: 12px;
}
.search-form .form .form-item-label {
  display: block;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: rgba(0, 0, 0, 0.85);
}
.search-form .form .form-item-control {
  width: 250px;
}
.search-form .form .form-item-control input {
  padding: 0 10px;
  height: 32px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2;
}
.search-form .form .form-item-control .chosen-container {
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.search-form .form .form-item-control .chosen-container .chosen-single {
  background: #fff !important;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2;
  box-shadow: none;
  padding-left: 10px;
  color: #999;
}
.search-form .form .form-item-control .chosen-container .chosen-drop {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.search-form .form .form-item-control .chosen-container .chosen-drop .active-result {
  height: 30px;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
}
.search-form .form .form-item-control .chosen-container .chosen-drop .active-result.result-selected {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  background: #fafafa;
}
.search-form .form .form-item-control .chosen-container .chosen-drop .active-result.highlighted {
  background: #e6f7ff;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
}
.search-form .btnbar {
  padding-left: 16px;
}

.special-items {
  margin-top: 20px;
}

.special-item {
  height: 288px;
  padding: 24px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-bottom: 24px;
}
.special-item .project {
  display: block;
  height: 100%;
  padding-left: 384px;
  position: relative;
  color: #333;
}
.special-item .project .img {
  width: 384px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.special-item .project .img img {
  width: 100%;
  height: 100%;
}
.special-item .project .content {
  margin-left: 24px;
}
.special-item .project .content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.special-item .project .content .contact-name {
  margin-bottom: 12px;
}
.special-item .project .content .contact-name > span {
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.38);
}
.special-item .project .content .caption {
  height: 87px;
  font-size: 16px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 40px;
}
.special-item .project .content .attention {
  color: #f49626;
  font-size: 16px;
}

.pager {
  margin-bottom: 160px;
}