@charset "utf-8";
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
	background-attachment: scroll;
	background-color: #fff;
	background-position: center top;
	background-repeat: repeat;
	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;
	
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

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{text-align:center;font-size: 14px;font-family: "Verdana";line-height: 32px;color:#333;margin-top: 30px;}
#pagelist a{color:#333;}
#pagelist a:hover{color:#c26465;};
