﻿@charset "utf-8";
/* CSS Document */

#demo { margin: 0px auto; border: 0px dashed rgb(204, 204, 204); width: 860px; height: 480px; overflow: hidden; }
#indemo { margin: 0px auto; width: 860px; }
#demo1 { height: auto; float: left; }
#demo2 { height: auto; float: left; }
.move { width:200px; height: 240px; margin:0px 8px 0px 7px; float: left; display: inline; }
    .move .images {text-align: center; }
    .move .name { width: 196px; height: 35px; text-align: center; line-height: 30px; overflow: hidden; background: #eee; white-space: nowrap; table-layout: fixed; text-overflow: ellipsis; padding: 0px 2px; }
        .move .name a { color: #d00; font: 14px/35px "Microsoft YaHei","Arial"; text-decoration: none; display: block; width: 196px; margin: 0px auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
            .move .name a:hover { color: #333; text-decoration: none; display: block; }
