.widget_notice_rolling {
	width: 520px;
	height: 35.14px;
	line-height: 35.14px;
	overflow: hidden;
	font-size: 14px;
}

.widget_notice_rolling h6 {
	float: left;
	width: 80px;
	height: 35.14px;
	line-height: 35.14px;
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-weight: bold;
	box-sizing: border-box;
}

.widget_notice_rolling h6 a {
	color: #333;
	text-decoration: none;
}

.widget_notice_rolling ul {	
	width: calc(100% - 90px);
	margin: 0;
	padding: 0 0 0 10px;
	height: 35.14px;
	overflow: hidden;
	list-style: none;
}

.widget_notice_rolling li {
	height: 35.14px;
	line-height: 35.14px;
	padding: 0;
	text-align: left;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.widget_notice_rolling li .over {
	float: left;
	width: calc(100% - 90px);
	cursor: pointer;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.widget_notice_rolling li .date {
	float: right;
	width: 80px;
	text-align: right;
	color: #888;
	font-size: 12px;
}

.widget_notice_rolling .new {
	display: inline-block;
	margin-left: 6px;
	color: #e60000;
	font-size: 11px;
	font-weight: bold;
}