/*
Theme Name: 洛阳星光耀电力科技有限公司
Theme URI: http://
Description: An example/test theme with a complete theme options panel.
Author: Devin Price
Author URI: http://
Version: 1.0.0
*/
.current-menu-item a {
    background: #FF0000;
}

.current-post-ancestor,
.current-menu-parent,
.current-post-parent a {
    background: #FF0000;
}

/*------------------
    分页部分的CSS
------------------*/
.fenye {
    height: 29px;
    line-height: 25px;
    _background: #F9F9F9;
    padding: 2px 5px;
    /*     margin: 20px 4px; */
    _border: solid 1px #ccc;
    _text-align: center;
}

.fenye a {
    padding: 2px 9px;
    margin: 0 3px;
    border: 1px solid #aaa;
    text-decoration: none;
    color: #999;
}

.fenye a.current,
.fenye a.active {
    background: #065890;
    color: #fff;
}

.fenye a:hover {
    background: #065890;
    color: #fff;
}


.nav_right .current-menu-item a {
    background: #0083c7;
    color: #fff !important;
}

.nav_right .current-menu-item,
.nav_right .current-menu-parent li span {
    background: #0083c7;
    color: #fff !important;
}