@charset "UTF-8";
.search-main .s-body .cd-show,
.search-main .s-body .cd-group .cd-list,
.search-main .s-body .result > .list .item.item-ent,
.search-main .s-body .result > .list .item.item-inf,
.search-main .s-body .result > .list .item.item-cons,
.search-main .s-body .result > .list .item.item-ent .line,
.search-main .s-body .result > .list .item.item-inf .line,
.search-main .s-body .result > .list .item.item-cons .line {
  *zoom: 1;
}
.search-main .s-body .cd-show:before,
.search-main .s-body .cd-group .cd-list:before,
.search-main .s-body .result > .list .item.item-ent:before,
.search-main .s-body .result > .list .item.item-inf:before,
.search-main .s-body .result > .list .item.item-cons:before,
.search-main .s-body .result > .list .item.item-ent .line:before,
.search-main .s-body .result > .list .item.item-inf .line:before,
.search-main .s-body .result > .list .item.item-cons .line:before,
.search-main .s-body .cd-show:after,
.search-main .s-body .cd-group .cd-list:after,
.search-main .s-body .result > .list .item.item-ent:after,
.search-main .s-body .result > .list .item.item-inf:after,
.search-main .s-body .result > .list .item.item-cons:after,
.search-main .s-body .result > .list .item.item-ent .line:after,
.search-main .s-body .result > .list .item.item-inf .line:after,
.search-main .s-body .result > .list .item.item-cons .line:after {
  content: "";
  display: table;
}
.search-main .s-body .cd-show:after,
.search-main .s-body .cd-group .cd-list:after,
.search-main .s-body .result > .list .item.item-ent:after,
.search-main .s-body .result > .list .item.item-inf:after,
.search-main .s-body .result > .list .item.item-cons:after,
.search-main .s-body .result > .list .item.item-ent .line:after,
.search-main .s-body .result > .list .item.item-inf .line:after,
.search-main .s-body .result > .list .item.item-cons .line:after {
  clear: both;
}
.search-main .s-body .result > .list .item.item-ent p,
.search-main .s-body .result > .list .item.item-inf p,
.search-main .s-body .result > .list .item.item-cons p,
.search-main .s-body .result > .list .item.item-ent p.t-e-3,
.search-main .s-body .result > .list .item.item-inf p.t-e-3,
.search-main .s-body .result > .list .item.item-cons p.t-e-3,
.search-main .s-body .result > .list .item > h4 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.search-main .s-top .s-input:after,
.search-main .s-top .s-input > .close,
.search-main .s-body .condition .cd-sdbtn,
.search-main .s-body .result > .list .item > .time:after,
.iconfont {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.search-main .s-top .s-input:after,
.search-main .s-top .s-input > .close,
.search-main .s-body .condition .cd-sdbtn,
.search-main .s-body .result > .list .item > .time:after {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.path {
  text-align: left;
  color: #333333;
  font-size: 14px;
  width: 1200px;
  margin: 15px auto;
  padding-top: 8px;
}
.path a {
  color: #333333;
}
.path .color-blue-crumbs {
  color: #4285f4 !important;
}
.search-main {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 66px;
  background: #F6F6F6;
}
.search-main .index-search {
  position: relative;
  box-sizing: border-box;
  padding-top: 44px;
  background: #fff;
  padding-bottom: 25px;
  border: solid 1px #eeeeee;
  /*border-bottom: none;*/
}
.search-main .index-search.index-search2 {
  padding-bottom: 80px;
}
.search-main .index-search.index-search2 .is-warp .is-hotwords {
  top: calc(100% + 15px);
}
.search-main .index-search .is-warp {
  position: relative;
  width: 890px;
  display: block;
  margin-left: 125px;
}
.search-main .index-search .is-warp .is-warp-nav {
  height: 40px;
  line-height: 33px;
  display: flex;
  margin-left: 50px;
  margin-bottom: 7px;
}
.search-main .index-search .is-warp .is-warp-nav a {
  display: inline-block;
  position: relative;
  height: 100%;
  font-size: 15px;
  color: #333333;
  padding: 0 8px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  z-index: 99;
  text-decoration: none;
  margin-right: 9px;
}
.search-main .index-search .is-warp .is-warp-nav a.active {
  color: #ffffff;
  background-image: url("/static/img_old/nav_list_bac.png");
  background-repeat: no-repeat;
  background-size: 100% 40px;
}
.search-main .index-search .is-warp .is-input {
  display: block;
  position: relative;
  width: 949px;
  border-radius: 6px 4px 4px 6px;
  border: solid 1px #4285f4;
  height: 58px;
  line-height: 58px;
  margin-bottom: 20px;
  /* box-shadow: 0 0 15px 0 rgba(206, 214, 229, 0.8);*/
}
.search-main .index-search .is-warp .is-input input {
  border-radius: 8px;
  padding: 0 130px 0 25px;
  text-align: left;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333333;
  background: #fff;
  outline: none;
  box-sizing: border-box;
  border: none;
}
.search-main .index-search .is-warp .is-input input::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
}
.search-main .index-search .is-warp .is-input input:-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
}
.search-main .index-search .is-warp .is-input input::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
}
.search-main .index-search .is-warp .is-input input:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
}
.search-main .index-search .is-warp .is-input .close {
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  text-align: center;
  line-height: 36px;
  right: 130px;
  top: calc(50% - 18px);
  color: rgba(0, 0, 0, 0.4);
  display: none;
}
.search-main .index-search .is-warp .is-input .close.active {
  display: block;
}
.search-main .index-search .is-warp .is-input .close:after {
  content: "\e763";
  font-size: 22px;
}
.search-main .index-search .is-warp .is-input a {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: block;
  z-index: 2;
  font-size: 16px;
  width: 80px;
  height: 58px;
  background-color: #4285f4;
  color: #ffffff;
  text-align: center;
  line-height: 58px;
  background-image: none;
}
.search-main .index-search .is-warp .is-input a i {
  font-size: 28px;
}
.search-main .index-search .is-warp .is-hotwords {
  position: absolute;
  color: rgba(102, 102, 102, 0.7);
  text-align: left;
  line-height: 20px;
  top: calc(100% + 17px);
  left: 24px;
  font-size: 14px;
}
.search-main .index-search .is-warp .is-hotwords span {
  float: left;
  padding-right: 10px;
}
.search-main .index-search .is-warp .is-hotwords a {
  cursor: pointer;
  color: #999999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0 4px;
}
.search-main .index-search .is-warp .is-hotwords.active {
  display: block;
}
.search-main .s-body {
  width: 1200px;
  position: relative;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-main .s-body .condition {
  background: #ffffff;
  margin: auto;
  margin-bottom: 21px;
  width: 100%;
  border: solid 1px #eeeeee;
  border-top: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: -1px;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 25px;
}
.search-main .s-body .condition .container {
  position: relative;
  padding: 0 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-top: 15px;
}
.search-main .s-body .condition .cd-sdbtn {
  cursor: pointer;
  text-align: center;
  line-height: 20px;
  height: 20px;
  color: #666;
  display: block;
  font-size: 14px;
  padding: 3px 30px 3px 10px;
  border-radius: 0 0 5px 5px;
  position: absolute;
  background: #fff;
  top: calc(100% - 0px);
  left: calc(50% - 25px);
  background: url(../img_old/cd-show_back.png) no-repeat center;
  background-size: 100%;
  border-top: 1px solid rgba(204, 204, 204, 0.14);
}
.search-main .s-body .condition .cd-sdbtn:after {
  content: "\e69c";
  display: block;
  position: absolute;
  top: 3px;
  right: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.search-main .s-body .condition .cd-sdbtn .up {
  display: block;
}
.search-main .s-body .condition .cd-sdbtn .down {
  display: none;
}
.search-main .s-body .cd-group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 10px 106px;
  position: relative;
  width: 100%;
}
.search-main .s-body .cd-group.cd-groupm {
  padding-left: 0;
}
.search-main .s-body .cd-group.cd-groupm .cd-group-p {
  float: left;
  display: flex;
  align-items: center;
  margin-left: 30px;
  margin-bottom: 10px;
}
.search-main .s-body .cd-group.cd-groupm .cd-group-p .label {
  position: inherit;
  margin-right: 15px;
}
.search-main .s-body .cd-group.cd-groupm .cd-group-p .all-text {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 7px;
  background: #0d86ff;
  color: #fff;
  box-sizing: border-box;
}
.search-main .s-body .cd-group .label {
  position: absolute;
  left: 3px;
  top: 12px;
  text-align: left;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  width: 70px;
}
.search-main .s-body .cd-group .label:after {
  position: absolute;
  top: 5px;
  right: -12px;
  width: 2px;
  height: 15px;
  background-color: #f1efef;
  content: '';
}
.search-main .s-body .cd-group .cd-list {
  position: relative;
  margin-right: 30px;
}
.search-main .s-body .cd-group .cd-list .item {
  float: left;
  margin: 0px 10px 5px 0;
  height: 26px;
}
.search-main .s-body .cd-group .cd-list .item input {
  display: none;
}
.search-main .s-body .cd-group .cd-list .item input:checked + a {
  color: #fff;
  background: #4285f4;
  border-radius: 2px;
}
.search-main .s-body .cd-group .cd-list .item a {
  padding: 0 10px;
  height: 26px;
  display: block;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  font-size: 14px;
  color: #333;
  letter-spacing: 1px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-main .s-body .cd-group .cd-list .item a:hover {
  color: #fff;
  background: #4285f4;
}
.search-main .s-body .cd-group .cd-list .item-edit {
  float: left;
  margin: 5px 10px 5px 0;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  position: relative;
  margin-left: 20px;
  display: block;
}
.search-main .s-body .cd-group .cd-list .item-edit * {
  position: relative;
  z-index: 2;
}
.search-main .s-body .cd-group .cd-list .item-edit label {
  float: left;
  width: 115px;
  height: 22px;
  line-height: 22px;
  position: relative;
}
.search-main .s-body .cd-group .cd-list .item-edit label input {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 5px;
  height: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e7e7e8;
  background: #fff;
  border-radius: 2px;
  outline: none;
  font-size: 12px;
  color: #555;
  text-align: center;
}
.search-main .s-body .cd-group .cd-list .item-edit span {
  float: left;
  padding: 0 10px;
  font-size: 22px;
  color: #000;
}
.search-main .s-body .cd-group .cd-list .item-edit a {
  float: left;
  margin: 0 0 0 15px;
  color: #fff;
  padding: 0 16px;
  border-radius: 2px;
  height: 22px;
  cursor: pointer;
  background: #4285f4;
}
.search-main .s-body .cd-group .cd-list .item-edit:after {
  border: 1px solid #e7e7e8;
  background: #fafafa;
  position: absolute;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  left: -8px;
  top: -7px;
  content: "";
  display: block;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-main .s-body .cd-group .cd-list.heiohide {
  height: 27px;
  overflow: hidden;
}
.search-main .s-body .cd-group .cd-list.appendZj {
  margin-right: 0;
}
.search-main .s-body .cd-group .duiers {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 12px;
  display: flex;
  align-items: center;
}
.search-main .s-body .cd-group .duiers em {
  color: #999;
  font-size: 14px;
  font-style: normal;
}
.search-main .s-body .cd-group .duiers i {
  background: url("/static/img_old/gd_xjt.png") no-repeat;
  width: 9px;
  height: 5px;
  margin-left: 3px;
}
.search-main .s-body .cd-group .duiers.active i {
  background: url("/static/img_old/gd_sjt.png") no-repeat;
}
.search-main .s-body .cd-group .chooseTime {
  position: absolute;
  left: 365px;
  top: 5px;
  width: 410px;
  height: 36px;
  border-radius: 4px;
  line-height: 36px;
}
.search-main .s-body .cd-group .chooseTime input {
  width: 150px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #e2e2e2;
  outline: none;
  text-align: center;
  color: #333;
}
.search-main .s-body .cd-group .chooseTime input:focus {
  outline: none;
  border: 1px solid #4285f4;
}
.search-main .s-body .cd-group .chooseTime .line {
  color: #666666;
}
.search-main .s-body .cd-group .chooseTime .sureTime {
  display: inline-block;
  width: 56px;
  height: 22px;
  background-color: #4285f4;
  border-radius: 2px;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  margin-left: 10px;
}
.search-main .s-body .cd-show {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.search-main .s-body .cd-show.active {
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.search-main .result-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.search-main .result-box .result {
  /*box-shadow: 0 0 5px #eeeeee;*/
  position: relative;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*background: #fff;*/
  width: 880px;
  height: 100%;
}
.search-main .result-box .result .total {
  border: solid 1px #eeeeee;
  font-size: 16px;
  border-bottom: none;
  margin: 0;
  padding: 0;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fcfcfc;
}
.search-main .result-box .result .total .total-left {
  display: flex;
  padding-left: 20px;
  font-size: 14px;
}
.search-main .result-box .result .total .buttoner span {
  color: #fff;
  background: #4285f4;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 5px;
  padding: 5px 12px;
  position: relative;
}
.search-main .result-box .result .total .buttoner span:before {
  content: '';
  position: absolute;
  right: -10px;
  top: -9px;
  width: 29px;
  height: 17px;
  background: url(/static/img_old/bazz_mfde.png) no-repeat;
  background-size: contain;
}
.search-main .result-box .result .total span {
  margin-right: 15px;
}
.search-main .result-box .result .total p {
  font-size: 14px;
  color: #aaaaaa;
}
.search-main .result-box .result .total .total-right {
  display: flex;
  align-items: center;
  color: #aaaaaa;
  font-size: 14px;
}
.search-main .result-box .result .total .total-right .total-right-item {
  margin-right: 10px;
  padding: 0 4px;
  border-radius: 4px;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  color: #aaaaaa;
}
.search-main .result-box .result .total .total-right .total-right-item:hover {
  color: #4285f4;
}
.search-main .result-box .result .total .total-right .total-right-item.total-right-select {
  color: #4285f4;
  background-color: #f2f7fc;
}
.search-main .result-box .result .box {
  box-sizing: border-box;
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-main .result-box .result .list {
  border: solid 1px #eeeeee;
  margin: auto;
  text-align: left;
  background: #fff;
  border-bottom: none;
}
.search-main .result-box .result .list .item {
  width: 100%;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #eeeeee;
  padding: 30px 20px;
  box-sizing: border-box;
  /*地区*/
  /*企业专有*/
}
.search-main .result-box .result .list .item.item-t {
  padding-left: 104px;
  position: relative;
}
.search-main .result-box .result .list .item.item-t .com-bac-text {
  position: absolute;
  width: 71px;
  height: 71px;
  left: 17px;
  border-radius: 6px;
  margin-top: 15px;
}
.search-main .result-box .result .list .item.item-t .com-bac-text img {
  width: 45px;
  display: inline-block;
  transform: translate(28%, 32%);
}
.search-main .result-box .result .list .item:hover {
  box-shadow: 0px 1px 7.2px 2.8px rgba(201, 201, 201, 0.34);
}
.search-main .result-box .result .list .item:hover .item-company-name {
  color: #4285f4;
}
.search-main .result-box .result .list .item:hover .item-title span.big {
  color: #4285f4;
}
.search-main .result-box .result .list .item:hover .item-title span.none {
  color: #333333;
}
.search-main .result-box .result .list .item .item-company-name {
  color: #333333;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.search-main .result-box .result .list .item .item-title {
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  display: -webkit-flex;
  align-items: end;
}
.search-main .result-box .result .list .item .item-title img {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: 3px;
}
.search-main .result-box .result .list .item .item-title img.img4 {
  width: 70px;
}
.search-main .result-box .result .list .item .item-title img.img2 {
  width: 42px;
}
.search-main .result-box .result .list .item .item-title img.img3 {
  width: 58px;
}
.search-main .result-box .result .list .item .item-title span {
  color: #666666;
  font-size: 14px;
  vertical-align: inherit;
}
.search-main .result-box .result .list .item .item-title span.big {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.search-main .result-box .result .list .item .item-title span.big span {
  font-size: 18px;
  font-weight: bold;
}
.search-main .result-box .result .list .item .item-title .time {
  color: #666666;
  display: inline-block;
  position: absolute;
  right: 20px;
}
.search-main .result-box .result .list .item .item-title .status {
  display: inline-block;
  font-style: normal;
  color: #1ca046;
  font-size: 14px;
  border-radius: 2px;
  border: solid 1px #1ca046;
  margin-left: 10px;
  width: 42px;
  height: 20px;
  line-height: 18px;
  box-sizing: border-box;
  text-align: center;
}
.search-main .result-box .result .list .item .item-title .number {
  display: inline-block;
  position: absolute;
  right: 20px;
  color: #606266;
  font-size: 14px;
}
.search-main .result-box .result .list .item .item-title .number span {
  color: #0d86ff;
}
.search-main .result-box .result .list .item .item-title .number .hint {
  position: absolute;
  right: -9px;
  top: 2px;
  width: 4px;
  height: 4px;
  background: #ff5757;
  border-radius: 50%;
}
.search-main .result-box .result .list .item .item-title .location {
  display: inline-block;
  font-size: 14px;
  padding: 1px 6px;
  margin-right: 8px;
  margin-left: 8px;
  color: #5691f5;
  background-color: #eef5fc;
  border-radius: 2px;
}
.search-main .result-box .result .list .item .item-title .grade {
  display: inline-block;
  font-size: 14px;
  padding: 1px 6px;
  background-color: #fff5f5;
  border-radius: 2px;
  color: #e1483d;
}
.search-main .result-box .result .list .item .item-property {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.search-main .result-box .result .list .item .item-property .badge .badge-span4,
.search-main .result-box .result .list .item .item-property .badge span {
  display: inline-block;
  padding: 0 8px;
  height: 24px;
  color: #e1483d;
  margin-right: 5px;
  border-radius: 5px;
  background: #fff5f5;
  line-height: 24px;
}
.search-main .result-box .result .list .item .item-property .badge .badge-span1 {
  color: #5691f5;
  background: #eef5fc;
}
.search-main .result-box .result .list .item .item-property .badge .badge-span2 {
  color: #24b26b;
  background: #edfcf5;
}
.search-main .result-box .result .list .item .item-property .badge .badge-span2.yellow {
  color: #ffa512;
  background-color: #FFF6E7;
}
.search-main .result-box .result .list .item .item-property .badge .badge-span3 {
  color: #ff6666;
  background: #fff5f5;
}
.search-main .result-box .result .list .item .item-property .time {
  color: #777777;
}
.search-main .result-box .result .list .item .item-property .com-num {
  color: #4285f4;
  font-size: 12px;
}
.search-main .result-box .result .list .item .item-property .com-num span {
  font-size: 20px;
}
.search-main .result-box .result .list .item .item-right-bot {
  color: #666666;
  font-size: 14px;
  margin-top: 7px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-main .result-box .result .list .item .item-right-bot div {
  display: inline;
  margin-right: 120px;
}
.search-main .result-box .result .list .item .company-bottom {
  color: #666666;
  font-size: 14px;
}
.search-main .result-box .result .list .item .company-bottom div {
  display: inline-block;
  width: 160px;
}
.search-main .result-box .result .list .item .company-bottom div .blue {
  color: #4285f4;
}
.search-main .result-box .result .list .item .company-bottom div .red {
  color: #e1483d;
}
.search-main .result-box .result .list .item .company-bottom div:nth-child(2) {
  width: 280px;
}
.search-main .result-box .result .list .item.active {
  position: relative;
}
.search-main .result-box .result .list .item.active:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 54px;
  background: url("/static/img_old/youxuan.png") no-repeat;
  background-size: 100% 100%;
}
.search-main .result-box .result .list .list_item {
  display: block;
  width: 417px;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(245, 245, 245, 0.8);
  border-radius: 6px;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
  padding: 30px 24px;
  margin-bottom: 16px;
}
.search-main .result-box .result .list .list_item .introduce_com {
  display: flex;
  margin-bottom: 15px;
}
.search-main .result-box .result .list .list_item .introduce_com .com_logo {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  margin-right: 10px;
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
}
.search-main .result-box .result .list .list_item .introduce_com .com_news .com_leader {
  margin-bottom: 5px;
}
.search-main .result-box .result .list .list_item .introduce_com .com_news .com_leader .name {
  font-size: 20px;
  color: #333333;
  margin-right: 10px;
}
.search-main .result-box .result .list .list_item .introduce_com .com_news .com_leader .label {
  font-size: 14px;
  color: #666666;
}
.search-main .result-box .result .list .list_item .introduce_com .com_news .com_name {
  font-size: 16px;
  color: #333333;
}
.search-main .result-box .result .list .list_item:hover {
  box-shadow: 0px 0px 7px 0px rgba(206, 206, 206, 0.7);
}
.search-main .result-box .result .list .list_item:hover .introduce_com .com_news .com_leader .name {
  color: #4285f4;
}
.search-main .result-box .result .list .list_item .com_info {
  display: flex;
}
.search-main .result-box .result .list .list_item .com_info div {
  flex: 1;
  font-size: 14px;
  color: #666666;
  margin-bottom: 5px;
}
.search-main .result-box .result .list .list_item .com_info div span {
  color: #e1483d;
}
.search-main .result-box .result .table-list {
  width: 820px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  border: solid 1px #e4eef6;
  text-align: left;
  box-sizing: border-box;
  margin-top: 30px;
}
.search-main .result-box .result .table-list .tr {
  font-size: 14px;
  border-bottom: 1px solid #e4eef6;
  display: flex;
  display: -webkit-flex;
  color: #333333;
}
.search-main .result-box .result .table-list .tr:last-child {
  border-bottom: none;
}
.search-main .result-box .result .table-list .tr.tbody {
  background-color: #f0f7fc;
  color: #333333;
}
.search-main .result-box .result .table-list .tr.tbody .td1,
.search-main .result-box .result .table-list .tr.tbody .td2,
.search-main .result-box .result .table-list .tr.tbody .td3 {
  border-right: 1px solid #e4eef6;
}
.search-main .result-box .result .table-list .tr div {
  box-sizing: border-box;
  border-right: 1px solid #eeeeee;
  padding: 15px;
}
.search-main .result-box .result .table-list .tr div:last-child {
  border-right: none;
}
.search-main .result-box .result .table-list .tr div[name="honorCompany"] {
  color: #4285f4;
  cursor: pointer;
}
.search-main .result-box .result .table-list .tr .td1 {
  width: 100px;
}
.search-main .result-box .result .table-list .tr .td2 {
  width: 340px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.search-main .result-box .result .table-list .tr .td3 {
  width: 223px;
}
.search-main .result-box .result .table-list .tr .td4 {
  width: 160px;
}
.search-main .result-box .result .none-info {
  text-align: center;
  background: #ffffff;
  border: solid 1px #eeeeee;
  padding: 180px;
}
.search-main .result-box .result .none-info .text-none {
  color: #666666;
  font-size: 16px;
  margin-top: 35px;
}
.search-main.vipLisyu .index-search {
  padding-bottom: 10px;
  padding-top: 0;
}
.search-main.vipLisyu .index-search .is-warp .qieuiooer {
  text-align: left;
  padding-left: 10px;
  padding-top: 30px;
  padding-bottom: 15px;
}
.search-main.vipLisyu .index-search .is-warp .qieuiooer span {
  color: #333;
  font-size: 16px;
  line-height: 35px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}
.search-main.vipLisyu .index-search .is-warp .qieuiooer span.active {
  padding: 0 10px;
  background: #4285f4;
  color: #fff;
  position: relative;
}
.search-main.vipLisyu .index-search .is-warp .qieuiooer span.active:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 13px;
  height: 6px;
  background: url(/static/img_old/vip_xjt.png) no-repeat;
  background-size: 100% 100%;
  margin-left: -6px;
}
.search-main.vipLisyu .index-search .is-warp .is-input {
  margin-bottom: 0;
}
.search-main.vipLisyu .result-box .result .list .item .item-title span.big {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-main.vipLisyu .result-box .result .list .item .juikse {
  display: flex;
  align-items: center;
}
.search-main.vipLisyu .result-box .result .list .item .juikse span {
  font-size: 14px;
  color: #999;
  margin-right: 45px;
}
.search-main.vipLisyu .result-box .result .list .item .juikse span i {
  color: #666;
  font-style: normal;
}
.search-main.vipLisyu .result-box .result .list .item .juikse span i.yuier {
  color: #4285f4;
}
.search-main.vipLisyu .result-box .result .list .item:hover .juikse span i.yuier {
  color: #255fc0;
}
/*加入供应商弹出*/
.bduioepw {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.bduioepw .wookder {
  width: 601px;
  height: 436px;
  border-radius: 13px;
  position: relative;
  overflow: hidden;
}
.bduioepw .wookder img {
  display: block;
  width: 100%;
  height: 100%;
}
.bduioepw .wookder .aniiui {
  width: 310px;
  height: 55px;
  background-image: linear-gradient(-21deg, #558ae4 0%, #5893e7 50%, #5a9ce9 100%), linear-gradient(#ffd38b, #ffd38b);
  background-blend-mode: normal, normal;
  border-radius: 28px;
  text-align: center;
  line-height: 55px;
  position: absolute;
  bottom: 27px;
  left: 50%;
  font-size: 24px;
  color: #fff;
  margin-left: -155px;
  cursor: pointer;
}
.bduioepw.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layui-laydate-footer .laydate-btns-time {
  margin-right: 180px;
  color: #666;
}
.layui-laydate-footer .laydate-btns-time:hover {
  color: #4285f4 !important;
}
.layui-laydate-footer .laydate-btns-time[lay-type='data'] {
  color: #666;
}
.layui-laydate-footer .laydate-footer-btns span:hover {
  color: #4285f4;
}
.fabuClon {
  cursor: auto;
  position: relative;
}
.fabuClon .djanniu {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px;
}
.fabuClon .djanniu > span {
  color: #ca4b00;
  font-size: 17px;
  background: #fff;
  border-radius: 4px;
  padding: 5px 15px;
  margin: 0 12px;
}
.province-box .item {
  position: relative;
}
.province-box .item .cityList {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 26px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  font-size: 14px;
  color: #333;
  letter-spacing: 1px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.province-box .item .cityList i {
  width: 13px;
  height: 13px;
  border-radius: 2px;
  border: solid 1px #666666;
  display: block;
  margin-right: 5px;
  box-sizing: border-box;
}
.province-box .item .cityList i:hover {
  border: 0;
  background: url("/static/img_old/xuanHover.png") no-repeat;
  background-size: 100%;
}
.province-box .item .cityList span {
  font-size: 14px;
  color: #333333;
}
.province-box .item .cityList .dropDownArrow {
  display: block;
  width: 11px;
  height: 7px;
  background: url("/static/img_old/xljtd.png") no-repeat;
  background-size: 100% 100%;
}
.province-box .item .active i {
  border: 0;
  background: url("/static/img_old/xuanZd.png") no-repeat;
  background-size: 100%;
}
.province-box .item .allCities {
  position: absolute;
  left: 0;
  display: none;
  min-width: 140px;
  z-index: 999;
}
.province-box .item .allCities .allCitiesList {
  background-color: #ffffff;
  box-shadow: 0px 0px 3px 0px rgba(199, 199, 199, 0.38);
  border-radius: 2px;
  border: solid 1px #eeeeee;
  max-height: 220px;
  overflow-y: auto;
}
.province-box .item .allCities .allCitiesList li {
  font-size: 12px;
  color: #333333;
  display: flex;
  align-items: center;
  padding: 9px 10px 9px 15px;
  cursor: pointer;
}
.province-box .item .allCities .allCitiesList li i {
  width: 13px;
  height: 13px;
  border-radius: 2px;
  border: solid 1px #666666;
  display: block;
  margin-right: 5px;
  box-sizing: border-box;
}
.province-box .item .allCities .allCitiesList li:hover i {
  border: 0;
  background: url("/static/img_old/xuanHover.png") no-repeat;
  background-size: 100%;
}
.province-box .item .allCities .allCitiesList .active i {
  border: 0;
  background: url("/static/img_old/xuanZd.png") no-repeat;
  background-size: 100%;
}
.province-box .item:hover .allCities {
  display: block;
}
.province-box .xuanzhong {
  border-radius: 2px;
  border: solid 1px #4285f4;
}
.province-box .xuanzhong .cityList span {
  font-size: 14px;
  color: #4285f4;
}
.province-box .xuanzhong:hover {
  background: #4285f4;
}
.province-box .xuanzhong:hover .cityList span {
  color: #fff;
}
.yxdqdert .cd-list {
  display: flex;
  flex-wrap: wrap;
}
.yxdqdert .cd-list .floatButton {
  display: flex;
}
.yxdqdert .cd-list .floatButton div {
  width: 74px;
  height: 26px;
  line-height: 26px;
  border-radius: 2px;
  font-size: 14px;
  box-sizing: content-box;
  cursor: pointer;
}
.yxdqdert .cd-list .floatButton .clearButton {
  border: solid 1px #d6d6d6;
  color: #333333;
}
.yxdqdert .cd-list .floatButton .seekButton {
  color: #fff;
  background-color: #4285f4;
  border: solid 1px #4285f4;
  margin-left: 10px;
}
.yxdqdert .cd-list .floatButton .seekButton:hover {
  background: #255fc0;
  border-color: #255fc0;
}
/*# sourceMappingURL=common_list.css.map */