<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*初始化样式*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, tr, em, button, img {
  margin: 0;
  padding: 0; }

html {
  color: #333; }

body {
  font-family: Tahoma,Arial,”Helvetica Neue“,”Hiragino Sans GB”,Simsun,sans-self;
  font-size: 14px;
  font-family: "微软雅黑", "Lucida Grande", Tahoma, serif;
  background-color: #fefefe;
  line-height: 1.7; }

h1, h2, h3, h4, h5, h6 {
  font-family: "微软雅黑", "Open Sans", serif; }

ul, ol, li {
  list-style: none; }

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  border: 0; }
  a:focus {
    outline: none; }
  a:active {
    _outline: none;
    _star: expression(this.onFocus=this.blur()); }
  a:hover {
    color: #065fb0;
    text-decoration: none; }

/*ie6下的虚线边框*/
i {
  font-style: normal;
  display: inline-block; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border: 0; }

.clearfix {
  zoom: 1; }
  .clearfix:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both; }

/*公共样式*/
.fleft {
  float: left !important; }

.fright {
  float: right !important; }

.hide {
  display: none; }

.w530 {
  width: 530px !important;
  _overflow: hidden; }

.w390 {
  width: 390px !important;
  _overflow: hidden; }

.margin-t10 {
  margin-top: 10px; }

.margin-t20 {
  margin-top: 20px; }

.margin-t30 {
  margin-top: 30px; }

.margin-t35 {
  margin-top: 35px; }

.margin-b20 {
  margin-bottom: 20px; }

.margin-t45 {
  margin-top: 45px; }

.z-index5 {
  z-index: 5;
  position: relative; }

.z-index4 {
  z-index: 4;
  position: relative; }

.z-index3 {
  z-index: 3;
  position: relative; }

.z-index2 {
  z-index: 2;
  position: relative; }

.z-index1 {
  z-index: 1;
  position: relative; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text {
  cursor: default; }
  .text:hover {
    color: #333; }

.f-w-n {
  font-weight: normal; }

.white-bg {
  background: white !important; }

.row {
  margin: 0 auto;
  width: 1000px;
  zoom: 1;
  position: relative;
  _overflow: hidden; }

.p-color {
  color: #f33801; }

input, textarea, keygen, select, button {
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  margin: 0em 0em 0em 0em;
  border: none; }

input {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  color: rgba(0, 0, 0, 0.75);
  transition: all 0.15s linear;
  margin: 0;
  outline: 0;
  border: 1px solid #ddd;
  line-height: 20px;
  padding: 2px 0;
  text-indent: 5px;
  height: 20px; }
  input:focus {
    border-color: #065fb0; }
  input::-ms-clear {
    display: none; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999; }

/* 基本input样式 */
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  color: rgba(0, 0, 0, 0.75);
  transition: all 0.15s linear;
  margin: 0;
  outline: 0; }

/*mod*/
.padding-b30 {
  padding-bottom: 30px; }

.padding-b20 {
  padding-bottom: 20px; }

table table tr:first-child td {
  border-top: none; }
table table td:first-child {
  border-left: none; }
table table td:last-child {
  border-right: none; }

/*分页*/
/*分页样式*/
.pages {
  width: 100%;
  overflow: hidden;
  font-family: "Microsoft Yahei", arial, tahoma, "宋体", sans-serif;
  text-align: center;
  font-size: 12px;
  margin: 0 0 0; }

.pages ul {
  position: relative;
  display: inline-block;
  *display: inline; }

.pages li {
  list-style: none;
  float: left;
  color: #333;
  position: relative;
  margin: 0 3px;
  line-height: 28px; }

.pages li span.curpage, .pages li span.currecords {
  color: #289df5; }

.pages li a {
  padding: 0 10px;
  display: block;
  text-align: center;
  border: 1px solid #ddd;
  float: left;
  background-color: #fdfdff;
  color: #333; }

.pages li.on {
  text-align: center;
  padding: 0 10px;
  border: 1px solid #065fb0;
  color: #fff;
  background-color: #065fb0; }

.pages li.on a {
  border: 1px solid #065fb0;
  color: #fff;
  background-color: #065fb0; }

.pages li.dots {
  font-family: Tahoma;
  font-size: 14px; }

.pages li.dots a:hover {
  color: #065fb0; }

.pages li a:hover {
  border: 1px solid #065fb0;
  color: #065fb0;
  text-decoration: none; }

.page li:nth-child(10) {
  margin-left: 30px; }

.pages li input {
  height: 36px;
  width: 38px;
  vertical-align: middle;
  padding: 0 8px;
  border: 1px solid #ddd;
  background-color: #fdfdff;
  outline: 0; }

.pages .skip {
  line-height: normal;
  *margin-top: -2px; }

.pages li .skip_box {
  display: inline-block;
  width: 37px;
  height: 28px;
  padding: 0;
  margin: 0 4px;
  line-height: 28px; }

.pages li .skip_box:focus {
  border-color: #065fb0; }

.pages li .skip_btn {
  font-family: Verdana;
  background: #fdfdff;
  text-align: center;
  border: 1px solid #ddd;
  height: 30px;
  line-height: 28px;
  width: 37px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  text-indent: 0;
  font-family: "Microsoft Yahei", arial, tahoma, "宋体", sans-serif; }

.pages li .skip_btn:hover {
  background: #065fb0;
  color: #fff;
  border-color: #065fb0; }

.border-none {
  border: none !important; }

/*面包屑*/
.breadcrumb {
  height: 30px;
  line-height: 30px;
  font-size: 12px; }

.breadcrumb a {
  padding: 0 2px; }

.breadcrumb a.cur {
  color: #065fb0; }

.breadcrumb span {
  float: left; }

.breadcrumb span.gt {
  margin: 0 5px;
  font-family: "simsun", "Microsoft Yahei", "宋体", sans-serif; }

/*# sourceMappingURL=layout.css.map */
</pre></body></html>