.container .wrap{
/*    height: 100%;*/
/*    background: #0099cc;
    padding-top: 2px;*/
border-top: 2px solid #0099cc;
}
.wrap .aside{
    height: 900px;
    color: #fff;
    padding: 0;
    letter-spacing:2px;
    background: #0099cc;
}
.aside h3{
    height: 74px;
    font-size:20px;
    text-align: center;
}
.middle-content{
    /*height: 100%;*/
    margin-top:-140px;padding-top: 140px;
}
.wrap .main-content{
    background: #fff;
    height: 900px;
    padding: 0;
    padding-left: 1px;
}
.main-content h3{
    height: 74px;
    color: #fff;
    line-height: 74px;
    background: #e4e4e4;
    margin:0;
    padding: 0;
}

