@charset "utf-8";
/* CSS Document */
*{ margin:0 auto; padding:0px;}
body{ font-family:"宋体"; font-size:12px; text-align:left; color:#666; line-height:22px; background:#fff;}
img{border:0px; margin:0px; padding:0px}
ul,li,p{ list-style:none; margin:0px; padding:0px;}
.left{ float:left;}
.right{ float:right;}
.clear{ clear:both;}
dl,dt,dd{ margin:0px; padding:0px;}
a{ font-family:"宋体"; font-size:12px; color:#666; margin:0px; padding:0px; text-decoration:none}
a:hover{ color:#f00; text-decoration:none}

#out {
	position:relative;
	width:910px;
	height:520px;
	margin:0px;
	border:0px solid #ddd;
	overflow:hidden;
	margin-top:10px;
}
#content {
	width:910px;
	height:100%;
	overflow:auto;
	-moz-user-select:none;
	padding:10px;
}
#content ul{ width:840px; margin:0 auto;}
#content ul li{ width:840px; height:152px; border-bottom:1px dashed #ddd; margin-top:16px;}
.tab01{ width:192px; height:120px; border:1px solid #ddd; padding:4px; overflow:hidden;}
.tab02{ padding-left:12px;}
.tab02_1{ color:#777; font-size:18px; line-height:24px; font-family:"微软雅黑", "黑体", "宋体";}
.tab02_1 a{ color:#777; font-size:18px; font-family:"微软雅黑", "黑体", "宋体";}
.tab02_1 a:hover{ color:#f00; font-size:18px; font-family:"微软雅黑", "黑体", "宋体";}
.tab02_2{ color:#b49522; font-size:12px; font-family:"微软雅黑", "黑体", "宋体"; line-height:24px;}
.tab02_3{ color:#888; font-size:12px; font-family:"微软雅黑", "黑体", "宋体"; line-height:18px;}
.tab02_4{ padding-top:5px;}

.tab02_5{ padding-top:5px; color:#69b846; font-size:12px; font-family:"微软雅黑", "黑体", "宋体";}
.lstar, .lstar span {
	background:url(../images/star.gif) repeat-x 0 -20px;
	display:block;
	height:15px;
	line-height:15px;
	overflow:hidden;
	width:100px;
	float:left;
}
.lstar span {
	background-position:0 0px;
	margin:0;
	overflow:hidden;
	height:15px;
}


#scrollBar,#scrollBarHandle,.scroll_bar_top,.scroll_bar_top_a,.scroll_bar_bottom,.scroll_bar_bottom_a {
	background-image:url(../images/un_bg_scrollBar.gif);
}
#scrollBar {
	position:absolute;
	top:0;
	right:0px;
	z-index:9;
	width:6px;
	height:100%;
	background-repeat:repeat-y;
	background-position:-42px 0;
	float:left;
}
#scrollBarTop,#scrollBarHandle,#scrollBarBottom {
	position:absolute;
	left:0;
	cursor:default;
}
#scrollBarTop,#scrollBarBottom {
	width:100%;
	height:14px;
	color:#fff;
	text-align:center;
}
#scrollBarTop { top:0; }
#scrollBarBottom { bottom:0; }
#scrollBarHandle { width:100%; background-repeat:repeat-y; background-position:-28px 0; }
.scroll_bar_top { background-position:0 0; }
.scroll_bar_top_a { background-position:-14px 0; }
.scroll_bar_bottom { background-position:-56px 0; }
.scroll_bar_bottom_a { background-position:-70px 0; }

