.sidbarnew{
    width: 290px;
    float: left;
    padding: 20px 0px 20px 20px;
}
.getwhite{
    background: #fff !important;
}
 .sidbarnew .cat-itemnew>a{
   font-size: 16px;
}
/* 未选中状态 */
.cat-itemnew{
    /* border-radius: 4px 0 0 4px; */
    width: 280px;
    background: url(../images/暗.png) no-repeat top left;
    background-size: 100%;
}

.cat-itemnew>a{
    display: block;
    width: 288px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size:20px;
    font-family:"微软雅黑";
    font-weight:400;
    color:#1e7ab9;
    position: relative;
}
.cat-itemnew .wz{
    display: block;
    width: 250px;
   text-align: center;
}
.cat-itemnew .yellow{
    display: block;
    width: 4px;
    height: 50px;
    background: #F9F9F9;
}

/* 选中状态 */
.current-catnew{
    position: relative;
    z-index: 1;
    width: 280px;
    border-right: none;
    /* 背景底色给li */
    background: url(../images/亮.png) no-repeat top left;
    background-size: 100%;
}
.current-catnew .wz{
    width: 250px;
   text-align: center;
}
.current-catnew>a{
    display: block;
    width: 288px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size:20px;
    font-family:"微软雅黑";
    font-weight:400;
    color:#1e7ab9;
    position: relative;
    /* 三角形给li中的a */
    background: url(../images/右三角.png) no-repeat top 18px  right 16px;
}
.current-catnew .yellow{
    display: block;
    width: 4px;
    height: 50px;
    background: #eda500;
}



/* 511新增 */
ul.submenu {
    width: 240px;
    margin-left: 40px;
}

.submenu{
    display: block;
}

.submenu .cat-itemnew {
   width: 240px;
}

.submenu .cat-itemnew .wz {
   width: 230px;
}

.submenu .cat-itemnew>a {
   width: 240px;
}

/*.menushow:hover .submenu{
    display: block;
}*/
.menushow:hover>a{
    background: url(../images/下三角.png) no-repeat top 18px  right 16px;
    /* transition: 1s; */
}
.submenu .yellow{
    background: #F9F9F9 ;
}
.menushow .submenu li:hover .yellow{
    background: #eda500;
    
}