﻿@charset "utf-8";
/* CSS Document */

#demo { margin: 0px auto; border: 0px dashed rgb(204, 204, 204); width: 890px; height: 404px; overflow: hidden; }
#indemo { margin: 0px auto; width: 890px; }
#demo1 { height: auto; float: left; }
#demo2 { height: auto; float: left; }
.move { width: 162px; height: 202px; margin: 0px 8px 5px; float: left; display: block; text-align: center; }
    .move .images { width: 160px; height: 160px;background:#fff; overflow: hidden; display: block; }
        .move .images img { vertical-align: middle;max-width: 160px; max-height: 160px; _width: expression((this.offsetWidth > 160) ? "160px" : this.offsetWidth + "px" ); _height: expression((this.offsetHeight > 160) ? "160px" : this.offsetHeight + "px" );  }
        .move .images i { display: inline-block; height: 100%; width: 0; vertical-align: middle; }
    .move .name { width: 160px; 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: 160px; height: 200px; background: #ddd; color: #333; font: 14px/40px "Microsoft YaHei"; }
        .move a:hover { background: #005bac; color: #fff; }
