.location-bar{
    background: #2b3036;
    margin-bottom: 20px;
}
.container .location{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 100;
}
.about-bar .container .title>h3{
    margin: 0px;
    padding: 10px 15px;
    font-weight:300;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
}

.container .about{
    padding-top: 50px;
    padding-bottom: 50px;
}
.container .about::after {
    display: table;
    clear: both;
    content: '';
}
.container .about .left{
    padding-top: 60px;
    width: 50%;
    float: left;
}
.container .about .left .title{
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    text-align: left;
}
.container .about .left .desc{
    padding-top: 30px;
    height: 180px;
    overflow: hidden;
    font-size: 14px;
    line-height: 35px;
    color: #999999;
    padding-right: 53px;
    text-align: left;
}
.container .about .left .more-bar{
    line-height: 36px;
    margin-top: 20px;
}
.container .about .left .more-bar .more{
    padding: 10px 30px;
    border-radius: 5px;    
    border: 1px solid #212121;

}
.container .about .right{
    float: right;
    width: 50%;
}
.container .about .right .img-bar{
    position: relative;
}
.container .about .right .img-bar img{
    height: auto;
    float: right;
    width: 100%;
}