﻿

/**!
* [pagename]
* date: 2020-12-day
* author: [wangkai];
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.public-tree {
    width: 242px;
    padding-bottom: 15px;
}

@media (max-width: 768px) {

    ul.public-tree,
    .main {
        margin: 0px -15px;
    }
}

ul.public-tree>li ul {
    display: none;
}

ul.public-tree>li {
    position: relative;
    font-size: 18px;
}

ul.public-tree>li+li {
    margin-top: 15px;
}

ul.public-tree li a {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    padding: 4px 0px 4px 75px;
    color: #2d66a8;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}

ul.public-tree li:hover a,
ul.public-tree li.level-1.current a {
    color: #fff;
    background-color: #2d66a8;
}

ul.public-tree li a i {
    position: absolute;
    top: 10px;
    left: 20px;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-image: url(../images/icons.png);
    /* background-image: url(../images/icons_ie8.png)\9; */
    background-size: 400px auto;
    transition: transform .3s;
}

ul.public-tree li a i.s1 {
    background-position: 0px 0px;
}

ul.public-tree li a i.s2 {
    background-position: -50px 0px;
}

ul.public-tree li a i.s3 {
    background-position: -100px 0px;
}

ul.public-tree li a i.s4 {
    background-position: -150px 0px;
}

ul.public-tree li a i.s5 {
    background-position: -200px 0px;
}

ul.public-tree li a i.s6 {
    background-position: -250px 0px;
}

ul.public-tree li a i.s7 {
    background-position: -300px 0px;
}

ul.public-tree li a i.s8 {
    background-position: -350px 0px;
}

ul.public-tree li a i.s9 {
    background-position: 0px -50px;
}

ul.public-tree li a i.s10 {
    background-position: -50px -50px;
}

ul.public-tree li a i.s11 {
    background-position: -100px -50px;
}

ul.public-tree li:hover a i.s1,
ul.public-tree li.current a i.s1 {
    background-position: 0px -100px;
}

ul.public-tree li:hover a i.s2,
ul.public-tree li.current a i.s2 {
    background-position: -50px -100px;
}

ul.public-tree li:hover a i.s3,
ul.public-tree li.current a i.s3 {
    background-position: -100px -100px;
}

ul.public-tree li:hover a i.s4,
ul.public-tree li.current a i.s4 {
    background-position: -150px -100px;
}

ul.public-tree li:hover a i.s5,
ul.public-tree li.current a i.s5 {
    background-position: -200px -100px;
}

ul.public-tree li:hover a i.s6,
ul.public-tree li.current a i.s6 {
    background-position: -250px -100px;
}

ul.public-tree li:hover a i.s7,
ul.public-tree li.current a i.s7 {
    background-position: -300px -100px;
}

ul.public-tree li:hover a i.s8,
ul.public-tree li.current a i.s8 {
    background-position: -350px -100px;
}

ul.public-tree li:hover a i.s9,
ul.public-tree li.current a i.s9 {
    background-position: 0px -150px;
}

ul.public-tree li:hover a i.s10,
ul.public-tree li.current a i.s10 {
    background-position: -50px -150px;
}

ul.public-tree li:hover a i.s11,
ul.public-tree li.current a i.s11 {
    background-position: -100px -150px;
}

ul.public-tree li.level-1 a,
ul.public-tree li.level-2 a {
    display: inline-block;
}

ul.public-tree li li:hover a {
    text-decoration: underline;
}

ul.public-tree li li {
    position: relative;
    line-height: 32px;
}

ul.public-tree li li a {
    font-size: 16px;
}

ul.public-tree li.level-2 ul {
    padding-left: 20px;
}

ul.public-tree li.level-2 ul li {
    font-size: 14px;
}

ul.public-tree>li:hover ul.public-tree li.level-2 ul {
    padding-left: 20px;
}

ul.public-tree li.level-2 ul li {
    font-size: 14px;
}

ul.public-tree>li.level-1>i:after {
    margin-top: -10px;
    background-image: url(../images/icons.png);
    /* background-image: url(../images/icons_ie8.png)\9; */
    background-size: 320px auto;
    background-position: -35px -280px;
    transition: transform .3s;
}

ul.public-tree>li.current>i:after {
    margin-top: -10px;
    margin-left: 12px;
    background-image: url(../images/icons.png);
    /* background-image: url(../images/icons_ie8.png)\9; */
    background-size: 320px auto;
    background-position: -84px -277px;
    transition: transform .3s;
}

ul.public-tree li.level-1.current a {
    display: block;
}

ul.public-tree li li a:after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 50%;
    left: 35px;
    width: 4px;
    height: 4px;
    margin-top: 0px;
    background: #333;
    border-radius: 100px;
}

ul.public-tree li li a:hover:after {
    background: #1e5fd8;
}

ul.public-tree li li a:hover:after {
    color: #102b63;
    background: #102b63;
}

ul.public-tree li.level-1.current ul li a {
    color: #333;
    line-height: 24px;
    padding-left: 50px;
    border: none;
    background-color: #fff;
}

ul.public-tree li.level-1.current ul li a:hover,
ul.public-tree li.level-1.current ul li a:focus {
    /*background-color: #e7f5ff;*/
    text-decoration: none;
    color: #2d66a8;
}

ul.public-tree .current>ul {
    display: block;
    background-color: #fff;
}

ul.public-tree li.level-1>i {
    position: absolute;
    top: 20px;
    right: 5%;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-position: center;
    cursor: pointer;
}

ul.public-tree li.level-1>i {
    background-image: url(../images/pus01.png);
}

ul.public-tree li.level-1.current>i,
ul.public-tree li.level-1.current:hover>i {
    background-image: url(../images/prep.png);
    font-style: normal;
}

ul.public-tree li.level-1:hover>i {
    background-image: url(../images/pus02.png);
    font-style: normal;
}

ul.public-tree li a:focus {
    text-decoration: none;
    font-weight: bold;
}

ul.public-tree li.level-2>i {
    position: absolute;
    top: 7px;
    left: 27px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 24px;
    text-align: center;
    background-color: #fff;
    background-position: center;
    color: #aaa;
    cursor: pointer;
}

ul.public-tree li.level-2>i {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU3QkY5QkI2RTcxQTExRTk5NUQ1OUJFNDc3N0EyREIxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU3QkY5QkI3RTcxQTExRTk5NUQ1OUJFNDc3N0EyREIxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTdCRjlCQjRFNzFBMTFFOTk1RDU5QkU0Nzc3QTJEQjEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTdCRjlCQjVFNzFBMTFFOTk1RDU5QkU0Nzc3QTJEQjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6M1xMjAAAABlBMVEUiS3/////zwuJyAAAAAnRSTlP/AOW3MEoAAAAfSURBVHjaYmBEAwxECzAwUCbAAAe4BKhhC4meAwgwAHXwAN0/1IHaAAAAAElFTkSuQmCC");
    font-style: normal;
}

ul.public-tree li.level-2.current>i {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEyMjVDQjhFRTcxQjExRTlBQTI1ODhCRDAwNzA2ODQ4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEyMjVDQjhGRTcxQjExRTlBQTI1ODhCRDAwNzA2ODQ4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTIyNUNCOENFNzFCMTFFOUFBMjU4OEJEMDA3MDY4NDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTIyNUNCOERFNzFCMTFFOUFBMjU4OEJEMDA3MDY4NDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5s0bsPAAAABlBMVEWsrKz///95bZpiAAAAAnRSTlP/AOW3MEoAAAAZSURBVHjaYmBEAwx0E2CAA1wCA+AwgAADAH5wAO2UAXg2AAAAAElFTkSuQmCC");
    font-style: normal;
}

.public-tree li.current>a {
    color: #fff;
    background-color: #2d66a8;
}
.logo-txt a {
    display: block;
    height: 100px;
}

.level-2 a {
	cursor: pointer;
}

ul.public-tree li:hover a i.d1, ul.public-tree li.current a i.d1 {
    background: url(../images/zwxxgk_bntt01b.png) no-repeat;
}
ul.public-tree li i.d1 {
    background: url(../images/zwxxgk_bntt01.png) no-repeat;
}
ul.public-tree li:hover a i.d2, ul.public-tree li.current a i.d2 {
    background: url(../images/zwxxgk_bntt02b.png) no-repeat;
}
ul.public-tree li i.d2 {
    background: url(../images/zwxxgk_bntt02.png) no-repeat;
}
ul.public-tree li:hover a i.d3, ul.public-tree li.current a i.d3 {
    background: url(../images/zwxxgk_bntt03b.png) no-repeat;
}
ul.public-tree li i.d3 {
    background: url(../images/zwxxgk_bntt03.png) no-repeat;
}
ul.public-tree li:hover a i.d4, ul.public-tree li.current a i.d4 {
    background: url(../images/zwxxgk_bntt04b.png) no-repeat;
}
ul.public-tree li i.d4 {
    background: url(../images/zwxxgk_bntt04.png) no-repeat;
}

.nblistnew {
	width: 411px;
    font-size: 18px;
    margin: 20px 0px;
    font-family: 微软雅黑;
}
.nblistnew a {
    text-decoration: none;
    color: #333;
}

/*20221219*/
ul.public-tree li a i{
	position: absolute;
    top: 10px;
    left: 20px;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
ul.public-tree li:hover a i.d1, ul.public-tree li.current a i.d1 {
    background: url(../images/zwxxgk_icon01b.png) no-repeat;
}
ul.public-tree li i.d1 {
    background: url(../images/zwxxgk_icon01.png) no-repeat;
}
ul.public-tree li:hover a i.d2, ul.public-tree li.current a i.d2 {
    background: url(../images/zwxxgk_icon02b.png) no-repeat;
}
ul.public-tree li i.d2 {
    background: url(../images/zwxxgk_icon02.png) no-repeat;
}
ul.public-tree li:hover a i.d3, ul.public-tree li.current a i.d3 {
    background: url(../images/zwxxgk_icon03b.png) no-repeat;
}
ul.public-tree li i.d3 {
    background: url(../images/zwxxgk_icon03.png) no-repeat;
}
ul.public-tree li:hover a i.d4, ul.public-tree li.current a i.d4 {
    background: url(../images/zwxxgk_icon04b.png) no-repeat;
}
ul.public-tree li i.d4 {
    background: url(../images/zwxxgk_icon04.png) no-repeat;
}
ul.public-tree li:hover a i.d5, ul.public-tree li.current a i.d5 {
    background: url(../images/zwxxgk_icon05b.png) no-repeat;
}
ul.public-tree li i.d5 {
    background: url(../images/zwxxgk_icon05.png) no-repeat;
}
.zc .lineheight55{
	letter-spacing:45px;
	line-height:55px;
}
ul.public-tree li.level-1.current ul li a {
    color: #333;
    padding-left: 50px;
    border: none;
    background-color: #fff;
    font-size: 16px;
    height: 32px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 32px;
}

body{
	 background-position: center top !important;
}