#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:  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:  no-repeat left center;
        padding-left: 15px
    }
    
    #previouslink a,
    #nextlink a {
        color: #0068b7;
        font-weight: normal
    }
    
    #nextlink {
        float: left;
        font-weight: bold;
        background:  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
    }