/*发布产品模态框公用样式*/
.released i {
	width: 44px;
	height: 48px;
	display: inline-block;
	background: url('/static/images/fbico.png') no-repeat;
}
.released a {
	background-color: #edf6fe;
}
.released .sale{}
.released .code {
	/*background-color: #edf6fe;*/
}
.released .serve {
	/*background-color: #66aaff;*/
}
.released .course {
	/*background-color: #ff8800;*/
}
.released .soft {
	/*background-color: #74a515;*/
}
.released .code_ico {
	background-position: -2px -1px;
}
.released .serve_ico {
	background-position: -50px -1px;
}
.released .course_ico {
	background-position: -101px -1px;
}
.released .soft_ico {
	background-position: -152px -1px;
}
.released .crowd_ico {
	background-position: -195px -1px;
}

.released span {
	display: inline-block;
	font-size: 20px !important;
	color: #2387da;
	margin-top: 5px;
}
.sale a {
	color: #eb0c1c;
	margin: 20px 0 0 0;
	padding: 20px 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: inline-block;
	border-radius: 6px;
	width: 118px;
	height: 80px;
	text-align: center;
	border: 1px solid #cde4f6;
}
.sale a + a {
	margin-left: 20px;
}
.text-center{text-align: center !important}