.fishlamp{
	margin: 134px 0 100px;
	overflow: hidden;
}
.fishlamp-item{
	margin-bottom: 30px;
}
.fishlamp-texts{
	width:  80% ;
	margin:15% auto 0px;
}
.fishlamp-texts h4{
	font-size: 24px;
	margin-bottom: 8.5%;
}
.fishlamp-texts p{
	line-height: 2;
	font-size: 13px;
	margin-bottom: 8.5%;
}
@media screen and (max-width:997px) {
	.fishlamp{
		margin-top: 56px;
		margin-bottom: 1em;
	}
	.fishlamp-texts h4{
		font-weight: bold;
		font-size: 22px;
	}
	.fishlamp-texts p{
		font-size: 14px;
		
	}
	.fishlamp-item .news-target{
		width: 100%;
		margin-bottom: 50px;
		font-size: 14px;
	}
	
}
@media only  screen and (min-width:997px) and (max-width:1200px) {
	.fishlamp-texts h4,.fishlamp-texts p{
		margin-bottom: 1.5vw;
	}
}