
.resolve-container{
	width: 100%;
	padding: 100px 0;
	background: #fff;
}

.resolve-wrapper{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.resolve-left{
	width: 50%;
	float: left;
}

.resolve-right{
	width: 50%;
	float: left;
	text-align: center;
}

.resolve-left .content{
	font-size: 20px;
	color: #999;
	line-height: 30px;
	margin-top: 30px;
}