.pic-box {
	float: left;
	margin: 5px 0 5px 3%;
	width: 140px;
	height: 100px;
	clear: none;
	/*padding: 4px;*/
	display: inline-table;
}
.pic-box .pic-title {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	height: 30px;
}
.pic-box .pic-img-box {
	position: relative;
	height: 80px;
	overflow: hidden;
}
.pic-img-box .pic-img {
	width: 140px;
	height: 100%;
	vertical-align: bottom;
	border: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #EAEAEA;
}
.pic-box .pic-img-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
	padding: 0 5px;
	background: url(../../bg_1px.png) left top repeat;
	font-size: 13px;
	color: rgba(255,255,255,1);
}
.pic-box a {
	color: #257EC4
}
.pic-box .pic-date, .pic-box .pic-download{
	text-align:left;
	font-size:12px;
	padding-left:20px;
	height:20px;
}
.pic-box .pic-date{
	float:left;
	background: url(calendar_blue.png) left center no-repeat;
}
.pic-box .pic-download{
	float:right;
	background: url(download.png) left center no-repeat;
}
