.mui-content{
    font-size:1.5rem;
    font-family:微软雅黑;
}
.introduce-txt {
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.introduce-nav{
    height:45px;
    line-height:45px;
    text-align: center;
    border-top:2px solid #DBDBDB;
    border-bottom:2px solid #DBDBDB;
    font-size: 1.5rem;

}
.introduce-nav a{
    color: #333333;
}
.introduce-main .main{
    background-color:white;
}
.introduce-main .main .title .title-icon{
    height:20px;
    width:8px;
    background-color: #065AA8;
    float: left;
}
.introduce-main .main .title .title-txt{
    min-width:100px;
    float:left;
    font-size: 1.8rem;
    color: #000;
}
.introduce-main .main .clear{
    clear: both;
}
.introduce-main .main .content {
    color:#333333;
}
.introduce-main .main .content-left{
    width:110px;
    height: 40px;
    line-height:40px;
    background-color: #F4F6FB;
    float: left;
    color: #000;
}
.introduce-main .main .content-right{
    background-color:#F4F6FB;
    height: 40px;
    line-height:40px;
    min-width: 100px;
    float: left;
    color: #7f9ec4;
    font-size: 1.6rem;;
}