html {
	font-family:	"Times New Roman",SimSun,宋体
}

body {
	margin:	0;
}

img {
	border:	0;
}

a {
	color:			black;
	text-decoration:	none;
}

.mPageContainer {
	width:		100%;
}

.mBannerContainer {
	padding:	20px;
	background:	#d0e0ed;
}

.mBannerContainer img {
	width:	100%;
}

.mNaviContainer {
	padding:	10px;
	background:	#f0f0f0;
}

.mNaviUl{
	list-style-type:	none;
	padding:		0px;
	margin:			0px;
}

.mNaviUl span {
	float:		left;
	font-weight:	bold;
}

.mNaviUl img {
	float:		right;
	height:		16px;
}

.mNaviUl>li {
	position:	relative;
}

.sNaviUl {
	display:		none;
	position:		absolute;
	z-index:		1000;
	top:			0;
	right:			0;
	list-style-type:	none;
	margin:			0;
	padding:		0;
}

.sNaviClose {
	width:		160px;
	padding:	10px;
	text-align:	right;
	border-bottom:	1px solid white;
	background:	#c0c0c0;
	height:		24px;
}

.sNaviClose img {
	width:		24px;
	height:		24px;
}

.sNaviUl div {
	height:		10px;
	background:	#f0f0f0;
}

.sNaviLink {
	width:		160px;
	padding:	5px 10px;
	text-align:	center;
	background:	#f0f0f0;
}

.mSlideContainer {
	position:	relative;
}

.mSlideContainer .SlideTitle1 {
	font-size:	16px;
	height:		24px;
	line-height:	24px;
	text-align:	center;
	overflow:	hidden;
	text-overflow:	ellipsis;
	white-space:	nowrap;
	background:	white;
	opacity:	0.8;
	-moz-opacity:	0.8;
	filter:		alpha(Opacity=80);
	position:	absolute;
	z-index:	100;
	left:		0px;
	bottom:		0px;
	width:		100%;
}

.mSlideContainer .SlideTitle2 {
	font-size:	16px;
	height:		24px;
	line-height:	24px;
	text-align:	center;
	overflow:	hidden;
	text-overflow:	ellipsis;
	white-space:	nowrap;
	background:	white;
	opacity:	0.8;
	-moz-opacity:	0.8;
	filter:		alpha(Opacity=80);
	width:		100%;
}

.mListContainer {
	margin:	20px 10px 0px 10px;
}

.mListTitle {
	width:		1%;
	white-space:	nowrap;
	font-weight:	bold;
	border-bottom:	3px solid blue;
	vertical-align:	middle;
}

.mListMore {
	width:		99%;
	border-bottom:	1px solid #c0c0c0;
	height:		32px;
	ling-height:	32px;
	text-align:	right;
}

.mListContainer ul {
	list-style-position:	inside;
	margin:		5px 0;
	padding:	0;
}

.mListContainer li, .mListTitleTd {
	height:		32px;
	line-height:	32px;
	border-bottom:	1px dotted black;
	white-space:	nowrap;
	overflow:	hidden;
	text-overflow:	ellipsis;
}

.mListContainer li a {
	white-space:	nowrap;
	overflow:	hidden;
	text-overflow:	ellipsis;
}

.mListDateTd {
	width:		85px;
	text-align:	right;
	vertical-align:	middle;
	border-bottom:	1px dotted black;
}

.mQuickLink {
	display:	block;
	width:		47.5%;
	padding-top:	5px;
	padding-bottom:	5px;
	border:		1px solid #8080ff;
	text-align:	center;
	font-weight:	bold;
}

.mQuickLink img {
	height:	32px;
}

.mQuickLinkLeft {
	float:		left;
}

.mQuickLinkRight {
	float:		right;
}

.MarginTop15 {
	margin-top:	15px;
}