.overview{
    width: 70%; margin: 30px 15%; height: auto;
}
.schemeBox{
    width: 100%; margin-top: 30px;
}
.scheme{
    width: 100%;
    height: 220px;
    border: 1px solid #999;
    display: flex;
    padding: 30px;
    margin-top: 20px;
}
.scheme img{
    width: 250ox!important;
    margin-right: 50px;
}
.title1 a{
    font-size: .4rem;
    border-bottom: 5px solid #176cd7;
    display: inline-block;
    line-height: 40px;
    color: #333;
}
.text1{
    font-size: .35rem;
    color: #666;
    line-height: 30px;
    margin-top: 20px;
    text-indent: 40px;
}
.more{
    font-size: 14px;
    color: #176cd7;
    text-align: right;
    margin-top: 20px;
}
.more a{
    color: #176cd7;
}