<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 .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;
  font-size: 12px;
  border: 1px solid #eee;
  padding: 5px 10px;
  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;
}

/*æ”¿åºœé‡‡è´­åˆ—è¡¨*/
.government {
  margin-top: 10px;
  font-size: 0;
}

.government &gt; div {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}

.government &gt; div {
  width: 940px;
  margin-right: 20px;
  box-sizing: border-box;
  border: 1px solid #eee;
  padding: 0 20px;
  min-height: 1150px;
}

.government .government_list .title {
  /*margin: 40px 0;*/
  margin: 10px 0;
  /*font-size: 18px;*/
  font-size: 12px;
}

.government .government_list .title a {
  display: inline-block;
  text-align: center;
  height: 24px;
  line-height: 24px;
  /*width: 150px;*/
  width: 96px;
}

.government .government_list .title a:hover {
  text-decoration: none;
}

.government .government_list .title a.on {
  background: #3c6dad;
  color: #fff;
}

.government .government_list .list {
  min-height: 950px;
}

.government .government_list .list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  margin-bottom: 10px;
}

.government .government_list .list li.bgcolor {
  background-color: #F8F8F8;
}

.government .government_list .list li div {
  display: flex;
  align-items: center;
}

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

.government .government_list .list li a {
  font-size: 12px;
  color: #666;
  font-weight: bold;
}

.government .government_list .list li a:hover {
  color: #3c6dad;
}

.government .government_list .list span {
  color: #666;
}

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

.government .paging.hide {
  display: none;
}

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

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

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

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

.government .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;*/
.government .paging ul {
  display: inline-block;
  vertical-align: top;
}

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

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

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

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

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

.government .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;
}

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

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

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

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