.clearfix:after {
    height: 0;
}

.content-data {
    width: 1030px;
    margin: 0 auto;
    background: #f2f2f2;
    padding: 30px 35px 110px 35px;
}

.system-str {
    width: 150px;
}

.system-ico {
    width: 48px;
    height: 100%;
    top: 0;
    left: 10px;
    background: url(http://www.kmxs.gov.cn/image/xxgkImgs/ico-6.png?2004101502) no-repeat center;
}

/*  */
.location {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.weizhi {
    color: #666;
    font-size: 16px;
}

.weizhi a {
    color: #0a66a9;
}

/* navMenu */
.navMenubox {
    width: 238px;
    background: #fff;
    overflow: hidden;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.navMenu-top {
    padding: 20px;
    color: #0a66a9;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
    background-color: #fff;
    font-size: 23px;
    font-weight: 400;
}

.navMenu>li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
}

.navMenu>li>a {
    display: block;
    overflow: hidden;
    padding-left: 0px;
    line-height: 40px;
    color: #5c5c5c;
    transition: all .3s;
    position: relative;
    text-decoration: none;
    font-size: 17px;
    padding-left: 50px;
    padding-right: 36px;
    border-top: 1px solid #eee;
    border-bottom: 2px solid transparent;
}

.navMenu>li:nth-of-type(1)>a {
    border-top: 1px solid transparent;
}

.navMenu>li:last-child>a {
    border-bottom: 1px solid transparent;
}

.navMenu>li>a>span.icon_1 {
    position: absolute;
    width: 40px;
    left: 5px;
    top: 0;
    height: 100%;
    background: url(http://www.kmxs.gov.cn/image/xxgkImgs/section.png?2004101502) no-repeat center;
    background-size: 70%;
}

/* .navMenu>li>a .arrow { */
.navMenu li a .arrow {
    position: absolute;
    width: 36px;
    height: 100%;
    top: 0;
    right: 0;
    background: url(http://www.kmxs.gov.cn/image/xxgkImgs/show.png?2004101502) no-repeat center;
    background-size: 40%;
}

.navMenu li a .arrow.open {
    background: url(http://www.kmxs.gov.cn/image/xxgkImgs/jh.png?2004101502) no-repeat center;
    background-size: 40%;
}

.navMenu>li>a.active,
.navMenu>li>a:hover {
    color: #FFF;
    background: #37ACFB;
}

.navMenu>li>ul.sub-menu,
.navMenu>li>ul.sub-menu>li>ul.sub-menu,
.navMenu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu,
.navMenu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 8px 0px 0px 10px;
    padding-bottom: 5px;
}

.navMenu>li>ul.sub-menu li {
    background: none;
    margin: 0px;
    padding: 0px;
}

.navMenu>li>ul.sub-menu li>a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    padding-left: 30px;
    position: relative;
    color: #5c5c5c;
    clear: both;
}

/*  */
.navMenu ul.sub-menu li>a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    padding-left: 30px;
    padding-right: 36px;
    position: relative;
    color: #5c5c5c;
    clear: both;
}

/*  */
.icon_2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(../../images/ic2.png) no-repeat center;
    background-size: 70%;
}

.icon_3 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(http://www.kmxs.gov.cn/image/xxgkImgs/list-ico.png?2004101502) no-repeat center;
    background-size: 64%;
}

.icon_4 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(../../images/ic4.png) no-repeat center;
    background-size: 70%;
}

.icon_5 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(../../images/ic5.png) no-repeat center;
    background-size: 70%;
}

.navMenu>li>ul.sub-menu li>a.active,
.navMenu>li>ul.sub-menu li>a:hover,
.navMenu>li>ul.sub-menu>li.active>a {
    color: #FFF;
    background: #51b5f8;
}