@charset 'utf-8';

.opacity90 {
    background-color: #fff;
    background-color: rgb(255, 255, 255, 0.9);
    opacity: 0.9\0;
    filter: alpha(opacity=90);
}

.opacity60 {
    background-color: #fff;
    background-color: rgb(255, 255, 255, 0.6);
    opacity: 0.6\0;
    filter: alpha(opacity=60);
}

.h100p {
    height: 100px;
}

.w28 {
    width: 28%;
}

.w70 {
    width: 70%;
}

.wzlogo {
    width: 100%;
    text-align: center;
}

/*滚动条样式*/
.gknb-l::-webkit-scrollbar {
    width: 5px;
}

.gknb-l::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #2789ee;
}

.gknb-l::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #eaeff3;
}

.pagination .first-page,
.pagination .last-page {
    width: 78px;
}

.leftnav {
    width: 240px;
    float: left;
}

.leftnav>ul {
    padding: 0;
    margin: 0;
}

.leftnav>ul>li {
    width: 100%;
    list-style: none;
    background-color: white;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.leftnav>ul>li:hover {
    background-color: #2776cd;
}

.leftnav>ul>li:hover span {
    color: white;
}

.leftnav>ul>li:nth-child(n+2):nth-child(-n+4) {
    margin-top: 15px;
}

.leftnav>ul>li:nth-child(5) {
    margin-top: 15px;
}

.leftnav>ul>li:first-child {
    margin-top: 0;
}

.leftnav>ul>li>a>span {
    display: block;
    float: left;
    font-size: 23px;
    width: 100px;
    color: #2776cd;
    margin-left: 20px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}

.zfxxlist {
    width: 98%;
    padding: 0 1%;
}

.box img {
    float: left;
    margin-left: 17px;
    margin-right: 2px;
    margin-top: 8px;
}

.box:after {
    content: "";
    display: block;
    clear: both;
}

.box {
    *zoom: 1;
}

.box {
    margin-top: 15px;
}

.tabUnselect {
    width: 100%;
    list-style: none;
    background-color: white;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.tabUnselect img:first-child {
    display: none;
}

.tabSelect img:first-child {
    display: inline-block;
}

.tabSelect img:first-child+img,
.lbzk {
    display: none;
}

.sq {
    margin-left: 20px !important;
    margin-top: 35px !important;
}

.lbzk {
    margin-left: 20px !important;
    margin-top: 27px !important;
}

.tabSelect {
    background-color: #2776cd !important;
}

.tabSelect span {
    color: white !important;
}

.lev1 {
    background-color: #d4e9ff;
}

.lev1 a {
    color: #2776cd;
}

.box>a {
    display: inline-block;
}

.box:hover.box>a>img:first-child {
    display: block;
}

.box:hover.box>a>img:first-child+img {
    display: none;
}

.smalllist {
    background-color: white;
    padding: 10px 0;
}

.smalllist>li {
    list-style: none;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    cursor: pointer;
    font-weight: 500;
    color: rgb(51, 51, 51);
    text-align: left;
}

.smalllist>li a:before {
    content: '•';
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 11px;
    margin-top: -5px;
}

.smalllist>li:first-child {
    margin-top: 0;
}

.smalllist>li:hover {
    color: #2776cd;
    background-color: #d4e9ff;
}

.smalllist>li:hover .smalllist>li>a:before {
    background-color: #2776cd;
}

.fc {
    clear: both;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", Arial;
    background: url(zsj-bj.jpg) no-repeat center top;
}

.zsj-logotitle {
    width: 1100px;
    height: 365px;
    margin: 0 auto;
    padding-top: 54px;
    overflow: hidden;
    box-sizing: border-box;
}

.zsj-logotitle a {
    display: block;
    text-align: left;
    margin-top: 10px;
    width: auto;
    height: 79px;
      background: url(ll-wz-logo.png) no-repeat left top;
    /*background-size: 100% 100%;*/
}

.zsj-logotitle h1 {
    font-size: 100px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: 35px auto;
    width: 793px;
    height: 128px;
    background: url(zsj-wz.png) no-repeat left top;
    background-size: 100% 100%;
}

.zsj-conx {
    width: 1100px;
    margin: 0 auto;
    background: rgba(242, 242, 242, 1);
    padding: 0 36px;
    padding-bottom: 32px;
    min-height: 900px;
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.zsj-inputser {
    position: relative;
    width: 100%;
    height: 218px;
    overflow: hidden;
}

.zsj-inputser::after,
.zsj-inputser::before {
    content: '';
    width: 240px;
    height: 2px;
    background: rgba(224, 224, 224, 1);
    position: absolute;
    top: 50%;
}

.zsj-inputser::after {
    right: 0;
}

.zsj-serch {
    width: 510px;
    border: 2px solid rgba(45, 102, 165, 1);
    height: 50px;
    border-radius: 9px;
    background-color: white;
    margin: 0 auto;
    margin-top: 86px;
    box-sizing: border-box;
    position: relative;
}

.zsj-serch>input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    margin-top: 1px;
    border-radius: 10px;
    text-indent: 10px;
    box-sizing: border-box;
}

.zsj-serch>img {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

.zsj-leftnav {
    width: 240px;
    height: 500px;
    float: left;
}

.zsj-rightcon {
    height: auto;
    padding-bottom: 20px;
    width: 770px;
    background-color: white;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    float: right;
}

.zsj-l_con {
    padding: 1%;
}

.zsj-colum_title {
    border-bottom: 1px solid #E0E0E0;
    overflow: hidden;
    margin-bottom: 30px;
}

.zsj-name {
    float: left;
    min-width: 110px;
    padding: 0 10px;
    height: 35px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    background-color: #2875cd;
    line-height: 36px;
    text-align: center;
}

.zsj-name a {
    color: #fff;
}

.zsj-fr-main {
    padding: 0 0 0 15px;
    margin-top: 20px;
}

.zsj-fr-main li {
    overflow: hidden;
    padding-left: 0 !important;
    background: none !important;
    line-height: 24px;
    margin: 30px 0;
}

.zsj-fr-main li a {
    font-size: 16px;
    color: #4D4D4D;
}

.zsj-fr-main li span {
    font-size: 16px;
    color: #999;
    margin-left: 20px;
}

.zsj-an {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 30px;
}

.zsj-an .button {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #4D4D4D;
    background: #eee;
}


.gkml-title a.a-zd {
    width: 105px;
    border: 1px solid #eb8116;
    font-size: 15px;
    color: #eb8116;
    text-align: center;
    line-height: 35px;
    background: unset;
    margin-top: 10px;
}

.zsj-an .button {
    font-size: 16px;
}


.zsj-fr-main li a {
    display: inline-block;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gkml-title {
    border-bottom: 1px solid #c9dbf0;
    line-height: 57px;
}

.gkml-title a {
    display: inline-block;
    font-size: 20px;
    color: #2775cc;
    font-weight: bold;
    padding-left: 20px;
    background: url(m3-icon88.png) no-repeat left center;
}

.gl-list {
    padding-top: 24px;
}

.gl-list li {
    height: 44px;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.gl-list li span {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    float: right;
    line-height: 22px;
}

.gkml-title {
    border-bottom: 1px solid #c9dbf0;
    line-height: 57px;
}

.gkml-title a {
    display: inline-block;
    font-size: 20px;
    color: #2775cc;
    font-weight: bold;
    padding-left: 20px;
}

.gknb-box {
    margin-bottom: 20px;
}

.gknb-t {
    line-height: 30px;
    height: 30px;
    margin: 28px 0;
}

.gknb-t img {
    height: 18px;
    width: 4px;
    margin-right: 10px;
    vertical-align: middle;
}

.gknb-t .tit {
    display: inline-block;
    color: #2775cc;
    font-size: 18px;
    font-weight: bold;
}

.gknb-l {
    padding-left: 16px;
    max-height: 230px;
    overflow: auto;
}

.gknb-l li {
    width: 33%;
}

.gknb-l li a {
    display: inline-block;
    padding-left: 16px;
    background: url(m2-icon1.png) left center no-repeat;
    color: #333333;
    font-size: 16px;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*左侧css*/
.root>.tree {
    background: #fff url(m3-icon85.png) no-repeat 300px center;
    border-bottom: solid 1px #f5f5f5;
    /*margin-top: 5px;*/
}

.root .tree:hover .sp1,
.root .tree:hover .sp2,
.root .cur .sp1,
.root .cur .sp2 {
    color: #333;
}

.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: #2776cd;
    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: 8px;
}

.gkm-clbula img:first-child {
    display: none;
}

.gkm-clbula.cur {
    background-color: #2776cd !important;
    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: #333important;
}

.lev1 .sp2 {
    color: #333 !important;
}

.gkm-clbula {
    display: inline-block;
}

body {
    background: url(zsj-bj.jpg) no-repeat center top !important;
}

.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: #f7f7f7;
    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 .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: auto;
    line-height: 32px;
    margin: 0 10px;
}

.root>ul .tree a {
    padding-left: 36px;
    background: url(m3-icon86.png) no-repeat 17px center;
}

/*三级菜单样式*/
.root {
	padding: 5px 0;
}

.root>ul>ul>.tree {
    width: auto;
    position: relative;
    padding-left: 20px;
    background: #f7f7f7 url(m3-icon87.png) no-repeat 40px center;
}

.root>ul>.tree.Folder {
    background: #f7f7f7 url(m3-icon85.png) 200px center no-repeat;
}

.root>ul>.tree.FolderOpened {
    background: #f7f7f7 url(m3-icon85o.png) 200px center no-repeat;
}

.root>ul>ul .tree.Page {}

/* 没有子集目录的 */
.root>ul {
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
    margin-top: -1px;
    padding: 10px 0 0 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;
}

.cur .sp1 {
    color: #2875cd !important;
}

.cur .sp2 {
    color: #2875cd !important;
}

/*公开制度*/

.zsj-l_con {
    padding: 2%;
}

.gkml-title {
    border-bottom: 1px solid #c9dbf0;
    line-height: 57px;
}

.gkml-title a {
    display: inline-block;
    font-size: 20px;
    color: #2775cc;
    font-weight: bold;
    padding-left: 20px;
    background: url(m3-icon88.png) no-repeat left center;
}

.gkml-title a.a-zd {
    width: 105px;
    border: 1px solid #eb8116;
    font-size: 15px;
    color: #eb8116;
    text-align: center;
    line-height: 35px;
    background: unset;
}

.gl-list {
    padding-top: 24px;
}

.gl-list li {
    height: 44px;
    list-style: none;
}

.gl-list li a {
    display: inline-block;
    padding-left: 20px;
    color: #333333;
    font-size: 16px;
    background: url(m3-icon11.png) 2px center no-repeat;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gl-list li span {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    float: right;
    line-height: 22px;
}

.rt {
    float: right;
}

a {
    text-decoration: none;
}

/*公开年报*/
.zsj-l_con {
    padding: 2%;
}

.gknb-l li {
    float: left;
    width: 33%;
    height: 46px;
}

.gkml-title {
    border-bottom: 1px solid #c9dbf0;
    line-height: 57px;
}

.gkml-title a {
    display: inline-block;
    font-size: 20px;
    color: #2775cc;
    font-weight: bold;
    padding-left: 20px;
}

.gknb-box {
    margin-bottom: 58px;
}

.gknb-t {
    line-height: 30px;
    height: 30px;
    margin: 28px 0;
}

.gknb-t img {
    height: 18px;
    width: 4px;
    margin-right: 10px;
    vertical-align: middle;
}

.gknb-t .tit {
    display: inline-block;
    color: #2775cc;
    font-size: 18px;
    font-weight: bold;
}

.gknb-l {
    padding-left: 16px;
    max-height: 230px;
    overflow: auto;
}

.gknb-l li {
    width: 33%;
}

.gknb-l li a {
    display: inline-block;
    padding-left: 16px;
    background: url(m2-icon1.png) left center no-repeat;
    color: #333333;
    font-size: 16px;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*公开指南*/
.bmzjgz-text {
    max-height: 750px;
    font-size: 16px;
    line-height: 20px;
    overflow-y: auto;
}

.bmzjgz-t-title {
    margin: 20px 0 15px;
}

.bmzjgz-t-title p {
    font-size: 24px;
    color: #2775cc;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #f5f5f5;
}

.bmzjgz-text::-webkit-scrollbar {
    width: 5px;
}

.bmzjgz-text::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #2789ee;
}

.bmzjgz-text::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #eaeff3;
}

/*法定*/
.zsj-an .button{
    font-size:16px;
}

.zsj-fr-main li a {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zsj-fr-main li{
    margin: 15px 0;
}

.root a.cur {
	color: #2776cd !important;
}

.root>ul>ul>.tree { 
	width: auto;
}

.root>ul {
    background: #f7f7f7;
}

.root>ul .tree a {
    display: inline-block;
    padding-left: 45px;
    line-height: 24px;
}

.root>ul>ul .tree a {
    padding-left: 42px;
}