.search-form label span {
	display: none;
}

.content-box { display: block; padding: 12px 0px 20px; }
.content-box .box { width: 48%; max-width:430px;  background: #cccccc; border-radius: 8px; padding:16px; text-align: center;}
.content-box .box img{ width: 100%; border: 2px solid #6bb578; border-radius: 2px; }
.content-box .box:hover { background: #6bb578;   }
.content-box .box:nth-child(even) { float: right; }
.content-box .box:nth-child(odd) { float: left; }

.cat_list {
	float: right;
}
.event-detail .cat_list a {
	color: #333 !important;
}

.a2a_dd {
	border: 1px solid #333 !important;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 40px;
}

@media screen and (max-width: 700px) {
	.cat_list {
	float: none;
	display: block;
	clear: both;
	margin-top: 16px;
	}

}