@charset "utf-8";
/* CSS Document */

#demo {
	margin: 15px auto; border: 0px dashed rgb(204, 204, 204); width: 1200px; height: 260px; overflow: hidden;
}
#indemo {
	margin: 0px auto; width: 1200px;
}
#demo1 {
	height: auto; float: left;
}
#demo2 {
	height: auto; float: left;
}
.move {
	width: 220px; height: 260px; margin: 0px 10px; float: left; display:block; text-align:center;
}
.move .images{
	width:218px; height:218px; overflow:hidden;
}
.move .name {
	width: 218px; 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:218px; height:258px; background:#ddd; color:#333; font:14px/40px "Microsoft YaHei";
}
.move a:hover{
	background:#0268b3; color:#fff;
}