﻿
/* 全局公用CSS属性 */



ol, ul
{
	list-style: none;
}

img
{
	border: 0;
}
em
{
	font-style: normal;
}




/****** 设置 轮显区域 样式************/

.flashNews, .smallBox
{
	position: absolute;
	float: left;
	width: 488px;
	height: 262px;
	margin-bottom: 12px;
	overflow: hidden;
	border: 0px solid #B6CAE3;
}
.firstNews, .mediumBox
{
	position: relative;
	float: right;
	width: 434px;
	margin-bottom: 12px;
	overflow: hidden;
	border: 0px solid #B6CAE3;
}

/****** 设置 轮显区域 样式 END ********/

.flashNews, .firstNews
{
	height: 262px;
}
.flashNews .bg
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 488px;
	height: 0px;
	background: #000000;
	filter: alpha(opacity=20); /****** 设置 标题背景透明度************/
	-moz-opacity: 0.39;
	opacity: 0.39;
}

/****** 设置 标题 样式************/

.flashNews h3
{
	position: absolute;
	left: 10px;
	top: 300px;
	width: 430px;
	height: 5px;
	line-height: 25px;
	z-index: 2;
}
.flashNews h3 a
{
	font-size: 14px;
	font-family: "宋体";
	font-weight: normal;
	color: #FFFFFF;
}
.flashNews h3 a:hover
{
	color: #bbb;
}

/****** 设置 标题 样式 END ********/

/****** 设置 副标题 样式************/
.flashNews p
{
	position: absolute;
	left: 10px;
	top: 230px;
	width: 210px;
	height: 20px;
	line-height: 20px;
	z-index: 2;
}
.flashNews p a
{
	color: #FFFFFF;
}
.flashNews p a:hover
{
	color: #F20000;
}

/****** 设置 副标题 样式END ********/

/****** 设置 数字导航 样式************/
.flashNews ul
{
	position: absolute;
	right: 0;
	bottom: 0;
	padding-left: 0px;
	_padding-left: 46px;
	z-index: 2;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src= '' ,sizingMethod= 'crop' );
}
.flashNews ul li
{
	float: left;
	width: 15px;
	height: 0px;
	line-height: 0px;
	text-align: center;
	margin-left: 1px;
	background: #333333;
	filter: alpha(opacity=50);
	-moz-opacity: 0.39;
	opacity: 0.39;
}
.flashNews ul li a
{
	display: block;
	width: 15px;
	height: 0px;
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
}
.flashNews ul li a:hover, .flashNews ul li a.sel
{
	color: #F20000;
}

/****** 设置 副标题 样式 END *******/







