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

.root .tree:hover .sp1,
.root .tree:hover .sp2,
.root .cur .sp1,
.root .cur .sp2 {
    color: #2d66a5 !important;
    font-weight: 700;
    /*background-color: #e6f5ff;*/
}
.cur i {
    color: #fff !important;
}

.root li {
    list-style: none;
    cursor: pointer;
    font-weight: 500;
    color: rgb(51, 51, 51);
}

.lev1:hover {
    background-color: #e6f5ff;
}

.lev1 .sp1 {
    color: #333;
}

.lev1 .sp2 {
    color: #333;
}
/*二级菜单样式*/
.root>ul {
    background: #f4f7fb;
    padding-top: 15px;
    padding-top: .15rem;
    padding-bottom: 12px;
    padding-bottom: .12rem;
    /*overflow-x: hidden;*/
    display: none;
}

.root>.tree>a {
    height: 46px;
    height: .46rem;
    line-height: 46px;
    line-height: .46rem;
    position: relative;
    font-size: 16px;
    font-size: .16rem;
    color: #333;
    cursor: pointer;
    padding-left: 30px;
    padding-left: .3rem;
}

.root>ul .tree.Page {}

/* 没有子集目录的 */

.root>.tree.Folder {
    background: #fff url(m3-icon85.png) 260px center no-repeat;
    background: #fff url(m3-icon85.png) 2.6rem center no-repeat;
}

.root>.tree.Folder:hover {
	background: #e6f5ff url(m3-icon85.png) 260px center no-repeat;
    background: #e6f5ff url(m3-icon85.png) 2.6rem center no-repeat;
}

.root>.tree.FolderOpened {
    background: #e6f5ff url(m3-icon85o.png) 260px center no-repeat;
    background: #e6f5ff url(m3-icon85o.png) 2.6rem center no-repeat;
}

/* 展开效果  */
.root>.tree.FolderOpened.Page {
    background: #e6f5ff !important;
}

.root>.tree.linkpage {
    background: #fff;
}

.root>.tree.linkpage:hover {
	background: #e6f5ff;
}

.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;
    font-size: .14rem;
    display: inline-block;
    width: 228px;
    width: 2.28rem;
    height: auto;
    line-height: 32px;
    line-height: .32rem;
    margin: 0 10px;
    margin: 0 .1rem;
}

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

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

.root>ul>ul>.tree {
    width: auto;
    position: relative;
    padding-left: 20px;
    padding-left: .2rem;
    background: #f7f7f7;
}

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

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

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

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

.root>li a.cur:before,.root>li:hover a:before {
	color: #2d66a5;
}


.bmzjgz-text {
    max-height: 750px;
    min-height: 7.5rem;
    font-size: 16px;
    font-size: .16rem;
    line-height: 20px;
    line-height: .2rem;
    overflow-y: auto;
}

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

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

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

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

.bmzjgz-text::-webkit-scrollbar-track {
    border-radius: 6px;
    border-radius: .06rem;
    background: #eaeff3;
}

@media screen and (max-width: 768px) {
    .root>.tree.Folder,
    .root>.tree,
    .root>.tree.FolderOpened {
        background-position: calc(100% - 10px) center;
    }
}

