.step-1{
	
}
.step-1-main{
	display: flex;
	justify-content: flex-start;
}

.step-1-main  {
	width: 100%;
}
.step-1-main .news-txt{
	padding: 40px 30px;
	background: #FFFFFF;
	margin-bottom: 100px;
	margin-top: -140px;
	border: 1px solid #EEEEEE;
	border-radius: 10px;
 }
.step-1-main .news-img{
	width: 100%;
	margin: 30px 0px;
}
.step-1-main  .news-title{
		font-weight: 400;
	    font-size: 30px;
	    color: #000000;
	    -moz-box-orient: vertical;
	    -webkit-box-orient: vertical;
	    display: -webkit-box;
	    display: -moz-box;
	    -webkit-ne-clamp: 1;
	    overflow: hidden;
	    margin-bottom: 30px;
}
.step-1-main  .news-time{
	font-weight: 400;
	font-size: 14px;
	color: #A1A4B6;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
}
.step-1-main  .news-msg{
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	margin-top: 30px;
}
.step-1-main   .news-time{
	font-weight: 400;
	font-size: 14px;
	color: #A1A4B6;
}
.step-1-main .recommend{
	flex: 1;
	margin-left:60px ;
}

.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;
}