@charset "utf-8";
/*-------------- VIPABC | Author by Mike Li  ---------------*/
/*                   v3.1 | 2014-10-22                      */
/*                  License: vipabc.com                     */
/*----------------------------------------------------------*/

/*-------------- banner -------------*/


/*-------------- news-marquee -------------*/
.news-marquee-wrap{
	float:left;
	width:100%;
	height:45px;
	background-color:#fff;
}
.news-marquee{
	width:1000px;
	height:45px;
	margin:0 auto 0 auto;
	
}
.news-marquee-icon{
	float:left;
	width:52px;
	height:45px;
	line-height:45px;
	margin-right:2px;
	font-weight:normal;
	color:#f75c5c;
	font-size:15px;
}
.news-marquee-list-wrap{
	height:45px;
	margin-left:52px;
	margin-right:93px;
	overflow:hidden;
}
.NML-wrap{
	position:relative;
	width:100%;
	height:25px;
	margin:10px 0 10px 0;
	overflow:hidden;
}
.news-marquee-list{
	position:absolute;
	width:100%;
	height:400px;
	top:0;
	left:0;
}
.news-marquee-list li{
	float:left;
	width:100%;
	height:25px;
	line-height:25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#7a7a7a;
}
.news-marquee-list li a{color:#7a7a7a; border-bottom:solid 1px #7a7a7a;}
.news-marquee-list li a:hover{color:#f74c4c;border-bottom:solid 1px #f74c4c;}

.news-marquee-arrow{
	float:right;
	width:92px;
	height:45px;
	border-left:solid 1px #f5f5f5;
}
.news-marquee-arrow li, .news-marquee-arrow li:active{
	float:left;
	width:45px;
	height:45px;
	border-right:solid 1px #f5f5f5;
	background:url(../RwdImages/banner/newsList-arrow.png) no-repeat;
	cursor:pointer;
}
.news-marquee-arrow li:hover{background-color:#f74c4c;}
li.nma-L{background-position:0 0;}
li.nma-L:hover{background-position:0 -45px;}
li.nma-R{background-position:-45px 0;}
li.nma-R:hover{background-position:-45px -45px;}

/*----------- news-marquee end ------------*/

