.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: 11px 0 0 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: #282828;
    border-bottom: 1px dotted #ccc;
    height: 39px;
    line-height: 2;
}

.wg-notice .articles ul li:last-child {
	border-bottom:0px dotted #ccc;
}
.wg-notice .articles ul li:hover {
	color:#48609c;
	font-weight: 700;
}