/*其他栏目*/
.menu {
    background-color: #fff;
}

.menu h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #1860d1;
    color: #fff;
    height: 50px;
    line-height: 50px;
}

.menu div {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #f2f3fb;
    background: url(../images/xk_list.png) no-repeat right 10% center;
    position: relative;
}

.menu div span {
    height: 20px;
    width: 5px;
    border-radius: 40px;
    background: #d7e7f7;
    position: absolute;
    top: 20px;
    left: 12%
}

.menu div.active span {
    height: 20px;
    width: 5px;
    border-radius: 40px;
    background: #1860d1;
    position: absolute;
    top: 20px;
    left: 12%
}

.menu div:hover {
    background-color: #f8f8f8;
}

.menu div:hover span {
    height: 20px;
    width: 5px;
    border-radius: 40px;
    background: #1860d1;
    position: absolute;
    top: 20px;
    left: 12%
}

.menu div:hover a {
    color: #1860d1;
    font-weight: bold;
}

.menu div a {
    color: #000;
    padding-left: 25%;
    width: 100%;
    display: inline-block;
    text-decoration: none;
}

.menu .active {
    background-color: #f8f8f8;
    font-weight: bold;
}

.menu .active a {
    color: #1860d1;
}
