﻿@charset "utf-8";

.modern-ticker {
    width: 1770px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
}

    .modern-ticker a {
        text-decoration: none;
    }

    .modern-ticker ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.mt-round {
    border-radius: 7px;
}

.mt-body {
    margin: 0px;
    position: relative;
}

.mt-label {
    margin-right: 2px;
    padding: 2px 8px 2px 4px;
    position: absolute;
    left: 0;
}

.mt-round .mt-label {
    border-radius: 5px 0 0 5px;
}

.mt-news {
    overflow: hidden;
    position: absolute;
    left: 114px !important;
    width:100%;
    /*width: 1156px !important;*/
}

.mt-scroll .mt-news {
    background-color: #ccdbec;
    /*background-color:#ed2a28;*/
    /*background-color: transparent;*/
}

.mt-news ul {
    background-repeat: no-repeat;
    background-position: -1000px;
}

.mt-news li {
    float: left;
}

.mt-round .mt-news:first-child, .mt-round .mt-news:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mt-news a {
    font-size: 15px;
    padding: 2px 10px 2px 20px;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: 7px center;
    display: block;
    white-space: nowrap;
}

.mt-scroll.mt-round .mt-news a {
    border-radius: 0;
}

.mt-hide {
    display: none;
}

.mt-controls {
    margin-left: 2px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: -1000px;
}

.mt-next, .mt-play, .mt-prev {
    width: 25px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer;
}

/*.mt-round .mt-next {
    border-radius: 0 5px 5px 0;
}*/



@media only screen and (max-width:480px) {
    .modern-ticker {
        width: 1770px;
        height: 32px;
        line-height: 30px;
        font-size: 13px;
    }

    .mt-label {
        margin-right: 2px;
        padding: 1px 6px 2px 7px;
        position: absolute;
        left: 0;
    }

    .mt-news {
        left: 32px !important;
        width:83% !important;
    }
}