﻿@charset "utf-8";
/* CSS Document */

#demo { margin: 15px auto; border: 0px dashed rgb(204, 204, 204); width: 1200px; height:414px; overflow: hidden; }
#indemo { margin: 0px auto; width: 1200px; }
#demo1 { height: auto; float: left; }
#demo2 { height: auto; float: left; }
.move { width: 222px; height: 207px; margin: 0px 9px; float: left; display: block; text-align: center; }
    .move .images { width: 220px; height: 165px; overflow: hidden;background:#fff; }
.move .images img{max-width: 220px; max-height: 165px; _width: expression((this.offsetWidth > 220) ? "220px" : this.offsetWidth + "px" ); _height: expression((this.offsetHeight > 165) ? "165px" : this.offsetHeight + "px" ); }
    .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: 205px; background: #ddd; color: #333; font: 14px/40px "Microsoft YaHei"; }
        .move a:hover { background: #f60; color: #fff; }
