﻿body
{
    margin: 0;
    padding: 0;
}

.btn
{
    cursor: pointer;
    font-size: 14px;
    text-shadow: none;
    box-shadow: none;
    border-width: 0px;
    padding: 7px 14px;
    outline: none !important;
    border-radius: 0px !important;
}
.btn:hover
{
    text-decoration: none;
}

.btn-info
{
    color: rgb(255, 255, 255);
    background-color: rgb(46, 169, 248);
    border-color: rgb(46, 169, 248);
}

.btn-info:hover
{
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.text-center
{
    text-align: center;
}

.text-left
{
    text-align: left;
}

.wrap
{
    width: 820px;
    margin: 0 auto;
    text-align: center;
}

.time-person
{
    width: 100%;
    line-height: 24px;
    font-size: 12px;
    font-family: 宋体;
}

.time-person > ul
{
    margin: 0;
    padding: 0;
}

.time-person > ul > li
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.owen-text
{
    width: 35%;
    text-align: left;
    padding-left: 5px !important;
}

.table-content-wrap
{
    width: 100%;
    padding: 10px 0;
}

.table-report
{
    width: 100%;
    background-color: #000;
}

.table-report td
{
    background-color: #fff;
    font-size: 13px;
    font-family: 宋体;
    color: #000;
    word-break: break-all;
    word-spacing: 2px;
    word-wrap: break-word;
}

.td-title
{
    width: 26px;
    padding: 5px 10px;
}

.check-item
{
    width: 120px;
    padding: 10px 1px;
}

.check-standard
{
    width: 390px;
}

.check-depend
{
    width: 120px;
}

.check-evaluate
{
    width: 120px;
}

@media (min-width:1281px)
{
    .wrap
    {
        width: 1020px;
    }

    .check-standard
    {
        width: 590px;
    }
}
