/* Reset */
@charset "gb2312"; 
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, code, del,dfn,
em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td,
article,aside,figure,header, hgroup,menu,nav,section,footer
{
	font-weight:inherit;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
h1, h2, h3, h4, h5, h6
{
	font-weight:normal;
}
/* ------------------ Çå³ý¸¡¶¯clearfix --------------- */
.clearfix:before, .clearfix:after {
    content:"";
    display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    *zoom:1; /* ie6,7 haslayout clear */
}
/* ------------------ clearfix --------------- */
.fl{float:left;}
.fr{float:right;}
ul{list-style:none;}
a{text-decoration:none;}

body{
	background-color:#ababab;
}

/*content-style*/
.content{
	width:974px;
	padding:0 8px;
	margin:0 auto;
	background-color:#fff;
}
.content .main{
	width:648px;
	height:auto;
}
.content .news-list{
	width:326px;
	height:auto;
}