



@font-face {
	font-family:PingFang-B;
	src:url(../font/PingFang-Bold.woff)
}
@font-face {
	font-family:PingFang-R;
	src:url(../font/sf-pro-display_regular.woff2)
}
@font-face {
	font-family:PingFang-S;
	src:url(../font/PingFangSC-Semibold.woff2)
}







@font-face {
	font-family:bahnschrift;
	src:url(../font/bahnschrift.ttf)
}

view
{
	display: block;
}


html {
	font-size: 14px;
	overflow-x: hidden;
}

li {
	list-style: none;
}

a {
	color: #212529
}

a:hover {
	text-decoration: none;
}

p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}

.byys {
	background: #f6f6f6;
}

:focus {
	color: #495057;
	border-color: #ddd;
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
	
}

body {
	background: #fff;
	color: #666;
	position: relative;
	vertical-align: baseline;
	width: 100%;
	margin: auto;
	font-size: 18px;
}

a {
	text-decoration: none;
	outline: none;
}

a:link {
	color: #666;
}

a:visited {
	color: #666;
}

a:hover,a:active,a:focus {
	color: #0c132b;
	text-decoration: none;
	outline: none;
	background: none;
}

input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

ul,ol,li {
	list-style-type: none !important;
}

select,input,img,select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table, th, td {
	vertical-align: middle
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}


hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

h2.text-center {
	border-bottom: 1px solid #dee2e6!important;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.pageController ul {
	display: block;
}

.pageController {
	overflow: hidden;
	padding: 0px 0px;
	text-align: center;
}

.pageController ul li {
	display: inline-table;
}

.pageController ul li a {
	padding: 0px 0px;
	border: 1px rgba(0,0,0,0) solid;
	color: #000;
	font-size: 14px;
	line-height: 36px;
	display: inline-table;
	margin: 0px 5px;
	background: none;
	border-radius: 100%;
	width: 38px;
	font-weight: 700;
}

.pageController ul li.Previous a,.pageController ul li.Next a
{
	background: none;
	color: #000;
	border: 1px #000 solid;
	font-family: 宋体;
}

.pageController ul li a:hover {
	background: #0c132b;
	color: #fff;
	border: 1px #0c132b solid;
}

.pageController ul li .page-num-current {
	background: #0c132b;
	color: #fff;
	border: 1px #0c132b solid;
}




@media only screen and (max-width:1600px) {
   
 body
 {
    font-size: 16px;    
 }
    
}

.page-path-wrap{
	display: flex; justify-content: flex-start; align-items: center;
}
.page-path-wrap img.page-path{
	width: 18px; margin-right: 5px;
}
.page-path-wrap .path-item{
	font-size: 15px;
}
.page-path-wrap .path-item a{
	padding: 0 !important;
}
.page-path-wrap .path-space{
	padding: 0 6px; font-size: 13px;
}
.cate-name{
	margin-top: 15px; font-size: 26px; color: #000; font-weight: bold;
}
.cate-content{
	font-size: 15px; line-height: 28px; color: #333;
	margin-top: 20px;;
}
.info_title{
	display: flex; justify-content: center; align-items: center;
}
.info_title span{
	color: rgba(0,0,0,.6) !important; font-size: 14px !important;
	padding: 0px 20px !important; background: none !important;
	margin: 0 !important;
	display: flex; justify-content: center; align-items: center;
}
.info_title img{
	width: 14px !important; margin-right: 6px;
}