@charset "utf-8";

#content{
	float:none;
	width:950px;
	min-height:inherit !important;
	margin-bottom:100px;
	color:#333;
}

.head-img{
	width:850px;
	margin:10px auto 30px;
}

.head-img .title{
	margin-bottom:10px;
}

.head-img .text{
	text-align:center;
	font-size:14px;
}

.content-title{
	margin-bottom:20px;
	border-bottom:1px solid #999;
}

.content-title .title{
	padding:0 20px;
	font-weight:bold;
	font-size:26px;
	color:#333;
}

.art-list{
	width:903px;
	margin:0 auto;
}

.art-list ol{
	margin-left:-80px;
	overflow:hidden;
	/zoom:1;
}

.art-list ol li{
	position:relative;
	display:inline;
	float:left;
	width:398px;
	margin-left:80px;
	list-style:none;
	overflow:hidden;
}

/*.art-list ol li:first-child{
	margin-top:0;
}*/

.art-list ol li .img{
	float:left;
	padding-right:20px;
}

.art-list ol li .text-wrap{
	overflow:hidden;
	/zoom:1;
}

.art-list ol li .text-wrap p{
	padding:0;
}

.art-list ol li .text-wrap .lead{
}

.art-list ol li .text-wrap .title{
	font-weight:bold;
	font-size:14px;
}

.art-list ol li .text-wrap .link{
	position:absolute;
	left:194px;
	bottom:4em;
}

.art-list ol li .text-wrap .link a{
	color:#333;
	text-decoration:underline;
}

.art-list ol li .text-wrap .year{
	position:absolute;
	left:174px;
	bottom:0;
	display:inline-block;
	padding:0 30px;
	background-color:#ddd;
	font-weight:bold;
	font-size:24px;
	color:#999;
}
* html .art-list ol li .text-wrap .year{
	display:inline;
	zoom:1;
}
*:first-child+html .art-list ol li .text-wrap .year{
	display:inline;
	zoom:1;
}




















