#Content {
  
  margin: 0 auto 30px;
  overflow: hidden;
  zoom: 1;
  background: #fff;
}

   /* 新闻列表样式 */
    
    .listdiv {
        padding: 0 35px;
        /*width: 820px;
        float: left;*/
        height: auto !important;
        min-height: 560px;
    }
    
    .listdiv ul {
        border-bottom: none;
        padding-bottom: 35px;
        margin-top: 35px;
    }
    
    .listdiv ul.bornone {
        border: none;       margin-top: 0px;
    }
    
    .listdiv li {
        background: url('/res/Home/structure/listicon.jpg') no-repeat 15px 13px;
        padding: 0 25px;
        height: 28px;
        line-height: 28px;overflow:hidden;zoom:1;
    }
    
    .listdiv li #ReportIDname {
        float: left;
        font-size: 14px
    }
    .listdiv li #ReportIDname a br{display:none;}
    .listdiv li #ReportIDIssueTime {
        float: right;
        color: #A7A7A7;
    }
    
    .listdiv li#PageNum {
        background: none;
        border: none;
        text-align: right;
        margin-top: 30px;
    }
    
    .listdiv li#PageNum span {
        background-color: #FF8000;
        color: #fff;
        font-weight: bold;
        padding: 0 6px;
    }
    
    .listdiv li#PageNum span input {
        margin-left: 5px
    }
    
    .listdiv li#PageNum span#go {
        background: none;display:none
    }
    
    .listdiv li#PageNum a {
        padding: 0 5px;
    }

    /* 新闻详细*/
    
    .Condiv {
        padding: 0 35px;
        /* width: 820px;
        float: left;*/
    }
    
    .Condiv h1 {
        font-size: 28px;
        line-height: 200%;
        text-align: center;
    }
    
    .Condiv .sou {
        height: 25px;
        border-bottom: solid 1px #ddd;
        margin-top: 25px;
        padding: 0 10px
    }
    
    #ReportIDClassName {
        display: none;
    }
.Condiv .flie{text-align:left;margin:20px ; /* min-height:300px;*/}
.Condiv .flie img{margin-right:2px}    
    .sou .lefts {
        color: #666666;position:relative;
       /* float: left;*/
    }
.t_mb{position:absolute;right:0;bottom:0;color:#aaa}
    .sou .lefts #ReportIDIssueTime{font-weight:bold}
    .sou .right {
        float: right;
    }
    
    .Condiv #ReportIDtext {
        display: block;
        padding: 50px 0;
        line-height: 200%;
        text-align: left;
        height: auto !important;
        min-height: 330px;
overflow:hidden;//针对内容区域添加的表格没法撑开+
    }
    
    .Condiv #ReportIDtext p {
        margin-bottom: 20px;
        color: #333
    }
.Condiv #ReportIDtext a{color:#256EB1}

.Condiv #ReportIDtext img {
MAX-WIDTH: 100%!important;HEIGHT: auto!important;width:expression(this.width > 750 ? "750px" : this.width)!important;
    }   
    .preNet {
        border-top: 3px solid #0068B7;
        padding-top: 20px;
        margin-top: 40px
    }
.Condiv #pdfDown{width:100%;clear:both;line-height:40px;text-align:right; }
.Condiv #pdfDown a{text-decoration:underline;color:#FE8500}
    .concarch {
        text-align: right
    }
    
    #PN_Link li {
        width: 45%;
        height: 25px;
        line-height: 25px;
        overflow:hidden;
        text-align: left
    }
    
    #PreviousLink {
        float: right;
        font-weight: bold;
        color: #000;
        background: url(/res/Home/structure/15070346.png) no-repeat left center;
        padding-left: 15px
    }
    
    #PreviousLink a,
    #NextLink a {
        color: #0068B7;
        font-weight: normal
    }
    
    #NextLink {
        float: left;
        font-weight: bold;
        background: url(/res/Home/structure/15070345.png) no-repeat left center;
        padding-left: 15px
    }
    
    .Condiv #ReportIDtext td,
    .Condiv #ReportIDtext table {
        border-collapse: collapse;
        padding: 5px;
        color: #333;word-wrap:break-word;word-break:break-all
    }
    
    .Condiv #ReportIDtext td {
        border: solid 1px #ddd;/*注释因为有的地方表格对方不需要边框，所以去掉，如果需要在编辑框的表格里手动加边框*/
height:auto !important
    }
    
    .Condiv #ReportIDtext table {
        width: 100% !important
    }