* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight: normal;
	font-family: 微软雅黑, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1
}

*::before,*::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased
}

a {
	text-decoration: none
}

ul {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle;
}

input,button {
	border: 0;
	outline: none;
	background: none;
	-webkit-filter: chroma(color=#000);
	filter: chroma(color=#000)
}

.container {
	width: 100%;
	min-width: 1330px
}

.main {
	width: 1200px;
	margin: 0 auto
}

.fl {
	float: left
}

.fr {
	float: right
}

.c-float::after {
	content: '';
	display: block;
	clear: both
}

.f-size-10 {
	font-size: 12px;
	-webkit-transform: scale(0.83333);
	transform: scale(0.83333);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.t-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.p-relative {
	position: relative
}

.d-none {
	display: none
}

#newBridge {
	z-index: 10000 !important
}

.list_bread {
	padding-top: 22px;
	padding-left: 56px;
	font-size: 0;
	padding-bottom: 22px;
	background-color: #fff;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABvElEQVQ4T52SPWgUQRTH3/854nL4hanSRVHBNFpayRnCqWDI3u5sEJTYiwhWdhZ2VqKIiGUwoDc77koKLUQOBbEUBMXG1kqJHxwXWN+TOUY5YxBxuuE3v/fm/WegqqD/WNhIrKpql4jcCPWY+UK32/20vvYfovd+WkQeAvgQDqvqJDPP53n+Zlz+TXTOzTHzXSK6JyLnY8ebRHRKRM4URbHyU/4lOucuAbgC4GKe57fGq3vvz6nqNVW9XBTF1cDQ6/U2MfOSqh43xiykafp0o6zqup5pmqYH4LGILMJ7f1hEnhljDqRp+v5vAdd1vadpmrfMfCR0nAGwYq3d+i+v4r3/JiJzKMtyVlUra+32IDrnDjLzIhFtjoW+A3iQZdnzsC/L8guAbhCPqWrPWrszgidElBDR61EIwBQR7c3zfF/kqwAW4Jw7QUTL1tqJALz3LwDcz7LsetzPq+pta+1kFD8S0ekgniSipSRJ9gcwHA4fMfPyOvFOkiTTkb8jorOoqmqqaZpXRLQjXm1NRI4WRfEydtytqoFvizN/NsYcGn2Afr+/ZTAYjGY0xnztdDqD8YTHeavVWm2322s/ANK71to9KMpHAAAAAElFTkSuQmCC");
	background-position: 40px center;
	background-repeat: no-repeat
}

.list_bread.bg-none {
	background-color: transparent
}

.list_bread.style-second {
	padding-top: 18px;
	padding-left: 16px;
	padding-bottom: 18px;
	background-position: 0 center
}

.list_bread_item {
	position: relative;
	display: inline-block;
	padding-right: 12px
}

.list_bread_item a {
	display: block;
	padding: 6px;
	font-size: 12px;
	color: #888;
	line-height: 12px;
	-webkit-transition: 0.3s;
	transition: 0.3s
}

.list_bread_item a:hover {
	color: #ff7006
}

.list_bread_item a:not([href]):hover {
	color: #888
}

.list_bread_item::after {
	content: '>';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	height: 12px;
	margin-top: -6px;
	font-size: 12px;
	line-height: 12px;
	color: #888
}

.list_bread_item:last-child::after {
	display: none
}

body {
	min-width: 1340px;
}

strong * {
	font-weight: bold!important;
}
/*分页*/
.list-page {
	width: 100%;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	color: #999;
	margin-top: 30px;
}

.list-page > a {
	position: relative;
	min-width: 40px;
	text-align: center;
	line-height: 38px;
	padding: 0 14px;
	border: 1px solid #fff;
	background: #fff;
	color: #2B2B2B;
	font-size: 14px;
	float: left;
	display: block;
	margin-right: 1px;
}

.list-page > a:hover {
	border: 1px solid #DA0B00;
	color: #DA0B00
}

.list-page > .active {
	border: 1px solid #DA0B00 !important;
	color: #DA0B00 !important;
}

.list-page:after {
	content: '';
	display: block;
	clear: both;
}

.list-page > a.disabled {
	cursor: not-allowed;
	border: 1px solid #fff;
	color: #ABABAB;
}

.list-page > a.first {
	margin-right: 3px;
}

.list-page > a.prev {
	margin-right: 10px;
}

.list-page > a.next {
	margin-right: 3px;
}

.list-page p {
	display: inline-block;
	color: #ABABAB;
	font-size: 14px;
	margin-right: 10px;
	float: left;
	border: 1px solid #fff;
	background: #fff;
	padding: 0 11px 0 12px;
	position: relative;
}

.list-page p i {
	content: "";
	display: inline-block;
	border-top: 4px solid #999;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	vertical-align: top;
	margin-left: 4px;
	margin-top: 18px;
}

.list-page p::after {
	content: "";
	display: inline-block;
	border-top: 3px solid #fff;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	top: 18px;
	right: 12px;
}

.list-page p span {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 999;
	padding-top: 4px;
	opacity: 0;
	overflow: auto;
	display: block;
	height: 220px;
}

.list-page p:hover span {
	opacity: 1;
}

.list-page p span b {
	display: block;
	font-weight: normal;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.06);
}

.list-page p span a {
	display: block;
	background: #fff;
	line-height: 22px;
	font-size: 14px;
	color: #999;
	padding: 0 9px;
}

.list-page p span a:hover {
	color: #2B2B2B;
}

.right_box .list-page {
	padding-left: 37px;
}

.right_box .list-page > a.disabled,.right_box .list-page > a,.right_box .list-page p {
	border: 1px solid #898989;
}

.right_box .list-page > a:hover {
	border: 1px solid #DA0B00;
}

.right_box .list-page > a.disabled {
	border: 1px solid #898989;
}
/* 分页结束 */

/*全局加粗*/
strong {
	font-weight: bold;
}