.navbar {
     margin-bottom: 0;
}

.main-content{
    margin-top:10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1050px;
    min-height:500px;
}
.main-content .main-content-top{
    font-size: 36px;
    font-weight: 600;
    color: rgba(63,74,87,1);
    line-height: 180px;
    text-align: center;
    height:180px;
}

.main-content .btn-time-choose{
    margin: 0 5px 0 5px;
    float: left;
}
.main-content-left{
    margin:10px 0 0 0;
    width:65%;
    float: left;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(20,20,20,0.2);
}

.main-content-left:hover {
    position: relative;
    top: -2px;
    left: -2px;
}

.main-content-right{
    margin:10px 0 0 15px;
    float: left;
    width:33.5%;
}

.main-content-footer{
    clear: both;
    margin-top:300px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1050px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(20,20,20,0.2);
}

.img{
    height:100px;
    width:100px;
}

.carousel{
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    /*max-width: 1050px; !* or 950px *!*/
}
.carousel .item {
    height: 430px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 430px;
}
.clear-both{
    clear: both;
}
.main-content-left .charts-content{
    clear: both;
    width:100%;
    margin: 70px 0 0 0;
}

.main-content-title{
    margin:20px 0 0 20px;
}