.recommends .profile {
	width: 100%;
	margin-top: 26px;
}

.recommends .profile .bg {
	width: 280px;
	height: 136px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.recommends .profile .bg .avatar {
	float: left;
	width: 88px;
	height: 88px;
	border-radius: 44px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 24px 12px;
	box-shadow: 0 0 3px #fff;
}

.recommends .profile .bg .info {
	color: #fff;
	margin-top: 38px;
	margin-left: 114px;
}

.recommends .profile .bg .info .title {
	width: 160px;
	font-size: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.recommends .profile .bg .info .meta {
	font-size: 14px;
	margin-top: 12px;
}

.recommends .profile .bg .info .meta span {
	margin-right: 6px;
}

.recommends .profile .detail {
	padding: 12px;
	font-size: 12px;
	background-color: #fff;
}

.recommends .profile .detail .item {
	margin-bottom: 12px;
}

.hilight {
	color: #ff9900;
}

.recommends {
	float: right;
	width: 280px;
}

.recommends-top{
	margin-top: 16px;
}

.recommends a {
	color: #000;
}

.recommends .top-articles {
	width: 100%;
}

.recommends h2 {
	color: #666666;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}

.recommends .article {
	font-size: 14px;
	border-bottom: 1px solid #cccccc;
}

.recommends .article .title {
	margin: 14px 0;
	font-weight: bold;
}

.recommends .article .cover {
	width: 280px;
	height: 188px;
	background-color: #f3f3f3;
	background-size: 42px 42px;
	background-position: center;
	background-repeat: no-repeat;
}

.recommends .article .meta {
	height: 22px;
	line-height: 22px;
	margin: 12px 0 14px 0;
	color: #999999;
}

.recommends .article .meta .icon-read {
	width: 22px;
	height: 22px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/static/images/icon_article_read.png);
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
}

.recommends .article .meta .avatar {
	width: 22px;
	height: 22px;
	border-radius: 11px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 5px;
}

.recommends .article .meta .nickname {
	color: #000;
}

.recommends .author {
	height: 40px;
	margin-top: 12px;
	margin-bottom: 8px;
}

.recommends .author .avatar {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.recommends .author .avatar a {
	width: 100%;
	height: 100%;
	display: block;
}

.recommends .author .info {
	height: 40px;
	width: 170px;
	overflow: hidden;
}

.recommends .author .nickname {
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	margin-bottom: 6px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.recommends .author .meta {
	color: #cccccc;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
}

.recommends .author .meta span {
	margin-right: 8px;
}

.recommends .author .follow {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.recommends .author .follow.set {
	color: #666666;
	cursor: pointer;
}

.recommends .author .follow.unset {
	color: #3399cc;
	cursor: pointer;
}
