#noticePopup{
	width:320px;
	height:210px;
	border:2px solid #c0c0c0;
	background:#0080c0;
	color:#000;
	font-size:12px;
	padding:0;
	overflow: hidden;
	position:fixed;
	right:0;
	bottom:2px;
	z-index:99;
}
#noticePopup .popuptitle{
	width:100%;
	height:32px;
	background: url(../images_pub/ling.png) left top no-repeat;
}
#noticePopup .popuptitle span{
	font-size:16px;
	font-weight:bold;
	cursor:default;
	display:block;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	background:#ff0000;
	margin-left:282px;
}
#noticePopup .popuptitle span:hover{
	background:#ff0000;
	color:#fff;
}
#noticePopup .popupcontent{
	width:316px;
	height:130px;
	font-size:14px;
	margin:auto;
	padding:10px;
	overflow: hidden;
	text-align:justify;
	text-justify: inter-ideograph;
	background:#fff;
	opacity:1;
}
#noticePopup .popupcontent p{
	padding:5px 0;
}
#noticePopup .popupcontent p:first-child{
	display:block;
	width:100%;
	white-space: nowrap;
	text-align:center;
	font-weight:bold;
	color:#444;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
#noticePopup .popupcontent img{
	max-width:90%;
	display:block;
	margin:auto;
}
#noticePopup .popupmore{
	text-align:right;
	border-top:5px solid #fff;
	padding:10px 10px 0;
}
#noticePopup .popupmore a{
	color:#fff;
}
#noticePopup .popupmore a:hover{
	color:#ff0000;
}