@charset "utf-8";
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
	background-attachment: scroll;
	background-color: #fff;
	font-family: Arial, "宋体", Tahoma;
	font-size: 12px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
div, ul, li, p , dd{
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
table {
    border: 0 none;
}
img {
    border: 0 none;
}
input {
	margin: 0px;
	padding: 0px;
	
}

a {

}

a:focus {
    outline: medium none;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}


/*页码*/
#pagelist{margin-top:30px;text-align:center;font-size: 14px;line-height: 32px;color:#535353;margin-bottom: 20px;}
#pagelist a, #pagelist span{
	font-size:14px;
	display:inline-block;
	padding:0px 6px;
	background-color:#F0F0F0;
	margin:0 2px;
	color:#333;
}
#pagelist .current {
	color: #FFF;
	background-color: #E15620;
}