


.notice-main{
	padding: 40px 30px;
	background: #FFFFFF;
	margin-bottom: 100px;
	margin-top: -140px;
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	
}
.step-1-main .notice-ul{
	width: 100%;
}

.notice-title{
		font-weight: 600;
	    font-size: 24px;
	    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 #EEEEEE;
}
.notice-time::before{
	content: '公告';
	padding:5px;
	border-radius: 4px;
	margin-right: 9px;
	background: #14171D;
	color: #fff;
}

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


.step-2{
	margin-bottom: 130px;
}
.step-2>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.step-2>div p{
	font-weight: 600;
	font-size: 18px;
	color: #000000;
}
.step-2>div p a{
	color: #333333;
}