.wg-notice {
	height:100%;
	background-color:#fff;
	border:1px #ccc solid;
}
.wg-notice .wrap {
	padding:12px;
	height: calc(100% - 24px);
}
.wg-notice-title {
	position:relative;
	padding:10px 0 10px 5px;
	color:#4573a6;
	font-size:20px;
	font-weight:bold;
}
.wg-notice-title .more {
	position:absolute;
	right:0;
	bottom:10px;
	font-size:14px;
	font-weight:normal;
	padding-left:15px;
	background:url(img/ico-plus.png) no-repeat 0 50%;
}

.wg-notice .articles {
	padding:20px 10px;
	height: calc(100% - 90px);
	background-color:#f1f1f1;
	border-radius:3px;
	overflow-y: hidden;
}
.wg-notice .articles ul {
	margin:0;
	padding:0;
	list-style:none;
}
.wg-notice .articles ul li {
	margin-bottom:15px;
	padding:0 10px;
	font-size: 14px;
	color: inherit;
}

@media (max-width: 767px) {
	.wg-notice .articles {
		height: auto;
	}
}