body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;text-decoration: none;}
body{    font: 500 12px "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;background:#fff;-webkit-text-size-adjust:100%;
-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a{color:#000;text-decoration:none;
   }
a:hover{color:#000;text-decoration:none;}
em{font-style:normal}
li{list-style:none}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}
.cls{clear:both;}
.clr{clear:right;}
.more{width:100%;height:86px;line-height:86px; text-align:center; cursor: pointer;background:#fff;font-size:16px;font-family:微软雅黑;float:left;}
.show{display: block;}
.hide{display:none;}
.notEmpty{width:100%;height:50px;line-height: 50px;font-size: 26px;font-family: 微软雅黑;text-align: center;padding-top:50px;}
.notEmpty::after{content:"---"attr(name)"---" ;color:#ccc; text-align: center;padding-top:50px;}
.hide{display:none;}
.show{display:block;}

@font-face {
	font-family: 'gadugi'; /*这里是说明调用来的字体名字*/
	src: url('font/gadugi.ttf'); /*这里是字体文件路径*/
}

@font-face {
	font-family: 'proxima-nova'; /*这里是说明调用来的字体名字*/
	src: url('font/proximanova.ttf'); /*这里是字体文件路径*/
}
@font-face {
	font-family: 'mongolianbaiti'; /*这里是说明调用来的字体名字*/
	src: url('font/mongolianbaiti.ttf'); /*这里是字体文件路径*/
}


@font-face {
	font-family: 'raleway'; /*这里是说明调用来的字体名字*/
	src: url('font/Raleway-Regular.ttf'); /*这里是字体文件路径*/
}

@font-face {
	font-family: 'MyriadPro'; /*这里是说明调用来的字体名字*/
	src: url('font/MyriadPro-LightIt.ttf'); /*这里是字体文件路径*/
}








/*分页*/
/*.pagehtml{width:100%;text-align: center;float:left;}
.pagination {    display: inline-block;padding-left: 0;border-radius: 4px;height:30px;margin-top:30px;}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {text-decoration: underline;border-color: #DDDDDD; color: inherit; cursor: default; z-index: 2; }
.pagination > li{display: inline;}
.pagination > li > a,
.pagination > li > span { background-color: #FFFFFF;  color: #000; float: left; line-height: 1.42857; margin-left: -1px; padding: 4px 10px; position: relative; text-decoration: none; font-size:20px;min-width:20px;}
.pagination > form{ display:inline; padding:0px 5px;    position: relative;    top: -30px;}
.pagination > form > input.input_page{ width:45px; height:28px; border:1px solid #DDD; margin:0px 5px; display:inline; text-align:center; font-size:12px;}
.pagination > form > button.submit_gotopage{ border:1px solid #ccc; height:28px; background:#eee;}
.pagination > span{ height:30px; line-height:30px; padding:0px 10px;font-family:proxima-nova;}
*/



.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}





/*提示语*/
.not-result{font-size:25px; font-family: 'raleway'; color:#ccc;text-align: center;padding:100px 0;}
