.wg-notice {
	border:0px #bebebe solid;
}
.wg-notice .title {
	padding:10px;
	color:#3495da;
	font-size:20px;
	font-weight:900;
	line-height: 1.5;
}
.wg-notice .articles {
	padding: 7px 0;
	height:auto;
	border-bottom:1px #bebebe solid;
}
.wg-notice .articles ul {
	margin:0;
	padding:0;
	list-style:none;
}
.wg-notice .articles ul li {
	display: inline-block; 
	width: 100%; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	margin:0px 0 0px 0;
	color: #7d7d7d;
	border-bottom:1px dotted #ccc;
	height: 37px;
    line-height: 37px;
}
.wg-notice .articles ul li:last-child {
	border-bottom:0px dotted #ccc;
}
.wg-notice .articles ul li:hover {
	color:#48609c;
	font-weight: 700; 
}