@charset "utf-8";
.connect{
    width:63%;
    min-width: 980px;
    margin: 30px auto;
}
.connect .left{
    float: left;
    width:45%;
}
.connect .left img{
    width: 100%;
    height:485px;
}
.connect .right{
    width:50%;
    float: right;
}
.connect .right li{
    height:55px;
    font-size:16px;
    font-weight: bold;
    background: #e7fbe3;
    border:1px solid #c5efbe;
    margin-top:20px;
    line-height: 55px;
    text-indent: 20px;
}