

.maker-banner{

}


.future-item{
    float: left;
    width: 460px;
    padding-left: 40px;
    padding-right: 20px;
}
.future-item p{
    font-size: 17px;
    line-height: 34px;
    text-indent: 2.2em;
    margin-bottom: 30px;
    text-align: justify;
    color: #595757;
}
.testing-item{
    display:block;
    float: left;
    width: 490px;
    height: 494px;
    margin-right: 60px;
    margin-bottom: 60px;
    overflow: hidden;
}
.testing-item:nth-child(2n){
    margin-right: 0;
}
.testing-item .title{
    display: inline-block;
    padding: 4px 25px;
    margin-top: 30px;
    line-height: 26px;
    font-size: 18px;
    color: #3e3a39;
    background:#eeeeef;
}
.testing-item .content{
    margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #595757;
}