.conItem {
	width: 288px;
	height: 370px;
	margin-bottom: 16px;
	margin-right: 16px;
	padding-top: 4px;
	display: block;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.conItem:hover {
	text-decoration: none;
	cursor: pointer;
}

.conItem:hover .tt {
	color: #3c78fc;
}

.conItem:nth-child(4n) {
	margin-right: 0;
}

.conItemimg {
	width: 280px;
	height: 224px;
	border-radius: 4px;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

.conItem1status {
	width: 50px;
	height: 24px;
	border-radius: 4px;
	background: #03b16d;
	position: absolute;
	left: 10px;
	top: 5px;
	z-index: 1;
}

.conItem2status {
	width: 50px;
	height: 24px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 10px;
	top: 5px;
	z-index: 1;
}

.addressicon {
	width: 12px;
	height: 14px;
	margin-right: 6px;
}

.colr1 {
	color: #ff7000;
}