/**common beginning*/
#cssSignature {
	margin:0;
	font-family:"宋体";
	font-size:12px;
	color:#FFFFFF;
}

#container {
	width:1001px;
	margin:0 auto;
	background:#F08EA8;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}

a:hover {
	background:#FFFFFF;
	color:#F08EA8;
}

strong {
	color:#999999;
}
/**common ending*/

/**header beginning*/
#header {
	width:1001px;
	border-bottom:1px solid #FFFFFF;
	position:relative; /*已定位元素将成为其子元素进行绝对定位的参照*/
}

#menuer {
	width:1001px;
}

#menuer ul{
	width:996px;
	margin:0;
	padding:0 0 0 5px;
}
#footer{
	background-color::#F08EA8;
}

#menuer ul li{
	width:85px;
	height:24px;
	border-right:1px solid #ffffff;
	text-align:center;
	line-height:24px;
	float:left;
}

#menuer ul li a{
	width:85px;
	height:24px;
	display:block;
}

#menuer ul li a:hover{
}
/**header ending*/

/**footer beginning*/
#footer {
	margin:5px 0 0 0;
	height:50px;
	background-color:#EF8FAA;
}

#footer ul{
	height:40px;
	margin:10px;
	text-align:center;
	list-style:none;
}

#footer ul li{
	line-height:20px;
	color:#FFFFFF;
}
/**footer ending*/

/**lefter beginning*/
#lefter {
	width:692px;
	border-right:1px solid #ffffff;
	float:left;
	margin:0;
}

#inlefter {
	width:692px;
	border-right:1px solid #ffffff;
	float:left;
	margin:0;
	background:#ffffff; 
	color:#666666;	
}

#inlefter a{
	color:#333333;
}

#inlefter a:hover{
	text-decoration:underline;
}
/**lefter ending*/

/**righter beginning*/
#righter {
	padding:7px;
	float:left;
	margin:0;
	clear:right;
}
/**righter ending*/

#iTransition {
	border:1px solid #FFFFFF;
	padding:1px;
}

#iTransition img{
	width:290px;
	height:230px;
	filter:progid:DXImageTransform.Microsoft.RevealTrans();
}

#newsBg {
	padding:5px 20px;
}

#newsBg ul{
	text-align:left;
	list-style:none;
	margin:0;
}

#newsBg ul li{
	letter-spacing:1px;
	border-bottom:1px dashed #999999;
	padding-top:3px;
	margin-bottom:9px;
}

#newsBg ul li a:hover{
}

#newsBg ul li span{
	float:right;
}

.originul {
	margin:0;
}

.originli {
	width:85px;
	height:28px;
	background:#F08EA8;
	text-align:center;
	line-height:28px;
	list-style:none;
	border-bottom:1px solid white;
	filter:alpha(opacity=80);
}

.doneli {
	width:85px;
	height:28px;
	background:#999999;
	color:#FFFFFF;
	text-align:center;
	line-height:28px;
	list-style:none;
	border-bottom:1px solid white;
	filter:alpha(opacity=100);
	cursor:pointer;
}

#subpromotion {
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	height:30px;
	position:absolute;
	top:24px;
	left:348px;
	display:none;
}

#subinfo {
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	height:30px;
	position:absolute;
	top:24px;
	left:262px;
	display:none;
}

#viewnewsTitle {
	text-align:center;
	font-family:黑体;
	font-size:18px;
	color:#333333;
	border-bottom:1px dotted #cccccc;
	margin-bottom:3px;
}

#viewnewsDate {
	text-align:center;
	margin-bottom:3px;
}

#pages {
	height:27px;
}

#pages a {
	padding:0 10px;
	height:20px;
	background:#F2F2F2;
	border:1px solid #E8E8E8;
	float:left;
	color:#333333;
	text-decoration:none;
	line-height:20px;
	text-align:center;
	margin-right:3px;
}

#pages a:hover {
	background:#F08EA8;
	color:#FFFFFF;
}