* {
	margin:0;
	padding:0;
	list-style-type:none;
}
/* #marquee1 */
#marquee1 {
	width:360px;
	height:190px;
	overflow:hidden;
	margin:0 auto;
}
#marquee1 ul li {
	float:left;
	width:160px;
	padding-left:10px;
	padding-right:10px;
}
#marquee1 ul li img {
	display:block;
	border:1px solid #ddd;
}
#marquee1 ul li p{
    width:100%;
	height:30px;
	margin-top:5px;
	text-align:center;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
#marquee1 ul li p a{
    text-align:center;
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:14px;
	color:#333;
	line-height:30px;
	text-decoration:none;
}
#marquee1 ul li p:hover{
	color:#ff0000;
}
