@charset "utf-8";
/* CSS Document */

#demo { margin: 0px auto; border: 0px dashed rgb(204, 204, 204); width: 1232px; height: 440px; overflow: hidden; }
#indemo { margin: 0px auto; width: 1212px; }
#demo1 { height: auto; float: left; }
#demo2 { height: auto; float: left; }
.move { width: 190px; height: 220px; margin: 0px 6px; float: left; display: inline; }
.move .images { padding: 4px; border: 1px solid #ddd; }
.move .name { width: 190px; height: 30px; text-align: center; line-height: 30px; overflow: hidden; background: #eee; white-space: nowrap; table-layout: fixed; text-overflow: ellipsis; }
.move .name a { color: #333; font: bold 14px/30px "Microsoft YaHei", "Arial"; text-decoration: none; display: block; }
.move .name a:hover { color: #f60; text-decoration: none; display: block; }
