<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* css document */
/* 图片轮换滚动 */
.img-scroll { position: relative; margin: 10px auto 0; width: 1000px; height: 134px; overflow: hidden; }
    .img-scroll .prev11, .img-scroll .next11 { position: absolute; display: block; width: 25px; height: 134px;; cursor: pointer; }
    .img-scroll .prev11 { left: 0; background:  no-repeat left center; }
    .img-scroll .next11 { right: 0; background:  no-repeat right center; }
.img-list { position: relative; width: 950px; height: 218px; margin: 0 auto; overflow: hidden; }
    .img-list ul { width: 9999px; }
    .img-list li { float: left; display: inline; padding: 4px; border: 1px solid #015f9d; width: 180px; height: 124px; overflow: hidden; text-align: center; }
        .img-list li img { max-width: 180px; max-height: 124px; _width: expression((this.offsetwidth &gt; 180) ? "180px" : this.offsetwidth   "px" ); _height: expression((this.offsetheight &gt; 124) ? "124px" : this.offsetheight   "px" ); }
</pre></body></html>