<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*ç­›é€‰*/
.filtrate {
  /*width: 1200px;*/
  border: 1px solid #eee;
  margin-top: 10px;
  padding: 0 20px;
  box-sizing: border-box;
}

/*åˆ†ç±»æ&nbsp;‡é¢˜*/
.filtrate .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filtrate .title a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  padding: 4px 10px 0;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.filtrate .title a:hover {
  color: #3C6DAD;
  border-bottom: 2px solid #3c6dad;
}

.filtrate .title a.on {
  color: #3c6dad;
  border-bottom: 2px solid #3c6dad;
}

/*è¡Œä¸šåˆ†ç±»*/

.filtrate .industry_type li {
  margin-right: 30px;
  margin-bottom: 10px;
  float: left;
  cursor: pointer;
}

.filtrate .industry_type &gt; div {
  display: inline-block;
  vertical-align: top;
}

.filtrate .industry_type .typeL {
  width: 110px;
}

.filtrate .industry_type .typeM {
  width: 970px;
  transition: all .5s linear;
  height: 25px;
  overflow: hidden;
}

.filtrate .industry_type .typeR {
  width: 60px;
  text-align: right;
}

.filtrate .industry_type .typeR p {
  display: none;
  cursor: pointer;
}

/*æ˜¾ç¤ºéšè—*/
.filtrate .industry_type .typeR p.show {
  display: block;
}

.filtrate .industry_type.hidden {
  display: none;
}

/*æ”¹å˜å¤é€‰æ¡†çš„æ&nbsp;·å¼*/
.filtrate .industry_type input[type="checkbox"] {
  -webkit-appearance: none; /*æ¸…é™¤å¤é€‰æ¡†é»˜è®¤æ&nbsp;·å¼*/
  vertical-align: middle;
  border-radius: 1px;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  margin-right: 6px;
  cursor: pointer;

}

.filtrate .industry_type input[type="checkbox"]:checked {
  background-image: url("../images/slicing/checkbox.png");
  border: none;
}

.filtrate .industry_type label {
  vertical-align: middle;
  cursor: pointer;
}

.filtrate .industry_type .typeM p {
  margin-top: 20px;
  margin-bottom: 16px;
}

/*æäº¤æŒ‰é’®*/
.filtrate .industry_type .typeM .submit {
  width: 80px;
  height: 30px;
  color: #fff;
  cursor: pointer;
  background-color: #3c6dad;
  border: none;
  border-radius: 5px;
  margin-right: 20px;
}

/*é‡ç½®æŒ‰é’®*/
.filtrate .industry_type .typeM .reset {
  width: 80px;
  height: 30px;
  color: #999;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}

/*å…¶ä»–ç­›é€‰æ¡ä»¶*/
.filtrate .other {
  margin-top: 8px;
  margin-bottom: 8px;
}

.filtrate .other div {
  display: inline-block;
  margin-left: 40px;
}

.filtrate .other option {
  color: #000;
}

.filtrate .other div span {
  font-weight: bold;
  vertical-align: middle;
}

.filtrate .other div:first-child {
  margin-left: 0;
}

.filtrate .other div select {
  width: 120px;
  height: 30px;
  border: 1px solid #eee;
  color: #666;
  padding: 5px 10px;
  box-sizing: border-box;
  vertical-align: middle;
}

.filtrate .other div select option:first-child {
  color: #666;
}

.filtrate .other .other_box {
  width: 220px;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.filtrate .other .other_btn {
  width: 80px;
  height: 30px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  background-color: #3c6dad;
  border: none;
  border-radius: 5px;
  margin-right: 15px;
  margin-left: 6px;
}

/*ä¼ä¸šåˆ—è¡¨*/
.firm {
  margin-top: 10px;
  font-size: 0;
  min-height: 800px;
}

.firm .aside {
  display: inline-block;
  width: 240px;
}

.firm &gt; div {
  min-height: 1088px;
  width: 940px;
  box-sizing: border-box;
  border: 1px solid #eee;
  vertical-align: top;
  margin-right: 20px;
  padding: 0 20px;
  display: inline-block;
  font-size: 12px;
}

/*æ&nbsp;‡é¢˜*/
.firm .firm_list &gt; h1 {
  font-size: 18px;
  margin: 15px 0;
}

.firm .firm_list &gt; ul {
  min-height: 900px;
  margin-top: 10px;
}

.firm .firm_list &gt; ul &gt; li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 900px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  margin-bottom: 10px;
  background-color: #f8f8f8;
  box-sizing: border-box;
}

.firm .firm_list &gt; ul &gt; li &gt; div {
  display: flex;
  align-items: center;
  flex: 1;
}

.firm .firm_list &gt; ul &gt; li &gt; div &gt; i {
  display: block;
  width: 6px;
  height: 10px;
  margin-right: 5px;
  background-color: #3C6DAD;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.firm .firm_list &gt; ul &gt; li &gt; span:first-of-type {
  width: 140px;
}

.firm .firm_list &gt; ul &gt; li &gt; p &gt; a {
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

.firm .firm_list &gt; ul &gt; li &gt; p &gt; a.authentication {
  display: inline-block;
  width: 120px;
  height: 30px;
  background-image: url("../images/slicing/authentication.png");
}

.firm .firm_list &gt; ul &gt; li &gt; p &gt; a.affirm {
  background-position: 0 -44px;
}

.firm .firm_list &gt; ul &gt; li &gt; p &gt; a.unverified {
  background-position: 0 -8px;
}
.firm .firm_list &gt; ul ul{
  padding-bottom:3px;
}
.firm .firm_list &gt; ul &gt; li li {
  float: left;
  padding: 0 20px;
  margin-right: 48px;
  width: 360px;
  margin-bottom: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.firm .firm_list &gt; ul &gt; li li &gt; span {
  margin-right: 20px;
  font-weight: 600;
}

.firm .firm_list em {
  color: #f88718;
  font-style: normal;
}

/**
 *é¢åŒ…å±‘å¯¼èˆª
 */

.crumbs {
  margin-top: 10px;
}

.crumbs a, .crumbs span {
  color: #666;
}

.crumbs a:hover {
  text-decoration: none;
  color: #3c6dad;
}

/*--------------åˆ†é¡µæ¡-----------------*/
.firm .paging {
  text-align: center;
  margin: 20px 0;
  font-size: 0;
}

/*ä¸Šä¸‹é¡µæŒ‰é’®*/
.firm .paging a {
  text-decoration: none;
  font-size: 12px;
}

.firm .paging &gt; span {
  font-size: 12px;
}

.firm .paging &gt; a {
  display: inline-block;
  border: 1px solid #eeeeee;
  width: 60px;
  line-height: 30px;
  height: 30px;
  margin-right: 10px;
}

.firm .paging &gt; a:hover {
  background-color: #3c6dad;
  color: #fff;
}

.firm .paging &gt; a.ban, .firm .paging &gt; b.ban {
  display: none;
}

.firm .paging &gt; b {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #eeeeee;
  width: 60px;
  line-height: 30px;
  height: 30px;
  margin-right: 10px;
  color: #999;
  background-color: #eee;
  font-weight: normal;
}

/*é¡µç&nbsp;*/
.firm .paging ul {
  display: inline-block;
  vertical-align: top;
}

.firm .paging &gt; ul &gt; li {
  float: left;
  border: 1px solid #eee;
  margin-right: 10px;
}

.firm .paging &gt; ul &gt; li &gt; a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}

.firm .paging &gt; ul &gt; li &gt; a:hover {
  background-color: #3c6dad;
  color: #fff;
}

.firm .paging &gt; ul &gt; li &gt; a.current {
  background-color: #3c6dad;
  color: #fff;
}

/*å½“æ²¡æœ‰æ•°æ®æ—¶*/
.firm .without {
  width: 450px;
  margin: 120px auto 0;
}

.firm .without b {
  display: inline-block;
  height: 78px;
  line-height: 78px;
  padding-left: 128px;
  background: url("../images/slicing/regret.png") no-repeat 0;
  font-size: 24px;
  color: #666;
  margin-bottom: 90px;
}

.firm .without p {
  font-weight: bold;
  font-size: 16px;
  color: #666;
  margin-bottom: 16px;
}

.firm .without ul {
  list-style: disc inside;
}

.firm .without ul li {
  color: #666;
  margin-bottom: 10px;
}




</pre></body></html>