 marquee > div >  a{
 color: red;
}
li {
    text-align: start;
}
body {
    margin: 0 auto;
    padding: 0;
}
.MainStructure .ContentBanner .trneedflex {
    display: flex;
    gap: 12px;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: linear-gradient(188deg, #8CDCFE 0, #E7F4F6 100%);
    text-align: center;
}
.MainStructure .TopBanner {
    text-align: center;
}
.MainStructure .TopBar {
    display: inline-block;
    margin-top: 0;
    position: relative;
    text-align: justify;
    width: 1060px;
}
.MainStructure .ContentBanner {
    display: inline-block;
    position: relative;
    width: 100%;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
     /* for IE */
    background: linear-gradient(188deg, #8CDCFE 0, #E7F4F6 100%);/* W3C */
}
.MainStructure .MainContent {
    background: #ffffff none repeat scroll 0 0;
    display: inline-table;
    margin: 0 auto;
    vertical-align: top;
    width: 1060px;
}
.MainStructure .LeftBar {
    padding: 10px 5px 10px 5px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 10px 5px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    background: #e9e9e9 none repeat scroll 0 0;
    border-top: 2px solid #1b57b1;
    width: 100%;
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 1060px;
}
