@charset "utf-8";
/* CSS Document */

#demo {
	margin: 15px auto; border: 0px dashed rgb(204, 204, 204); width: 1200px; height: 524px; overflow: hidden;
}
#indemo {
	margin: 0px auto; width: 1200px;
}
#demo1 {
	height: auto; float: left;
}
#demo2 {
	height: auto; float: left;
}
.move {
	width: 222px; height: 262px; margin: 0px 9px; float: left; display:block; text-align:center;
}
.move .images{
	width:220px; height:220px; overflow:hidden;
}
.move .name {
	width: 220px; height: 40px; text-align: center; line-height: 40px; white-space: nowrap; table-layout: fixed; text-overflow: ellipsis; overflow: hidden;
}
.move a{
	display:block; padding:1px; width:220px; height:262px; background:#ddd; color:#333; font:14px/40px "Microsoft YaHei";
}
.move a:hover{
	background:#f60; color:#fff;
}