
/*é£˜çª— - å¼€å§‹*/
.notificationleft{
	/* width: 70px; */
	/* height: 230px; */

	position: absolute;
	left: 10px;
	top: 50px;

    z-index: 9999;
}
.notification{
	/* width: 70px; */
	/* height: 230px; */

	position: absolute;
	right: 10px;
	top: 50px;

    z-index: 9999;
}
.notification_img img{
	width: 200px;
	height: 80px;
}

.notificationleft_text{
	width: 70px;
	height: 20px;
	overflow: hidden;
}
.notificationleft_text a{
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
.notificationleft_text a:hover{
	color: #800;
	text-decoration: underline;
}
.notificationleft_img a {
    display: block;
    margin-bottom: 5px;
}

.notification_text{
	/* width: 70px; */
	/* height: 20px; */
	overflow: hidden;
}
.notification_text a{
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
.notification_text a:hover{
	color: #800;
	text-decoration: underline;
}
.notification_img a {
    display: block;
    margin-bottom: 5px;
}
/*é£˜çª— - ç»“æŸ*/