@font-face{
	font-family: "SourceHanSansCN-Regular";
	src:url("../fonts/sourcehansanscn-regular.woff2") format("woff2"),
	url("../fonts/sourcehansanscn-regular.woff") format("woff"),
	url("../fonts/SourceHanSansCN-Regular.tff") format("truetype"),
	url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
	url("../fonts/sourcehansanscn-regular.svg") format("svg"),
	url("../fonts/SourceHanSansCN-Regular.otf") format("opentype");
	font-weight:normal;
	font-style: normal;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	touch-action: pan-y;
	/* 禁用滑动报错使用全局样式样式去掉*/
}

html,
body {
	position: relative;
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family: "SourceHanSansCN-Regular";
	font-size: 12px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*清除移动端点击色块*/
}

img {
	display: inline-block;
	border: 0;
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
i,
p,
em {
	font-weight: normal;
	margin: 0;
	padding: 0;
}




/*链接重置*/

a {
	color: #333;
	text-decoration: none;
	outline: none;
}




/*链接重置a:hover,*/

a:focus {
	text-decoration: none;
}




/*列表重置*/

ul,
ol,
li {
	margin: 0;
	list-style: none;
	padding: 0;
}




/*浮动*/

.fl {
	float: left;
}

.fr {
	float: right;
}




/*文字位置*/

.txt-l {
	text-align: left;
}

.txt-c {
	text-align: center;
}

.txt-r {
	text-align: right;
}




/*清除浮动*/

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	/* 触发 hasLayout */
	zoom: 1;
}


.w1200 {
	max-width: 1800px;
	margin: 0 auto;
}

.vs-hidden {
	display: block;
}

.vh-show {
	display: none;
}

@media screen and (max-width: 1800px) {
	/*.w1200 {*/
	/*	padding: 0 15px;*/
	/*}*/
	.w1200 {
		padding: 0 15px; /* 调整大屏幕时的填充 */
		max-width: 1800px; /* 控制最大宽度 */
		/*margin: 0 auto; !* 居中对齐 *!*/
	}
}

@media screen and (max-width: 768px) {
	.vs-hidden {
		display: none !important;
	}

	.vh-show {
		display: block !important;
	}
}
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}