*{margin:0;padding:0;box-sizing: border-box;font-family:'微软雅黑'}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Set <html> and <body> to inherit the height of the viewport */
html,
body {
  min-height: 100%;
}
.gg_item{width:31.33%;float:left;margin-right:3%;}
.gg_item:nth-child(3){margin-right:0px;}
.gg_item ul{margin:10px 0px;padding:0px;}
.gg_item li{float:left;text-indent:10px;line-height:2.3;}
.gg_item li:before{content:'';height:4px;width:4px;border-radius:4px;display:inline-block;background:#999;position:relative;top:-3px;left:-10px}
.gg_item li a{color:#333;}
/* Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
}
a{text-decoration:none;color:#333;}
a:active,
a:hover {outline: 0;color:#333;}
img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}
/* iframe */
iframe {border: 0;}


/*清除*/
.clear10{height:11px;clear:both;}
.mr0{margin-right: 0 !important}
.index-clear{height:25px;clear:both;}
.dn{display: none;}

.pagebar { padding:20px; overflow:hidden; clear:both;text-align: center;}
.pagebar .pagination {
  display: inline;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #0b3a7f;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}

.pagination span.page-status{
	display:none;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #0b3a7f;
}
.pagination a.page-num-current {
  color: #fff;
  background: #0b3a7f;
  border: 1px solid #0b3a7f;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}