﻿* {
    margin: 0;
    padding: 0;
}

body {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

div, ul, li, table {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td.th {
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: blue;
}

    a:after {
        color: blue;
    }

.rb {
    vertical-align: middle;
    margin: 0 2px;
}

.checkbox {
    vertical-align: middle;
    margin: 0 2px;
}

.select {
    width: 147px;
    height: 20px;
    border: 1px solid #ccc;
}

.listul {
    width: 1000px;
    margin: 0 auto;
    min-height: 452px;
}

    .listul li {
        width: 280px;
        height: 194px;
        border: 1px solid #ccc;
        float: left;
        margin: 10px;
    }

        .listul li img {
            width: 258px;
            height: 144px;
            float: left;
            margin: 10px;
            margin-bottom: 0;
        }

        .listul li span {
            display: inline-block;
            width: 100%;
            height: 40px;
            line-height: 40px;
            font-family: '微软雅黑','黑体','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 15px;
            font-weight: normal;
            text-align: center;
            color: #000;
            letter-spacing: 1px;
        }

.bc {
    width: 100%;
    float: left;
}

.ct {
    width: 1000px;
    margin: 0 auto;
    background-color: #fcf9e3;
    text-align: center;
}

.gts {
    margin: 65px 0 0 522px;
    width: 400px;
    height: 30px;
    float: left;
    text-align:left;
}

.btnregist {
    width: 175px;
    height: 30px;
    line-height: 30px;
    background-color: #8966a9;
    text-align: center;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    text-decoration:none;
    letter-spacing:1px;
    font-family: '微软雅黑','黑体','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
