@media screen and (min-width: 751px){
	.solution{
		background: #fff;
		padding: 40px 0;
	}
	.solution-item{
		display: block;
		float: left;
		width: 286px;
		margin: 15px 7px;
		box-shadow: 0px 5px 15px #f1f1f1;
	}
	.solution-item:nth-child(4n){
		margin-right: 0;
	}
	.solution-item img{
		width: 286px;
		height: 277px;
	}
	.solution-item .solution-info{
		padding: 0 15px 20px;
	}
	.solution-item .solution-img{
		width: 286px;
		height: 168px;
		overflow: hidden;
	}
	.solution-item .solution-img img{
		width: 286px;
		height: auto;
	}
	.solution-item .solution-title{
		height: 50px;
		padding: 15px 0 10px;
		overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
		font-size: 20px;
		font-weight: bold;
	}
	.solution-item .solution-text{
		height: 40px;
		line-height: 20px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
		font-size: 14px;
	}
	.solution-item .solution-seemore{
		text-align: right;
		margin-top: 15px;
	}
	.solution-item .solution-link{
		display: inline-block;
		width: 75px;
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
		border: 1px solid #07081d;
		font-size: 12px;
		text-align: center;
	}
}
@media screen and (max-width: 750px){
	.solution {
	    background: #fff;
	    padding: 0 0.1rem;
	}
	.solution .solution-item{
	    background: #fff;
	    float: left;
	    width: 1.73rem;
	    margin: 0 0.09rem 0.15rem 0;
	}
	.solution .solution-item:nth-child(2n){
		margin-right: 0;
	}
	.solution-item img{
	    width: 1.73rem;
	    height: 1.68rem;
	}
	.solution-item .solution-info{
		background: #ebebeb;
		padding: 0.12rem 0.1rem;
	}
	.solution-item .solution-title{
	    height: 0.2rem;
	    line-height: 0.2rem;
	    padding: 0;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    font-size: 0.14rem;
	    font-weight: 100;
	}
	.solution-item .solution-text {
	    height: 0.4rem;
	    line-height: 0.2rem;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    font-size: 0.11rem;
	}
	.solution-item .solution-seemore {
	    text-align: center;
	    margin-top: 0.08rem;
	}
	.solution-item .solution-link {
	    display: inline-block;
	    width: 0.7rem;
	    height: 0.22rem;
	    line-height: 0.22rem;
	    border-radius: 0.11rem;
	    border: 1px solid #07081d;
	    font-size: 0.12rem;
	    text-align: center;
	}
}