@charset "utf-8";
#now {
	height: 220px;
	width: 280px;
	position: fixed;
	_position:absolute;
	top: 30px;
	right: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0A94FF;
	border-bottom-color: #0A94FF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #0A94FF;
	background-color: #FFFFFF;
	z-index:9999;
}
#open {
	position: fixed;
	_position:absolute;	
	top: 30px;
	right: 0px;
	height: 30px;
	width: 40px;
	font-family: "微软雅黑";
	color: #FFFFFF;
	background-color: #BD0000;
	font-size: 13px;
	text-align: center;
	line-height: 30px;
	cursor:pointer;
}
#now .tit {
	background-image: url(http://www.xinhuanet.com/xilan/20110720/tit.gif);
	background-repeat: no-repeat;
	height: 40px;
	position: relative;
}
#now .tit .close {
	height: 19px;
	width: 25px;
	position: absolute;
	left: 248px;
	top: 8px;
}

#now .rc {
	font-family: "微软雅黑";
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}
#now .rc a {
	color: #013698;
	text-decoration: underline;
}
#now ul {
	margin: 6px;
	padding: 6px;
}
#now ul li {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	list-style-type: none;
	line-height: 22px;
}
#now ul li a {
	color: #666666;
	text-decoration: none;
}
#now ul li a:hover {
	color: #666666;
	text-decoration: underline;
}
