.m-box {
    width: 100%;
}

.m-ul {
    list-style: none;
    font: 400 16px/24px "微软雅黑";
    padding: 6px 0px;
}

.m-ul-li {
    width: 100%;
    padding: 9px 0;
    *+padding: 8px 0;
    overflow: hidden;
    border-bottom: 1px dashed #f1f1f1;
    display: block;
}

.m-ul-li:hover .mul-a, .m-ul-li:hover .mul-span {
    font-size: 16px;
    color: #0072E3 !important;
    transition: all 0.2s;
}

.m-ul-li:hover .changdian {
    content: url(/cdcmodule/common/img/dian1.png);
}

.mul-a {
    text-decoration: none;
    color: #333;
    width: 70%;
    display: block;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.mul-span {
    color: #7f7f7f;
    display: block;
    float: right;
}

.mul-img {

}

.m_hidden {
    display: none;
}

.m-container {
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
}

/*.m-header {*/
/*    height: 36px;*/
/*    min-height: 36px;*/
/*    font: 700 26px/30px "微软雅黑";*/
/*    text-indent: 40px;*/
/*    margin: 0;*/
/*    overflow: hidden;*/
/*    background-color: #8fd0f2;*/
/*    color: #fff;*/
/*}*/
.m-header {
    height: 46px;
    min-height: 46px;
    font: 700 22px/46px "微软雅黑";
    overflow: hidden;
    color: #006fb7;
    border-bottom: 1px solid #dcdcdc;
    /*margin: 0px 20px;*/
    padding: 0px 20px
}

.m-header-title {
    float: left;
}

/*.m-header-more {*/
/*    color: #006fb7;*/
/*    float: right;*/
/*    font: 400 16px/46px "微软雅黑";*/
/*    margin-right: 12px;*/
/*    text-decoration: none;*/
/*}*/
.m-header-more{
    color: #fff;
    float: right;
    font: 400 14px/24px "微软雅黑";
    text-decoration: none;
    height: 24px;
    border-radius: 14px;
    background: #006fb7;
    padding: 0px 12px;
    margin-top: 14px;
}
.m-header-more:hover {
    font-size: 16px;
    transition: all 0.2s;
}

.changdian {
    border: none;
}
