* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
	color:#000;
}

input {
    outline: none;
    border: none;
}

img {
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
}

ul li {
    list-style: none;
}

body {
    width: 100%;
    height: 100%;
    background: url(../images/back-bg.png) no-repeat center top #fdfdfe;
    font-family: "Microsoft YaHei", 微软雅黑;
}

.content-width {
    width: 1100px;
    margin: 0 auto;
}

.header {
    height: 365px;
}

.header .access-box {
    line-height: 45px;
    height: 45px;
    text-align: right;
}

.header .access-box a {
    color: #fff;
    font-size: 9pt;
}

.header .access-box span {
    padding-left: 5px;
}

.header .dl-logo a {
    display: flex;
    font-size: 35pt;
    color: #ffffff;
    line-height: 76px;
}

.header .dl-logo a span {
    padding-left: 20px;
}

.header .infor-open {
    font-size: 100px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 5px 10px rgb(0 0 0 / 25%);
    margin-top: 35px;
    position: relative;
}

.header .infor-open:after {
    width: 488px;
    height: 2px;
    content: '';
    position: absolute;
    bottom: -5px;
    left: 41.5%;
    background: #ffffff;
}

.infor-open-box {
    background-color: rgb(242, 242, 242);
    padding: 0px 36px 20px 36px;
}

.infor-open-box .search-box {
    height: 51px;
    width: 1028px;
    margin: 0 auto;
    padding: 84px 0;
}

.infor-open-box .search-box .search-form {
    background: url(../images/search.png) no-repeat;
    height: 51px;
    position: relative;
}

.infor-open-box .search-box .search-input {
    height: 51px;
    width: 40%;
    position: absolute;
    left: 27%;
    font-size: 20px;
    background: none;
}

.infor-open-box .search-box .submit-btn {
    background: url(../images/btn.png) no-repeat center;
    width: 40px;
    height: 100%;
    position: absolute;
    right: 26.5%;
    cursor: pointer;
}

.mian-content {
    display: flex;
}

.left-content {
    width: 240px;
}

.sidebar-menu .treeview .nav-box {
    font-size: 23px;
    background: #fff;
    border: 1px solid #ddd;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    color: rgb(45, 102, 165);
    display: flex;
}

.nav-box .nav-btn-01 {
    background: url(../images/zc_blue.png) no-repeat;
    width: 40px;
    margin-top: 12px;
    margin-right: 20px;
}

.nav-box .nav-btn-02 {
    background: url(../images/zn_blue.png) no-repeat;
    width: 40px;
    margin-top: 12px;
    margin-right: 20px;
}

.nav-box .nav-btn-03 {
    background: url(../images/zd_blue.png) no-repeat;
    width: 40px;
    margin-top: 12px;
    margin-right: 20px;
}

.nav-box .nav-btn-04 {
    background: url(../images/fd_blue.png) no-repeat;
    width: 40px;
    margin-top: 12px;
    margin-right: 20px;
}

.nav-box .nav-btn-05 {
    background: url(../images/zdly_blue.png) no-repeat;
    width: 40px;
    margin-top: 12px;
    margin-right: 20px;
}

.nav-box .nav-btn-06 {
    background: url(../images/nb_blue.png) no-repeat;
    width: 40px;
    margin-top: 12px;
    margin-right: 20px;
}

.nav-box .nav-btn-07 {
    background: url(../images/ysq_blue.png) no-repeat;
    width: 40px;
    margin-top: 12px;
    margin-right: 20px;
}

.nav-box .nav-btn-08 {
    background: url(../images/jg_blue.png) no-repeat;
    width: 40px;
    margin-top: 12px;
    margin-right: 20px;
}

/* 
.nav-box .nav-rules {
    width: 95px;
    flex: 2;
} */
.nav-box .nav-rules a {
    color: rgb(45, 102, 165);
}

.nav-box .nav-sub-btn {
    background: url(../images/jia.png) no-repeat;
    width: 20px;
    margin-left: 27px;
}

.nav-box .nav-title {
    width: 95px;
    line-height: 30px;
    margin-top: 3px;
}

.nav-box .nav-title-08 {
    width: 115px;
    line-height: 30px;
    margin-top: 3px;
}

.nav-box .nav-title a {
     color: rgb(45, 102, 165);
 }

.sidebar-menu .treeview {
    margin-bottom: 15px;
}

/* .sidebar-menu .treeview-menu {
    display: none;
} */

.sidebar-menu .treeview-share {
    display: none;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-top: none;
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu .rules {
    height: 60px;
    background: #fff;
    overflow: hidden;

}

.sidebar-menu .rules li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
    background: #e5e5e5;
    padding-left: 20px;
    cursor: pointer;
    font-size: 16px;
    color: #2e65a6;
}

.sub-title.active {
    font-weight: bold;
    color: #2d66a5;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    padding-left: 30px;
}

.subs-title.active {
    color: #2d66a5;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    padding-left: 30px;
}

.sub-title {
    color: #333;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    padding-left:30px;	
	background:url(../images/dian-b.png) no-repeat 10px center;

}
.sub-title1 {
    color: #333;
    font-size: 15px;
    height: auto;
    line-height: 20px;
    padding:8px 0 8px 30px;

	background:url(../images/dian-b.png) no-repeat 10px 10px;
}
.report-title {
    color: #333;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
}

.report-title::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #333;
    position: absolute;
    border-radius: 50%;
    left: 70px;
    top: 14px;
}


.report-title.active::before {
    width: 10px;
    height: 10px;
    left: 65px;
    background-color: #2d66a5;
}

.report-title.active {
    color: #2d66a5;
    font-size: 16px;
    font-weight: 600;
}

.sub-title-litt {
    color: #333;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    padding-left: 35px;
}

.sidebar-menu .treeview .nav-box.on {
    background: rgb(45, 102, 165);
    color: #fff;
}

.sidebar-menu .treeview .nav-box:hover {
    background: rgb(45, 102, 165);
    color: #fff;
}

.sidebar-menu .treeview .nav-box:hover a {
    color: #fff;
}
/*增加选中后颜色加深跟页面JS关联*/
.sidebar-menu .treeview .on {
    background-color: rgb(163 195 232);
    color: #fff;
}

.nav-box:hover .nav-btn-01 {
    background: url(../images/zc_white.png) no-repeat;
}

.nav-box:hover .nav-btn-02 {
    background: url(../images/zn_white.png) no-repeat;
}

.nav-box:hover .nav-btn-03 {
    background: url(../images/zc_white.png) no-repeat;
}

.nav-box:hover .nav-btn-04 {
    background: url(../images/fd_white.png) no-repeat;
}

.nav-box:hover .nav-btn-05 {
    background: url(../images/zdly_white.png) no-repeat;
}

.nav-box:hover .nav-btn-06 {
    background: url(../images/nb_white.png) no-repeat;
}

.nav-box:hover .nav-btn-07 {
    background: url(../images/ysq_white.png) no-repeat;
}

.nav-box:hover .nav-btn-08 {
    background: url(../images/jg_white.png) no-repeat;
}

.nav-box:hover .nav-sub-btn {
    background: url(../images/jian.png) no-repeat;
}

.nav-box.on .nav-sub-btn {
    background: url(../images/jian.png) no-repeat;
}
/*增加选中后图标的样式*/
.sidebar-menu .treeview .on .nav-btn-01 {
    background: url(../images/zc_white.png) no-repeat;
}

.sidebar-menu .treeview .on .nav-btn-02 {
    background: url(../images/zn_white.png) no-repeat;
}

.sidebar-menu .treeview .on .nav-btn-03 {
    background: url(../images/zc_white.png) no-repeat;
}

.sidebar-menu .treeview .on .nav-btn-04 {
    background: url(../images/fd_white.png) no-repeat;
}

.sidebar-menu .treeview .on .nav-btn-05 {
    background: url(../images/zdly_white.png) no-repeat;
}

.sidebar-menu .treeview .on .nav-btn-06 {
    background: url(../images/nb_white.png) no-repeat;
}

.sidebar-menu .treeview .on .nav-btn-07 {
    background: url(../images/ysq_white.png) no-repeat;
}

.sidebar-menu .treeview .on .nav-btn-08 {
    background: url(../images/jg_white.png) no-repeat;
}

.right-content {
    width: 770px;
    background: #fff;
    border: 1px solid #dddddd;
    margin-left: 18px;
}

.guide-infor {
    padding: 30px 34px;
}

.guide-infor .guide-content {
    height: 770px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.guide-infor h1 {
    color: #2d66a3;
    text-align: center;
    font-size: 32px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.guide-infor p {
    text-indent: 2em;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}

.system-infor {
    padding: 30px 34px;
}

.system-infor h1 {
    color: #2d66a3;
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
}

.article-list ul {
    margin-top: 20px;
}

.article-list ul li {
    line-height: 35px;
}

.article-list .article-list-first {
    margin-bottom: 20px;
    line-height: 35px;
}

.article-list .article-list-first a {
    display: flex;
    font-size: 16px;
    margin: 0 10px 0 20px;
}

.article-list ul li a {
    display: flex;
    font-size: 16px;
    margin: 0 10px 0 20px;
    justify-content: space-between;
}

.article-list .text-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3d3d3d;
    flex: 1;
}

.article-list .file-num {
    width: 240px;
    text-align: left;
    color: #999;
    margin: 0 10px 0 30px;
    
}

.article-list hr {
    height: 2px;
    background-color: #ccc;
    border: none;
}

.more {
    width: 100px;
    text-align: center;
    background: #e6e6e6;
    margin: 20px auto 40px auto;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}

.more a {
    color: #3d3d3d;
}

.standard-title a {
    background: rgb(45, 102, 165);
    color: #fff;
    padding: 0 20px;
    line-height: 35px;
    display: inline-block;
    margin: 0 10px 0 20px;
}

.legal-infor {
    padding: 2px;
}

.legal-infor .legal-column {
    height: 33px;
    border-bottom: 2px solid #ccc;
}

.legal-infor .legal-column span {
    height: 33px;
    line-height: 33px;
    background-color: #2d66a3;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 20px;
    min-width: 70px;
}

.legal-list ul {
    margin-top: 30px;
}

.legal-list ul li a {
    font-size: 15px;
}

.legal-list .file-num {
    width: auto;
    text-align: left;
    color: #999;
    margin: 0 10px 0 20px;
}

.legal-list ul li {
    line-height: 40px;
}

.report-infor {
    padding: 30px 0 30px 38px;
    height: 1150px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.report-infor .report-column {
    width: 200px;
    height: 40px;
    background-color: rgb(45, 102, 165);
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.report-infor .work-inforRport {
    font-size: 18px;
    margin: 20px 0;
}

.report-infor .work-inforRport a {
    color: #3d3d3d;
}

.dep-Company {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dep-Company li {
    width: 30%;
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    padding-left: 20px;
    border-left: 2px solid #e8e8e8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dep-Company li a {
    color: #3d3d3d;
}

.rules-infor {
    padding: 0 25px;
}

.rules-infor .rules-column table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;

}

.rules-infor .rules-column table thead td {
    font-size: 20px;
    font-family: "FZXiaoBiaoSong-B05S";
    text-align: center;
    color: #3d3d3d;
    border-bottom: 2px solid #0f5a9d !important;
    line-height: 70px;
}

.rules-infor .rules-column tbody tr td:first-child {
    text-align: center;
    font-size: 9pt;
    color: #3D3D3D;
}

.rules-infor .rules-column .rules_list_tit {
    display: inline-block;
    font-size: 16px;
    font-family: "宋体";
    font-weight: bold;
    line-height: 50px;
    color: #333;
}

.rules-infor .rules-column .rules_list_desc {
    font-size: 14px;
    font-family: "宋体";
    line-height: 20px;
    color: #5d89b6;
}

.rules-infor .rules-column .rules_list_down {
    display: inline-block;
    font-size: 14px;
    font-family: "宋体";
    line-height: 50px;
    margin-left: 20px;
    color: #3D3D3D;
}

.rules-infor .rules-column table tr:nth-child(even) {
    background: #eee;
}

.rules-infor .rules-column table tbody tr td:nth-child(2) {
    padding-bottom: 10px;
}

.menu-lineh{ line-height:20px;}


.news-infor {
    padding: 30px 34px;
}

.news-infor h1 {
    color: #2d66a3;
    text-align: center;
    font-size: 32px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.WorkPicList1{width:100%;padding:10px 0;float:left}
.WorkPicList1 li{height:auto;border-bottom:1px solid #e6e6e6; padding:14px 0px;text-align:left;background:#fff;transition:all ease 0.5s}
.WorkPicList1 li  p{ display:block; padding:0 0px; margin:0}
.WorkPicList1 li  p b{font-size:17px;color:#323232;font-weight:normal;width:100%; height:auto;line-height:28px;padding:0 0 5px 0;white-space: wrap;}
.WorkPicList1 li  p b:hover{ font-weight:bold;}
.WorkPicList1 li  p span.WorkDate{ display:block;color:#666;padding:0;font-size:14px; height:20px;}
.WorkPicList1 li  p span.zy{width:100%;line-height:22px;color:#666;font-size:14px;padding:3px 0 8px 0;height:30px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical; color:#A0A0A0}
.WorkPicList1 li:hover{background:#f7f7f7}


.Page{ display:block; clear:both;width:100%;line-height:30px; text-align:center; font-size:14px; padding:10px 0}
.Page .ss1{ color:#F50004; font-weight:bold; padding:0 3px;}
.Page input.btn{ width:50px; height:30px; line-height:30px; text-align:center; background:#0e56b9; color:#fff; font-size:15px; font-weight:bold; border:none; border-radius:5px; margin:0 5px;}
.Page a{ padding:0 6px;}

.WorkPicList1 li.top{height:50px;font-size:18px;border-bottom:1px solid #e6e6e6; padding:0 0 14px 0px;text-align:left;background:#fff;transition:all ease 0.5s; }
.WorkPicList1 li.top a{ display:block; height:50px; line-height:50px; background:no-repeat 10px center #EEF3F8; color:#0F41A7; margin-bottom:10px; text-indent:30px;}
.WorkPicList1 li.top a:hover{background: no-repeat 10px center #f2f2f2; color:#BC0003 }

/*.footer{ width:100%; min-width:1200px; height:300px; padding:0;font-size:16px; background:#0e0e0e }*/
/*.footer a{color:#fff}*/
/*.footer a:hover{color:#3fb7ff;-webkit-transition: all 1s ease 0s;-moz-transition: all 1s ease 0s;transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;}*/
/*.footer .bottom-con{ display:block; margin:0 auto; width:1200px;}*/
/*.footer .bottom-con ul.left{ float:left; width:270px; background:#0b131b; height:260px; padding-top:40px; text-align:center}*/
/*.footer .bottom-con ul.right{ float:left; width:800px; padding:25px 40px 20px 40px; display:block; }*/
/*.footer .bottom-con ul.right li.link{ display:block; padding:25px 0; }*/
/*.footer .bottom-con ul.right li.link span{ padding-right:20px; color:#fff;}*/
/*.footer .bottom-con ul.right li.link a{ color:#fff}*/
/*.footer .bottom-con ul.right li.sm{height:30px; line-height:50px; color:#aeaeae; font-size:16px;}*/

/*.mobile-footer{ margin-top:10px; width:100%; min-width:100%; height:auto; padding:0;font-size:16px; background: rgba(14,14,14,.7) }*/
/*.mobile-footer a{color:#fff}*/
/*.mobile-footer a:hover{color:#3fb7ff;-webkit-transition: all 1s ease 0s;-moz-transition: all 1s ease 0s;transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;}*/
/*.mobile-footer .mobile-bottom-con{ display:block; margin:0 auto; width:100%;}*/
/*.mobile-footer .mobile-bottom-con ul{ float:none; width:100%; padding:15px 0px 20px 0px; display:block; text-align:center; font-size:14px; }*/
/*.mobile-footer .mobile-bottom-con ul li{ display:block; clear:both;height:auto; line-height:24px; color:#aeaeae; font-size:13px;}*/

/*!*领导信息start*!*/
/*.ldxx{ padding:20px; border-bottom:1px dashed #ccc;}*/
/*.ldxx ul.ld_jj{  min-height:120px;}*/
/*.ldxx ul.ld_jj span.cs{ display:block;background:  no-repeat left center; height:35px; line-height:35px; text-indent:45px; color:#5686ce; font-size:18px; font-weight:500; padding:0; margin-bottom:10px;}*/
/*.ldxx ul.ld_jj p{ padding:5px 0; line-height:30px; font-size:16px; text-indent:2em}*/

/*@media(min-width:1050px) {*/
/*    .mobile-menu{ display:none;}*/
/*    .mobile-footer{ display:none}*/
/*    .mobile-logo{ display:none}*/

/*}*/
/*@media(max-width:1050px) {*/
/*    .footer{ display:none}*/
/*    .fen-top1{ display:none}*/
/*    .fen-top2{ display:none}*/
/*    .fen-top3{ display:none}*/
/*    .fen-top4{ display:none}*/
/*}*/