* {
        text-rendering: geometricprecision;
        line-height: 1.4;
}
body {
        margin: 0 auto;
        padding: 0;
}
a {
        color: #212529;
        text-decoration: none;
        font-size: 13px;
}
img {
        border: medium none;
}
.MainStructure {
        /*background: url("images/hot.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
        background-color: #eeeeee;
        text-align: center;
}
.MainStructure .TopBanner {
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
}
.MainStructure .TopBar {
        display: inline-block;
        margin-top: 0;
        text-align: justify;
        width: 1320px;
        padding: 0;
        background: #fff;
        box-shadow: 0 -8px 7px 0 rgb(0 0 0 / 35%);
        position: relative;
        z-index: 2;
}
div#TopBar {
}
.MainStructure .ContentBanner {
        display: inline-block;
        position: relative;
        width: 100%;
        z-index: 1;
        /*max-width: 1320px;*/
        padding: 0;
        box-shadow: 0 -1px 0 0 white, 0 1px 0 0 white, 4px 0 15px -4px #7b7b7b, -4px 0 15px -4px #717171;
        background: none repeat scroll 0 0 #fff;
    	padding: 12px;
}
}
.MainStructure .MainContent {
        background: none repeat scroll 0 0 #fff;
        /* box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35); */
        display: inline-table;
        margin: 0 auto;
        vertical-align: top;
        width: 1320px;
}
.MainStructure .LeftBar {
        padding: 10px;
        text-align: justify;
        vertical-align: top;
        padding-left: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 15px;
}
@media only screen and (min-width: 769px){
.MainStructure .LeftBar {
        width: 70%;
}
.MainStructure .ContentBar {
        width: 30%;
}
} 
.MainStructure .ContentBar {
        padding: 10px;
        text-align: justify;
        vertical-align: top;
        padding-left: 0;
        padding-right: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 0;
}
.MainStructure .FooterBanner {
        min-height: 200px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
}
.MainStructure .FooterBar {
        padding: 15px;
        background: none repeat scroll 0 0 #0f5bb7;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
        display: inline-block;
        text-align: justify;
        width: 100%;
}
@media only screen and (max-width: 768px){
.MainStructure .TopBar{
        z-index: unset;
}
.MainStructure .ContentBanner{
padding-right: unset !important;
padding-left: unset !important;
margin-right: unset !important;
margin-left: unset !important;
}
    
}

