@charset "utf-8";
#Marquee {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e49a9b+10,a56f9f+90 */
    background: #ace07e; /* Old browsers */
    height: 35px;
    margin-top: 0px;
}

#Marquee00 {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    padding-top: 5px;
    font-size: 0.9em;
    color: #333;
    padding-left: 105px;
    padding-right: 0px;
    overflow: hidden;
    background-image: url(../images/marguee.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.tips {
    overflow: hidden;
}

ul.marquee {
    /* required styles */
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    overflow: hidden; /* optional styles for appearance */
    width: auto;
    max-width: 900px;
    height: 30px; /*background-image: url(../image/icon/news.png);*/
    background-repeat: no-repeat;
}

ul.marquee li {
    /* required styles */
    position: absolute;
    top: -999em;
    left: 0;
    display: block;
    white-space: nowrap;
    font-size: .9em;
    padding-top: 5px; /*padding-left: 40px;*/
}

ul.marquee li a {
    color: #333;
    text-decoration: none;
}

ul.marquee li a:hover {
    color: #1f7583;
    text-decoration: underline;
}

@media only screen and (min-width: 481px) {
    #Marquee {
        height: 35px;

    }
}

@media only screen and (min-width: 901px) {
    #Marquee {
        height: 90px;

    }
}
