<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
  width: 100%;
  height: 441px;
  margin: 0 auto;
  background: url(banner.png) no-repeat top center;
}

.modular {
  width: 1100px;
  margin: 50px auto 0;
}

.modular h1 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}

.modular h1 span {
  display: inline-block;
  width: 60px;
  height: 24px;
  margin: 0 60px;
}

.modular h1 span:first-of-type {
  background: url(tit_left.png) no-repeat center;
  background-position: 50% 50%;
}

.modular h1 span:last-of-type {
  background: url(tit_right.png) no-repeat center;
  background-position: 50% 50%;
}

.modular h5 {
  font-size: 16px;
  text-align: center;
  color: #a7a7a7;
  font-weight: 400;
  margin-bottom: 40px;
}

.cxfw h1 {
  margin-bottom: 20px;
}

.cxfwlist {
  margin-bottom: 30px;
}

.cxfwlist span {
  display: inline-block;
  width: 360px;
  text-align: center;
  font-size: 18px;
  color: #0b7dfb;
  line-height: 44px;
  padding-bottom: 11px;
  cursor: pointer;
}

.cxfwlist span.active {
  color: #fff;
  background: url(cxfwtit_bg.png) no-repeat;
}

.cjcx {
  overflow: hidden;
}

.cjcx li {
  float: left;
  margin: 0 10px 15px 0;
  cursor: pointer;
}

.cjcx li:nth-of-type(7n) {
  margin-right: 0;
}

.cjcx li a {
  position: relative;
  display: block;
  width: 148px;
  text-align: center;
  font-size: 16px;
  color: #555;
  line-height: 42px;
  padding-bottom: 26px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.cjcx li p {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  color: #9d9d9d;
  background: rgb(246, 246, 246, 0.6);
}

.cjcx li:hover a {
  color: #fff;
  background: #218ef5;
}

.cjcx li:hover p {
  color: #fff;
}

.lqcx {
  overflow: hidden;
}

.lqcx li {
  float: left;
  margin: 0 5px 15px;
  cursor: pointer;
}

.lqcx li a {
  display: block;
  width: 147px;
  text-align: center;
  font-size: 16px;
  color: #555;
  line-height: 46px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.lqcx li:hover a {
  color: #fff;
  background-image: linear-gradient(to bottom, #0074ea, #00abf0);
}

.lqkzfsxcx {
  padding: 35px 20px;
  background: url(lqkzfsxcx_bg.png) no-repeat;
}

.lqkzfsxcx&gt;div {
  padding: 16px;
  background: #fff;
  overflow: hidden;
}

.lqkzfsxcx select {
  float: left;
  width: 417px;
  font-size: 14px;
  color: #b6b6b6;
  height: 54px;
  padding: 0 15px 0 30px;
  margin-right: 20px;
  border: 1px solid #dadada;
  border-radius: 5px;
  background: url(icon1.png) no-repeat;
  background-position: 390px 50%;
  text-align: left;
  outline: none;
  text-align-last: left;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.lqkzfsxcx button {
  width: 154px;
  height: 54px;
  border: none;
  background: #f23f01;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
}

.lqtzscx {
  padding: 30px 10px 10px 10px;
  background: url(lqtzscx_bg.png) no-repeat;
}

.search {
  padding: 16px;
  border-radius: 5px;
  background: #fff;
}

.search input {
  width: calc(100% - 169px);
  height: 54px;
  border: 1px solid #dadada;
  padding: 0 20px;
  font-size: 16px;
  line-height: 54px;
  margin-right: 10px;
  border-radius: 5px;
}

.search input::-webkit-input-placeholder {
  color: #b6b6b6;
}

.search button {
  width: 154px;
  height: 54px;
  border: none;
  background: #f23f01;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
}

.bkzsdetail {
  border: 2px solid #0e85f4;
  border-radius: 15px;
  margin-top: 40px;
  padding-bottom: 20px;
}

.bkzslist {
  position: relative;
  height: 72px;
  margin-bottom: 20px;
}

.bkzslist span {
  position: absolute;
  display: block;
  width: 550px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 72px;
  background-image: linear-gradient(0deg, #00abf0, #0074ea);
  cursor: pointer;
}

.bkzslist span:first-of-type {
  border-radius: 15px 0;
  left: 0;
}

.bkzslist span:last-of-type {
  border-radius: 0 15px;
  right: 0;
}

.bkzslist span.active {
  border-radius: 15px 15px 0 0;
  color: #0e85f4;
  background: #fff;
  border: 2px solid #0e85f4;
  border-bottom: none;
}

.bkzslist span:first-of-type.active {
  width: 551px;
  top: -22px;
  left: -2px;
}

.bkzslist span:last-of-type.active {
  width: 549.5px;
  top: -22px;
  right: -1.5px;
}

.context {
  background-color: #fff;
}

.gdxx_search .condition {
  padding: 35px 65px;
}

.bkzy_search .condition {
  padding: 35px 212px;
}

.div_tab {
  padding: 0 25px;
}

.div_tab&gt;p {
  text-align: right;
  font-size: 16px;
  margin: 15px 0;
}

.select {
  float: left;
  height: 46px;
  width: 238px;
  margin-right: 20px;
  border: none;
  line-height: 50px;
  padding: 0 30px 0 25px;
  color: #666;
  text-align: left;
  outline: none;
  text-align-last: left;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #f1f8ff;
  background-image: url(icon1.png);
  background-repeat: no-repeat;
  background-position: 200px 50%;
  border-radius: 23px;
}

/*娓呴櫎ie鐨勯粯璁ら€夋嫨妗嗘牱寮忔竻闄わ紝闅愯棌涓嬫媺绠ご*/

.select::-ms-expand {
  display: none;
}

.coninp1 {
  float: left;
  height: 46px;
  border: none;
  width: 238px;
  outline: none;
  line-height: 50px;
  padding-left: 25px;
  color: #666;
  background-color: #f1f8ff;
  line-height: 50px;
  margin-right: 20px;
  border-radius: 23px;
}

.coninp {
  float: left;
  width: 150px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  border: none;
  outline: none;
  color: #ffffff;
  background: #f23f01;
  border-radius: 23px;
  cursor: pointer;
}

.div_t {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

.div_t thead {
  background: #eff6fd;
  color: #fff;
}

.div_t tr {
  border-bottom: 1px solid #e7e7e7;
  border-left: none;
  border-right: none;
  border-spacing: 0;
}

.div_t td {
  height: 58px;
  font-size: 16px;
  color: #333;
  border-spacing: 0;
  text-align: left;
  width: 20%;
}

.div_t thead td {
  color: #0075ea;
  height: 56px;
  font-size: 16px;
  /* width: 20%; */
}

.div_t tr td:first-child {
  padding-left: 30px;
  width: 30%;
}

.fy_bg {
  height: 60px;
  margin-top: 20px;
  Width: 650px;
  margin: 0 auto;
}

.fy_bg .xiaye {
  display: inline-block;
  width: 80px;
  height: 35px;
  border: solid 1px #b2b2b2;
  text-align: center;
  line-height: 33px;
  margin-left: 10px;
  cursor: pointer;
  color: #333333;
  font-size: 16px;
}

.fy_bg a {
  color: #333;
  display: block;
}

.fy_bg .fy_bg_ul {
  width: auto;
  display: inline-block;
}

.fy_bg .fy_bg_ul li {
  display: inline-block;
  min-width: 30px;
  height: 35px;
  margin-top: 0px;
  border: solid 1px #b2b2b2;
  text-align: center;
  line-height: 35px;
  margin-left: 10px;
  cursor: pointer;
  color: #333333;
  font-size: 16px;
}

.lxp {
  background: #0075ea;
  color: #fff !important;
}

.fy_bg .page_num {
  height: 35px;
  text-align: left;
  line-height: 33px;
  margin-left: 10px;
  cursor: pointer;
  color: #333333;
  font-size: 13px;
}

.gdjyksywz ul {
  overflow: hidden;
  height: 324px;
}

.gdjyksywz li {
  float: left;
  margin: 0 16px 16px 0;
}

.gdjyksywz li:nth-of-type(6n) {
  margin-right: 0;
}

.gdjyksywz li a {
  display: block;
  width: 170px;
}

.gdjyksywz li img {
  width: 170px;
  height: 100px;
}

.gdjyksywz li p {
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 53px;
  border: 1px solid #dadada;
  border-top: none;
}

.see_more {
  text-align: center;
  margin: 35px 0 40px;
}

.see_more span {
  display: inline-block;
  width: 146px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #555;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}

/* 褰曞彇閫氱煡涔︽煡璇㈠脊绐� */

#tzs_popup {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#tzs_popup&gt;div {
  width: 800px;
  position: absolute;
  top: calc(50% - 350px);
  left: calc(50% - 400px);
  right: calc(50% - 400px);
  background: #fff;
}

.applicationNav {
  position: relative;
  text-align: center;
  border-bottom: 1px dashed #ccc;
  margin: 0 auto;
  background: #0074ea;
  line-height: 72px;
}

.applicationNav&gt;span {
  font-size: 30px;
  display: inline-block;
  color: #fff;
}

.applicationNav&gt;button {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(close.png) no-repeat center;
  border: none;
  top: 16px;
  right: 30px;
}

.NR {
  width: 90%;
  height: 580px;
  border: 1px solid #d5d5d5;
  border-bottom: 0;
  margin: 30px auto;
  overflow-y: scroll;
}

.NR&gt;li {
  min-height: 50px;
  border-bottom: 1px solid #d5d5d5;
  padding: 0;
}

.NR&gt;li&gt;div {
  display: inline-block;
  line-height: 50px;
  text-align: left;
  padding: 0 10px;
}

.lastLi&gt;div {
  float: left;
}

.flowtest {
  width: calc(70% - 21px);
}

.NR&gt;li&gt;div:first-child {
  background: #f0f0f0;
  width: calc(30% - 20px);
  min-height: 50px;
  text-align: right;
  border-right: 1px solid #d5d5d5;
}

.NR&gt;li:last-child {
  overflow: hidden;
}

.NR&gt;li:last-child&gt;div {
  padding-bottom: 99999px;
  margin-bottom: -99999px;
}

.flowSwrap {
  position: relative;
  margin: 0 auto;
  line-height: 24px;
}

.flow-line {
  position: absolute;
  height: 10px;
  width: 3px;
  background-color: #e3e3e3;
}

.flowCell {
  overflow: hidden;
}

.cell-left {
  width: 120px;
  padding-right: 28px;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}

.fc-orange {
  color: #fd6b00;
}

.fc-grey {
  color: #9d9d9d;
}

.t1,
.t2 {
  font-size: 16px !important;
}

.cell-center {
  height: 100px;
  width: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.cell-right {
  padding-left: 28px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

/* 褰曞彇閫氱煡涔︽煡璇㈠脊绐� */</pre></body></html>