﻿
/* new跑馬燈0909 */
/* 1101修改start */
.marquee-box{
    /* margin-left: 10%; */
    /* margin-right: 10%; */
    background-color: #ffecef;
}
/* 1101修改end */

.marquee-new .marquee-title{
    width:150px;
    background: #ce2340;
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    padding: 15px;
    margin-left: -5px;
}

/* 1102修改start */
.marquee-new {
	width: 100%;
	/* float: right; */
	background: #ffecef url(../images/icon_marquee.png)no-repeat 15px center;
    padding: 10px 0px 0 3px;
    position: relative;
    margin: auto;
    overflow: auto;
}
/* 1102修改end */

.marquee-new .scroller {
	position: relative;
	float: right;
	width: calc(100% - 110px);/*0909*/
	height: 40px;
    overflow: hidden;
    border-bottom:1px solid #ce2340;/*0914*/
}
.marquee-new .scroller > .scroller-text {
	position: absolute;
	white-space: nowrap;
	width: auto;
    color: #da6c7f;
	font-size: 1.4em;
	padding:3px 0
}
.marquee-new .scroller > .scroller-text > span {
	margin-right: 100px;
}
.marquee-new .scroller > .scroller-text > span > a {
	color: #1d1d1d;
}

@media (max-width: 991px) {
    /* 1101修改start */
    .marquee-new {  
        margin: 50px 0 -15px 0;
        width: 100%;
    }
    /* 1101修改end */

    .marquee-new .marquee-title {
        font-size: 0.625em;
        font-weight: bold;
        padding: 10px;
        margin-left: -5px;
    }

    .marquee-new span{
        font-size: 0.875em;
        width: 15px;
    }

    .marquee-new img{
        width: 15px;
    }
    .marquee-new .scroller {
        width: calc(100% - 105px);
        top: -5px;
    }

    .marquee-new .scroller > .scroller-text{
        padding: 7px 0;
    }

}

/* 
@media (max-width: 991px) {
.marquee-new {
	 margin: 0;
	position: relative;
	top: 64px;
}
} */