﻿
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, footer,
header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei,arial,å®‹ä½“,sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

    a:link {
        color: #666;
    }

    a:visited {
        color: #666;
    }

    a:hover, a:active, a:focus {
        color: #e87518;
        text-decoration: none;
        outline: none;
    }

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table, th, td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1, h2, h3, h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}


.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;
        margin-bottom: 10px;
    }

        .hot li a {
            display: block;
            line-height: 32px;
            padding-left: 16px;
            padding-right: 16px;
            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;
        display: table-cell;
    }

    .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;
    }

.return {
    position: relative;
    height: 36px;
    padding: 6px;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    font: bold 22px/42px "微软雅黑";
    color: #737372;
}

    .return a {
        position: absolute;
        right: 10px;
        top: 12px;
        height: 36px;
        width: 100px;
        text-align: center;
        display: block;
        background: #eb2830;
        color: #fff;
        line-height: 36px;
        font-size: 12px;
        font-weight: bold;
    }

        .return a:hover {
            text-decoration: none;
            background: #f39c11;
            color: #fff;
        }