/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img, dl, dt, dd, table, th, td, blockquote, fieldset, div, strong, label, em {
    margin: 0;
    padding: 0;
    border: 0;
}

ul, ol, li {
    list-style: none;
}

input, button {
    margin: 0;
    font-size: 12px;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
        color: #c31019;
        font-size: 40px;
    }

.box-zzsc {
    width: 75%;
    position: relative;
    margin: 0 auto;
    margin-top: 74px;
    min-width: 1260px;
}

.ctrl-panel {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.m-page {
    display: block;
    height: auto;
    text-align: center;
    float: left;
    display: inline;
    line-height: 32px;
    color: #666666;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

    .m-page:hover {
        text-decoration: none;
    }

.focus {
    color: #ec6b00;
    font-size: 40px;
}

.con {
    width: 100%;
}

.scroll-wrap {
    OVERFLOW: hidden;
    width: 1280px;
    POSITION: relative;
    height: 310px;
}

.scroll_box_content {
    POSITION: absolute;
}

.content_list {
    FLOAT: left;
    width: 1280px;
    height: auto;
    cursor: pointer;
    text-align: center;
}

.divScroll {
    width: 100%;
    height: 21px;
}

.scrollImg {
    width: 100%;
    height: 100%;
}

.divCtrl {
    flex: 1;
    height: 120px;
    margin-top: -77px;
}

.ctrlDivImg {
    width: 100%;
    height: 80px;
    float: left;
}

.ctrlImg {
    width: 31px;
    height: 40px;
    margin-left: 55px;
    display: none;
}

.scrDivTime {
    font-size:22px;
    color:#ec6b00;
    height: 33px;
}

.scrDivTit {
    font-size:16px;
    color:#666666;
    height: 33px;
    line-height: 33px;
}

.scrLbl {
    margin-right: 5px;
    color:#ec6b00;
    font-size:12px;
}
