@import url(common.css);
.articleList {
	/*padding: 10px 30px;*/
}
.articleList li img {
	width: 240px;
	height: 160px;
	float: left;
	margin-right: 20px;
}
.articleList li {
	height: 160px;
	padding: 20px;
	border-bottom: dashed 1px #CCC;
	font-size: 14px;
}
.articleList li:hover {
    z-index: 100;
    border-color: #fff;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.12);
}

.articleList .title {
	display: block;
	margin: 10px 0;
	font-size: 16px;
	color: #333;
}
.articleList li:hover .title {
	color: #0093dd;
}
.articleList .attr {
	margin: 10px 0;
}
.articleList .attr span,
.articleList .attr {
	color: #656565;
	font-size: 12px;
}
.articleList .attr span {
	background: url(../images/signArticle.gif) center 0 no-repeat;
	padding-left: 18px;
	margin-right: 10px;
}
.articleList .attr span.author {background-position: 0 2px;}
.articleList .attr span.date   {background-position: 0 -28px;}
.articleList .attr span.click  {background-position: 0 -57px;}
.articleList p {
	font-size: 14px;
	line-height: 200%;
	color: #656565;
}