﻿/*清除浮动*/
.clear {
    overflow: hidden;
    clear: both;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: 0;
    height: 0;
}

.empty {
    width: 100%;
    height: 30px;
}

.pic_page_style1 {
    position: relative;
    top: -267px;
    left: 257px;
    background: url(/images/pic_style1.png);
    width: 24px;
    height: 24px;
}

.pic_page_style2 {
    position: relative;
    top: -267px;
    left: 257px;
    background: url(/images/pic_style2.png);
    width: 24px;
    height: 24px;
}

.pic_page_style3 {
    position: relative;
    top: -267px;
    left: 257px;
    background: url(/images/pic_style3.png);
    width: 24px;
    height: 24px;
}



/* 简易数据表格-格边框 */
.m-table {
    table-layout: fixed;
    width: 841px;
    line-height: 1.5;
}

    .m-table td {
        padding: 10px;
        border: 1px dashed #ddd;
    }

    .m-table th {
        padding: 10px;
        color: #013A6F;
        letter-spacing: 0.2mm;
    }

    .m-table tbody tr {
        background: #DDF6FB;
    }

        .m-table tbody tr:hover {
            background: #fff;
        }

    .m-table .cola {
        width: 190px;
        padding-left: 50px;
    }

    .m-table .colb {
        width: 200px;
    }

    .m-table .colc {
        width: 60px;
    }

    .m-table .cold {
        width: 100px;
    }

    .m-table thead {
        background: #F5F5F5;
    }
/* 简易数据表格-行边框*/
.m-table-row th, .m-table-row td {
    border-width: 0 0 1px;
}



/* 分页*/
.g-doc{width:840px;clear: both;margin: 50px auto;font-family: 微软雅黑;color:#b6bcc1;}
.m-cnt .m-cmp{top:24px;left:0;}
.m-cnt .m-cmp .zitm{height:22px;line-height:22px;padding:0 5px;}
h2{font-size: 12px;font-weight: normal;}
.pager{height:30px;line-height:30px;text-align:left;margin-top:30px;}
.pager a{padding: 5px 10px; border:1px solid #b6bcc1; text-decoration: none;color:#b6bcc1;border-radius: 3px;font-size: 12px;}
.pager a.js-selected{background:#b6bcc1;color:#fff;cursor:default;}
.pager a.js-disabled{background:#f1f1f1;border-color:#f1f1f1;cursor:default;color:#fff;}
.pager .zdot{color:#b6bcc1;text-align: center;}
