*{
	padding: 0px;
	margin: 0px;
}
/*电影封面开始*/
div{
	width: 100%;	
/*	height: 1000px;*/
	/*background: black;*/
	/*border: 1px solid red;*/
}
#content{
	width: 960px;
	margin: auto;
	/*border: 1px solid red;*/
	
	
}
/*第一排艺人开始*/
#content a{
	width: 192px;
	height: 274px;
	border: 1px solid #66726C;
	float: left;
	margin-top: 20px;
	margin-left: 30px ;
	position: relative;
	
}
#content .li{
	width: 192px;
	height: 274px;
	border: 1px solid #66726C;
	float: left;
	/*margin-left: 27px ;*/
	position: relative;
}
/*第一排艺人结束*/


#content a span{
	width: 192px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: 0px;
	text-align: center;
	color: rgb(255, 0, 0);
	background-color: rgb(0, 0, 0);
	opacity: 0.5;
	z-index: 11;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-family: "微软雅黑", "宋体", Arial;
}
#content a img{
	width: 192px;
	height: 274px;
}


