blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  color: #2f536d;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  min-width: 1300px;
}
caption,
td,
th {
  font-size: 14px;
  border-bottom: 1px solid;
  text-align: center;
}
td {
  border-bottom: 1px dashed #e6e9ed;
}
td .mu-text-field-content {
  padding-top: 0;
  padding-bottom: 0;
}
th {
  height: 30px;
}
.DocHtmlCon caption,
.DocHtmlCon td,
.DocHtmlCon th {
  font-size: 14px;
  border: 1px solid;
  text-align: center;
}
.DocHtmlCon td {
  border-bottom: initial;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  display: inline-block;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #ffd646;
}
img {
  border: none;
}
li,
ol,
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  font: 14px "Microsoft Yahei";
  outline: 0;
}
input {
  border-bottom: 1px solid #e6e9ed;
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: transparent;
}
textarea {
  border: 1px solid #e6e9ed;
  resize: none;
  border-radius: 3px;
  width: 100%;
  height: 200px;
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
input:hover,
textarea:hover {
  border-color: #b8b8b8;
}
textarea:focus {
  border-color: #085bb9;
}
button {
  border-radius: 3px;
}
table {
  border-collapse: collapse;
}
b,
i,
s {
  list-style: none;
  font-style: inherit;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
footer,
header,
main,
nav {
  display: block;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 2px 5px;
  border-radius: 3px;
  color: #2f536d;
  border: 1px solid #e6e9ed;
  padding-right: 20px;
  background: url(pull.png) no-repeat center right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ml-10 {
  margin-left: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.text-danger {
  color: #ff4949;
}
.header {
  width: 100%;
}
.header .top {
  background-image: url(../img/topBG.png);
  padding: 30px 20px 10px;
}
.header .top .cen {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .top .cen .logo {
  width: 500px;
}
.header .top .cen .search {
  background-color: #ffffff;
  width: 525px;
  display: flex;
  height: 38px;
  margin-top: 10px;
  border: 1px solid #e3e2e2;
}
.header .top .cen .search .input {
  flex: 1;
  width: 100%;
}
.header .top .cen .search .input input {
  border: none;
  height: 100%;
  width: 100%;
  padding: 0px 25px;
}
.header .top .cen .btn {
  width: 80px;
  background-color: #0b5db1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header .menus {
  background-color: #0b5db1;
  width: 100%;
  height: 58px;
}
.header .menus .items {
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
}
.header .menus .items ul {
  list-style: none;
  display: flex;
  height: 100%;
  align-items: center;
}
.header .menus .items ul li {
  width: 126px;
  text-align: center;
}
.header .menus .items ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.select {
  width: 300px;
  height: 40px;
  background: #FFFFFF;
  margin: 0px auto;
  position: relative;
  cursor: pointer;
}
.select::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  top: 12px;
  right: 12px;
  position: absolute;
  transform: rotate(-46deg);
  transition: all 0.3s ease-in;
}
.select p {
  width: 300px;
  line-height: 40px;
  font-size: 16px;
  font-family: "microsoft yahei";
  color: #666666;
  padding: 0px 15px;
}
.select ul {
  width: 300px;
  display: block;
  font-size: 16px;
  background: #FFFFFF;
  position: absolute;
  top: 40px;
  left: 0px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s ease-in;
}
.select ul li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px;
  list-style: none;
  color: #666666;
}
.select ul li.Selected {
  background: #bbbbbb;
  color: #FFFFFF;
}
.select ul li:hover {
  background: #D0D0D0;
}
.select a {
  text-decoration: none;
  color: #000000;
}
@-webkit-keyframes slide-down {
  0% {
    transform: scale(1, 0);
  }
  25% {
    transform: scale(1, 1.2);
  }
  50% {
    transform: scale(1, 0.85);
  }
  75% {
    transform: scale(1, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.select.open ul {
  max-height: 250px;
  transform-origin: 50% 0;
  -webkit-animation: slide-down 0.5s ease-in;
  transition: max-height 0.2s ease-in;
  overflow-y: auto;
}
.select.open::after {
  transform: rotate(134deg);
  transition: all 0.3s ease-in;
  top: 18px;
}
.tabs .tab-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs .tab-nav li a {
  text-decoration: none;
}
.tabs .tab-pane {
  display: none;
}
.tabs .tab-pane.active {
  display: block;
}
.footer {
  background-image: url(../img/fotbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.footer .main {
  padding: 20px;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .main .ico {
  width: 200px;
}
.footer .main .icp {
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
}
.footer .main .icp a {
  color: #ffffff;
  margin: 2px 4px;
}
.main {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 15px;
}
.main .searchtxt {
  font-size: 16px;
  line-height: 28px;
  padding: 10px 5px;
}
.clearfix {
  clear: both;
  float: none;
}
.sitebox {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.sitebox .auto {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  padding: 15px 20px;
  background-color: #f4faff;
}
.sitebox a {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}
/*页码容器*/
.page-box {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #999;
  font-size: 14px;
  display: inline-block;
}
/*图文列表*/
.n-list {
  padding-top: 10px;
}
.n-list li {
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
  margin-top: 10px;
}
.n-list li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.n-list li h2 {
  padding: 0px 0 14px 0;
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n-list li h2 a {
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  color: #323232;
  text-decoration: none;
  transition: all 0.3s;
}
.n-list li h2 a:hover {
  color: #1865cd;
  padding-left: 15px;
  border-left: 4px solid #1865cd;
  font-weight: 600;
}
.n-list li .note b {
  position: relative;
  display: block;
  float: left;
  margin-right: 16px;
  width: 220px;
  height: 150px;
  font-style: normal;
}
.n-list li .note b img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  _height: 100%;
}
.n-list li .note p {
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n-list li .note p a {
  color: #555;
}
.n-list li .note p a:hover {
  color: #000000;
}
.n-list li .note .info {
  padding-top: 10px;
  text-align: right;
}
.n-list li .note .info span {
  margin-right: 10px;
  padding-left: 20px;
  color: #777;
  background: url(../img/sprite.gif) no-repeat;
}
.n-list li .note .info .time {
  background-position: 0 -158px;
}
.n-list li .note .info .view {
  background-position: 0 -36px;
}
.n-list li .note .info .comm {
  background-position: 0 4px;
}
.n-list .nodata {
  margin-top: 30px;
  color: #666;
  font-size: 14px;
  line-height: 100px;
  text-align: center;
}
div.digg {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 14px;
}
div.digg a {
  display: block;
  float: left;
  padding: 5px 12px;
  margin: 0 0 0 8px;
  border: 1px solid #e1e2e3;
  line-height: 20px;
  height: 20px;
  color: #3b8dd1;
  background: #fff;
  text-decoration: none;
}
div.digg a:hover {
  border: 1px solid #3b8dd1;
}
div.digg span {
  display: block;
  float: left;
  padding: 5px 0;
  line-height: 20px;
  height: 20px;
}
div.digg span.current {
  padding: 5px 12px;
  margin: 0 0 0 8px;
  color: #555;
  font-weight: bold;
}
div.digg span.disabled {
  border: 1px solid #eee;
  padding: 5px 12px;
  margin: 0 0 0 8px;
  color: #ddd;
}
/*css default style pagination*/
div.default {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", Verdana;
  font-size: 12px;
}
div.default a,
div.default span {
  display: block;
  float: left;
  margin: 2px 0 0 -1px;
  padding: 4px 12px;
  line-height: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #333;
  text-decoration: none;
}
div.default span:first-child {
  border-left: 1px solid #e1e1e1;
}
div.default a:hover {
  color: #666;
  background: #eee;
}
div.default span.current {
  color: #fff;
  background: #488FCD;
  border-color: #488FCD;
}
div.default span.disabled {
  color: #999;
  background: #fff;
}
.navigation .PageText {
  display: block;
  padding: 21px 10px;
  text-align: center;
  line-height: 1.2;
  background-color: #0653ab;
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
  cursor: default;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px #333;
  user-select: none;
}
.navigation .PageNavCon li {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  border-top: 1px solid #ddd;
}
.navigation .PageNavCon li a {
  display: block;
  font-size: 20px;
  color: #626262;
  line-height: 1.3;
  padding: 17px 75px;
  background: url(../img/PublicList_ico_2.png) no-repeat 270px center #f3f3f3;
  cursor: pointer;
}
.navigation .PageNavCon li a:hover {
  color: #FFF;
  background: url(../img/PublicList_ico_2_on.png) no-repeat 270px center #1d69c5;
}
