* {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    font-family: "宋体", simsun, Verdana, Lucida, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 1.6;
    font-weight: normal;
    font-variant: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    text-align: left;
}

th, td {
    border-collapse: collapse;
}

ol, ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #231815;
    cursor: hand
}

    a:hover {
        text-decoration: underline;
        cursor: hand;
    }

input[type=text] {
    height: 25px;
    line-height: 25px;
}

input[type=password] {
    height: 25px;
    line-height: 25px;
}

/*Slide Start幻灯片位置开始*/
#Slidebox {
    width: 100%;
    height: 250px;
    padding: 0px;
    margin: 0 auto;
    overflow: hidden;
}

#flashBg {
    height: 250px;
    overflow: hidden;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
}

#flashLine {
    height: 250px;
    width: 100%;
    clear: both;
    position: relative;
}

#flash {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin: 0 auto;
    clear: both;
    position: relative;
    padding: 0px 0px;
}

    #flash a {
        width: 100%;
        height: 250px;
        display: none;
    }

    #flash img {
        width: 100%;
        height: 250px;
    }

.flash_bar {
    width: 200px;
    z-index: 69;
    height: 24px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    left: 40px;
}

    .flash_bar .dq {
        display: block;
        float: left;
        width: 12px;
        height: 12px;
        margin: 2px 4px;
        cursor: pointer;
        background: url(images/pagination.png) no-repeat 0px -12px;
        overflow: hidden;
        _background: url(/images/s/pagination.gif) no-repeat 0px -12px;
    }

    .flash_bar .no {
        display: block;
        float: left;
        width: 12px;
        height: 12px;
        margin: 2px 4px;
        cursor: pointer;
        background: url(images/pagination.png) no-repeat 0px 0px;
        overflow: hidden;
        _background: url(/images/s/pagination.gif) no-repeat 0px 0px
    }
/**/

.hui {
    color: #ccc;
}

.title {
    border-bottom: 1px #ccc solid;
    line-height: 35px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    font-weight: bold
}

.content {
    line-height: 25px;
    padding-top: 10px;
}
