/* 推荐阅读 */
.recommend .title {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-left: 15px;
	height: 70px;
	line-height: 70px;
}

.recommend .title:after {
	width: 4px;
	height: 20px;
	background-color: #12B87F;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
}

.recommend .publicList {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}


.recommend .publicList .item {
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.recommend .publicList .item .dis {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.recommend .publicList .item .pictrue {
	width: 100%;
	height: 140px;
	margin-right: 13px;
}

.recommend .publicList .item .pictrue img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
}

.recommend .publicList .item .text {
	width: 100%;
	font-size: 14px;
	color: #666666;
}

.recommend .publicList .item .text .name {
	font-size: 20px;
	color: #282828;
}

.recommend .publicList .item .text .name a {
	color: #282828;
}

.recommend .publicList .item .text .name a:hover {
	text-decoration: none;
}

.recommend .publicList .item .text .name:hover {
	color: #12B87F;
}

.recommend .publicList .item .text .typenamecn {
	padding: 2px 10px;
	font-size: 12px;
	border: 1px solid #12B87F;
	border-radius: 30px;
	background-color: rgba(18, 184, 127, 0.1);
}

.recommend .publicList .item .text .icons {
	margin: 10px 0;
	font-size: 13px;
	color: #999999;
}

.recommend .publicList .item .text .icons .iconfont {
	vertical-align: middle;
	font-size: 14px;
	margin-right: 7px;
}

.recommend .publicList .item .text .icons .iconfont.iconliulan {
	font-size: 16px;
	margin-left: 14px;
}

.recommend .publicList .item .text .infor {
	line-height: 1.7;
	max-height: 47px;
	overflow: hidden;
	height: auto !important;
	height: 47px;
}

.recommend .publicList .item .text .infor a {
	color: #555;
}

.recommend .publicList .item .text .infor a:hover {
	text-decoration: none;
}

@media (min-width: 520px) {
	.recommend .publicList .item .pictrue {
		width: 249px;
	}

	.recommend .publicList .item .text {
		width: 520px;
	}
}