.week-recom {
	width: 300px;
}

.week-recom .tab-nav {
	margin-bottom: 15px;
	height: 30px;
	border-bottom-color: rgb(250, 93, 98);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.week-recom .tab-nav span {
	float: left;
	display: inline-block;
	padding: 0px 10px;
	line-height: 30px;
	cursor: pointer;
}

.week-recom .tab-nav span.cur {
	background: rgb(250, 93, 98);
	color: rgb(255, 255, 255);
}

.week-recom ul {
	display: none;
}

.week-recom .on {
	display: block;
}

.week-recom li {
	position: relative;
	float: left;
	width: 300px;
	list-style: none;
}

.week-recom li img {
	display: none;
}

.week-recom li span {
	display: block;
	overflow: hidden;
	padding-left: 36px;
	height: 36px;
	line-height: 36px;
}

.week-recom li.cur {
	overflow: hidden;
	width: 300px;
	height: 150px;
}
/* 整理|小程序模板 www.92jzh.com/xcx */
.week-recom .cur img {
	display: block;
	margin-bottom: 5px;
	width: 300px;
	height: 150px;
}

.week-recom .cur span {
	position: absolute;
	bottom: 0px;
	padding-left: 45px;
	width: 251px;
	height: 36px;
	color: rgb(255, 255, 255);
	text-align: left;
	line-height: 36px;
}

.week-recom li i {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	width: 36px;
	height: 36px;
	color: rgb(152, 152, 152);
	text-align: center;
	font-style: italic;
	font-size: 18px;
	line-height: 36px;
}

.week-recom li .orgNum {
	color: rgb(250, 93, 98);
}

.week-recom .cur i {
	background: rgb(250, 93, 98);
	color: rgb(255, 255, 255);
	font-style: normal;
}

.week-recom .cur i s {
	display: none;
}