@charset "utf-8";
/* CSS Document */
/* 特殊选择符设置和网页元素自身设置 */

img
{
	border: 0px;
}

ul{
	list-style-type:none;
}


a{
	color:#333;
	text-decoration:none;
}

a:visited{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#c00;
	text-decoration:none;
}


a.fff{
	color:#fff;
	text-decoration:none;
}
a.fff:visited{
	color:#fff;
	text-decoration:none;
}
a.fff:hover{
	color:#f60;
	text-decoration:none;
}


p{
	line-height:25px;
}

h1{
	font-size:14px;
	font-weight:bold;
	float: left;
}
h2{
	font-size:12px;
	font-weight:bold;
	float: left;
}

.more{
	width:50px;
	height:auto;
	float:right;
	font-size:12px;
	line-height: 30px;
}
.more a{
	color:#cc0000;
}
.more a:hover{
	color:#ff0000;
}
.pages {
	width:100%;
	float:left;
	text-align:center;
	height:25px;
	margin-top:10px;
	padding-top:5px;
	border-top:1px solid #dddddd;
}
HR{
	color:#fff;
	height:0px;
	border-bottom:1px #ccc dotted;
}
.borad51{
	padding:5px;
	border:1px solid #eee;
}
/* Clear Fix */    .clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }    .clearfix { display:inline-block; }    /* Hide from IE Mac */    .clearfix {display:block;}    /* End hide from IE Mac */    /* end of clearfix */
