﻿body {
	font: normal 12px/24px "宋体";
	line-height: 150%;
}

body, p, ul, li, ol, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, iframe, div {
	margin: 0;
	padding: 0;
}

ul, ul li, ol, li {
	list-style: none outside none;
}

img {
	border: 0 none;
	vertical-align: top;
}

input, select {
	vertical-align: middle;
	border: 0 none;
}

/*设置左右浮动，class="fl"为左浮动，class="fr"为右浮动*/

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

/*把h1--h6的字体大小和加粗样式全部清除掉，这样h标签就跟普通标签没有区别*/

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/*a样式*/

a {
	text-decoration: none;
}

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

a:hover {
	text-decoration: underline;
	color: #ab2636;
}

/*clear,clearfix是清楚浮动的----clearfix用法是：给浮动元素的父级添加class="clearfix"，即可清楚子元素的浮动，目前是业内比较流行的清楚浮动方法。*/

.clear {
	clear: both;
	zoom: 1;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	text-indent: -9999px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
	display: block;
	_height: 1px;
}

input, select, option, textarea {
	outline: none;
}

input:focus {
	outline: none;
}

/*head*/

.head {
	width: 1002px;
	margin: 0 auto;
}

.head .head_top {
	background: #f8f8f8;
	border-bottom: 1px solid #e6e6e6;
	color: #727171;
}

.head .head_top a {
	color: #727171;
}

.head .head_top a:hover {
	color: #ab2636;
}

.head .head_top .w840 {
	width: 800px;
}

.head .head_top .w159 {
	width: 199px;
}

.banner {
	width: 1000px;
}

/*foot*/

.link {
	background:  repeat-x;
	height: 3px;
	text-align: center;
	width: 1000px;
	margin: 0 auto;
}

.w300 {
	width: 300px;
	margin: 0 auto;
}

.w300 li {
	padding-right: 5px;
	color: #fff;
}

.w300 li a {
	color: #fff;
	font-weight: bold;
}

.foot {
	width: 1000px;
	margin: 0 auto;
}

.foot .footlogo {
	width: 40%;
	text-align: right;
	padding-right: 20px;
}

.foot .foot01 {
	width: 50%;
	line-height: 26px;
}

.foot .foot01 span {
	color: #fe0000;
}

/*分类导航模块*/

.simpletree {
	margin: 0px;
	padding: 0px;
}

.simpletree li {
	margin: 0px;
	padding: 0px 0px 0px 8px;
	line-height: 0px;
}

.simpletree li span {
	display: inline;
	margin-left: 3px
}

.simpletree ul {
	margin: 0px;
	padding: 0px;
}

.simpletree .line {
	height: 0px;
	display: none;
}

.simpletree .line-last {
	display: none;
}

.simpletree .line-over {}

.simpletree .line-over-last {}

.simpletree .folder-open {
	background:  no-repeat scroll 12px 12px;
}

.simpletree .folder-open .text a {
	height: 34px;
	color: #015293;
	line-height: 34px;
	font-size: 14px;
	padding-left: 18px;
	font-weight: bold;
	display: block;
	font-family: "微软雅黑";
	text-decoration: none;
}

.simpletree .folder-open-last .text a {
	height: 34px;
	color: #015293;
	line-height: 34px;
	font-size: 14px;
	padding-left: 18px;
	font-weight: bold;
	display: block;
	font-family: "微软雅黑";
	text-decoration: none;
}

.simpletree .folder-open-last {
	background:  no-repeat scroll 12px 12px;
}

.simpletree .folder-close {
	background:  no-repeat scroll 12px 12px;
}

.simpletree .folder-close-last {
	background:  no-repeat scroll 12px 12px;
}

.simpletree .folder-close-last .text a {
	height: 34px;
	color: #515151;
	line-height: 34px;
	font-size: 14px;
	padding-left: 18px;
	font-weight: bold;
	display: block;
	font-family: "微软雅黑";
	text-decoration: none;
}

.simpletree .doc {
	background:  no-repeat scroll 0 -1px;
}

.simpletree .doc .text a {
	background:  10px center no-repeat;
	height: 34px;
	color: #515151;
	line-height: 34px;
	padding-left: 25px;
	font-size: 12px;
	font-weight: normal;
	display: block;
	font-family: "微软雅黑";
	text-decoration: none;
	border-bottom: none;
}

.simpletree .doc .active a {
	background:  10px center no-repeat;
	height: 34px;
	color: #015293;
	line-height: 34px;
	padding-left: 25px;
	font-size: 12px;
	font-weight: normal;
	display: block;
	font-family: "微软雅黑";
	text-decoration: none;
	border-bottom: none;
}

.simpletree .doc-last {
	background:  no-repeat;
}

.simpletree .doc-last .text a {
	background:  10px center no-repeat;
	height: 34px;
	color: #515151;
	line-height: 34px;
	padding-left: 25px;
	font-size: 12px;
	font-weight: normal;
	display: block;
	font-family: "微软雅黑";
	text-decoration: none;
	border-bottom: 1px solid #d3d3d3;
}

.simpletree .doc-last .active a {
	background:  10px center no-repeat;
	height: 34px;
	color: #015293;
	line-height: 34px;
	padding-left: 25px;
	font-size: 12px;
	font-weight: normal;
	display: block;
	font-family: "微软雅黑";
	text-decoration: none;
	border-bottom: none;
}

.simpletree .ajax li {
	margin: 0px;
	padding: 0px;
	display: none;
}

.simpletree .trigger {
	cursor: pointer;
	display: inline;
	height: 20px;
	margin-left: 5px;
	*margin-left: 2px;
	position: absolute;
	z-index: 999;
	margin-top: 7px;
	*margin-top: 16px;
	width: 128px;
}

.simpletree .text {
	cursor: pointer;
	border-bottom: 1px solid #d3d3d3;
	color: #515151;
	display: block;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
}

.simpletree .folder-close .text a {
	height: 34px;
	color: #515151;
	line-height: 34px;
	font-size: 14px;
	padding-left: 18px;
	display: block;
	font-family: "微软雅黑";
	text-decoration: none;
}

.simpletree .active {
	padding: 0px;
	font-weight: bold;
	cursor: pointer;
	display: block;
}

.simpletree .active a {
	background:  1px center no-repeat;
	height: 34px;
	color: #015293;
	line-height: 34px;
	padding-left: 18px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	font-family: "微软雅黑";
	text-decoration: none;
	border-bottom: 1px solid #d3d3d3;
}

.trigger1 {
	cursor: pointer;
	display: inline;
	height: 20px;
	margin-left: 5px;
	*margin-left: 2px;
	position: absolute;
	z-index: -1;
	margin-top: 7px;
	*margin-top: 16px;
	width: 128px;
}

.art_title {
	font-size: 12px;
	color: #fff;
	line-height: 25px;
}

.art_title a:link {
	font-size: 12px;
	color: #fff;
	line-height: 25px;
}

.art_title a:visited {
	font-size: 12px;
	color: #fff;
	line-height: 25px;
}

.art_title a:hover {
	font-size: 12px;
	color: #fff;
	line-height: 25px;
}

/*嵌套-公示公告*/

#demo {
	overflow: hidden;
	height: 30px;
	width: 560px;
	margin: 0 px;
}

#demo img {
	border: 1px solid #f2f2f2;
}

#indemo {
	float: left;
	display: inline;
	width: 800%;
}

#demo1 {
	float: left;
	display: inline;
}

#demo2 {
	float: left;
	display: inline;
}

/*新版首页左侧导航*/

.nav_map {
	padding: 5px 5px 10px 10px;
	background: #fffcf6;
	border: 1px solid #c9c9c9;
	border-top: none;
}

.nav_map .mapnav1 {
	margin-left: 10px;
}

.nav_map a.mapnochecked:link, .nav_map a.mapnochecked:hover, .nav_map a.mapnochecked:visited, .nav_map a.mapnochecked:active {
	color: #333;
	font-weight: bold;
}

.nav_map .mapsubul li a {
	color: #333;
}

.nav_map .mapsubul {
	margin-left: 15px;
}

.nav_map .mapsubul li {
	background:  no-repeat scroll 0 10px rgba(0, 0, 0, 0);
	height: 23px;
	line-height: 23px;
	padding-left: 12px;
	border-left: 1px dotted #c9c9c9;
}

/*国标*/

#_ideconac {

}

.header-bg {
	background-image: url(/uploads/image/images/zwxxgk_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 580px;
}

.header-con {
	width: 1100px;
	margin: 0 auto;
	height: 365px;
}

.header-tit {
	text-align: center;
}

.header-link span {
	display: block;
}

.header-link span a {
	color: #fff;
	margin: 0 6px 0px 8px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
}

/* sousuo */

.inputtext1 {
	width: 508px;
	height: 35px;
	line-height: 35px;
	float: right;
	border-radius: 2px;
	margin-top: 6px;
	margin-right: 260px;
}

.inputtext1 .inp {
	width: 410px;
	height: 35px;
	float: left;
	padding-left: 20px;
}

.inputtext1 .inp1 {
	width: 40px;
	height: 42px;
	float: right;
	cursor: pointer;
	text-align: center;
	margin-right: 15px;
}

.threeul li:hover {
	background-color: #e6f5ff;
}

.sosu {
	background: url(/uploads/image/images/zwxxgk_img05.png)no-repeat;
	margin: 84px 0;
	height: 51px;
}

/*左侧导航*/

.leftnav {
	width: 100%;
}

.leftnav a {
	font-family: "微软雅黑";
}

.leftnav .navli {
	border: 1px solid #d2d2d2;
	height: 68px;
	background-color: #fff;
	overflow: hidden;
	margin-top: 15px;
	border-radius: 3px;
}

.leftnav .navli.slidetoggle {
	background: #fff url(/uploads/image/images/jiajia.png) 195px center no-repeat;
}

.leftnav .navli.slidetoggle:hover {
	background: #2d66a5 url(/uploads/image/images/jiabai.png) 195px center no-repeat;
}

.leftnav .navli img {
	float: left;
	width: 40px;
	margin-top: 12px;
	margin-left: 20px;
}

.leftnav .navli .large {
	display: none;
}

.leftnav .navli a {
	float: left;
	line-height: 32px;
	font-size: 23px;
	margin-left: 25px;
	color: #2d66a5;
	width: 110px;
}

.leftnav .navli:hover, .leftnav .yes .navli {
	background-color: #2d66a5;
	border: 1px solid #d2d2d2;
}

.leftnav .navli:hover a, .leftnav .yes .navli a {
	color: #fff;
}

.leftnav .yes .navli.slidetoggle {
	background: #2d66a5 url(/uploads/image/images/jianbai.png) 195px center no-repeat;
}

.leftnav .yes .twoul {
	display: block;
}

.leftnav .yes .navli .large, .leftnav .navli:hover .large {
	display: block;
}

.leftnav .yes .navli .small, .leftnav .navli:hover .small {
	display: none;
}

.leftnav .aaa.jianpic {
	background: #2d66a5 url(/uploads/image/images/jiabai.png) 195px center no-repeat !important;
}

.leftnav .bbb.jianpic {
	background: #2d66a5 url(/uploads/image/images/jianbai.png) 195px center no-repeat !important;
}

.leftnav .bbb.jianpic a, .leftnav .bbb.jianpic:hover a {
	color: #fff;
}

.leftnav .bbb.jianpic .large, .leftnav .bbb.jianpic:hover .large {
	display: block;
}

.leftnav .bbb.jianpic .small, .leftnav .bbb.jianpic:hover .small {
	display: none;
}

.leftnav .twoul {
	background-color: #fff;
	padding: 15px 0;
	display: none;
}

.leftnav .twoul li a {
	line-height: 32px;
	text-indent: 60px;
}

.leftnav .twoul li a {
	color: #404040;
	display: block;
	font-size: 16px;
}

.leftnav .twoul li:hover a.ccc, .leftnav .twoul li.twoyes a.ccc {
	background: #e6f5ff  40px center no-repeat;
}

.leftnav .twoul li:hover a.ccc, .leftnav .twoul li.twoyes a.ccc {
	color: #2d66a5;
}

.leftnav .twoul .navtwoli .threeul {
	display: none;
}

.leftnav .twoul li.twoyes .slidetoggle.ccc {
	background: url(/uploads/image/images/zj_jianhao_20200828.png);
	background-repeat: no-repeat;
	background-position: 15%;
	background-color: #e6f5ff;
}

.leftnav .twoul li.navtwoli:hover a.slidetoggle, .leftnav .twoul li.twoyes a.slidetoggle {
	background: url(/uploads/image/images/zj_jiahao_20200828.png);
	background-repeat: no-repeat;
	background-position: 15%;
	background-color: #e6f5ff;
}

.leftnav .twoul li.navthreeli a {
	text-indent: 56px;
	font-size: 14px;
	height: 43px;
	overflow: hidden;
}

.leftnav .twoul li.navthreeli.threeyes a {
	background-color: #e6f5ff;
}

.leftnav .twoul .navtwoli.twoyes ul {
	display: block;
}

.leftnav .twoul li a.slidetoggle {
	background: url(/uploads/image/images/zj_jiahao_20200828.png) 15% center no-repeat;
}

.leftnav .twoul li a.slidetoggle:hover {
	color: #2d66a5;
}

.leftnav .twoul li a:hover {
	background-color: #e6f5ff;
}

.leftnav .twoul li.navtwoli a.twojianpic.slidetoggle, .leftnav .twoul li.navtwoli:hover a.twojianpic.slidetoggle {
	background: url(/uploads/image/images/zj_jianhao_20200828.png);
	background-repeat: no-repeat;
	background-position: 15%;
	background-color: #e6f5ff;
}

.leftnav .twoul li.navthreeli a.fs13 {
	font-size: 13px;
}

.leftnav .libox .ysqgk a {
	font-size: 22px;
	line-height: 70px;
}

/* 列表滚动条的高度限制 */

.xxgk-box {
	height: 670px;
	width: 760px;
}

/* .page-body {position: relative;width: 100%;margin-top: -215px;} */

.page-body {
	width: 100%;
	margin-top: -220px;
}

.page-con {
	width: 1028px;
	margin: 0 auto;
	background-color: #f2f2f2;
	padding: 0px 36px;
	padding-bottom: 50px;
	overflow: hidden;
}

.xxgk-nav {
	width: 240px;
}

.xxgk-right {
	width: 770px;
}

.none {
	display: none;
}

a {
	text-decoration: none;
	font-family: "微软雅黑";
}

/*搜索*/

/*当前位置*/

.xxgk-dangqian {
	display: block;
	line-height: 50px;
	font-size: 14px;
	text-indent: 10px;
	color: #333;
}

.xxgk-dangqian a {
	font-size: 14px;
}

/*部门名称栏*/

.page-h3tit h3 {
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

.page-h3tit {
	background-color: #fff;
}

.page-colmu-tit {
	width: 303px;
	height: 30px;
	line-height: 30px;
	background-color: #3e63b8;
	color: #fff;
	padding-left: 10px;
}

.bm-tit-link {
	display: block;
	width: 303px;
	line-height: 34px;
	padding-left: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.bm-tit-box {
	background-color: #fff;
	border-top: 1px solid #ccc;
	padding-bottom: 20px;
}

.bm-tit-line:hover .bm-tit-link {
	background-color: #f2f2f2;
	color: #325095;
}

/*栏目块列表*/

.xxgk-comm-tit span {
	display: block;
	font-size: 16px;
	background-color: #2d66a5;
	color: #fff;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	font-family: "微软雅黑";
	width: 160px;
	text-align: center;
}

.xxgk-comm-tit {
	border-bottom: 1px solid #f2f2f2;
}

.xxgk-box {
	background-color: #fff;
	;
}

.xxgk-line-comtit a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	text-decoration: none;
}

.xxgk-line-comtit {
	font-size: 16px;
	line-height: 50px;
}

.xxgk-xxbox {}

.xxgk-line-comtit:hover a {
	color: #3e63b8;
}

.more-box {
	text-align: center;
}

.more-link {
	width: 68px;
	display: block;
	height: 20px;
	margin: 0 auto;
	background-color: #f2f2f2;
	padding: 5px 16px;
}

.more-link:hover a {
	color: #3e63b8;
}

.gengduo {
	width: 110px;
	height: 30px;
	margin: 0px auto;
	text-align: center;
	clear: both;
}

.gengduo a {
	font-size: 16px;
	color: #333;
	padding: 5px 34px;
	background-color: #e5e5e5;
	text-decoration: none;
}

.gengduo a:hover {
	color: #fff;
	background-color: #2b65a5;
	text-decoration: none;
}

.xxgk-line-comdate {
	line-height: 50px;
	font-size: 16px;
	font-family: "微软雅黑";
}

/*部门列表*/

.xxgkfuntit {
	overflow: hidden;
}

.xxgkfunname {
	overflow: hidden;
	border: 1px solid #ededed;
	margin-bottom: 40px;
}

.xxgkfunname .name {
	width: 255px;
	text-indent: 30px;
	float: left;
	border-right: 1px solid #ededed;
}

.xxgkfunname .name.noborder {
	border-right: none;
	width: 256px;
}

.xxgkfunname .name.linebg {
	background-color: #f5f5f5;
}

.xxgkfunname .name a:hover {
	text-decoration: none;
	color: #2d66a5!important;
}

.xxgk-dangqian {
	display: block;
	line-height: 50px;
	font-size: 14px;
	text-indent: 10px;
	color: #333;
}

.xxgk-right {
	width: 770px;
	background-color: #fff;
}

.fr {
	float: right;
}

.xxgk-dangqian a {
	font-size: 14px;
}

.xxgkfuntit span {
	float: left;
	width: 280px;
	background-color: #2d66a5;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
	height: 40px;
	font-family: "微软雅黑";
}

.xxgkfunname .name a {
	font-size: 16px;
	line-height: 41px;
	color: #404040;
}

/* 信息公开指南 */

.xxgk-box-zn {
	padding: 30px;
	font-family: "微软雅黑";
	text-align: justify;
}

.xxgk-zn-tit {
	font-size: 32px;
	color: #3e63b8;
	text-align: center;
	margin-bottom: 40px;
}

.xxgk-zn-tit span {
	line-height: 75px;
	font-size: 32pt;
	font-weight: bold;
	color: #2c65a5;
	font-family: "微软雅黑";
}

.xxgk-zn-con {}

.xxgk-zn-con p {
	line-height: 32pt;
	font-size: 16pt;
	font-family: "微软雅黑";
}

.xxgk-zn-con * {
	font-size: 16px;
}

/*分页效果*/

.xxgk-fenye {
	margin-top: 50px;
}

.xxgk-fenye .left {
	line-height: 23px;
	float: left;
}

.xxgk-fenye .right {
	line-height: 25px;
	float: right;
}

.xxgk-fenye {
	line-height: 25px;
	vertical-align: middle;
	font-size: 14px;
	color: #444;
	float: left;
	padding-bottom: 30px;
	width: 100%;
}

.xxgk-fenye a, .xxgk-fenye span, .xxgk-fenye font, .xxgk-fenye b, .xxgk-fenye input {
	font-size: 14px;
	color: #666;
	display: inline-block;
	vertical-align: middle;
}

.xxgk-fenye b, .xxgk-fenye a {
	margin: 0 1px;
}

.xxgk-fenye a {
	cursor: pointer;
}

.xxgk-fenye .easysite-page-text {
	border: 1px solid #ccc;
	margin: 0 10px;
}

.xxgk-fenye .left a {
	padding: 0 5px;
	border: 1px solid #ccc;
	text-decoration: none;
}

.xxgk-fenye .left a:hover {
	border-color: #2d66a5;
	color: #2d66a5;
	text-decoration: none;
}

.xxgk-fenye .easysite-page-text {
	padding: 0;
}

.xxgk-fenye .easysite-jump-btn {
	background: #2d66a5;
	line-height: 28px;
	color: #fff;
	margin-left: 10px;
	padding: 0 10px;
	cursor: pointer;
	border: none;
}

.gkzd-box_l {
	height: 735px;
	padding: 30px;
}

.gkzd-page_con {
	width: 710px;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 734px;
}

/* 指南文章样式 */

.gkzn-box_l {
	width: 710px;
	height: 100%;
	padding: 30px;
	float: left;
	overflow: hidden;
	font-family: "微软雅黑";
	background-color: #fff;
	height: 1025px;
}

.gkzn-page_tit {
	width: 710px;
	line-height: 75px;
	text-align: center;
	clear: both;
	margin-bottom: 5px;
}

.gkzn-page_tit span {
	font-size: 32pt;
	font-weight: bold;
	color: #2c65a5;
	font-family: "微软雅黑";
}

.gkzn-page_con {
	width: 710px;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 940px;
}

.gkzn-page_con p {
	font-family: "微软雅黑";
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 16pt;
	line-height: 30pt;
}

.test-1::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.test-1::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #2c65a5;
}

.test-1::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}

/*重点领域*/

.zdly_modbox {
	margin-bottom: 20px;
}

.zdly_modbox .modboxtit {
	line-height: 40px;
	background-color: #015293;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-family: '微软雅黑';
}

.zdly_modbox .zdly_modboxcon {
	padding: 10px;
}

.zdly_modbox .zdly_modboxcon .zdly_zdlylink {
	overflow: hidden;
}

.zdly_modbox .zdly_modboxcon .zdly_zdlylink a, #two2 {
	float: left;
	line-height: 34px;
	color: #545454;
	margin-right: 40px;
	border: 1px solid #d0d0d0;
	margin: 10px 20px;
	padding: 0 20px;
	background:  right top no-repeat;
	text-decoration: none;
}

.zdly_modbox .zdly_modboxcon .zdly_zdlylink a:hover {
	border: 1px solid #015293;
	text-decoration: none;
	background:  right top no-repeat;
	z-index: 999;
}

.treeview ul {
	margin-left: 1px;
}

.treeview div {
	white-space: nowrap;
	overflow: hidden;
	/*override the css of tree*/
	padding-left: 0px;
	text-indent: 0px;
	line-height: auto;
	cursor: default;
	margin-left: auto;
	vertical-align: middle;
}

.treeview div.rootopened {
	width: 240px;
	height: 46px;
	/* background:#e6f5ff url(/uploads/image/images/zj_jianhao_20200828.png) 15% no-repeat; */
	background: #e6f5ff url(/uploads/image/images/zj_jianhao_20200828.png) 10% no-repeat;
	text-indent: 50px;
	line-height: 46px;
	margin-top: 6px;
}

.treeview div.rootopened a {
	font-weight: 600;
}

.treeview div.root {
	width: 240px;
	height: 46px;
	/* background:#e6f5ff url(/uploads/image/images/zj_jiahao_20200828.png) 15% center no-repeat; */
	background: #e6f5ff url(/uploads/image/images/zj_jiahao_20200828.png) 10% center no-repeat;
	text-indent: 50px;
	line-height: 46px;
	margin-top: 6px;
}

.treeview div.root a {
	font-weight: 600;
}

.treeview div.folderopened {
	background: url(/uploads/image/images/zj_jianhao_20200828.png)no-repeat;
	text-indent: 60px;
	line-height: 43px;
	background-position: 15%;
	/* background-color: #e6f5ff; */
}

.treeview div.folder {
	background: url(/uploads/image/images/zj_jiahao_20200828.png)no-repeat;
	text-indent: 60px;
	line-height: 43px;
	background-position: 15%;
}

.treeview div.page {
	background: url(/uploads/image/images/zj_dian_20200828.jpg)no-repeat;
	/* background-position: 22%; */
	background-position: 17%;
	text-indent: 60px;
	/* text-indent:70px; */
	line-height: 32px;
}

.treeview div.folderopened a {
	font-size: 16px;
	color: #000
}

.treeview div.folder a {
	font-size: 16px;
	color: #000
}

.treeview div.page a {
	font-size: 16px;
	color: #000
}

/*  */

.treeview div.folderopened:hover {
	background-color: #e6f5ff;
}

.treeview div.folder:hover {
	background-color: #e6f5ff;
}

.treeview div.page:hover {
	background-color: #e6f5ff;
}

/*  */

.treeview div.firstfolderopened {
	background: transparent url(/uploads/image/images/zj_jianhao_20200828.png) -10px center no-repeat;
	text-indent: 42px;
	line-height: 26px;
}

.treeview div.firstfolder {
	background: transparent url(/uploads/image/images/zj_jiahao_20200828.png) -10px center no-repeat;
	text-indent: 38px;
	line-height: 26px;
}

.treeview div.firstpage {
	background: transparent url(/uploads/image/images/zj_dian_20200828.jpg) -10px center no-repeat;
	text-indent: 38px;
	line-height: 26px;
}

.treeview div a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.treeview a:link, .treeview a:visited {
	/* color:#fff; */
	color: #4a4a4a;
	text-decoration: none;
	cursor: default;
	padding: 0 center;
	background-color: transparent;
	font-size: 16px
}

.treeview a:hover, .treeview a:active {
	/* color:blue; */
	text-decoration: underline;
	cursor: default;
	padding: 0 center;
	background-color: transparent;
}

.treeview a.selected:link, .treeview a.selected:visited, .treeview a.selected:hover, .treeview a.selected:active {
	/* color:red; */
	color: #2d66a5;
	text-decoration: none;
	cursor: default;
	padding: 0 center;
	background-color: transparent;
}

.treeview div:link, .treeview div:hover, .treeview div:visited, .treeview div:active {
	background-color: #e6f5ff;
}

.treeview div.page {
	background: url(/uploads/image/images/zj_dian_20200828.jpg)no-repeat;
	/* background-position: 22%; */
	background-position: 17%;
	text-indent: 60px;
	/* text-indent:70px; */
	line-height: 32px;
}

.treeview div.folderopened a {
	font-size: 16px;
	color: #000
}

.treeview div.folder a {
	font-size: 16px;
	color: #000
}

.treeview div.page a {
	font-size: 16px;
	color: #000
}

/*  */

.treeview div.folderopened:hover {
	background-color: #e6f5ff;
}

.treeview div.folder:hover {
	background-color: #e6f5ff;
}

.treeview div.page:hover {
	background-color: #e6f5ff;
}

.treeview div.active {
	background-color: #e6f5ff;
}

.threeul ul li.active {
	background-color: #e6f5ff;
}