/* CSS Document */
body,td,th 
{
	line-height:1.8em;
	font-size: 12px;
}

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color:Red;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a.bbb:link {
	text-decoration: none;
	color: #333333;
}
a.bbb:visited {
	text-decoration: none;
	color: #003366;
}
a.bbb:hover {
	text-decoration: underline;
	color: #CC0000;
}
a.bbb:active {
	text-decoration: underline;
	color: #CC0000;
}
.bg {
	background-repeat: repeat-x;
}
.bbb {
	color: #000000;
	text-decoration: underline;
	font-size: 9pt;
	line-height: 15pt;
}

.ccc {
	color: #000000;
	text-decoration: underline;
	font-size: 9pt;
	line-height: 11pt;
}
.step{
	background:#F0F8FF; border-top:1px #DDEDFA solid; margin-top:5px; text-align:left; height:28px; voice-family:"\"}\""; voice-family:inherit; height:27px;
}
.step span{
	float:left; line-height:27px;
}
.step span.title{
	font-size:14px; font-weight:bold; margin-left:23px; margin-right:20px;
}
#main{
	margin:0 auto; margin-top:5px; border:1px #85BAD8 solid; width:750px; voice-family:"\"}\""; voice-family:inherit; width:748px; text-align:left;
}
/*信息页标题样式*/
.show-title
{
	font-weight:bold;
	font-size:18px;
}
/*信息列表Gridview行样式*/
.News_List
{
	height:30px;
}
.News_List td 
{
	line-height: 30px;
	background-image: url(../images/xt.gif);
	background-repeat: repeat-x;
	background-position: bottom;
} 

/*信息列表Gridview交替行样式*/
.AltNews_List
{
	height:30px;
}
.AltNews_List td 
{
	line-height: 30px;
	background-image: url(../images/xt.gif);
	background-repeat: repeat-x;
	background-position: bottom;
} 


/*图片轮换样式*/
div#MainPromotionBanner{
	width:986px;
	height:200px;
	background:#ffffff; /*图片无法显示时，所产生的颜色*/
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 200px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 986px;
	height: 200px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 986px;
	height: 200px;	
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 175px; 
	right: 0px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #fff;
	font-weight:bold;
	text-align: center;
	line-height:16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden; 
	margin:3px 6px;
	background: url(/images/slide_trigger_c2.gif) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current{ 
	color:#1DABAC; 
	background: url(/images/slide_trigger1.gif) no-repeat center center;
	border:0; 
	font-weight:bold;
	font-size: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin:0 6px; 
}

/*显示页面分页*/
.pageclass{ color: #000000;float: right;font-family: Arial, Helvetica, sans-serif; margin:3px 0;}
.pageclass li{ float: left;background: #EDF6F9;list-style:none !important;vertical-align: middle;padding:0 3px; border: 1px solid #698EB1; margin:0 3px;height: 23px; font-size:12px;}
.pageclass li a{ color: #000; padding: 0 2px; line-height: 21px;display: block; font-size:12px;}
.pageclass li b font{ margin:0 2px;}
.pageclass li a:hover{color:#275D94; text-decoration:underline;}


