﻿.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	zoom: 1;
}
.w920{
    width:920px !important;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.go{
	position: relative;
}
.go:after{
	content:"";
	display: block;
	width: 33%;
	height: 33%;
	position: absolute;
}
.xian{
    top:0;
}
.pagerbox{
	text-align: center;
	font-size: 16px;
	color: #919191;
	line-height: 26px;
	padding-top: 20px;
	padding-bottom: 40px;
    width: 1130px;
    margin:0 auto;
}
.pagerbox a{
    text-decoration-line:none;
}
.pagerbox .t{
	margin: 0 10px;
    display: block;
	color: #919191;
}
.pagerbox .go{
	width: 26px;
	height: 26px;
	background-color: #dcd3cc;
    top:0;
    left:0;
    border-radius:0;
}
.pagerbox .go:after{
	border-top: 3px #2593D6 solid;
	border-right: 3px #2593D6 solid;
    border-bottom: none;
	transform: rotate(45deg);
	border-color: #948278;
	top: 7px;
	left: 5px;
}
.pagerbox .go.left:after{
	transform: rotate(-135deg);
	top: 7px;
	left: 9px;
}