.step-1{
	background: #F2F5FC;
	min-height: 44vh
}
.notice-main{
	
}
.step-1-main .notice-ul{
	width: 100%;
}

.notice-title{
		font-weight: 400;
	    font-size: 20px;
	    color: #000000;
	    -moz-box-orient: vertical;
	    -webkit-box-orient: vertical;
	    display: -webkit-box;
	    display: -moz-box;
	    -webkit-line-clamp: 1;
	    overflow: hidden;
	    margin-bottom: 15px;
}

.notice-time{
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: #A1A4B6;
	padding-bottom: 24px;
	border-bottom: 1px solid #C4CBE7;
}
.notice-time::before{
	content: '公告';
	padding:5px;
	border: 1px solid #C4CBE7;
	border-radius: 4px;
	margin-right: 9px;
}

.notice-msg{
	font-weight: 400;
	font-size: 14px;
	color: #555555;
	line-height: 28px;
	padding: 40px 0px 80px;
}
