#page{
    max-width: 500px;
    margin: auto;
    padding: 0px;
}
#header{
    padding: 16px;
}

#logo{ 
    height:24px;
    max-width: 200px;
    background-image:url("/images/logo_xz_red_24.png");
    background-repeat:no-repeat;
    background-position: left center;
    background-size: contain; 
}

#main{
    margin: 0px;
    padding: 0px;

}

#banner{

    max-width:500px;
    height: 240px;
    background-image: url("/images/banner7.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 12px;
}

#rightbar{
    
    text-align: right;
   
}


.hr {
    border-bottom: 1px solid #b3b1b1;
    margin: 20px 0;

}

.copyright-info{
    font-size:0.8rem;
    text-align: right;
    color:#999;
}

.bn-link{
    color:#999;
}

.maparea{
    min-height: 300px;
}

.feather-data{
    color:#636363;
}

.banner-containor{

    
}

.banner-bg{
   position: relative;

}