
.MainStructure {
    /* background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(24, 121, 196, 1) 0%, rgba(5, 73, 145, 1) 100%) repeat scroll 0 0; */
    text-align: center;
}
body {
    margin: 0 auto;
    padding: 0;
  box-sizing: border-box;
}
a {
    color: #424242;
    font: 14px arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure .TopBanner {
    position: relative;
    text-align: center;
    width: 100%;
}
.MainStructure .TopBar {
    display: inline-block;
    text-align: justify;
    width: 1258px;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    /* overflow: hidden; */
}
.MainStructure .ContentBanner {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    width: 1258px;
}
.MainStructure .MainContent {
}
.MainStructure .LeftBar {
    padding: 10px;
    text-align: justify;
    vertical-align: top;
    padding-left: 0;
}
.MainStructure .ContentBar {
    padding: 10px 10px 10px 0;
    text-align: justify;
    vertical-align: top;
    padding-right: 0;
}
.MainStructure .FooterBanner {
    text-align: center;
    width: 100%;
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 1258px;
}
