.main-c{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.notices{
	width: 512px;
	height: auto;
	padding: 32px 0px;
	padding-left:26px;
	padding-right: 42px;
	background: #FFFFFF;
	border-radius: 20px;
	margin-bottom: 40px;
}
.notice-title{
	width: 100%;
	font-weight: 400;
	font-size: 24px;
	color: #3C3C3C;
	display: flex;
	align-items: center;
	
}
.overflow{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.notice-title img{
	width: 29px;
	height: 28px;
	margin-left: 2px;
	margin-right: 16px;
}
.notice-p{
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	color: #767676;
	line-height: 30px;
	margin-top: 16px;
}
.notice-a{
	width: 153px;
	height: 39px;
	display: block;
	background: #FFFFFF;
	border: 1px solid #30418B;
	font-weight: 400;
	font-size: 14px;
	color: #30418B;
	text-align: center;
	line-height:39px;
	margin-top: 10px;
}