@font-face {
	font-family: century;
	src: url(../fonts/century.ttf?1oniuf) format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: centurygothic;
	src: url(../fonts/century-gothic.ttf?1oniuf) format("truetype");
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;
}
body {
	width: 100%; color: rgb(51, 51, 51); line-height: 26px; font-family: "Arial" , "Microsoft YaHei", sans-serif; font-size: 16px;
}
ul {
	margin: 0px;
}
li {
	margin: 0px;
}
a {
	color: rgb(89, 87, 87); text-decoration: none;
}
a:hover {
	color: rgb(0, 75, 160);
}
img {
	vertical-align: middle; max-width: 100%;
}
p {
	margin-bottom: 0px;
}
.row {
	margin: 0px;
}
.clear {
	clear: both;
}
.page {
	text-align: center; margin-top: 20px;
}
.page ul {
	display: inline-block;
}
.page > ul > li {
	display: inline;
}
.page ul li a {
	padding: 6px 12px; border-radius: 3px; border: 1px solid rgb(221, 221, 221); border-image: none; color: rgb(51, 51, 51); line-height: 1.4285; text-decoration: none; margin-right: 5px; margin-left: 5px; float: left; position: relative; background-color: rgb(255, 255, 255);
}
.page ul li a:hover {
	background: rgb(219, 152, 21); color: rgb(255, 255, 255);
}
.page ul li a.active {
	background: rgb(219, 152, 21); color: rgb(255, 255, 255);
}
.pagination > .active > a {
	background: rgb(219, 152, 21); border-color: rgb(219, 152, 21); color: rgb(255, 255, 255);
}
.pagination > .active > a:focus {
	background: rgb(219, 152, 21); border-color: rgb(219, 152, 21); color: rgb(255, 255, 255);
}
.pagination > .active > a:hover {
	background: rgb(219, 152, 21); border-color: rgb(219, 152, 21); color: rgb(255, 255, 255);
}
.pagination > .active > span {
	background: rgb(219, 152, 21); border-color: rgb(219, 152, 21); color: rgb(255, 255, 255);
}
.pagination > .active > span:focus {
	background: rgb(219, 152, 21); border-color: rgb(219, 152, 21); color: rgb(255, 255, 255);
}
.pagination > .active > span:hover {
	background: rgb(219, 152, 21); border-color: rgb(219, 152, 21); color: rgb(255, 255, 255);
}
@media screen and (max-width:680px)
{
body {
	line-height: 24px; font-size: 12px;
}
}
