.top {
  height: 36px;
  line-height: 36px;
  background-color: #015293;
  overflow: hidden;
  width: 1424px;
  margin: 0 auto;
  display:block;
}
 .container {
  width: 1280px;
  margin: 0 auto;
}
.top .left {
  width: 250px;
  display: inline;
  color: #a2bedb;
}
.top .left span{
  color: #a2bedb;
}
.top .right {
  position: relative;
  z-index: 100;
}
.r {
  float: right;
}
.top .right li {
  float: left;
}
.top .right li a {
  display: block;
  font-size: 14px;
  color: #a2bedb;
  padding-right: 15px;
  padding-left: 15px;
}


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 {
  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: #0061b0;
  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;
}