.report-box .title{
    font-size: 26px;
    color: #333333;
    line-height: 66px;
    border-bottom: 1px solid rgba(207, 207, 207, 0.51);
    margin-top: 15px;
    margin-bottom: 40px
}
.report-box .title{
    font-size: 26px;
    color: #333333;
    line-height: 66px;
    border-bottom: 1px solid rgba(207, 207, 207, 0.51);
    margin-top: 15px;
    margin-bottom: 40px
}
.report-box .common-title p{
    font-size: 30px;
    letter-spacing: 1px;
    color: #333333;
}
.report-box .common-title span{
    display: block;
    width: 33px;
    height: 6px;
    background-color: #1b98e0;
    margin-top: 4px;
}
.report-box .filter-box {
    height: 50px;
    width: 100%;
    background-color: #fdfdfd;
    margin: 30px 0;
}
.report-box .filter-box ul {
    padding-top: 7px;
}
.report-box .filter-box ul li {
    color: #666666;
    font-size: 16px;
    float: left;
    margin: 0 22px 0 0;
    padding: 0 15px;
    line-height: 36px;
}
.report-box .filter-box ul li a {
    color: #666666;
}
.report-box .filter-box ul li.cur {
    color: #fff;
    background-color: #1b98e0;
}
.report-box .filter-box ul li.cur a {
    color: #fff;
}
.report-box .filter-box ul li:hover a {
    color: #1b98e0;
    text-decoration: none;
}
.report-box .filter-box ul li.cur:hover a {
    color: #fff;
}
.report-box .report-content {
    margin-top: 30px;
    width: 100%;
    min-height: 500px;
}
.report-box .report-content .dataTables_length {
    display: none;
}
.report-box .report-content table{
    
}
.report-box .report-content thead{
    display: none
}
.report-box .report-content table tr{
    line-height: 56px;
    height: 56px;
    padding: 0
}
.report-box .report-content table td{
    padding: 0;
    border-bottom: 1px dashed #eeeeee;
    text-align: right;
}
.report-box .report-content table td.td-title{
    text-align: left;
}
.report-box .report-content table a:hover p {
    color: #1b98e0;
}
.report-box .report-content table p {
    float:left;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    height: 56px;
    max-width: 760px;
    overflow: hidden
}
.report-box .report-content table.dataTable.no-footer {
    border: 0;
}
.report-box .report-content table span {
    font-size: 14px;
    color: #666666;
    width: 80px
}
.report-box .report-content table .pdf-download {
    display: inline-block;
    width: 17px;
    height: 20px;
    background:url('../images/ico_pdf.png');
    background-size: 17px 20px;
    vertical-align: -4px;
    margin-left: 10px
}

.report-box .stock-content img {
    margin-top: 30px
}

.report-box .report-title {
    font-size: 30px;
    color: #333333;
}
.report-box .report-date {
    margin-top: 16px;
    font-size: 14px;
    color: #666666;
}
.report-box .report-links {
    margin-top: 45px
}
.report-box .report-links a{
    display: block;
    margin-right: 58px;
    border: solid 1px #d2d2d2;
    color: #666;
    height: 50px;
    line-height: 50px;
    float: left
}
.report-box .report-links a:hover{
    text-decoration: none;
}
.report-box .report-links a.prev-report, .report-box .report-links a.next-report{
    padding: 0 18px;
}
.report-box .report-links a.prev-report.disabled, .report-box .report-links a.next-report.disabled{
    cursor: default;
    color: #ccc;
}
.report-box .report-links a.download-pdf {
    padding: 0 52px;
}
.report-box .report-links a.download-pdf:active {
    border-color: #1b98e0;
}
.report-box .report-links a em{
    display: inline-block;
}
.report-box .report-links a em.prev{
    width: 10px;
    height: 18px;
    background:url('../images/arrow_left_gray.png');
    vertical-align: -3px;
    margin-right: 15px;
}
.report-box .report-links a em.next{
    width: 10px;
    height: 18px;
    background:url('../images/arrow_right_gray.png');
    vertical-align: -3px;
    margin-left: 15px;
}
.report-box .report-links a em.pdf{
    width: 30px;
    height: 35px;
    background:url('../images/ico_pdf.png');
    vertical-align: -10px;
    margin-right: 15px;
}
@media screen and (max-width:640px) {
    .report-box {
        float: none;
        width: 92%;
        margin: 20px auto 80px;
    }
    .report-box .common-title p{
        font-size: 20px;
        text-align: center
    }
    .report-box .common-title span{
        display: block;
        width: 16px;
        height: 3px;
        margin: 4px auto;
    }
    .report-box .report-content {
        margin-top: 0;
        width: 100%;
    }
    .report-box .report-content table{

    }
    .report-box .report-content table tr{
        line-height: 46px;
        height: 46px;
        padding: 0
    }
    .report-box .report-content table td.td-title {
        width: 75%;
    }
    .report-box .report-content table p {
        float:left;
        font-size: 16px;
        letter-spacing: 1px;
        color: #333333;
        height: 46px;
        max-width: 81%;
        overflow: hidden;
        position: relative;
    }
    .report-box .report-content table p:before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        background-color: #1b98e0;
        border-radius: 100%;
        margin-top: 20px;
        float: left;
        margin-right: 14px
    }
    .report-box .report-content table span {
        font-size: 14px;
        color: #666666;
        margin-right: 0;
        width: 85px
    }
    .report-box .stock-content {
        margin-bottom: 40px
    }
    .report-box .stock-content img {
        width: 100%;
        margin-top: 30px
    }

    .report-box .report-title {
        font-size: 30px;
        color: #333333;
    }
    .report-box .report-date {
        margin-top: 16px;
        font-size: 14px;
        color: #666666;
    }
    .report-box .report-links a em.pdf{
        width: 30px;
        height: 35px;
        background:url('../images/ico_pdf.png');
        vertical-align: -10px;
        margin-right: 15px;
    }
    .report-box .filter-box ul{
        text-align: center;
    }
    .report-box .filter-box ul li {
        display: inline-block;
        float: none
    }
    #reportList_paginate {
        display: none
    }
}



