.module-list .content .item[data-v-4acbc14f] a{
width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    line-height: 90px;}

.module-list .content .item[data-v-4acbc14f] a:hover .title{color:red;}
