.menu_head {
    width: 255px;
    height: 47px;
    line-height: 47px;
    padding-left: 25px;
    font-size: 14px;
    color: #525252;
    cursor: pointer;
    position: relative;
    margin: 0px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menu_head a,.menu_head a:active,.menu_head a:visited{
  color: #4683df;
}

.menu_list .current {
    background: #4683df url(../images/pro_down.png) center right no-repeat;
    font-size: 18px;
    color: #fff;
}

.menu_list .current-2 {
    background: #4683df url(../images/pro_up.png) center right no-repeat;
    font-size: 18px;
    color: #fff;
}

.current-2 a,.current a{
  color: white !important;
}

.menu_body {
    width: 280px;
    height: auto;
    overflow: hidden;
    background: #6d6f72;
    

}

.menu_body a {
    display: block;
    width: 255px;
    padding-left: 25px;
    line-height: 60px;
    height: 60px;
    color: #333;
    background: #f1f7fe;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.menu_body a.on {
    color: #2c5da6;
    font-weight: bold;
}

.menu_body a:hover {
    text-decoration: none;
}

.menu_list p {

    margin-right: 15px;
    margin-bottom: 2px;
    background: #cbe3fb url(../images/pro_up.png) center right no-repeat;
    line-height: 60px;
    height: 60px;
    color: #4683df;
    font-size: 18px;

}



.menu_left_tit {
    width: 260px;
    height: 80px;
    background: #cbe3fb url(../images/left-bg.png) center no-repeat;
    margin-bottom: 2px;
    line-height: 80px;
    padding-left: 20px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}