@charset "UTF-8";

html {
    font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
    font-size: 12px;
}

/* 公共样式 */
a {
    color: #333;
}

a:hover {
    color: #b4a078;
}

.clear-fix::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.clear-fix {
    *zoom: 1;
}
.one-line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 一行的容器 */
.row {
    margin: 0 auto;
    width: 1090px;
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

