.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-size: 100%;
    background: #f9f9f9;
    border-bottom: 1px solid #ccc;
}

.cat-itemnew>a{
    display: block;
    width: 288px;
    text-align: center;
    font-size:20px;
    font-family:"微软雅黑";
    font-weight:400;
    color:#1e7ab9;
    position: relative;
}
.cat-itemnew .wz{
    display: block;
    width: 250px;
   text-align: left;
    line-height: 32px;
    padding-left: 21px;
}
.cat-itemnew .yellow{
    display: block;
    width: 16px;
    background: #F9F9F9;
  height: 32px;
    line-height: 32px;
}

/* 选中状态 */
.current-catnew{
    width: 280px;
    /* 背景底色给li */
    background-size: 100%;
    background: #1e7ab9;
  border-bottom: 1px solid #ccc;
}
.current-catnew .wz{
    display: block;
    width: 250px;
   text-align: left;
    line-height: 32px;
    padding-left: 5px;
}
.current-catnew>a{
    display: block;
    width: 288px;
    text-align: center;
    font-size:16px;
    font-family:"微软雅黑";
    font-weight:400;
    color:#fff;
    position: relative;
}
.current-catnew .yellow{
    display: block;
    width: 16px;
    background: #eda500;
   height: 32px;
    line-height: 32px;
}



/* 511新增 */
.submenu{
    display: none;
}
.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;
    
}