@charset "utf-8";

.adver {
    width: 1200px;
    height: 240px;
    margin: 0 auto;
}
.report {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 6px 20px 35px;
}
.center_content {
     width: 1160px;
     margin: 0 auto;
     position: relative;
 }
 .content_top {
    
     height: 35px;
 }
.location {
     position: absolute;
     top: 8px;
     left: 90px;
     color: #333;
 }
.breadcrumb {
     background: #eae9e9;
     border-radius: 0;
     height: 35px;
     line-height: 35px;
     padding: 0;
     margin-bottom: 0;
 }
.breadcrumb > li:first-child {
     margin-left: 165px;
 }
.breadcrumb > li + li::before {
    color: #333;
    
    content: "> ";
}
.breadcrumb > .active {
    color: #666;
}
.breadcrumb > li > a {
     color: #333;
 }
.breadcrumb > li > a:hover, a:focus {
    color: #ae0804;
}


.content_bottom {
    width: 860px;
    margin: 24px auto;
}
.report_list {
    color: #333;
    position: relative;
}
.report_list li {
    height: 40px;
    background: url(../img/icon_disc_2.png) no-repeat center left;
    padding-left: 15px;
    border-bottom: 1px dashed #dbdbdb;
}
.report_list li a {
    color: #2f2f2f;
    padding-left: 5px;
    width: 850px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.report_list li a:hover {
    color: #000;
}
.report_list em {
    font-style: normal;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    color: #808080;
}



.page {
    margin: 35px auto 0 auto;
    width: 350px;
}
.page li {
    float: left;
    display: block;
    text-align: center;
    margin-right: 10px;
}
.page li:last-child {
    margin-right: 0;
}
.page li a {
    display: block;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 3px 9px;
    color: #808080;
}
.page li a:hover {
    color: #333;
}
.page .active a,
.page li a:active,
.page li a:focus {
    background: #ae0804;
    color: #fff;
    border: none;
}
.page .active a {
    color: #fff;
}