.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.clearfix
{
    zoom: 1;
}
.region
{
    margin-top: 10px;
    border: 1px solid #e0e1dc;
}
.region h3
{
    background: #eee;
    line-height: 30px;
    padding-left: 10px;
    position: relative;
}
.region .item
{
    padding: 10px;
    line-height: 28px;
    display: block;
}
.region .item a
{
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.region .item a:hover
{
    text-decoration: none;
    background: #3480ce;
    color: #fff;
}
.more_region
{
    position: absolute;
    right: 10px;
    line-height: 28px;
    top: 0;
    font-weight: normal;
}
#container
{
    width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #f4f4f4;
    padding: 10px;
}
.hot
{
    border-bottom: 2px solid #eb2830;
    padding-bottom: 8px;
}
.hot li
{
    float: left;
    margin-right: 10px;
}
.hot li a
{
    display: block;
    line-height: 32px;
    padding-left: 26px;
    padding-right: 26px;
    background: #f4f4f4;
}
.hot li a:hover
{
    text-decoration: none;
    background: #eb2830;
    color: #fff;
}
.city_list
{
    padding-top: 10px;
}
.item
{
    padding: 10px 0;
    line-height: 24px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}
.item dt
{
    float: left;
    font-family: arial;
    font-weight: bold;
    font-size: 18px;
    width: 35px;
    padding-left: 25px;
    color: #444;
}
.item dd
{
    margin: 0 0 0 55px;
    padding-left: 15px;
    border-left: 1px dashed #b2b2b2;
}
.item dd a
{
    padding: 1px 12px 1px 12px;
    white-space: nowrap;
    float: left;
}
.item dd a:hover
{
    text-decoration: none;
    background: #eb2830;
    color: #fff;
}
#foot
{
    width: 1022px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    line-height: 24px;
    color: #666;
    border-top: 2px solid #eb2830;
    padding-top: 10px;
}
#foot a
{
    color: #666;
}