﻿@charset "utf-8";

#banner { height:410px; margin-bottom:15px; overflow:hidden; position:relative; }
.banner-btn { position:absolute; bottom:15px; right:10px; z-index:3; }
.banner-btn li { float:left; width:18px; height:18px; margin-right:5px; text-align:center; line-height:18px; background:#fff; cursor:pointer; }
.banner-btn li.on { background:#4f1508; color:#fff; }
.prev, .next { display:block; width:18px; height:32px; overflow:hidden; background:url(../images/btn.png) no-repeat; opacity:.8; filter:alpha(opacity=80); position:absolute; top:189px; z-index:8; }
.prev { background-position:-18px 0; left:15px; }
.next { right:15px; }
.prev:hover { background-position:-18px -32px; }
.next:hover { background-position:0 -32px; }

#content { width:960px; height:825px; margin:0 auto; position:relative; }
.list_item { width:310px; height:260px; overflow:hidden; margin:0 15px 15px 0; position:absolute; }