html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
dl,
dt,
dd,
iframe,
span {
  margin: 0;
  padding: 0;
  border: 0;
}

table,
td {
  margin: 0;
  padding: 0;
}

#docContent td {
  word-break: break-all;
}

ul,
dl,
dt,
dd,
ol {
  list-style-type: none;
}

select,
input {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  outline: none;
  border: 0;
}

textarea {
  resize: none;
  outline: none;
}

input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer;
  -webkit-appearance: none;
}

em,
i {
  font-style: normal;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #105fca;
  cursor: pointer;
}

li {
  list-style: none;
}

.r {
  float: right;
}

.l {
  float: left;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
  /*IE/7/6*/
}

/*通用头部、尾部、检索等公用代码*/

body,
html {
  font-family:
    "Microsoft YaHei", 微软雅黑, 宋体, 黑体, "Helvetica Neue", Tahoma, Arial,
    "Hiragino Sans GB" !important;
  display: block;
  max-width: 1920px;
  min-width: 1300px;
  margin: 0 auto !important;
  position: relative;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}
.container {
  width: 1300px;
  margin: 0 auto;
  max-width: unset;
  border: 0;
  padding: 0;
  min-width: unset;
  line-height: unset;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cs-h-txt,
.cs-h-txt * {
  box-sizing: content-box;
}
.pagenumber {
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
  overflow: hidden;
}

.pagenumber A {
  color: #000;
  margin: 3px;
  padding: 6px;
  white-space: nowrap;
}

.pagenumber A:link {
  color: #000;
}

.pagenumber A:visited {
  color: #000;
}

.pagenumber A:hover {
  color: #fff;
  background-color: #015293;
  color: #fff;
  color: #fff;
}

.pagenumber A.currpagenum {
  color: #fff;
  font-weight: bold;
  background-color: #015293;
  color: #fff;
}
.heibai {
  filter: grayscale(100%);
}
#backToTop {
  position: fixed;
  text-align: center;
  bottom: 55px;
  right: 20px;
  _position: absolute;
  _right: 20px;
  width: 68px;
  height: 68px;
  font-size: 14px;
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: #015293;
  border-radius: 6px;
}
