.bmfwbox-wrap .crumb-nav {
    /* border-color: #e97000; */
    background: url(/material/images/bmlqs/icon_blue_dw.png) no-repeat 0px 50%;
}

.bmfwbox-middle .leftNav ul li.liBox .navLi {
    position: relative;
    border: 1px solid #e97000;
    color: #000;
    background-color: #fff6e9;
}

.bmfwbox-middle .leftNav ul li.liBox .navLi a {
    color: #e97000;
}

.bmfwbox-middle .leftNav {
    border-left: 1px dashed #e97000;
    border: none;
}

.bmfwbox-middle .leftNav ul li.liBox .navLi::after {
    content: '';
    bottom: -42px;
    width: 0px;
    height: 40px;
    border: 1px dashed #e97000;
    position: absolute;
    left: 35px;
}

.bmfwbox-middle .leftNav ul li.liBox:last-child .navLi::after {
    display: none;
}

.bmfwbox-middle .leftNav ul li.liBox .navLi.cur {
    background:linear-gradient(to right, #f2433e, #ff9547)
    color: #ffffff;
    font-weight: 700;
}

.rightContent .rightContent_title {
    border-bottom: 1px solid #e97000;
    background: url(http://www.dxzf.gov.cn/material/images/yjs/icon_orange.png) no-repeat 0px 50%;
}

.boxMore {
    width: 256px;
    min-height: 147px;
}

.more_top {
    width: 255px;
    height: 80px;
    background-image: url(http://www.dxzf.gov.cn/material/images/yjs/top1.png);
}

.more_middle {
    padding: 1px 20px;
    width: 215px;
    min-height: 80px;
    background-image: url(http://www.dxzf.gov.cn/material/images/yjs/middle1.png);
}

.more_bottom_box {
    margin: 10px 0 20px 0;
}

.more_middle .bt {
    font-size: 18px;
    color: #e97000;
    font-weight: 700;
}

.more_bottom_box ul li {
    margin-top: 5px;
    line-height: 25px;
}

.more_bottom_box ul li a {
    position: relative;
}

.more_bottom_box ul li a:hover {
    color: #1d96f4;
}

.more_bottom_box ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
}

.more_bottom {
    width: 255px;
    height: 45px;
    background-image: url(http://www.dxzf.gov.cn/material/images/yjs/bottom1.png);
}

.hide {
    display: none;
}