/* CSS Document 通用样式 */

/*general begin*/
body {
	text-align:center;
	font: 12px/160% Helvetica, Arial, sans-serif, "微软雅黑";
	color:#000000;
	margin: 0 auto;
	background: #fff url(../images/bg_body.gif) 0 0 repeat-x;
}
img, a img {
	border:none;
}
ol, ul, li {
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
}
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, p, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
em, cite, strong, th {
	font-style: normal;
	font-weight: normal;
}
table {
	empty-cells: show;
	border-collapse: separate;
	margin:0 auto;
}
input:focus {
	background-color:#D1EFED;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	color: #900;
	text-decoration: underline;
}
.titlelink {
	color:#666;
	font-size:11px;
}
.titlelink a:link, .titlelink a:visited {
	color:#f60;
	text-decoration:none;
}
.titlelink a:hover, .titlelink a:active {
	color:#444;
	text-decoration:underline;
}
/* Clear Fix */
/* Hide from IE Mac */
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.clearfix {
	display:inline-block;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* end of clearfix */

.clear {
	clear:both;
	height:0px;
	margin-top:-1px;
	line-height: 0px;
}
.dropshadow {
	clear: left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	padding: 0
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.line_height_20 {
	line-height:20px;
}
.margin_bottom_8px {
	margin-bottom:8px;
}
.padding_bottom_20px {
	padding-bottom:20px;
}
.padding_bottom_0 {
	padding-bottom:0;
}
.spe {
	padding:0 3px;
}
.spe6 {
	padding:0 6px;
}
.bg_color_fa {
	background-color:#fafafa;
}
.bg_color_ffa {
	background-color:#ffa;
}
.bg_color_FFFFEC {
	background-color:#FFFFEC;
}
.bg_color_F0F8FF {
	background-color:#F0F8FF;
}
.font_weight_600 {
	font-weight:600;
}
.font_weight_normal {
	font-weight: normal;
}
.color_666 {
	color:#666;
}
.color_999 {
	color:#999;
}
.color_red {
	color:#f00;
}
.color_f60 {
	color:#f60;
}
.color_blue {
	color:#00F;
}
.font_size_10px {
	font-size:10px;
}
.font_size_12px {
	font-size:12px;
}
.font_size_14px {
	font-size:14px;
}
.more_title{
	float:right;
	padding-right:5px;
	font-size: 11px;
	font-weight: normal;
}
.dateR {
	float:right;
	color:#666;
	padding-right:3px;
	font-size:11px;
}
.more {
	line-height:20px;
	padding: 3px 16px;
	text-align: right;
	display: block;
	clear:both;
	color:#f60;
}
.more.listtxt {
	padding-top: 14px;
}
.page_txt {
	height:auto;
	padding: 4px 6px;
	text-align: center;
	margin:5px 10px;
	clear:both;
	color:#333;
	overflow: hidden;
	height:auto;
	display: block;
	border: 1px dotted #999;
	background-color: #FFF;
	font-size: 12px;
}
.page_txt a:link,.page_txt a:visited {
	color:#666;
	text-decoration: none;
}
.page_txt a:hover,.page_txt a:active {
	color:#333;
	text-decoration: none;
}
.page_txt.no {
	background:none;
	border:none;
}
.page_txt.next {
	line-height:22px;
	background-color:#fff;
	border: 1px dotted #ccc;
}
.page {
	text-align:center;
}
.page .current{
	text-align:center;
	border:1px solid #f63;
	background-color:#E1F9FD;
	color:#f63;
	padding:2px 5px;
	margin-right: 3px;
}
.page a:link, .page a:visited {
	color:#666;
	text-decoration:none;
	border:1px solid #f63;
	background-color:#fff;
	padding:2px 5px;
	margin-right: 3px;
}
.page a:hover, .page a:active {
	color:#fff;
	border:1px solid #ccc;
	background-color:#000;
}
.pagenav {
	padding:8px 6px 6px;
	text-align: center;
	display: block;
	color:#f60;
	height: 22px;
	line-height: 20px;
	margin-bottom: 4px;
	overflow: hidden;
	font-size: 11px;
	clear: both;
}
/*general end*/

.w3c{
	position:absolute;
	top: 53px;
	right: 4px;
}

