@charset "utf-8";
/* CSS Document */
#mainContentsBody {
	padding-bottom:20px;
}

#photoList {
	width:880px;
	margin:0px auto;
	margin-top:10px;
}

#photoList li {
	width:440px;
	height:125px;
	padding-bottom:2px;
	float:left;
	background:#fff;
	
	cursor:pointer;
}

#photoList li div.photoItem {
	width:232px;
	height:115px;
	background:url(/common/image/aip/photo/frame.png);
	background-repeat:no-repeat;
	position:relative;
	padding-right:30px;
	padding-left:178px;
	
	padding-top:10px;
}

.photoImage {
	position:absolute;
	left:9px;
	top:14px;
	
	width:150px;
	height:97px;
}

.photoTitle {
	color:#444546;
	font-size:14px;
}

.photoTitle span {
	color:#0f5eb7;
}

.photoDate {
	font-size:12px;
	color:#979b9e;
	margin-top:5px;
}

.photoDate span {
	color:#ff003c;
}