<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*=======Version-1.o======*/

/*======Author-SdL=======*/

/*=====Tim09102o18======*/

/*====SiChaunService===*/

* {
  font-family: Microsoft YaHei, sans-serif;
}

.clearFix:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.center {
  width: 1100px;
  margin: 0 auto;
}

header &gt; img,
footer &gt; img {
  width: 100%;
}

body {
  background: #f9f9f9;
}

/*banner文字开始*/

.center {
  width: 1100px;
  margin: 0 auto;
}

/*banner文字结束*/

/*查询框开始*/

.center .centerL {
  padding: 15px 30px 30px;
  border: solid 1px #e9e9e9;
  width: 700px;
  float: left;
  background-color: #ffffff;
}

.applicationNav {
  border-bottom: 1px solid #dcdcdc;
  height: 48px;
}

.applicationNav &gt; span {
  border-bottom: 3px solid #c40311;
  font-size: 19px;
  height: 40px;
  line-height: 42px;
  display: inline-block;
}

.formBox {
  width: 455px;
  margin: 0 auto;
  padding: 30px 0 30px;
}

/* #form input {
  border: none;
  outline: none;
}

#form select {
  border: none;
  outline: none;
} */

.formCode input {
  height: 100%;
  width: 213px;
  float: right;
  padding: 10px;
  line-height: 25px;
  background: transparent;
}

.form_icon {
  float: left;
  display: block;
  margin: 3px 0;
  height: 38px;
  width: 45px;
  border-right: 1px solid #dcdcdc;
  line-height: 33px;
  text-align: center;
}

.formButton li {
  height: 50px;
  width: 210px;
  line-height: 50px;
  text-align: center;
  background-color: #dfdfdf;
  font-size: 19px;
  border-radius: 4px;
  cursor: pointer;
}

.formButton li.subMit {
  float: left;
}

.formButton li.subRes {
  float: right;
}

.formButton li:hover {
  background-color: #c40311;
  color: #fff !important;
  transition: 0.2s;
}

.formCode {
  position: relative;
  margin: 20px 0;
  width: 260px;
  height: 45px;
  border: solid 1px #dcdcdc;
  background-color: #fafafa;
}

.formCodeImg {
  right: -160px;
  top: -1px;
  width: 130px;
  height: 45px;
}

.formCode input {
  height: 100%;
  width: 213px;
  float: right;
  padding: 10px;
  line-height: 25px;
  background: transparent;
}

/*查询框结束*/

.cenBg {
  overflow: hidden;
  background: #fff url(../images/bg.png) no-repeat center bottom;
}

/*右边显示*/

.center .centerR {
  width: 380px;
  height: 537px;
  margin-left: 20px;
  float: left;
  background-color: #fff;
  border: solid 1px #e9e9e9;
  padding: 15px 30px 30px;
}

/*右边结束*/

/*底部落款*/

.copyText {
  padding: 20px 0;
  clear: both;
}

.copyText &gt; p {
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}

.formItem {
  margin: 20px 0;
  width: 455px;
  height: 45px;
  border: solid 1px #dcdcdc;
  background-color: #fafafa;
}

.formItem input {
  height: 100%;
  width: 408px;
  float: right;
  padding: 10px;
  line-height: 25px;
  background: transparent;
}

.formItem select {
  height: 100%;
  width: 408px;
  float: right;
  padding: 10px;
  line-height: 25px;
  background: transparent;
}

.ulText {
  font-size: 17px;
  line-height: 34px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #333333;
  border-bottom: 1px solid #d4d5d9;
  margin-top: 10px;
  padding-left: 15px;
}

.ulText li {
  line-height: 34px;
}

/*查询结果开始*/

.cxjg {
  width: 100%;
  height: auto;
  padding-top: 20px;
}

.cxjg-table {
  width: 100%;
  border: 1px solid #e9e9e9;
}

.cxjg-table td {
  width: 25%;
  height: 40px;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px;
}

.cxjg-tit {
  width: 25%;
  height: 40px;
  font-weight: bold;
  background-color: #f9f9f9;
}

.cxjg-list {
  border-right: 1px solid #e9e9e9;
}

/*查询框结束*/

/**
 * multiple select plugin
 * @date: 2017/09/13
 * @author: liugl@inspur.com
 */

.multsel {
  min-width: 160px;
  /* border: 1px solid #ddd; */
  /* height: 45px; */
  line-height: 45px;
  position: relative;
  /* display: inline-block; */
  font-size: 12px;
  color: #333;
}

.multsel span.view {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  line-height: 45px;
  box-sizing: border-box;
  padding: 0 10px;
  display: block;
  cursor: pointer;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: #757575;
  font-size: 16px;
}

/* .multsel i {
    display: block;
    height: 5px;
    width: 8px;
    background: url(/images/icons.png) no-repeat 0 -60px;
    position: absolute;
    right: 5px;
    top: 20px;
} */

.multsel i.pop {
  background-position: -8px -67px;
}

.multsel .selist {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 195px;
  margin-top: 45px;
  overflow-y: auto;
  /* border:1px solid #ddd; */
  /* padding-top: 45px; */
  /* box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.1); */
}

.multsel .selist a.seitem {
  display: block;
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
  cursor: pointer;
  background-color: #fff;
  color: #757575;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.multsel .selist a.seitem:hover {
  background-color: #f1f1f1;
}

.multsel .selist a.checked {
  background-color: #f1f1f1 !important;
}

.fileupload {
  cursor: pointer;
  font-size: 14px;
  color: #757575;
}
</pre></body></html>