.pageleft{
    width: 266px;
}
.menupage{
    background: rgba(2, 106, 241, 0.25);
}
.menupage dt{
    height: 64px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-family: PingFang SC-Regular;
}
.menupage dt:hover{
    background: rgba(0, 132, 255, 0.50);
    border-bottom: 3px solid rgba(0, 132, 255, 1);
}

.menupage dt img{
    margin-left: 20px;
    margin-right: 10px;
}
.menupage dt a{
    flex: 1;
    color: #fff;
}
.menupage dt a:hover{
    text-decoration: none;
}
.menupage dt dd{}

.menupage dd ul{
    
}
.activeup{
    background: rgba(0, 132, 255, 0.50);
    border-bottom: 3px solid rgba(0, 132, 255, 1);
}
.menupage dd ul li{
    height: 64px;
}
.menupage dd ul li a{
    text-indent: 64px;
    line-height: 64px;
    color: #fff;
    font-size: 24px;
    margin-left: 0px;
    font-family: PingFang SC-Regular;
}
.cur{
    background: rgba(0, 132, 255, 0.50);
    border-bottom: 3px solid rgba(0, 132, 255, 1);
}
.menupage dd ul li a:hover{
    background: rgba(0, 132, 255, 0.50);
}
.menupagehover{
    background: rgba(0, 132, 255, 0.50);
}
.am-icon-chevron-down{
    width: 24px;
    height: 24px;
    background: url(../images/separat.png) no-repeat;
    margin-right: 10px;
}
.am-icon-chevron-up{
    width: 24px;
    height: 24px;
    background: url(../images/separa.png) no-repeat;
    margin-right: 10px;
}