.list {
	
}

	.list h1 {
		font-size: 16px;
		color: #EE509A;
	}
	
	.list .desc {
		background: #F5F3F4;
		padding: 10px;
	}
	
	.list .locator {
		color: #808080;
		font-size: 12px;
		text-align: right;
	}
		
		.list .locator a {
			color: #808080;
			text-decoration: none;
		}
		
			.list .locator a.active {
				font-weight: bold;
				color: #000000;
				font-size: 14px;
			}
			
			
.catList {
padding:20px 0 20px 0;
}
	.catList .catItem{
		float:left;
		width:150px;
		height:200px;
		text-align:center;
	}
