@charset "utf-8";

@import "../style/main_banner.css";

.banner
{
 margin-top:-240px;
 height:186px;
 background-image:url(../image/list.jpg);
 background-position:center;
}

.main
{
 margin:auto;
 width:1000px;
 min-height:600px;
}

.main:hover
{
 position:relative;
 z-index:10;
}

.main .location
{
 height:20px;
}