﻿main{width:1200px;margin:auto;overflow:hidden;}
nav{ width:282px;float:left;}
article{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 .self, .about_nav ul li .parent {
    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;
}

/*分页样式*/
.page{text-align:center;clear:both;padding:30px 0 0 20px;}
.page a{padding:3px 10px;border:1px solid #EAEAEE;border-radius:4px;margin-left:5px;color:#2E2E30;vertical-align:middle;}
.page a.cur{background:#18AE66;color:#FFFFFF;border:1px solid #18AE66;}
.page a:hover{border:1px solid #18AE66;}
.page input{padding:3px 7px;text-align:center;margin-left:5px;border:1px solid #EAEAEE;border-radius:4px;}
.page input[type=number]{padding:3px 0;}
.page .count{display:none;}

/*编辑器*/
figure{margin:5px auto;display:table;clear:both;}
figure.image-style-align-left{float:left;}
figure.image-style-align-right{float:right;}
figure img,figure video{max-width:100%;height:auto;}
figure.image_resized img{width:100%;}
figure figcaption{text-align:center;}
figure table{border-collapse:collapse;}
figure th,figure td{border:1px solid #bfbfbf;min-width:28px;padding:0 6px;}


/*新闻详细*/
.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;}

.vido_list{    width: 816px;
    float: right;
    margin-top: 80px;}
.vido_list ul{clear:both;padding-bottom:20px;overflow:hidden;}
.vido_list li{width:260px;float:left;margin-right:10px;}
.vido_list li #VideoIDhplayer{width:260px;height: 160px;
    overflow: hidden;
    display: block;}
.vido_list li #VideoIDhplayer video{width:260px;}
.vido_list li #VideoIDsubject{padding-top:10px;font-size:14px;line-height:180%;text-align:center;}