@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
	margin:0;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
}
html {
	width:100%;
	text-align:center;
}
img {
	border:none;
}
a {
	text-decoration:none;
	cursor:pointer;
	color:#170996;
}
a:hover{
	text-decoration:underline;
}
strong {
	font-weight:bold;
}
ul, ol, li, dt, dd {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	overflow:hidden;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.dis_in_b {
	display:inline-block;
}
.mt10 {
	margin-top:10px;
}
/* ==页头代码== */
.header {
	width:990px;
	margin:0 auto;
	text-align:left;
}

/* ==页面主体== */
.content {
	width:990px;
	margin:0 auto;
	text-align:left;
	padding:10px;
	background:#fff;
}
.width-229 {
	width:229px;
}
.width-280 {
	width:280px;
}
.width-356 {
	width:356px;
}
.width-410 {
	width:410px;
}
.width-482 {
	width:482px;
}
.width-720 {
	width:720px;
}
.height-196{height:196px;}
.height-168{height:168px;}

/* ==面包屑== */
.curmb{background:none;padding:0 20px;font:12px/30px Arial, Helvetica, sans-serif;color:#444;}

.curmb a{margin:0 4px;font:12px/30px Arial, Helvetica, sans-serif;color:#444;}

.curmb a:hover{color:#f60;}
/* ==翻页== */
.page {
	background:none;
	padding:10px 0;
	height:30px;
	text-align:center;
	border:1px solid #d1d1d1;
}
.page a {
	padding:0 2px;
	margin:2px;
	color:#054a59;
	text-decoration:none;
	font:12px/30px Arial, Helvetica, sans-serif;
}
.page a:hover {
	color:#c75900;
}
.page span {
	padding:0 5px;
	color:#054a59;
}