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: #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;
}

/*分页样式，根据实际情况修改*/

.xll_pagebox {
  display: table;
  text-align: center;
  margin: 40px auto 0;
}

.xll_pagebox > a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 15px;
  color: #666666;
  float: left;
  margin-left: 10px;
}

.xll_pagebox > a.sy,
.xll_pagebox > a.my {
  width: 58px;
}

.xll_pagebox > a.xll_page_prev_l {
  background: url(../images/xll_page_prev_l.png) no-repeat center;
  background-color: #ffffff;
}

.xll_pagebox > a.xll_page_prev_l:hover {
  background: url(../images/xll_page_prev_l2.png) no-repeat center;
  background-color: #0061b0;
}

.xll_pagebox > a.xll_page_next_r {
  background: url(../images/xll_page_next_r.png) no-repeat center;
  background-color: #ffffff;
}

.xll_pagebox > a.xll_page_next_r:hover {
  background: url(../images/xll_page_next_r2.png) no-repeat center;
  background-color: #0061b0;
}

.xll_pagebox > span.zongshu {
  display: block;
  padding: 0 18px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 15px;
  color: #666666;
  margin-left: 10px;
  float: left;
}

.xll_pagebox > p {
  float: left;
}

.page_hide a,
.page_hide span {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 15px;
  color: #666666;
  margin-left: 10px;
  float: left;
}

.zt11 {
  width: 58px;
  height: 35px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  text-align: center;
  font-size: 15px;
  color: #666666;
  box-sizing: border-box;
  margin-left: 10px;
  float: left;
}

.zt12 {
  width: 58px;
  height: 35px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  text-align: center;
  font-size: 15px;
  color: #666666;
  background-color: #ffffff;
  cursor: pointer;
  box-sizing: border-box;
  margin-left: 10px;
  float: left;
}

.xll_pagebox > a:hover,
.zt12:hover,
.page_hide a:hover {
  color: #fff;
  background-color: #0061b0;
  border: 1px solid #0061b0;
}

.page_hide span {
  background-color: #0061b0;
  color: #fff;
  border: 1px solid #0061b0;
}

/*分页样式结束*/

.container {
  width: 1300px;
  margin: 0 auto;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: #0061b0;
  border-radius: 6px;
}

/* 通用样式 */

.list .hd {
  width: 100%;
  height: 46px;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}

.list .hd a:first-child {
  height: 100%;
  display: block;
  font-size: 26px;
  color: #333333;
  line-height: 26px;
  float: left;
  font-weight: bold;
  position: relative;
  background: url(../images/zwgk_box_hd_li.png) no-repeat right bottom;
}

.list .hd a:first-child:hover {
  color: #0061b0;
}

.list .hd a:first-child::after {
  width: 100%;
  height: 3px;
  background-color: #0061b0;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
}

.list .hd a:nth-child(2) {
  font-size: 16px;
  display: block;
  float: right;
  color: #999999;
  line-height: 26px;
  background: url(../images/zwgk_box_hd_more.png) no-repeat center right;
  padding-right: 39px;
}

.list .hd a:nth-child(2):hover {
  background: url(../images/zwgk_box_hd_more2.png) no-repeat center right;
  color: #0061b0;
}

.list2 .hd {
  width: 100%;
  height: 46px;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}

.list2 .hd ul {
  float: left;
}

.list2 .hd ul li {
  float: left;
  margin-right: 35px;
  height: 45px;
  position: relative;
}

.list2 .hd ul li:last-child {
  margin-right: 0;
}

.list2 .hd ul li.on {
  background: url(../images/zwgk_box_hd_li.png) no-repeat right bottom;
}

.list2 .hd ul li.on::after {
  width: 100%;
  height: 3px;
  background-color: #0061b0;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
}

.list2 .hd ul li a {
  display: block;
  font-size: 26px;
  color: #333333;
  line-height: 26px;
  font-weight: bold;
  width: 100%;
  height: 100%;
}

.list2 .hd ul li.on a {
  color: #0061b0;
}

.list2 .hd .more {
  float: right;
  height: 26px;
  overflow: hidden;
}

.list2 .hd .more a {
  font-size: 16px;
  display: block;
  color: #999999;
  line-height: 26px;
  background: url(../images/zwgk_box_hd_more.png) no-repeat center right;
  padding-right: 39px;
}

.list2 .hd .more a:hover {
  color: #0061b0;
  background: url(../images/zwgk_box_hd_more2.png) no-repeat center right;
}

.list3 .hd {
  width: 100%;
  height: 46px;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}

.list3 .hd a:first-child {
  height: 100%;
  display: block;
  font-size: 26px;
  color: #0061b0;
  line-height: 26px;
  float: left;
  font-weight: bold;
  position: relative;
  background: url(../images/zwgk_box_hd_li.png) no-repeat right bottom;
}

.list3 .hd a:first-child::after {
  width: 100%;
  height: 3px;
  background-color: #0061b0;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
}

.list3 .hd a:nth-child(2) {
  font-size: 16px;
  display: block;
  float: right;
  color: #999999;
  line-height: 26px;
  background: url(../images/zwgk_box_hd_more.png) no-repeat center right;
  padding-right: 39px;
}

.list3 .hd a:nth-child(2):hover {
  background: url(../images/zwgk_box_hd_more2.png) no-repeat center right;
  color: #0061b0;
}

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #005ea5;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-right-zwfw:before {
  background: url(../images/zwfw_box_top_item_bd_jt2.png) no-repeat center right
    20px;
  background-color: #0061b0;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
  color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow1:before {
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 97, 176, 0.5) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 97, 176, 0.5) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

.hvr-float-shadow2:before {
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(140, 77, 28, 0.5) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(140, 77, 28, 0.5) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0061b0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
