﻿.report-structure
{
    position: fixed;
    top: 20px;
    width: 130px;
    left: 20px;
    padding: 0;
    margin: 0;
}
.report-structure li
{
    line-height: 22px;
    background-color: #3ab1ff;
    border: 1px dotted #333;
    text-align: right;
    list-style: none;
    padding: 0;
    padding-right: 10px;
    margin: 0;
}
.structure-title
{
    color: #333;
    font-family: "微软雅黑";
    font-weight: 600;
    color: #fff;
    text-align: center !important;
}
.report-structure li a
{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    width: 100%;
    display: block;
}
.pager
{
    text-align: center;
    min-height: 800px;
    border: 1px solid #d5d5d5;
}
.cover-title, .chapter-title
{
    font-size: 28px;
    font-weight: 600;
    line-height: 80px;
}
#lblStatus
{
    font-size: 12px;
}
.chapter-title
{
    font-size: 20px;
}
.chapter-title
{
    line-height: 50px;
}
.chapter-content
{
    padding: 10px 30px;
    text-align: left;
}
.cover-workinfo
{
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 80px;
}
.workinfo-gov label
{
    width: 40px;
    margin: 0 auto;
    font-size: 35px;
    line-height: 55px;
    font-weight: 600;
}
.cover-code
{
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
}
#lblWorkTime
{
    font-size: 18px;
    line-height: 100px;
    font-weight: 600;
}
@media (min-width:1280px)
{
    .report-structure
    {
        top: 80px;
    }
    .report-structure li
    {
        line-height: 28px;
    }
}
