﻿
.marquee {
    padding: 11px 5px;
}

.news_ticker_wrapper {
    float: left;
    width: 100%;
    padding: 0px 0px 10px 0px;
}

    .news_ticker_wrapper .bg-nt {
        background: #F4F4FC;
        padding-right: 10px;
        -webkit-radius: 2px;
        -moz-radius: 2px;
        -o-radius: 2px;
        border-radius: 2px;
    }

.tickerfloat_wrapper {
    position: relative;
    float: left;
    padding-right: 1px;
    background: #F4F4FC;
}

.tickerfloat {
    -webkit-radius: 2px;
    -moz-radius: 2px;
    -o-radius: 2px;
    border-radius: 2px;
    float: left;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    background: #640000;
    color: #FFF;
    margin-right: 15px;
    position: relative;
    z-index: 9;
}

    .tickerfloat i {
        color: #640000;
        position: absolute;
        right: -9px;
        top: 8px;
        font-size: 30px;
    }

.header_bottom_first {
    width: 100%;
    margin-right: 20px;
    float: left;
}

.tickertape {
    width: 100%;
    display: block;
}

#ticker {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    display: block;
    height: 40px;
    line-height: 30px;
}

    #ticker a {
        margin-top: -1px;
        color: #222;
        font-size: 13px;
    }

#mycrawler {
    width: 10000px;
    margin-top: 3px;
}

    #mycrawler div {
        float: left;
        padding-right: 15px;
    }

        #mycrawler div i {
            margin-right: 5px;
        }

.news-row {
    display: block;
}

.news-col {
    display: inline-block;
}

.index-news-event {
    background-color: #E9E9E9;
    margin-top: 20px;
    display: block;
    position: relative;
}

.penta-news {
    -webkit-clip-path: polygon(0 0, 85% 0, 85.6% 27%, 97% 50%, 85.6% 73%, 85% 100%, 0 100%);
    background-color: #006699;
    color: #fff;
    display: inline-block;
    padding: 12px 30px 12px 10px;
}

.Newsbox {
    padding: 10px 10px;
    border: 1px solid #E9E9E9;
}

.marquee-news {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px
}
