@charset "utf-8";
/*类型页 start*/
/**渐变列表项 start*/
.mkt-moduleitem {
	width: 48.5%;
	float: left;
	margin-right: 1.5%;
	margin-bottom: 15px;
}
.mkt-moduleitem .mkt-moduletitle {
	width: 100%;
	float: left;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #dedede;
}
.mkt-moduleitem .mkt-moduletitle span {
	float: left;
	font-size: 15px;
	display: block;
	/* width:55%; */
	padding: 0px 15px;
	text-align: center;
	background: linear-gradient(to bottom, #dedede 0%, #fff 50%, #fff 100%);
	background: -webkit-linear-gradient(to bottom, #dedede 0%, #fff 50%, #fff 100%);
	background: -o-linear-gradient(to bottom, #dedede 0%, #fff 50%, #fff 100%);
	background: -moz-linear-gradient(to bottom, #dedede 0%, #fff 50%, #fff 100%);
	background: -ms-linear-gradient(to bottom, #dedede 0%, #fff 50%, #fff 100%);
	border: 1px solid #dedede;
	border-bottom: 0px;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	color: red;
}
.mkt-moduleitem .mkt-moduletitle a {
	float: right;
	font-size: 12px;
	margin-right: 5px;
}
.mkt-moduleitem ul.mkt-modulelist {
	width: 100%;
	float: left;
	border: 1px solid #dedede;
	border-top: 0px;
	padding: 5px 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 161px;
}
.mkt-moduleitem ul.mkt-modulelist li {
	width: 100%;
	float: left;
	height: 25px;
	line-height: 25px;
}
.mkt-moduleitem ul.mkt-modulelist li a,
.mkt-moduleitem ul.mkt-modulelist li b {
	float: left;
}
.mkt-moduleitem ul.mkt-modulelist li span {
	float: right;
}
/**渐变列表项 end*/
/*类型页 end*/