p{
	color: #999;
	font-size: 16px;
}

img{
	width: 300px;
}

.options{
	background-color: #f9f9f9;
	border: 1px solid #eee;
	padding: 0 20px;
	margin-top: 20px;
}

.content{
	color: #fff;
	text-align: center;
}


.box-container{
	width: 920px;
	height: 200px;
	margin:0 auto;
	margin-bottom: 30px;
}

.box{
	float: left;
	width: 300px;
	height: 200px;
	margin-right: 5px;
	padding: 20px;
	background-color: #2195dc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	border: 1px solid;
	overflow: hidden;
}

.container img{
	width: 300px;
	height: 300px;
}


.clearfix{
	clear: both;
}

