﻿@charset "utf-8";

body {
    background: url(../images/bodybj.gif) no-repeat top center;
    width: 100%;
    height: auto;
    font-family: '宋体';
    font-size: 12px;
    color: #333;
    line-height: 1.8em;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

.bodybox {
    width: 960px;
    margin: 0 auto;
    height: auto;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
        color: #2a7dc9;
    }

em {
    font-style: normal;
}
/*======================路劲样式=================================*/
.lujin {
    width: 100%;
    height: 25px;
    line-height: 25px;
    float: left;
}

    .lujin em {
        color: #999;
    }

.lujin_dq {
    color: #008bb9;
}

.lujin a {
    margin: 0 5px;
}

/*=====================分页样式=========================*/
.page_box {
    width: 100%;
    float: left;
    text-align: center;
    margin: 50px 0;
}

    .page_box a {
        display: inline-block;
        background: #e6f7ff;
        padding: 1px 10px;
        border: #87b0d0 solid 1px;
        margin: 0 4px;
        font-weight: bold;
    }

    .page_box .page_dq {
        background: #69a6dd;
    }

    .page_box a:hover {
        text-decoration: none;
    }
