/*example*/
.scrollpic {
}


/* 首页大屏 滚动图片 */
/*调节中间按钮的位置，去掉按钮的数字*/
.scroll_big_pic ol {
    position: relative;
    width: 323px;
    height: 40px;
    top: -58px;
    left: 80%;
    list-style: none;
}

/*调节中间按钮的大小*/
.scroll_big_pic ol li {
    float: left;
    width: 40px;
    height: 10px;
    margin: 10px;
    background: rgba(255, 255, 255, .7);
}

.scroll_big_pic ol li.seleted {
    background: #E50101;
}


/* 焦点资讯与通知公告 滚动图片 */
/*调节中间按钮的位置，去掉按钮的数字*/
.scrollpic ol {
    position: relative;
    width: 382px;
    height: 40px;
    top: -58px;
    left: 48%;
    list-style: none;
}

/*调节中间按钮的大小*/
.scrollpic ol li {
    float: left;
    width: 40px;
    height: 8px;
    margin: 10px;
    background: rgba(255, 255, 255, .7);
}

.scrollpic ol li.seleted {
    background: #E50101;
}


/* 新闻图片下方 显示新闻文字*/
.scrollnews {
    position: absolute;
    display: block;
    padding-left: 20px;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 16px;
    top: 95%;
}