.posInt{
    height: 75px;
    width: 75px;
    margin-bottom: 10px;
    position: relative
}
.posInt1{
    height: 75px;
    width: 75px;
    margin-bottom: 10px;
    position: absolute;
    left: 75%;
}
.support{
    /*width: 100%;*/
    border: 1px solid #e6e6e6;
    margin: 20px 0px;
}
.supportLeft{
    padding: 35px;
    border-left: 1px dashed #e6e6e6;
    /*background: url("/static/index/images/support-back.jpg");*/
}
.supportRight{
    padding: 20px;
}
.supportRight p {
    line-height: 30px;
}
.sutTitle{
    font-weight: 900;
    font-size: 1.5em;
    font-family: SimSun;
}
.sutFont{
    font-size: 30px;
}
.supportLeft span{
    font-weight: 600;
    font-size: 25px;
}
.sutBor{
    margin-top: 27px;
}

