#Content{width:1200px;margin:auto;overflow:hidden;}
#Content1{ width:282px;float:left;}
#Content3{width:896px;float:right;}

/*二级左侧导航*/
.fgj {
    display: block;
    font-size: 22px;
    color: #2E2E30;
    height: 62px;
    *height: 87px;
    line-height: 1;
    padding-top: 25px;
    position: relative;
    padding-left: 15px;
}
.fgj::before {
    content: "";
    width: 8px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 26px;
    background: #18AE66;
    border-radius: 4px;
}
.about_nav {
    width: 280px;
    margin-left: 2px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(2,18,40,0.06);
    border-radius: 4px;
    margin-bottom: 100px;
}
.about_nav ul li{border-bottom: 1px solid #EAEAEE;
   height: 70px;
    overflow: hidden;
    line-height: 70px;text-align:center;}
.about_nav ul li #CurrentlyNode, .about_nav ul li #CurrentlyPathNode {
    font-weight: 600;
}

.folder-cont {display: block;
    line-height: 1.8;width:816px;float:right;margin-top:80px;
}
.folder-cont p{margin-bottom:20px;}
.folder-cont table{border-top:1px solid;border-left:1px solid;}
.folder-cont td{border-bottom:1px solid;border-right:1px solid;}
/*新闻列表*/
.new_list {    margin-top: 106px;}
.new_list li {background:none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 21px;
    font-size: 18px;
    overflow: hidden;
    zoom: 1;
    height: 20px;
    line-height: 20px;

}
.new_list li::before{
    content: "";
    background: #D8D8DC;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 9px;
    left: 5px;
    border-radius: 4px;
}
.new_list li a {
    color: #2E2E30;
}
.new_list li #ReportIDIssueTime {
    float: right;
    color: #8E8E92;
    font-size: 12px;
}

/*分页样式*/
li#PageNum ,#ali{width:100%;
    text-align: center;
    background: none;
    padding-top: 30px;
    height: 40px;
}
li#PageNum::before{display:none;}
li#PageNum span,li#PageNum a,#ali a {
    padding: 4px 9px;
    border: 1px solid #EAEAEE;
    border-radius: 4px;
}
li#PageNum span,#ali span {
    background: #18AE66;
    color: #FFFFFF;    border-radius: 4px;
    border: 0;
}
li#PageNum #go ,#ali #go{padding: 0;
    background: none;
    border: 0px;
    margin: 0;
    border-radius: 0;    position: relative;
    top: -3px;
}
li#PageNum #go input,#ali #go input{    height:29px;  border: 1px solid #EAEAEE;
    border-radius: 4px;
}
li#PageNum #go input[type="button"],#ali #go input[type="button"]{height:29px;margin-left:4px;font-size: 14px;
color: #8E8E92;padding:0px 8px;}


/*新闻详细*/
.new_text{ padding:87px 20px 15px 20px;}  
.new_text span#ReportIDkicker {
    font-size: 18px;
    font-weight: bold;
display:block;
text-align:center;
}
.new_text #ReportIDgetSubhead{font-size:18px;font-weight:bold;text-align:center;display:block;}
.new_text span#ReportIDname {
    width: 100%;
    font-size: 24px;
    color: #282828;

    text-align: center;
    margin: 20px 0 15px;
    display: block;
    font-weight: bold;
}
.new_text h3 {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #006d46;
    width: 100%;
    display: block;
}
.new_text span#ReportIDnewquota {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.new_text .ly {padding:10px 0 20px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.new_text .ly #ReportIDIssueTime{margin:0 20px;}
.new_text span#ReportIDtext {
    width: 718px;
    text-align: left;
    line-height: 30px;
    color: #565656;
    font-size: 16px;
}
.new_text span#ReportIDtext p{margin-bottom:20px;}
.new_text .editor {
    text-align: right;
    padding: 10px 0px;
}
.new_text table{border-top:1px solid;border-left:1px solid;}
.new_text td{border-bottom:1px solid;border-right:1px solid;padding:4px 6px;}

