﻿@charset "utf-8";
/* CSS Document */
body, p {
    margin: 0;
}

body, p, span, td, th {
    font: 14px/1.3 'Arial','SimSun';
    color: #333;
}

.ta-l {
    text-align: left;
}

.bdR {
    border-right: 1px solid #585858;
}

.periodTabBox {
    width: 667px;
    height: auto;
    margin: 20px auto;
}

    .periodTabBox table {
        width: 100%;
    }

.periodTab {
    text-align: center;
    border-collapse: collapse;
}

    .periodTab td {
        line-height: 26px;
        padding-left: 5px;
    }

    .periodTab th {
        font-size: 20px;
        line-height: 50px;
        font-weight: bold;
    }

    .periodTab td img {
        width: 150px;
        height: 180px;
        display: block;
        padding: 5px;
        padding-left: 0;
    }

.countHours {
    display: inline-block;
    width: 80px;
    text-align: center;
}

.sealBox {
    float: left;
    margin-left: 15px;
    position: relative;
}
.seal {
    position: absolute;
    bottom: 125px;
    left: 20px;
}
.dateBox {
    float: right;
    margin-right: 20px;
}

    .sealBox p, .dateBox p {
        line-height: 60px;
    }

.signLine {
    width: 90px;
    line-height: 26px;
    height: 26px;
    display: inline-block;
    border-bottom: 1px solid #585858;
}
