﻿.lmbody {
    width:1300px;
    margin:0 auto;
    padding-top:67px;
}

.tablehead {
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #e2e8f4;
    font-size:20px;
    font-weight:bold;
    position:relative;
}

.tablebtnbox {
    position: absolute;
    right:21px;
    top:0;
}

.tablebtn {
    height: 27px;
    border: 1px solid #d4dbe9;
    font-size: 14px;
    color: #505050;
    background:#fff;
    line-height:27px;
    padding:0 15px;
    display:inline-block;
    cursor:pointer;
}

.tr {
    height: 46px;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    background: #f8f9fd;
}

    .tr:nth-child(2n) {
        background:#fff
    }

.lmtb {
    width:100%;
}

.blue {
    color: #fff;
    background: #2273de;
}
.page {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}

    .page span, .page a {
        padding: 0 10px;
    }

    .page a {
        color: #d49c26;
    }

    .page span {
        color: #8e8e8e;
    }