/*  */
.mg-introductor-container{    
    width: 1000px;
    margin: 10px auto;
    border-left: 1px solid #faddd6;
    border-right: 1px solid #faddd6;
}

.mg-introductor-wrap{
    overflow: hidden;
}

.mg-introductor-wrap .mg-introductor-wrap-fl{
    width: 265px;
    float: left;
    margin-left: -1px;
    border-right: 1px solid #faddd6;
    background: rgba(238,238,238,0.2);
    padding-bottom: 9999px;
    margin-bottom: -9999px;
}
.mg-introductor-wrap .mg-introductor-wrap-fl ul{
    background: #fff;
}
.mg-introductor-wrap .mg-introductor-wrap-fl ul li{
    width: 264px;
    height: 58px;
    margin-bottom: 3px;;
    background: #fffbf2;
    border: 1px solid #faddd6;
    font-size: 18px;
    line-height: 58px;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: center;
    color: #000000;
}
.mg-introductor-wrap .mg-introductor-wrap-fl ul li a{
    display: block;
    width: 264px;
    height: 58px;
    text-decoration: none;
}
.mg-introductor-wrap .mg-introductor-wrap-fl ul li.red{
    background: #b80008;
    color: #fff;
}
.mg-introductor-wrap .mg-introductor-wrap-fl ul li.red a{
    color: #fff;
}

.mg-introductor-wrap .mg-introductor-wrap-fr{
    float: right;
    margin-right: 32px;
    width: 648px;
    height: auto;
    background: #fffbf2;
    border: 11px solid rgba(214,11,11,0.12);
    padding: 30px 0 0 0;
}
.mg-introductor-wrap .mg-introductor-wrap-fr .leader-main{
    width: 138px;
    /* min-height: 184px; */
    /* opacity: 0.8; */
    /* background: #fff3da;
    background: rgba(255,243,218,0.8); */
    background: #f0efee;
    box-shadow: 0px 9px 9px 0px rgba(180,159,159,0.50); 
    text-align: center;
}
.mg-introductor-wrap .mg-introductor-wrap-fr .leader-main span{
    display: block;
    margin: 0 auto; 
    padding-top: 9px;
    width: 119px;
    height: 156px;
    text-align: center;
}
.mg-introductor-wrap .mg-introductor-wrap-fr .leader-main span img{
    width: 119px;
    height: 156px;
}
.mg-introductor-wrap .mg-introductor-wrap-fr .leader-main p{
    margin-top: 2px;
    width: 138px;
    height: 38px;
    background: #b80008;
    font-size: 18px;
    font-family: SourceHanSansCN, SourceHanSansCN-Heavy;
    font-weight: 800;
    color: #ffffff;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
}
.mg-introductor-wrap .mg-introductor-wrap-fr .leader-main p a{
    color: #ffffff;
}

.mg-introductor-wrap .mg-introductor-wrap-fr .leader-sub{
    margin-top: 20px;
    width: 138px;
    /* background: rgba(255,255,255,0.8); */
    background: #f0efee;
    box-shadow: 0px 9px 9px 0px rgba(180,159,159,0.50); 
    text-align: center;
}
.mg-introductor-wrap .mg-introductor-wrap-fr .leader-sub span{
    display: block;
    margin: 0 auto; 
    padding-top: 9px;
    width: 119px;
    height: 156px;
    text-align: center;
}
.mg-introductor-wrap .mg-introductor-wrap-fr .leader-sub span img{
    width: 119px;
    height: 156px;
}
.mg-introductor-wrap .mg-introductor-wrap-fr .leader-sub p{
    margin-top: 1px;
    width: 138px;
    height: 38px;
    font-size: 18px;
    font-family: SourceHanSansCN, SourceHanSansCN-Heavy;
    font-weight: 800;
    line-height: 38px;
    text-align: center;
    text-indent: none;
}

.mg-introductor-wrap .mg-introductor-wrap-fr .leader-list{
    width: 575px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mg-introductor-wrap .mg-introductor-wrap-fr .leader-list ul{
    margin-right: -90px;
}
.mg-introductor-wrap .mg-introductor-wrap-fr .leader-list ul li{
    margin-bottom: 20px;
    margin-right: 80px;
    width: 138px;
    background: #f0efee;
    box-shadow: 0px 9px 9px 0px rgba(180,159,159,0.50); 
    text-align: center;
    float: left;
}
.mg-introductor-wrap .mg-introductor-wrap-fr .leader-list ul li span{
    display: block;
    margin: 0 auto; 
    padding-top: 9px;
    width: 119px;
    height: 156px;
    text-align: center;
}
.mg-introductor-wrap .mg-introductor-wrap-fr .leader-list ul li span img{
    width: 119px;
    height: 156px;
}
.mg-introductor-wrap .mg-introductor-wrap-fr .leader-list ul li p{
    margin-top: 1px;
    width: 138px;
    height: 38px;
    font-size: 18px;
    font-family: SourceHanSansCN, SourceHanSansCN-Heavy;
    font-weight: 800;
    line-height: 38px;
    text-align: center;
    text-indent: none;
}
.mg-introductor-list{

}
.mg-introductor-list .starLine{
    width: 559px;
    height: 24px;
    background: url(../images/img_introduce_star.png) center center no-repeat;
    margin: 50px auto;
}
.mg-introductor-list ul{
    margin-right: -100px;
}
.mg-introductor-list ul li{
    width: 440px;
    height: 48px;
    margin-left: 36px;
    margin-right: 14px;
    margin-bottom: 26px;
    border-bottom: 1px dashed #979797;
    float: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    font-family: PingFangSC, PingFangSC-Medium;
    text-align: left;
    color: #000000;
}


@media (max-width: 689px) and (min-device-width: 320px), (max-device-width: 480px) {
    .mg-introductor-container{
        width: 100%;
        margin: .1rem auto;
        border: none;
    }
    .mg-introductor-wrap .mg-introductor-wrap-fl {
        box-sizing: border-box;
        width: 100%;
        padding: 0 .3rem;
        float: none;
        margin-left: 0;
        border-right: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .mg-introductor-wrap .mg-introductor-wrap-fl ul {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .mg-introductor-wrap .mg-introductor-wrap-fl ul li {
        box-sizing: border-box;
        width: 48%;
        height: 1.0rem;
        margin-bottom: .1rem;
        font-size: .36rem;
        line-height: 1.0rem;
    }
    .mg-introductor-wrap .mg-introductor-wrap-fl ul li a{
        width: auto;
        height: auto;
    }
    .mg-introductor-wrap .mg-introductor-wrap-fr{
        margin-top: .3rem;
        float: none;
        margin-right: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .mg-introductor-wrap .mg-introductor-wrap-fr .leader-main {
        width: 2.76rem;
    }
    .mg-introductor-wrap .mg-introductor-wrap-fr .leader-main span {
        padding-top: .18rem;
        width: 2.38rem;
        height: 3.12rem;
    }
    .mg-introductor-wrap .mg-introductor-wrap-fr .leader-main span img {
        width: 2.38rem;
        height: 3.12rem;
    }
    .mg-introductor-wrap .mg-introductor-wrap-fr .leader-main p {
        margin-top: 2px;
        width: 2.76rem;
        height: .76rem;
        font-size: .36rem;
        line-height: .76rem;
    }
    .mg-introductor-wrap .mg-introductor-wrap-fr .leader-sub {
        width: 2.76rem;
    }
    .mg-introductor-wrap .mg-introductor-wrap-fr .leader-sub span {
        padding-top: .18rem;
        width: 2.38rem;
        height: 3.12rem;
    }
    .mg-introductor-wrap .mg-introductor-wrap-fr .leader-sub span img {
        width: 2.38rem;
        height: 3.12rem;
    }
    .mg-introductor-wrap .mg-introductor-wrap-fr .leader-sub p {
        width: 2.76rem;
        height: .76rem;
        font-size: .36rem;
        line-height: .76rem;
    }
    .mg-introductor-wrap .mg-introductor-wrap-fr .leader-list {
        width: 100%;
        margin-top: .4rem;
        margin-bottom: .4rem;
    }
    .mg-introductor-wrap .mg-introductor-wrap-fr .leader-list ul {
        margin-right: 0;        
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .mg-introductor-wrap .mg-introductor-wrap-fr .leader-list ul li {
        margin-bottom: .4rem;
        margin-right: 0;
        width: 2.76rem;
        float: none;
    }
    .mg-introductor-wrap .mg-introductor-wrap-fr .leader-list ul li span {
        padding-top: .18rem;
        width: 2.38rem;
        height: 3.12rem;
    }
    .mg-introductor-wrap .mg-introductor-wrap-fr .leader-list ul li span img {
        width: 2.38rem;
        height: 3.12rem;
    }
    .mg-introductor-wrap .mg-introductor-wrap-fr .leader-list ul li p {
        width: 2.76rem;
        height: .76rem;
        font-size: .36rem;
        line-height: .76rem;
    }
    .mg-introductor-list .starLine {
        width: 100%;
        height: .48rem;
        background: url(../images/img_introduce_star.png) center center no-repeat;
        background-size: contain;
        margin: .5rem auto;
    }
    .mg-introductor-list ul {
        margin-right: 0;
        box-sizing: border-box;
        padding: 0 .3rem;
    }
    .mg-introductor-list ul li {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: .52rem;
        padding-bottom: .2rem;
        float: none;
        font-size: .32rem;
        line-height: .44rem;
    }
    .mg-introductor-list ul li:last-of-type {
        border: none;
    }
}