.intro-lf{
    float: left;
    width: 323px;
    height:auto;
    border:1px solid #d2d2d2;
    border-radius: 2px;
    background: #fff;
    margin-right: 10px;
    padding:0 15px;
}
.intro-lf h5{
    float: left;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 54px;
    margin-top:8px;
}
.intro-lf ul{
    float:left;
    width: 100%;
    margin:-3px 0 50px;
}
.intro-lf ul li{
    float:left;
    width: 100%;
}
.intro-lf ul li samp{
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 30px;
}
.intro-lf ul li samp.ggzs{
    letter-spacing: .5px;
}
.intro-lf ul li samp.ggzs2{
    letter-spacing: .2px;
}
.intro-lf ul li samp.long-z{
    width: 100%;
    margin-bottom: 3px;
}
.intro-lf ul li p{
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    word-wrap: break-word;
}
.intro-lf ul li p.xz{
    width:auto;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.intro-rt{
    float: right;
    width: 803px;
    height:auto;
    border:1px solid #d2d2d2;
    border-radius: 2px;
    background: #fff;
    padding:0 15px 100px;
}
.intro-rt dl{
    float: left;
    width: 100%;
    margin-top: 20px
}
.intro-rt dl dt{
    float: left;
    width:92px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin:0 710px 15px 0;
    background: url(/image/studio/js-bg.png) no-repeat;
}
.intro-rt dl dd{
    float: left;
    width: 80px;
    height:auto;
    cursor: pointer;
    margin:0 25px 35px 0;
}
.intro-rt dl dd img{
    float: left;
    width: 52px;
    height:52px;
    border:2px solid transparent;
    border-radius: 100%;
    margin:0 12px 5px;
}
.intro-rt dl dd span{
    float: left;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #333;
    font-size: 12px;
}
.intro-rt dl dd:hover img{
    border-color: #ff6e4a;
}
.intro-rt dl dd:hover span{
    color: #ff6e4a;
}