 html, body {
   margin: 0;
   padding: 0;
 }
 .pagebox {
   position: relative;
   width: 1200px;
   margin: 0px auto;
 }
 body {
   overflow-x: hidden;
 }
 .resetHtmlCssStyle div {
   font-size: 14px;
   line-height: 26px;
   font-family: 微软雅黑;
 }
 .resetHtmlCssStyle p {
   font-size: 14px;
   line-height: 26px;
   font-family: 微软雅黑;
 }
 .reset_style p {
   font-size: 14px;
   line-height: 26px;
   font-family: 微软雅黑;
	color: #fff;
 }
.reset_style p span{line-height:3;font-size:18px}
 .e_btn:hover {
   text-decoration: none;
   box-shadow: none
 }
 .e_btn:active {
   text-decoration: none;
   box-shadow: none
 }
 .p_page .pageNum:hover {
   background: #003986 !important;
 }
 .p_page .pageNum:active {
   background: #003986 !important;
 }
 .p_page .pageNum.active {
   background: #003986 !important;
 }
 .p_page .pre.active {
   background: #003986 !important;
 }
 .p_page .pre:active {
   background: #003986 !important;
 }
 .p_page .pre:hover {
   background: #003986 !important;
 }
 .p_page .next:hover {
   background: #003986 !important;
 }
 .p_page .next:active {
   background: #003986 !important;
 }
 .p_page .next.active {
   background: #003986 !important;
 }
 .p_page .next {
   background: #003986 !important;
 }
 .reset_style a, .resetHtmlCssStyle .reset_style a {
   text-decoration: none !important;
   color: #fff;
 }
 .reset_style a:hover, .resetHtmlCssStyle .reset_style a:hover {
   text-decoration: none !important;
   color: #06c;
 }
 .qrcode {
   width: 150px;
   height: 150px
 }
/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #17a2b8;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.page-num-current:hover {
	color: #fff;
}
.my-4 {
    margin-bottom: 1.5rem!important;
	margin-top: 1.5rem!important;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.clr{clear:both;}
.sortname{text-align:center;color:#333;line-height:1.7;font-size:26px;font-family:微软雅黑;}
.sortsubname{text-align:center;font-family:arial,helvetica,sans-serif;line-height:1.7;color:#666;font-size:16px;}
.fff {color: #fff;}