.wg-notice {
	border:0px #bebebe solid;
}
.wg-notice .title {
	padding:10px;
	color:#3495da;
	font-size:1.25rem;
	font-weight:900;
	line-height: 100%;
}
.wg-notice .articles {
	height: 268px;
	padding: 7px 10px 0 10px;
	border:1px #bebebe solid;
	border-radius: 5px;
}
.wg-notice .articles ul {
	margin:0;
	padding:0;
	list-style:none;
}
.wg-notice .articles ul li {
	margin: 0px 0 0px 0;
    border-bottom: 1px dotted #ccc;
    height: 32px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 32px;
    text-overflow: ellipsis;
}
.wg-notice .articles ul li:last-child {
	border-bottom:0px dotted #ccc;
}
.wg-notice .articles ul li:hover {
	color:#48609c;
	font-weight: 700; 
}
.fas {
    margin-bottom: 5px;
	color:#888;
	font-size: 18px;
}