@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
}

.mi-trim {
	position: relative;
	border: 0px solid #d8d8d8;
	margin-bottom: 15px;
}

.trim-tips, .trim-tips * {
	color: #ff5365;
	vertical-align: middle;
	display: block;
}

.trim-tips {
	padding: 0;
	padding-left: 10px;
	background: #ffeaea;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.trim-tips img {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 0px;
}

.trim-tips marquee {
	width: 80%;
	height: 40px;
	float: right;
}

.trim-slider {
	border: 0px solid #e3e3e3;
}

.trim-slider .banner-img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

.trim-slider img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.trim-hot .trim-hot-item.trim-hot-title img {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
}

.trim-hot .trim-hot-item {
	position: relative;
}

.trim-hot-item.trim-hot-title {
	height: 32px;
}

.trim-hot .trim-hot-item .trim-hot-item-body {
	margin-left: 40px;
}

.trim-hot .trim-hot-item .trim-hot-item-body p {
	font-size: 12px;
	margin: 0;
	color: #afafaf;
}

.mi-table-view.mi-grid-view .mi-table-view-cell {
	width: 25%;
	font-size: 14px;
	display: inline-block;
	margin: 8px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	background: 0 0;
	cursor: pointer;
	border: 1px solid #e3e3e3;
	min-width: 150px;
}

.mi-ellipsis {
	display: -webkit-box;
	text-align: left;
	min-height: 30px;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
	height: auto;
	text-overflow: ellipsis;
	color: #333;
	width: auto;
	line-height: 15px;
	overflow: hidden;
}

body .mi-ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.none {
	display: none !important;
}