﻿@charset "utf-8";
html{
    min-width: 1100px;
}
.hide {display: none}
.zfxx-main {
    background: url(zfxxgkzl_bg.jpg) no-repeat center top;
    background-size: cover;
    min-width: 1060px;
}

a:hover {
    text-decoration: none;
}

.zfxx-top{
    width: 1060px;
    margin: 0 auto;
    height: 290px;
}

.zfxx-top .logo{
    display: block;
    width: 475px;
    height: 77px;
    background: url(wpf_logo.png) no-repeat;
}

.zfxx-top h1 {
    text-align: center;
    margin: 70px auto 20px;
    margin-left:calc(50% - 250px);
    width: 550px;
    height: 94px;
    background: url(zfxxgkzl_title.png) no-repeat;
    background-size: cover;
}
.top_link{ width: 100%; height:55px; padding-top:20px;}
.top_link .l{ float:left}
.top_link .r{ float:right; font-size:18px; color:#FFFFFF; margin-top:10px;}
.top_link .r a{ font-size:18px; color:#FFFFFF}


.top_nav{ width: 980px; height:65px; margin:auto;}
.top_nav li{ float:left; margin:auto 30px; white-space:nowrap }
.top_nav a{ width:80px; height:65px; padding:10px; display:block; font-size:18px; color:#FFF; text-align:center; font-weight:600}
.top_nav a:hover{ background-color:#FFF; color:#007cc5;border-radius:10px; opacity:0.8;}
.top_nav span{ padding:10px 0 10px 0}

/*政府信息公开*/
.zfxxgk {
    width: 1060px;
    margin: auto;
	background-color:#FFFFFF;
	border-top-left-radius: 10px;
	-moz-border-top-left-radius:10px;
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
}
.ssk{
    position: relative;
    width: 96%;
    margin:auto;
    height: 130px;
    overflow: hidden;
}
.ssk::after, .ssk::before{
    content: '';
    width: 230px;
    height: 2px;
    background: rgba(224,224,224,1);
    position: absolute;
    top: 50%;
}
.ssk::after{
    right: 0;
}
.zfxxgk-search{ width: 510px; height:50px; margin:40px auto 0 auto; border:1px solid #007cc5; border-radius: 10px; -moz-border-radius:10px;}
#zftextfield{ width: 440px; height:46px; line-height:46px; margin:2px 0 0 10px; float:left; font-size:18px; color:#757575}
.zfxxgk-search .searchBtn{ width: 39px; height:39px; display:block; float:right; margin:5px 10px 0 0; font-size:35px; color:#007cc5}

.p-rt {
    width: 755px;
}
.p-rt .title {
    margin-top: 0;
    height: 44px;
    line-height: 44px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    border-bottom: 2px solid #0662b1;
}
.p-rt .title a{
    white-space: nowrap;
    background-color: #0662b1;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
}
.p-rt .tab-item{
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    border-bottom: 1px solid #efefef;
}
.p-rt .tab-item a{
	max-width: calc(100% - 90px);
}
.p-rt .pagination{
    margin-top: 40px;
}
/*主菜单*/
.gkml{
	width:96%;
	margin:auto;
}

.gkml-nav {
    width: 240px;
}

.gkm-c {
    width: 100%;
    list-style: none;
    background-color: white;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    margin-bottom: 15px;
}

.gkm-c a i {
    font-style: normal;
    display: block;
    float: left;
    font-size: 23px;
    width: 100px;
    color: #0662b1;
    margin-left: 20px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gkm-clbula img {
    float: left;
    margin-left: 17px;
    margin-right: 2px;
    margin-top: 16px;
}

.gkm-clbula.cur .lbzk,
.gkm-clbula .sq{
    display: none;
}

.gkm-clbula .lbzk,
.gkm-clbula.cur .sq{
    display: block;
}

.gkm-clbula .sq,
.gkm-clbula .lbzk {
    float: right;
    display: inline-block;
    width: 30px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    margin: 0 10px 0 0 !important;
    cursor: pointer;
}
.gkm-clbula .sq{
	display: none;
    margin: 0 5px 0 0 !important;
    font-size: 20px;
    font-weight: bold;
}

.gkm-clbula img:first-child {
    display: none;
}

.gkm-clbula.cur {
    background-color: #0662b1;
    display: inline-block;
    /* color: #fff; */
    width: 100%;
}

.cur i {
    color: #fff !important;
}

.root li {
    list-style: none;
    cursor: pointer;
    font-weight: 500;
    color: rgb(51, 51, 51);
}

.lev1:hover {
    background-color: #d4e9ff;
}

.lev1 .sp1 {
    color: #333;
}

.lev1 .sp2 {
    color: #333;
}

.gkm-clbula {
	width:100%;
    display: inline-block;
    cursor: pointer !important;
}

/* .gkm-c:hover.gkm-c>a {
    background-color: #1369c0;
    width: 100%;
}

.gkm-c:hover.gkm-c>a>i {
    color: #fff;
}

.gkm-c:hover.gkm-c>a>img:first-child {
    display: block;
}

.gkm-c:hover.gkm-c>a>img:first-child+img {
    display: none;
} */

/*子菜单*/
/*.root .tree{padding-left:50px;}
.root ul{overflow: hidden; padding-left: 15px;display:none;}
.root .tree.Page{background:transparent url(xxgk-img3.png) 20px center no-repeat;}
.root .tree.pli.Page{background: #f8f8f8 url(xxgk-img3.png) 24px center no-repeat; margin-bottom: 8px;border: 1px solid #e5e5e5;padding-left: 48px;font-size: 16px;line-height: 46px;color: #333333;}
.root .tree.Folder{background:#f8f8f8 url(zfxxgk-img1.png) 24px center no-repeat;margin-bottom: 8px;border: 1px solid #e5e5e5;padding-left: 48px;font-size: 16px;line-height: 46px;color: #333333;}
.root .tree.FolderOpened{background:#f8f8f8 url(zfxxgk-img2.png) 24px center no-repeat;margin-bottom: 8px;border: 1px solid #e5e5e5;padding-left: 48px;font-size: 16px;line-height: 46px;color: #333333;}*/
/*.root .tree.linkpage{background:transparent url(linkpage.png) center no-repeat;}*/
/* .root a{width: 145px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; display: block;font-size: 14px;line-height: 48px;font-size: 14px; display: inline-block; height: 48px;line-height: 48px;}
.root .tree.cur,.other .cur{font-weight: 600!important;background-color: #ecf7ff!important;}
.root .sp1{color: #555;}
.root .sp2{color: #555;}

.root ul .tree.Page{background:transparent url(lis-icon.png) no-repeat 24px center;;width: 100%;box-sizing: border-box;padding-left: 58px;}
.root ul .tree.Folder{background:transparent url(folder.gif) -10px center no-repeat;}
.root ul .tree.FolderOpened{background:transparent url(folder_open.gif) -10px center no-repeat;}

.root1 ul .tree{background: url(icon-border-left.png) no-repeat 24px top!important;}
.root1 ul .tree:first-child{background: url(icon-border-up.png) no-repeat 24px bottom!important;}
.root1 ul .tree:last-child{background: url(icon-border-down.png) no-repeat 24px top!important;}
.root .tree:hover .sp1,.root .tree:hover .sp2,.root .cur .sp1,.root .cur .sp2{
  color: #0163d1;
}
.root>ul{background-color: #fff;
    border: solid 1px #e5e5e5;
    border-top: none;
    margin-top: -9px;
    box-sizing: border-box;
    border-top: 1px solid #e5e5e5;
    border-top: 0px;
    padding: 8px 0;
    margin-bottom: 8px;
    background: url(lis-line.png) no-repeat 27px center;
	background-size: 1px 800px;
}
.root>ul ul{border:none!important} */
/*左侧css*/
.root>.tree {
    background: #fff url(m3-icon85.png) no-repeat 300px center;
    border-bottom: solid 1px #f5f5f5;
    margin: 5px 0 0;
    margin: .05rem 0 0;
}

.root .tree:hover .sp1,
.root .tree:hover .sp2,
.root .cur .sp1,
.root .cur .sp2 {
    color: #333;
}
.gkm-c:hover.gkm-c>a{background-color: #2776cd !important;width:100%;}
.gkm-c:hover.gkm-c>a>i{color:#fff;}
.gkm-c:hover.gkm-c>a>img:first-child{display: block;}
.gkm-c:hover.gkm-c>a>img:first-child + img{display: none;}
/*二级菜单样式*/
.root > ul { background: #f4f7fb; padding-top: 15px; padding-bottom: 12px; overflow-x: hidden; display: none; }
    
.root>.tree>a{ height: 46px; line-height: 46px; position: relative; font-size: 16px; color: #333; cursor: pointer; background: url(m3-icon84.png) no-repeat center left; padding-left: 30px;}

.root > ul .tree.Page{} /* 没有子集目录的 */

.root>.tree.Folder{background: #fff url(m3-icon85.png) 210px center no-repeat;}/* 有子目录 未展开的时候 */
 .root>.tree.Folder:hover{background:  #d4e9ff url(m3-icon85.png) 210px center no-repeat;}
 .root>.tree.FolderOpened{background: #d4e9ff url(m3-icon85o.png) 210px center no-repeat; }
/* 展开效果  */
.root>.tree.FolderOpened.Page{background: #d4e9ff!important;}
.root .tree.linkpage{ background: #fff; }
/* .root a{width: 235px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; display: block;font-size: 14px;line-height: 26px;font-size: 14px; display: inline-block; height: 32px;line-height: 32px;} */
.root .tree.cur2,.other .cur1{font-weight: 600!important;color: #2775cc!important;}
.root .sp1{color: #555;}
.root .sp2{color: #555;}

.root>ul .tree{ font-size: 14px; display: inline-block; width: 228px; height: 32px; line-height: 32px; margin: 0 10px;}

.root>ul .tree a { padding-left: 36px; background: url(m3-icon86.png) no-repeat 17px center; }

/*三级菜单样式*/
/*.root>ul>ul>.tree:before{content: ''; position: absolute;top: 15px;left: 38px; width: 3px; height: 3px;border-radius: 50%;background: #636363;}*/
.root>ul>ul>.tree { width: 290px; position: relative; padding-left: 20px; background: #f4f7fb url(m3-icon87.png) no-repeat 40px center; }
.root>ul> .tree.Folder{ background: #f4f7fb url(m3-icon85.png) 270px center no-repeat; }
.root>ul> .tree.FolderOpened{ background: #f4f7fb url(m3-icon85o.png) 270px center no-repeat; }
.root>ul>ul .tree.Page{} /* 没有子集目录的 */
/*.root>ul>ul .tree a { background: url(m3-icon86.png) no-repeat 17px center; }*/
.root>ul{ background-color: #fff; border-top: 1px solid #f5f5f5; margin-top: -1px; padding: 10px 0; }
.root>ul ul{border:none!important}
.root>li a:before {
content: '•';
display: inline-block;
overflow: hidden;
vertical-align: middle;
margin-right: 11px;
margin-top: -5px;
}
.root>ul>ul>.tree {width: 230px;; position: relative; padding-left: 10px; background: #fff url(m3-icon87.png) no-repeat 40px center; }
.root>ul> .tree.Folder{ background: #fff url(m3-icon85.png) 200px center no-repeat; }
.root>ul> .tree.FolderOpened{ background: #fff url(m3-icon85o.png) 200px center no-repeat; }
.cur .sp1{
    color:#2875cd!important;
}
.cur .sp2{
    color:#2875cd!important;
}

.listbox .parent .pli .plia { background: none;padding-left:0;margin-left:0;}

.zn-content {max-height:940px; overflow-y: auto; overflow-x: hidden; padding: 10px; font-size:19px; line-height: 1.5em; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);}
.zn-content::-webkit-scrollbar {width: 10px;}
.zn-content::-webkit-scrollbar-thumb {border-radius: 6px; background: #1369c0;}
.zn-content::-webkit-scrollbar-track {border-radius: 6px;background: #eaeff3;}

.title .more {
    float: right;
    margin-right: 15px;
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
    width: auto;
    font-size: 16px;
    background: #fff !important;
    padding: 0 !important;
    color: #333333 !important;
    text-align: center;
    font-weight: normal;
}

.map span{
	width:100%;
}
.map>span{
    float: left;
}
.map>span>a {
    width: 218px;
    margin: 20px 15px 0 15px;
    float: left;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #333;
    border: 1px solid #E6EFF7;
    background: #F2F8FB;
}
..map>span>a:hover{
    color: #fff;
    background: #007cc5;
}

.footer{
    width: 1200px;
    margin: 30px auto 20px auto;
}