﻿
.top {
    height: 32px;
    background-image: url(/images/top_bar.jpg);
    background-repeat: repeat-x;
    font-size: 12px;
}

    .top div {
        height: 32px;
        line-height: 32px;
        vertical-align: middle;
    }

.top_margin {
    float: left;
    margin-left: 20px;
}
/*top是头部信息所在层的类，top_margin是其中控制距离的类*/
.bottom {
    height: 120px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}

.BottomTable {
    width: 150px;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 0px;
}

    .BottomTable td {
        width: 150px;
        max-width: 150px;
        white-space: nowrap;
        overflow: hidden;
        color: #808080;
    }

        .BottomTable td a:hover {
            font-weight: bolder;
            color: #ee1c24;
        }

.BottomDiv {
    width: 150px;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    color: #808080;
    padding-left: 10px;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
}

    .BottomDiv a:hover {
        font-weight: bolder;
    }


/*bottom是底部信息的类*/

/*帮助信息的类*/
.friendlink {
    width: 1000px;
    height: 100px;
    border: 1px solid #dddddd;
    clear: both;
    font-size: 13px;
}

    .friendlink a {
        margin-left: 10px;
    }

.friendlinkone {
    width: 80px;
    height: 28px;
    float: left;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    color: #ee1c24;
    font-weight: bolder;
    border-top: 2px solid #ee1c24;
    font-size: 14px;
}

.friendlinktwo {
    float: left;
    background-color: #f0f0f0;
    width: 919px;
    height: 29px;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.friendlinkthree {
    width: 980px;
    height: 60px;
    line-height: 30px;
    vertical-align: middle;
    margin-top: 5px;
}
/*友情链接的类*/

